@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 {	
	overflow-x: hidden;		
}
body {		
	background: #000000; 	
	font-family: 'EYInterstate-Light', sans-serif;	
	font-size: 1.2rem;
	line-height: 1.5rem;	
}

@media(max-width:991px) {
	body {	
		
	}
}
strong, b {
	font-family: 'EYInterstate-Regular', sans-serif;
}
#top-nav {
	position: fixed;
	z-index: 999;
	top: 0px; 
	left: 0px;
	width: 100%;		
}
header {
	background: #2E2E38;
	height: 85px;		
}
header .logo {	
	height: 78px;
	margin: 4px 0px 5px 10px;
}
.bgH {
	background: #1C1363 url('../img/Bg_home.jpg') no-repeat center top;	
}

@media (max-width: 991px) { 
	.bgH {	
		background: #1A0453 url('../img/Bg_home_sm.jpg') no-repeat center top;					
		background-size: cover;
	}
}

.bgM1 {
	background: transparent url('../img/maz1.png') no-repeat center center;	
	background-size: contain;
}

.bgM2 {
	background: transparent url('../img/maz2.png') no-repeat top center;		
}

#section-8 {
	color: #FFFFFF;
	background-color: #000;
	background-image: url('../img/BG_stopka.jpg'); 
	background-size: cover;
}

@media (max-width: 991px) { 
	#section-8 {
		background-image: url('../img/BG_stopka-2.jpg'); 
		background-size: cover;
	}
}

#top-msg {
	background: #2E2E38;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#top-msg.bgColorEY {
	background: #FFE600;	
}

a {
    text-decoration: none !important;
}

h1 {
	font-family: 'EYInterstate-Bold';    
}

.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;
	}	
}

.fEYBold {
font-family: 'EYInterstate-Bold';
}
.cEYwhite {
	color: #FFFFFF;
}
.cEYyellow {
	color: #FFE600;
}
.cEYGray01 {
	color: #747480;
}
.cEYGray02 {
	color: #C4C4CD;
}
.cEYOffBlack {
	color: #2E2E38;
}

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

.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;
}

.btnEY { 
	font-family: 'EYInterstate-Light';		
	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: 10px 20px;			
	font-size: 1.2rem;
	line-height: 1.5rem;
} 
.btnEYfixWH1 {
	width: 220px;
	padding: 18px 16px;				
	font-family: 'EYInterstate-Bold';		
}
.btnEYfixWH_2ln {
	padding: 6px 0px;	
}
.btnEYfixWH2 {
	width: 400px;
	padding: 18px 16px;					
}

.btnEYCTA {		
	color: #2E2E38 !important; 
	background-color: #FFE600; 
	border-color: #FFE600;	
	padding: 15px 30px;	
}
.btnEYCTA:hover, a.btnEYCTA:hover, a.btnEYCTA-active { 
	color: #FFE600 !important; 
	background-color: transparent; 
	border-color: #FFE600;	
}

.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; 	
	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; 
	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; 
	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; 
	border-color: #2E2E38 !important; 		 	
}

.btnEYOffParthenon {	
	color: #FFE600 !important; 
	background-color: transparent; 
	border-color: #FFE600; 
}
.btnEYOffParthenon:hover, a.btnEYOffParthenon:hover, a.btnEYOffParthenon-active { 
	outline: none !important;
    box-shadow: none !important;
	color: #FFFFFF !important; 
	background-color: #3a98f9; 
	border-color: #3a98f9 !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: #FFFFFF !important; 
	background-color: #2E2E38; 
	border-color: #2E2E38 !important; 		 	
}

@media (max-width:991px) {
	.btnEYfixWH2 {
		width: 100%;
		padding: 14px 10px;							
	}	
	.btnEYfixWH1 {
		width: 100%;
		padding: 22px 10px;						
		min-height: 60px;
	}
	.btnEYfixWH_2ln {
		padding: 10px 0px;	
	}

}

#menuOpenBtn
{
	position: relative; 
	float: right;	
	display: inline-block;
	padding: 37px 34px 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: relative; 
	float: right;	
	display: inline-block;
	z-index: 9998;  		
	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
{
	float: right;
	font-family: 'EYInterstate-Bold';	
	font-size: 2rem;	
	white-space:normal !important;
    word-wrap: break-word; 	
	display: inline-block;	
	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; 	
}
#menuZarejestrujSie.sprawdz_pozostale_dzialy {
font-size: 1.2em; padding-top: 16px; text-align: center;
}
@media (max-width:991px) {
	#menuZarejestrujSie {
		/*display: none;*/
		padding: 30px 15px;		
		font-size: 1rem;
	}
	#menuZarejestrujSie.sprawdz_pozostale_dzialy {
		padding: 30px 10px;	
		font-size: .6em; padding-top: 20px; text-align: center;		
	}
	header .logo {	
		height: 70px;
		margin: 4px 0px 5px 6px;
	}
}

#menu
{	
	position: fixed;
	top: 0px;
	right: -1000px;
	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;   	
}

#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;	
	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
{
	opacity: 1;
	right: 0px;
}

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

.divOverlay {	
	content: ""; 
	position: absolute; 	
	top: 0px; 
	left: 0px; 
	z-index: 1;
	width: 100%;
	height: 100%;	
}
#section-0 {
	/*background: #4825F6;*/
}
#section-1 {	
	position: relative;		
	/*background-image: linear-gradient(to bottom, #7521D6, #D35F84); 	*/
	/*background: #4825F6;*/
}

#section-2 {	
	/*background: #BE59D1 url('../img/BG-pink.jpg') no-repeat 0px 0px;	
	background-size: 100% 100%;
	background: #4825F6;
	*/
}

#section-3 {	
	position: relative;	
	/*
	background: #2E2E38;
	background-image: linear-gradient(to bottom, #BE59D1, #2E2E38); 	
	*/
	/*background: #4825F6;*/
}

.owl-carousel .slide {			
	margin-top: 40px;
}

.owl-carousel .slide .content {	
	color: #2E2E38;	
}
.owl-carousel .slide .content img {
	width: auto;
	max-width: 100%;
}

.sliderPrevBtn {	
	cursor: pointer;
}
.sliderNextBtn {	
	cursor: pointer;
}


.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;  
  border-left: 5px solid #FFFFFF;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width:1199px) {
	.owl-carousel .slide {		
		min-height: auto;
	}	
}

#info {
	position: absolute;
	z-index: 990;
	left: 0;
	top: 40%;	
}
@media (max-width:1400px) {		
	#info {		
		position: relative;		
		margin-top: -35%;		
	}
}

.slider-ikona {
	margin-top: 25px;
}
	
@media (max-width:768px) {		
	
}

#clock-1 {
	background: transparent;	
	width: 300px;	
	margin: 0 auto;	
	border: 0;
}

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

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;
}

#section-4 {
	color: #FFFFFF;	
}
#section-6 {
	background: #1C1363 url('../img/Bg_home.jpg') no-repeat center top;	
}
#section-4 h2, #section-6 h2 {
	font-family: 'EYInterstate-Regular';
	color: #FFE600;
}
#owl-benefity .item {
	text-align: center;	
}

#takJakChceszBox {
	position: relative;	
}
#owl-takJakChcesz .item {
	text-align: center;	
}

#owl-takJakChcesz .item h3 {
	font-family: 'EYInterstate-Bold';	
	color: #FFE600;
	font-size: 2rem;	
}

#owl-takJakChceszPoprzedni{ 
	position: absolute;
	left: 0px;
	top: 70px;
	z-index: 999;
}
#owl-takJakChceszNastepny{ 
	position: absolute;
	right: 0px;
	top: 70px;	
	z-index: 999;
}
#owl-takJakChceszPoprzedni img, #owl-takJakChceszNastepny img {
	cursor: pointer;
	max-width: 45px;
	opacity: .5;
}	
#owl-takJakChceszPoprzedni img:hover, #owl-takJakChceszNastepny img:hover {	
	opacity: 1;
}
@media(max-width:991px) {
	#owl-takJakChceszPoprzedni, #owl-takJakChceszNastepny {
		display: none;
	}
}	

#section-7 {
	color: #2E2E38;
	background: #FFE600;
}

#section-7 h2 {
	font-family: 'EYInterstate-Bold';	
}

#section-9 {
	color: #F6F6FA;
	background: #2E2E38;	
}

.btnEYoutYbg { 
	font-family: 'EYInterstate-Bold';
	border-radius:0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	white-space:normal !important;
    word-wrap: break-word; 
	color: #2E2E38; 
	background-color: #FFE600; 
	border-color: #2E2E38; 
} 

a.btnEYoutYbg, a.btnEYoutYbg:visited {
    color: #2E2E38 !important;
} 
 
.btnEYoutYbg:hover, a.btnEYoutYbg:hover { 
	outline: none !important;
    box-shadow: none !important;
	color: #FFF !important; 
	background-color: #2E2E38; 
	border-color: #2E2E38; 	
}

.btnEYoutB { 
	font-family: 'EYInterstate-Bold';
	border-radius:0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	white-space:normal !important;
    word-wrap: break-word; 
	color: #F6F6FA; 
	background-color: transparent; 
	border-color: #F6F6FA; 
} 

a.btnEYoutB, a.btnEYoutB:visited {
    color: #F6F6FA !important;
} 
 
.btnEYoutB:hover, a.btnEYoutB:hover, a.btnEYoutB.active { 
	outline: none !important;
    box-shadow: none !important;
	color: #2E2E38 !important; 
	background-color: #F6F6FA; 	
}


#wybierz-dzial-box 
{
	text-align: right;
	padding-right: 50px;
}
#wybierz-miasto-box
{
	text-align: left;
	padding-left: 50px;
}

@media(max-width:991px) {	
	#wybierz-dzial-box 
	{
		text-align: center;
		padding: 0px;
	}	
	#wybierz-miasto-box
	{
		text-align: center;
		padding: 0px;
	}		
}
#wybierz-dzial-box a, #wybierz-miasto-box a {
		min-width: 164px;
	}

.tooltips {
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 6px;
	padding: 10px;
	font-weight: bold;	
	font-size: 1rem;
	max-width: 270px;
}
.tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-bottom: 8px solid #FFFFFF;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.window-modal {	
	background: #1A0453 url('../img/BG_modal.jpg') no-repeat center top;
	background-size: cover;
}
.window-modal .modal-content {
	z-index: 9991;
    padding: 30px 0px 0px 0px;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;	
	color: #F6F6FA;	
	background: transparent;
}
.jak-trafic-kropki {	
	background: transparent url('../img/kropki.png') no-repeat 50% 65px;		
}
.jak-trafic-kropki strong {
		
}
@media(max-width:991px) {
	.jak-trafic-kropki {	
		background-image: none;		
	}	
}
#modal-Onas .modal-content { 
	background: transparent url('../img/EY.png') no-repeat 20px 20px;
	background-size: 205px 205px;
	padding-top: 160px;
}

.window-modal .modal-content ul.square {
	list-style-type: square;
	font-family: 'EYInterstate-Light';	
}
.window-modal .modal-content ul.square li {
	padding-bottom: 10px;
}

.window-modal .modal-content h2 {
    margin-bottom: 15px;    
	font-family: 'EYInterstate-Bold';
	color: #FFE600;
}

.window-modal .modal-content p {
    margin-bottom: 30px;	
}
.window-modal .modal-content strong {
    font-family: 'EYInterstate-Bold';
	color: #FFE600;
}

.window-modal .modal-content p.item-intro {
    margin: 20px 0 30px;        
    font-style: italic;
}

.window-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.window-modal .modal-content img {    
    margin-bottom: 30px;
}

.window-modal .close-modal {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 55px;
    height: 55px;
    background-color: transparent;
    cursor: pointer;
}

.window-modal .close-modal:hover .lr, .window-modal .close-modal:hover .lr .rl {
    background-color: #FFE600;
}

.window-modal .close-modal .lr {
    z-index: 9991;
    width: 4px;
    height: 55px;
    margin-left: 35px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.window-modal .close-modal .lr .rl {
    z-index: 9992;
    width: 4px;
    height: 55px;
    background-color: #FFF;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btnEYoutY { 
	font-family: 'EYInterstate-Bold';
	border-radius:0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	white-space:normal !important;
    word-wrap: break-word; 
	color: #FFE600 !important; 
	background-color: transparent; 
	border-color: #FFE600; 
} 
 
.btnEYoutY:hover, a.btnEYoutY:hover, .btnEYoutY-active { 
	outline: none !important;
    box-shadow: none !important;
	color: #2E2E38 !important; 
	background-color: #FFE600; 
	border-color: #FFE600; 	
}
.btnEYoutY:focus, .btnEYoutY:visited, .btnEYoutY:active {
	color: #FFE600 !important; 
	background-color: transparent; 
	border-color: #FFE600; 
}


.programy-rozwojowe {
	min-width: 300px;	
}

.loader {
  border: 12px solid #000;
  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); }
}

.bootstrap-select {
	padding: 0;
	margin: 0;	
}

.bootstrap-select > .btn{
  width: 100%;
  padding: 0;
  margin: 0;	
  font-family: 'EYInterstate-Bold';
  padding: 20px;
  color: #2E2E38 !important;  
  background-color: #FFE600;
  border: 1px solid #2E2E38;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus { outline: none !important; }


.bootstrap-select .dropdown-menu a:active {
	background: #FEE600;
	color: #2E2E38 !important;  
}

.bootstrap-select .dropdown-menu {
	background-color: #FEE600;
	border-radius: 0;	
}
.bootstrap-select a.selected.active {
	background-color: #2E2E38;	
}

button[data-toggle="dropdown"].btn-default,
button[data-toggle="dropdown"]:hover {
	background-color: #FEE600 !important;
	padding-bottom: 20px;
	border: 1px solid #2E2E38 !important;
}

#btn_wybierz_dzial, #btn_wybierz_miasto {
	width: 240px;	
	outline: none !important;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}


#wybierzDzial_1, #wybierzDzial_2, #wybierzMiasto_1, #wybierzMiasto_2 {
	max-width: 640px;
	margin: 0 auto;
}
/*
#wybierzDzial_2 {
	padding-left: 12px;
	padding-right: 12px;
}
#wybierzMiasto_2 {
	padding-left: 12px;
	padding-right: 12px;
}
*/
@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 #FFF;
	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: #FFF !important;
}

#scroll_0-1 {
	position: absolute;	
	bottom: 40px;	
	right: 40px;			
	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: #FFF;
	animation: scroll_1 2.75s ease-in-out infinite;
}

.videoThumbnail {
	display: inline-block;	
	position: relative;		
}
.videoThumbnail .img-fluid {
	border: 1px solid #FFE600;
}
.videoThumbnail .playBtn {
	position: absolute;
	width: 80px;
	height: 80px;	
	top: 45%;
	left: 50%;
    transform: translate(-50%, -50%);
	opacity: .8;
}
.videoThumbnail:hover .playBtn {
	opacity: 1;
}
.videoPodpis {
	margin-top: -20px;
}
.audytTab {
	float: left; cursor: pointer; color: #FFE600; border-bottom: 1px solid #FFE600; padding: 10px 20px;
}
.audytTab-active {
	border-bottom: 0px; border-left: 1px solid #FFE600; border-top: 1px solid #FFE600; border-right: 1px solid #FFE600; 
}

@media (max-width: 991px) { 
	.audytTab {
		padding: 10px 10px 0px 10px;
	}
	.audytTab h2 {
		margin: 0;
	}
	.wsm100 {
		width: 100%;		
	}
}

@media (max-width: 360px) { 
	.audytTab {
		padding: 10px 10px 0px 10px;
	}
	.audytTab h2 {
		margin: 0;
		font-size: 1em;		
	}	
}


.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  color: #2e2e38;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 0px;
}

.containerTL {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.containerTL::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;  
  top: 18px;
  border-radius: 50%;
  z-index: 1;
}

.left {
  left: 0;
}

.right {
  left: 50%;
}

.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.right::after {
  left: -12px;
}

.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}
.yellowTL .content {
	background-color: #FFE600;
}
.yellowTL a {
	color: #2E2E38 !important; 
}
.yellowTL a:hover {
	text-decoration: underline !important;
}

.yellowTL.left::before {  
  border: medium solid #FFE600;  
   border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #FFE600;
}

.yellowTL.right::before {
  border: medium solid #FFE600;  
  border-width: 10px 10px 10px 0;
  border-color: transparent #FFE600 transparent transparent;
}

@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }

  .containerTL {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .containerTL::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .containerTL.yellowTL::before {
    left: 60px;
    border: medium solid #FFE600;
    border-width: 10px 10px 10px 0;
    border-color: transparent #FFE600 transparent transparent;
  }

  .left::after, .right::after {
    left: 18px;
  }

  .right {
    left: 0%;
  }
}

.accordionHeader {
	padding-right: 50px;
	cursor: pointer !important;
	background: url('../svg/plus.svg') no-repeat 98% 30px;	
	background-size: 20px 20px;
	padding: 30px;	
}

.accordionHeaderX {
	background: url('../svg/minus.svg') no-repeat 98% 30px;	
	background-size: 20px 20px;	
}

@media (max-width:768px) {
	#accordion .fs_1_2r {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}
.accordionBox {
	border-top: 1px solid #C4C4CD;
	border-left: 3px solid transparent;
	-webkit-transition : border 300ms ease-out;
	-moz-transition : border 300ms ease-out;
	-o-transition : border 300ms ease-out;
	transition : border 300ms ease-out;
}
.accordionBox:hover {	
	border-left: 3px solid #FFE600;
}
.accordionBox_active {
	border-left: 3px solid #FFE600;
}

.owl-ambasadorzy .item {
	text-align: center;
	color: #FFF;
}

#section-7X {
	color: #2E2E38;
	background: #FFE600;
}

#section-7X h2 {
	font-family: 'EYInterstate-Bold';	
}