@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;
	font-weight: 300;
	color: #FFF;
	background-color: #2E2E38;
	overflow-x: hidden;			
}
* {
	border-radius: 0 !important;
}
.fEYBold {
	font-family: EYInterstate-Bold;
}
#section-1 .container-fluid {								
	/*
	background: #1D06AE url('../img/form_600x530.jpg') no-repeat center top;
	background-size: contain;		
	*/
	background: #01037E url('../../../assets26/img/BG3.jpg') no-repeat center bottom;	
	background-size: cover;
}
@media only screen and (max-width: 1599px) {
	#section-1 .container-fluid {						
		/*
		background-position: right top;		
		*/
	}
}
@media only screen and (max-width: 991px) {
	#section-1 .container-fluid {	
		/*
		background-size: 300px 265px;
		*/
	}
}
@media only screen and (max-width: 576px) {
	#section-1 .container-fluid {	
		/*
		background-position: 50% 40px;	
		*/
	}
	#section-1 .banner-box {
		padding-top: 100px;
	}
}

#section-1 .banner-box {			
	font-family: EYInterstate-Bold;
	
	opacity: 0;
}
#section-1 img.d-sm-block {
	margin-left: -10px;
}
#section-1 img.d-sm-none {
	margin-left: 0px;
}
#section-2 p {		
	font-size: 1.2rem;
	line-height: 1.55rem;
	/*
	font-size: 1.4em;
	line-height: 1.4em;
	*/
}
h1 {
	font-weight: 900;
	font-size: 3em;
	line-height: 1.1em;
	color: #fff;
}
h2 {
	font-family: EYInterstate-Light;
	font-size: 2em;
	line-height: 1.3em;
	color: #fff;
}
h3 {
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.3em;
}
p {
	font-size: 1.2em;
	line-height: 1.7em;
}
.cEY {
	color: #FFE600;
}
 /* unvisited link */
a:link, a:visited, a:hover, a:active {
	color: #FFF;
	text-decoration: none;
	font-family: EYInterstate-Bold;
}
a:hover {	
	text-decoration: underline;
}

.btn-ey { 
	/*font-family: EYInterstate-Light;*/
	border-radius:0;
	padding-left: 50px;
	padding-right: 50px;	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #FFE600; 
	background-color: transparent; 
	border-color: #FFE600; 
} 

a.btn-ey, a.btn-ey:visited {
    color: #FFE600 !important;
} 
 
.btn-ey:hover, a.btn-ey:hover { 
	color: #000 !important; 
	background-color: #FFE600 !important;
	border-color: #FFE600 !important;
	text-decoration: none;
} 


.btn-ey-white { 
	/*font-family: EYInterstate-Light;*/
	border-radius:0;
	padding-left: 50px;
	padding-right: 50px;	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #FFFFFF; 
	background-color: transparent; 
	border-color: #FFFFFF; 
} 

a.btn-ey-white, a.btn-ey-white:visited {
    color: #FFFFFF !important;
} 
 
.btn-ey-white:hover, a.btn-ey-white:hover { 
	color: #000 !important; 
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	text-decoration: none;
} 

#topBtn {
    display: none; 
    position: fixed; 
    bottom: 0px; 
    right: 0px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: #1A1A24; 	
	color: #FFF;
    cursor: pointer; 
    padding: 15px 25px; 
    border-radius: 0px; 
	font-size: 1em;
}

.animated {	
	-webkit-animation-duration: .1s;
	animation-duration: .1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
 }
 
 @keyframes fadein {
	0% {
	   opacity: 1;
	}
	100% {
	   opacity: 0;
	}
 }
 
 .fadein {
	animation-name: fadein;
 }

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

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

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

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

/*form*/
.form-question {
	text-align: left;
}
.has-error {

}

.form-answer .form-group {
	float: left;
	margin: 0px !important;	
	padding: 0px !important;	
	width: 20%;
	text-align: center;	
	display: inline-block;
}
label {
	font-family: EYInterstate-Light;
	font-weight: 300;
	font-size: 1.2em;
	padding-top: 4px;
}
label.required:after {
	color: #FFF;		
	content: " *";
}
.error {
	color: #A94442;
	font-size: 1em;
}
input, textarea, select {
	 border-radius: 0px !important;
	 background: #1A1A24 !important;
	 border-color: #1A1A24 !important;
	 color: #fff !important;
} 
.containerCbx {
  display: block;
  position: relative;
  padding-left: 50px;
  margin-bottom: 12px;
  cursor: pointer;  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.containerCbx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #1A1A24;
  border: 1px solid #85858D;  
}

.containerCbx:hover input ~ .checkmark {
 
}

.containerCbx input:checked ~ .checkmark {
  
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none; 
}

.containerCbx input:checked ~ .checkmark:after {
  display: block;
}

.containerCbx .checkmark:after {
  left: 10px;
  top: 2px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 
input:focus + .checkmark
{
  background-color: #2E2E38;
}

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

._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;
}
 
._input-group .active {
	top: 0px;
	font-weight: 300;
	font-size: 1em;
	line-height: 1em;
	color: #a9a9a9;	
	cursor: default;
}
 
._input-group .fixed-label {
	position: absolute;
	top: 0px;
	left: 30px;
	margin: 10px;
	padding: 0 12px;
	font-weight: 300;
	font-size: 1em;
	line-height: 1em;
	color: #a9a9a9;	
	cursor: default;
	z-index: 999;
}

._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: #FFFFFF;
}
 
._input-group input[type=text]:focus, ._input-group input[type=email]:focus {
	outline: none;
}

.error.help-block {
	position: absolute;
}
	
::placeholder {
  color: #6C757D !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #6C757D !important;
}	
	
#footer {
	background: #1A1A24;	
	color: #6C757D !important;
}



.iti {
	width: 100%;
	display: block;
	color: #000 !important;		
}

#uczelniaWrap{
  position: relative;
}

.uczelnia-sug{
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 6px;

  background: #000;          
  color: #fff;

  z-index: 9999;
  max-height: 260px;
  overflow-y: auto;

  border-radius: 4px;
}

.uczelnia-sug .item{
  padding: 10px 16px;
  cursor: pointer;
  font-size: 1em;
}

.uczelnia-sug .item:hover,
.uczelnia-sug .item.active{
   background: #1A1A24;   
}

.uczelnia-sug .hint{
  padding: 10px 16px;
  color: #aaa;
  font-size: .9em;
}

.uczelnia-sug .item{
  transition: background-color .15s ease;
}

._input-group select.form-control{
  display: block;
  width: 100%;

  height: 90px;
  padding: 28px 48px 10px 22px; 

  font: inherit;
  font-size: 1.1em;
  line-height: 1.2em;

  background-color: #12121a;
  color: #fff;

  border: 2px solid #2e2e38;
  border-radius: 0;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
}

._input-group select.form-control:focus{
  border-color: #0d6efd;
  box-shadow: none;
  outline: none;
}

._input-group select.form-control option[value=""]{
  color: #8b8b95;
}

._input-group select + label,
._input-group label[for="rok_studiow"]{
  pointer-events: none;
}

#sciezka-title + em.help-block{
  position: static;
  display: block;
  margin-top: 8px;
}