@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;
}
#section-1 {
	background: url('../img/bg_FCh.jpg') left top;
}

#section-1 .container-fluid {								
	background: url('../img/form_600x530_szeroki.png') no-repeat 90% top;
	background-size: contain;		
}
@media only screen and (max-width: 1300px) {
	#section-1 .container-fluid {						
		background: url('../img/form_600x530.png') no-repeat 80% top;
		background-position: 90% 20%;	
		background-size: auto 350px;		
	}
}
@media only screen and (max-width: 991px) {
	#section-1 .container-fluid {	
		background-size: 300px 265px;
	}
	#section-1 {
		background: url('../img/bg_FCh.jpg') left top;
	}
}
@media only screen and (max-width: 576px) {
	#section-1 .container-fluid {	
		background-position: right 70px;		
	}
	#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: -40px;
}
#section-1 img.d-sm-none {
	margin-left: -20px;
}
#section-2 p {
	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;
}