#rootwizard {
	background: #f9f9f9;
    padding: 20px;
    border: 1px solid #e9e6e0;
    border-radius: 4px;
    margin-bottom: 25px;
}

#rootwizard li {
	list-style:none;
}

#rootwizard ul li {
	float:left;
}

#rootwizard .previous {
	float:left;
	text-align:left;
}

#rootwizard .next {
	float:right;
	text-align:right;
}

.progress .yuzde {
    font-weight: bold;
    position: absolute;
    color: #fff;
    left: 48%;
    text-shadow: 1px 1px 5px #000;
	margin-top:10px;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

#steps li {
	display:none;
}

.teklifradio input[type=radio]:checked + label:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 15px;
    float: right;
    padding: 1px 5px;
    line-height: 18px;
    color: #facf53 !important;
    vertical-align: middle;
}

#submit_listing_box .form-alt input {
    background-color: #fff;
    border: 0 none;
    border-radius: 4px;
    color: #9d9795;
    height: 44px;
    border: 1px solid #e9e6e0;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px;
    box-shadow: none;
}

 .radiobtn {
	 position: relative;
	 display: block;
}
 .radiobtn label {
	 display: block;
	 background: #fee8c3;
	 color: #444;
	 border-radius: 5px;
	 padding: 10px 20px;
	 border: 2px solid #fdd591;
	 margin-bottom: 5px;
	 cursor: pointer;
}
 .radiobtn label:after, .radiobtn label:before {
	 content: "";
	 position: absolute;
	 right: 11px;
	 top: 11px;
	 width: 20px;
	 height: 20px;
	 border-radius: 3px;
	 background: #fdcb77;
}
 .radiobtn label:before {
	 background: transparent;
	 transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
	 z-index: 2;
	 overflow: hidden;
	 background-repeat: no-repeat;
	 background-size: 13px;
	 background-position: center;
	 width: 0;
	 height: 0;
	 background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
 .radiobtn input[type="radio"] {
	 display: none;
	 position: absolute;
	 width: 100%;
	 appearance: none;
}
 .radiobtn input[type="radio"]:checked + label {
	 background: #fdcb77;
	 animation-name: blink;
	 animation-duration: 1s;
	 border-color: #fcae2c;
}
 .radiobtn input[type="radio"]:checked + label:after {
	 background: #fcae2c;
}
 .radiobtn input[type="radio"]:checked + label:before {
	 width: 20px;
	 height: 20px;
}
 @keyframes blink {
	 0% {
		 background-color: #fdcb77;
	}
	 10% {
		 background-color: #fdcb77;
	}
	 11% {
		 background-color: #fdd591;
	}
	 29% {
		 background-color: #fdd591;
	}
	 30% {
		 background-color: #fdcb77;
	}
	 50% {
		 background-color: #fdd591;
	}
	 45% {
		 background-color: #fdcb77;
	}
	 50% {
		 background-color: #fdd591;
	}
	 100% {
		 background-color: #fdcb77;
	}
}
 