.block {
	text-align: right;
}
form {
	display: inherit;
	text-align: right;
	margin-bottom: 0;
	position: relative;
}
.form-group {
	position: relative;
	margin-bottom: 0;
	text-align: right;
}
.form-label {
	font-weight: 100;
	margin-bottom: 8px;
	font-size: 14px;
	pointer-events: none;
	z-index: 10;
	color: #fff;
	padding-right: 10px;
	transition: all 0.4s;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
	position: absolute;
	right: 0;
}
.form-control {
	display: block;
	width: 100%;
	padding: 10px 9px 9px 9px;
	font-size: 14px;
	color: #FFF;
	height: 34px;
	min-height: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 0;
	direction: rtl;
	box-shadow: none;
	transition: .3s;
}
.error {
	background-color: red;
	bottom: -17px;
	color: #fff;
	font-size: 12px;
	left: 0;
	padding: 5px;
	position: absolute;
	z-index: 2;
	opacity: 0;
	transition: .3s;
}
.form-group.hasError .error {
	opacity: 1;
}
.error:before {
	border-style: solid;
	border-width: 0 3.5px 5px 3.5px;
	border-color: transparent transparent red transparent;
	content: "";
	height: 0px;
	left: 5px;
	position: absolute;
	top: -5px;
	width: 0px;
}
.offset-top-10{
	margin-top: 10px;
}
.offset-top-20{
	margin-top: 20px;
}
.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 34px;
}
.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}
.select-styled {
	width: 100%;
	height: 34px;
	min-height: 40px;
	padding: 10px 9px 9px 9px;
	border: none;
	-webkit-appearance: none;
	direction: rtl;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	outline: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.select-styled.active {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.select-styled:after {
	top: 35%;
	left: 10px;
	height: 12px;
	width: 12px;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	background-image: url(../images/Arrow-down-white.svg);
}
.select-options {
	display: none;
	position: absolute;
	top: 119%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: 0px 3px 5px 0px rgba(13,11,30,0.08);
}
.select-options li {
	margin: 0;
	padding: 10px 20px;
	font-size: 14px;
	background: #fff;
	color: #666;
	text-align: right;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.select-options li[rel="hide"] {
	display: none;
}
.select-options li:hover {
	color: #fff;
	background-color: #1f8a9b;
}
.form-label.active{
opacity: 0;
}
.form-control:focus {
	outline: none;
	border: 0;
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #b07255;
	border: 2px solid transparent;
	color: #fff;
	/* min-height: 40px; */
	outline: none !important;
	padding: 8px 50px;
	direction: rtl;
}
.btn.btn-framed {
	background-color: #b07255;
	border-color: #b07255;
	color: #fff;
	font-weight: 100;
}
.tab-content {
	padding-top: 0;
	position: relative;
	top: 0;
}
.block {
    overflow: visible;
}