.pp-overlay{
			width:100%;
			height:100%;
			background-color:rgba(0,0,0,0.4);
			position:fixed;
			display: none;
			top: 0;
			left: 0;
			z-index: 1000;
}

.pp-bassagligi {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pp-content{
	width:760px;
	height:490px;
	background-color:#000;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-380px;
	margin-top:-245px;
	color:#fff;
	font-family:arial;
	text-align: center;
	box-shadow:0 0 30px #000;
	-webkit-box-shadow:0 0 30px #000;
	-moz-box-shadow:0 0 30px #000;
}
.pp-x{
	float:right;
	margin-top:-20px;
	margin-right:-20px;
	
}
.pp-x a{
	text-decoration:none;
	color:#fff;
	font-size:20px;
}
.content-inner{
	padding-top:200px;
	line-height: 22px;
}
@media only screen  and (max-width:768px) {
	*{box-sizing: border-box;}
	.pp-content{width: 100%;height: 100%; position: fixed;top: 0;left: 0;margin: 0 auto;}
	.pp-x{margin: 100px 20px 0 auto;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	.pp-x{margin-top: 25px;
margin-right: 15px;}
}


.stick-apply {
  width: 290px;
  background: url(../img/sa-bg.png) 0 0 repeat;
  position: fixed;
  z-index: 100;
  right: 44px;
  bottom: -400px;
}

.stick-apply.js-close {
  bottom: -400px;

}
.stick-apply form {
  padding: 15px 10px;
}

.stick-apply form h3 {
  color: #058d5c;
  font-size: 18px;
  margin: 0 0 15px 0;
}

.stick-apply form .sa-input {
  border: 1px solid #dddddd;
  padding: 10px;
  margin-bottom: 10px;
}

.stick-apply form .sa-input.error {
  border-color: red;
}

.stick-apply form .sa-input input {
  font-size: 14px;
  line-height: 16px;
  color: #a3a3a3;
  border: 0 none;
  background: none;
  outline: none;
  font-weight: 400;
}

.stick-apply .sa-captcha .captcha-box {
    width: 130px;
    height: 42px;
    float: left;
    padding: 0;
    background: none;
    margin-right: 10px;
}
.stick-apply .sa-captcha .sa-input {
    float: left;
    width: 130px;
}
.stick-apply .sa-captcha .sa-input input {
    width: 100%;
    text-align: center;
}


.stick-apply form .sa-checkbox {
  padding-left: 20px;
  padding-top: 5px;
  position: relative;
  margin-bottom: 15px;
}

.stick-apply form .sa-checkbox.error .applycheckbox {
  border-color: red;
}

.stick-apply form .sa-checkbox .applycheckbox {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #058d5c;
  padding: 2px;
  left: 0px;
  top: 7px;
  cursor: pointer;
}

.stick-apply form .sa-checkbox .applycheckbox.checked:before {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #058d5c;
  display: block;
}

.stick-apply form .sa-checkbox label {
  cursor: pointer;
  font-size: 11px;
  line-height: 13px;
  color: #a3a3a3;
  display: inline-block;
  padding-right: 20px;
  font-weight: 400;
}

.stick-apply form .sa-checkbox label a {
  text-decoration: underline;
  color: #058d5c;
}

.stick-apply form .sa-personalData {
  border: 1px solid #dddddd;
  padding: 10px 10px 0 10px;
  margin-bottom: 15px;
  height: 88px;
  box-sizing: border-box;
  overflow-y: scroll;
  display: none;
}

.stick-apply form .sa-personalData h5 {
  margin: 0 0 5px 0;
  font-size: 11px;
  color: #a3a3a3;
}

.stick-apply form .sa-personalData p {
  margin: 0 0 5px 0;
  font-size: 11px;
  color: #a3a3a3;
}

.stick-apply form input[type='submit'] {
  border: 0 none;
  background: #058d5c;
  outline: none;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 170px;
  height: 35px;
  margin: 0 auto;
  display: block;
  font-weight: 600;
}

.stick-apply .stick-app-close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  background: url(../img/sa-close.png) center center no-repeat #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
}

