.footer .container {
    width: 95%;
    height: 100%;
    margin: 0 auto;
    padding: 80px 0;
    position: relative
}

.footer {
	border-bottom: 8px solid #0d55a3
}

.footer .container {
	padding-bottom: 0
}

.footlinks {
	display: flex;
	justify-content: space-around
}

.footlinks .app-store a {
	display: block;
	margin-bottom: 10px
}

.footlinks .app-store a:hover {
	border-bottom: 2px solid transparent
}

.footlinks div h4 {
	font-size: 14px !important;
	font-weight: 600;
	color: #4A4A4A;
	margin-bottom: 15px
}

.footlinks div li {
	margin-bottom: 15px;
	font-size: 14px
}

.footlinks div a {
	color: #555;
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent
}

.footlinks div a:hover {
	border-bottom: 2px solid #333
}

@media only screen and (max-width: 529px) {
	.footlinks div h4 {
		font-size: 9px
	}
	.footlinks div li {
		margin-bottom: 12px;
		font-size: 9px
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.footlinks div h4 {
		font-size: 12px
	}
	.footlinks div li {
		margin-bottom: 12px;
		font-size: 11px
	}
}

@media only screen and (max-width: 529px) {
	.footlinks {
		flex-flow: wrap
	}
	.footlinks .app-store {
		text-align: center;
		width: 100%;
		flex-basis: 100%
	}
	.footlinks .app-store a {
		display: inline-block;
		margin-bottom: 10px
	}
	.footlinks .app-store a img {
		width: 80%
	}
	.footlinks .app-store a:hover {
		border-bottom: 0 solid
	}
}

.footbar {
	display: flex;
	margin-top: 20px;
	min-height: 90px;
	border-top: 1px solid #444;
	justify-content: space-between;
	align-items: center
}

.footbar span.terms {
	font-size: 11px
}

.footbar span.terms a {
	color: #1c75fa;
	text-decoration: underline
}

.footbar span.terms .condition {
	display: block;
	padding: 8px 0;
	font-style: italic;
	font-size: 10px;
	color: #666
}

.footbar span.social a {
	color: #4c4c4c;
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	margin: 8px;
	line-height: 40px;
	font-size: 20px;
	text-decoration: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: background-color .4s ease-in;
	-moz-transition: background-color .4s ease-in;
	-o-transition: background-color .4s ease-in;
	-ms-transition: background-color .4s ease-in;
	transition: background-color .4s ease-in
}

.footbar span.social a:hover {
	background: #0d55a3;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.footbar span.social a:last-child {
	margin-right: 0
}

@media only screen and (max-width: 529px) {
	.footbar span.social a {
		width: 30px
	}
}

@media only screen and (max-width: 529px) {
	.footbar {
		flex-flow: column;
		margin-top: 10px
	}
	.footbar span.terms {
		font-size: 11px;
		padding: 15px 0;
		text-align: center;
		line-height: 1.6
	}
}

.content_animate {
	-webkit-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .65s forwards;
	-moz-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .65s forwards;
	-o-animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .65s forwards;
	animation: slide-up .5s cubic-bezier(.25, .1, .25, 1) .65s forwards
}

.registration,
.leadformbg {
	background: url(../img/reg-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover
}

.mainframe {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 85vh;
	margin-top: 3px
}

.round-box {
	background: rgba(255, 255, 255, 0.96);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	width: 60%;
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	transform: translateX(100%)
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.round-box {
		width: 70%
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.round-box {
		width: 94%
	}
}

@media only screen and (max-width: 529px) {
	.round-box {
		width: 98%;
		flex-flow: column wrap;
		position: relative;
		margin: auto;
		top: auto;
		left: auto;
		transform: none;
		margin-bottom: 80px
	}
}

.backbutton {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 10px;
	left: 10px
}

.backbutton img {
	width: 30px;
	height: 30px
}

.login {
	width: 65%
}

.login h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	color: #ef4123
}

@media only screen and (min-width: 1129px) {
	.login {
		width: 65%;
		max-width: 800px
	}
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.login {
		width: 70%
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.login {
		width: 80%
	}
}

@media only screen and (max-width: 529px) {
	.login {
		width: 98%
	}
}

.static-left {
	width: 40%;
	padding: 40px 60px;
	align-self: center;
	border-right: 1px solid #ef4123
}

.static-left p {
	margin-top: 30px
}

.static-left p a {
	color: #5d5d5d;
	font-weight: 600;
	font-size: 12px
}

.static-left h1 {
	width: 100%;
	font-size: 34px;
	line-height: 1.5;
	color: #000;
	text-align: left;
	text-transform: uppercase
}

.static-left h1 span {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase
}

.static-left h1 span.highlighter {
	font-size: 18px;
	font-weight: 600;
	color: #ef4123;
	text-transform: none;
	line-height: 1.3
}

.static-left h1 span.highlighter2 {
	font-size: 34px;
	font-weight: 300;
	line-height: 1.5;
	color: #ef4123;
	text-transform: uppercase;
	padding: 0
}

.static-left h4 {
	margin: 25px 0 5px;
	color: #000;
	font-weight: bold
}

.static-left .ref a {
	color: #888;
	text-decoration: none;
	margin-right: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid transparent
}

.static-left .ref a:hover {
	border-bottom: 2px solid #ef4123;
	color: #ef4123
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.static-left {
		padding: 20px 40px
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.static-left {
		padding: 20px 40px
	}
}

@media only screen and (max-width: 529px) {
	.static-left {
		padding: 10px 30px 0;
		width: 100%;
		border-right: 0 solid
	}
	.static-left h1 {
		text-align: center;
		line-height: .8;
		font-size: 24px
	}
	.static-left h1 span {
		font-size: 16px;
		padding: 10px
	}
	.static-left h1 span.highlighter {
		font-size: 16px
	}
	.static-left h1 span.highlighter2 {
		font-size: 26px;
		line-height: 1.4
	}
	.static-left p {
		margin-top: 5px;
		text-align: center
	}
	.static-left p a {
		color: #ef4123
	}
}

.ref-box {
	padding: 0 0 15px
}

.ref-box h4 {
	margin: 25px 0 5px;
	color: #000;
	font-weight: 600
}

@media only screen and (max-width: 529px) {
	.ref-box {
		text-align: center
	}
}

.dynamic-right {
	width: 60%;
	position: relative;
	padding: 40px 60px;
	align-self: center
}

.dynamic-right h2 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 40px;
	color: #000
}

.dynamic-right p {
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 1.3
}

.dynamic-right p span {
	display: block;
	padding: 12px 0;
	color: #ef4123;
	font-weight: 600
}

.dynamic-right ul li {
	list-style: none;
	font-weight: 600;
	font-size: 16px;
	padding: 8px 0;
	color: #5d5d5d
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.dynamic-right {
		padding: 20px 40px
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.dynamic-right {
		padding: 20px 40px
	}
}

@media only screen and (max-width: 529px) {
	.dynamic-right {
		padding: 5px 30px 0;
		width: 100%
	}
	.dynamic-right p {
		text-align: center;
		font-size: 11px;
		margin-bottom: 5px
	}
	.dynamic-right .actions {
		text-align: center;
		margin: 20px 0
	}
}

.actions {
	text-align: center;
	margin: 20px 0
}

.splitbox {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between
}

a.extras {
	color: #ef4123;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	font-size: 13px;
	font-weight: 600
}

a.extras:hover {
	border-bottom: 2px solid #ef4123
}

.open {
	width: 40px;
	height: 40px;
	display: none;
	position: relative;
	cursor: pointer;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear
}

@media only screen and (max-width: 529px) {
	.open {
		display: block
	}
}

.open:hover {
	opacity: 1
}

.open span {
	display: block;
	float: left;
	clear: both;
	height: 3px;
	width: 30px;
	border-radius: 40px;
	background-color: #0d55a3;
	position: absolute;
	right: 3px;
	top: 3px;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease
}

.open span:nth-child(1) {
	margin-top: 3px;
	z-index: 9
}

.open span:nth-child(2) {
	margin-top: 15px
}

.open span:nth-child(3) {
	margin-top: 26px
}

.sub-menu {
	-webkit-transition: all .8s cubic-bezier(.68, -0.55, .265, 1.55);
	transition: all .8s cubic-bezier(.68, -0.55, .265, 1.55);
	height: 0;
	width: 0;
	right: 0;
	top: 0;
	position: absolute;
	background-color: rgba(239, 65, 35, 0.84);
	border-radius: 50%;
	z-index: 18;
	overflow: hidden
}

.sub-menu li {
	display: block;
	float: right;
	clear: both;
	height: auto;
	margin-right: -160px;
	-webkit-transition: all .5s cubic-bezier(.68, -0.55, .265, 1.55);
	transition: all .5s cubic-bezier(.68, -0.55, .265, 1.55)
}

.sub-menu li:first-child {
	margin-top: 180px
}

.sub-menu li ul li:first-child {
	margin-top: 0
}

.sub-menu li:nth-child(1) {
	-webkit-transition-delay: .05s
}

.sub-menu li:nth-child(2) {
	-webkit-transition-delay: .1s
}

.sub-menu li:nth-child(3) {
	-webkit-transition-delay: .15s
}

.sub-menu li:nth-child(4) {
	-webkit-transition-delay: .2s
}

.sub-menu li:nth-child(5) {
	-webkit-transition-delay: .25s
}

.sub-menu li a {
	color: #fff;
	font-size: 16px;
	width: 100%;
	display: block;
	float: left;
	line-height: 40px;
	text-decoration: none
}

.oppenned .sub-menu {
	opacity: 1;
	height: 500px;
	width: 500px;
	margin-top: 20px;
	padding-right: 30px
}

.oppenned span:nth-child(2) {
	overflow: visible
}

.oppenned span:nth-child(1),
.oppenned span:nth-child(3) {
	z-index: 100;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.oppenned span:nth-child(1) {
	-webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
	transform: rotate(45deg) translateY(12px) translateX(12px)
}

.oppenned span:nth-child(2) {
	height: 500px;
	width: 500px;
	right: -160px;
	top: -160px;
	border-radius: 50%;
	background-color: rgba(255, 32, 19, 0.84)
}

.oppenned span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translateY(-5px) translateX(4px);
	transform: rotate(-45deg) translateY(-5px) translateX(4px)
}

.oppenned li {
	margin-right: 168px
}

.oppenned li ul li {
	margin-right: 0
}

.modal-view {
	background: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}

.video-box {
	position: fixed;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	height: 80%;
	max-height: 80vh;
	z-index: 99999
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.video-box {
		width: 80%
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.video-box {
		width: 80%
	}
}

@media only screen and (max-width: 529px) {
	.video-box {
		width: 94%;
		padding: 10px
	}
}

.popup-box {
	position: fixed;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 50px 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	max-height: 80vh;
	z-index: 99999
}

.popup-box h2 {
	font-size: 28px;
	font-weight: bold;
	color: #444;
	margin: 60px 0 10px
}

.popup-box p {
	margin: 10px 0;
	line-height: 1.4;
	font-size: 15px;
	text-align: justify
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.popup-box {
		width: 80%
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.popup-box {
		width: 80%
	}
}

@media only screen and (max-width: 529px) {
	.popup-box {
		width: 94%;
		padding: 10px;
		max-height: 85vh
	}
	.popup-box p {
		font-size: 13px;
		line-height: 1.7;
		margin: 0 0 10px
	}
	.popup-box h2 {
		font-size: 22px;
		margin: 35px 0 10px
	}
}

.pop-flex {
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap
}

.pop-image {
	width: 25%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #d8d8d8;
	display: flex;
	justify-content: center;
	align-items: center
}

.pop-round {
	width: 120px;
	height: 120px;
	border: 3px solid #fff;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	margin: 0 auto;
	top: -60px;
	position: absolute;
	background: #fff;
	left: 50%;
	transform: translateX(-50%)
}

.pop-round img {
	width: 100%;
	filter: grayscale(1)
}

@media only screen and (max-width: 529px) {
	.pop-round {
		width: 80px;
		height: 80px;
		top: -40px
	}
}

.careers h2 {
	margin: 20px 0 10px
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 2px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	border: 2px solid #ef4123;
	border-radius: 4px
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.btn-primary {
	color: #ef4123;
	border-color: #ef4123;
	position: relative;
	border-radius: 40px;
	background-color: transparent;
	padding: .6em 2.5em
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #ef4123;
	border-color: #ef4123;
	outline: none
}

.btn-primary:hover {
	color: #fff;
	background-color: #ef4123;
	border-color: #ef4123
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #ef4123;
	border-color: #ef4123
}

.btn-white {
	color: #fff;
	border-color: #00d4b7;
	position: relative;
	border-radius: 40px;
	background-color: #00d4b7;
	padding: .9em 2.5em;
	box-shadow: 0 3px 10px -2px #00d4b7;
}

.btn-white:focus,
.btn-white.focus {
	color: #ef4123;
	background-color: #fff;
	border-color: #fff;
	outline: none
}

.btn-white:hover {
	color: #0d55a3;
	background-color: #fff;
	border-color: #fff
}

.btn-secondary {
	font-size: 12px;
	color: #ef4123;
	border-color: #ef4123;
	position: relative;
	border-radius: 40px;
	background-color: transparent;
	padding: .25em 1.5em
}

.btn-secondary:focus,
.btn-secondary.focus {
	color: #fff;
	background-color: #ef4123;
	border-color: #ef4123;
	outline: none
}

.btn-secondary:hover {
	color: #fff;
	background-color: #ef4123;
	border-color: #ef4123
}

.close-button {
	display: inline-block;
	width: 25px;
	height: 25px;
	right: 3px;
	top: 3px;
	padding: 5px 8px;
	position: absolute;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #ef4123;
	color: #fff;
	font-size: 14px;
	font-weight: 600
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit
}

textarea {
	overflow: auto;
	outline: none
}

input,
select,
textarea {
	border: none;
	-webkit-transition: all .3s cubic-bezier(.64, .09, .08, 1);
	transition: all .3s cubic-bezier(.64, .09, .08, 1);
	background-repeat: no-repeat;
	color: #000;
	background: transparent
}

input:focus,
select:focus {
	box-shadow: none;
	outline: none;
	background: none;
	border-bottom: 1px solid #ef4123;
	background-position: 0 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: #fff !important;
	background-image: none;
	color: #000
}

.form-control {
	width: 100%;
	display: block;
	padding: 10px 0;
	border-bottom: solid 1px #c0c0c0
}

.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.form-control:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #ef4123;
	font-size: 10px;
	font-weight: 600;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	visibility: visible !important
}

select.form-control {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #555
}

select.form-control option {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #555
}

.form-group {
	margin-bottom: 15px;
	position: relative;
	text-align: left
}

.form-group span.mandate {
	color: #ef4123;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	right: -14px;
	top: 10px
}

.form-group:before,
.form-group:after {
	display: table;
	clear: both;
	content: ''
}

.form-group .form-label {
	display: block;
	width: 100%;
	height: 34px;
	padding: 0 0;
	font-size: 18px;
	line-height: 1.42857143;
	color: #555;
	text-transform: none
}

.form-group .form-control-static {
	padding-top: 7px;
	padding-bottom: 2px;
	margin-bottom: 0;
	color: #888
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
	line-height: 1.4;
	font-weight: 600;
	font-size: 11px
}

.checkbox label {
	font-size: 13px;
	margin-top: -3px
}

.radio-group label {
	display: block;
	margin-bottom: 1.5em
}

.radio-group label input {
	display: none
}

.radio-group label i {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: middle;
	border: 2px solid #ef4123;
	box-shadow: inset 0 0 0 4px #fff;
	-webkit-transition: .25s;
	transition: .25s
}

.radio-group label span {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ef4123;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	font-size: .9em
}

.radio-group label input:checked+i {
	background: #ef4123
}

.radio-group label:hover {
	cursor: pointer
}

.scrollbar {
	height: 300px;
	width: 100%;
	overflow-y: scroll;
	padding: 20px
}

@media only screen and (max-width: 529px) {
	.scrollbar {
		padding: 10px
	}
}

#style-2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background-color: #f5f5f5
}

#style-2::-webkit-scrollbar {
	width: 7px;
	background-color: #f5f5f5
}

#style-2::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #d62929
}

@media only screen and (max-width: 529px) {
	.webview {
		display: none
	}
}

.mobview {
	display: none
}

@media only screen and (max-width: 529px) {
	.mobview {
		display: block
	}
}

table {
	background: #f8f8f8;
	padding: 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #999
}

table tr {
	margin: 0;
	padding: 0;
	border: 0 solid
}

table tr td {
	padding: 12px 8px;
	font-size: 13px;
	margin: 0;
	border: 0 solid;
	line-height: 1.5
}

table tr td:nth-child(1) {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase
}

table tr:nth-child(1) {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase
}

table tr:nth-child(even) {
	background: #fff
}

@media only screen and (max-width: 529px) {
	table tr td {
		padding: 4px 2px;
		font-size: 11px;
		line-height: 1.2
	}
	table tr td:nth-child(1) {
		font-size: 11px
	}
}

.about-bg {
	background: url(../img/about-bg.gif) no-repeat;
	background-position: center bottom;
	background-size: 80% auto;
	position: relative
}

.about-vector {
	display: flex;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 100%;
	justify-content: space-between
}

.about-vector span {
	width: 18%;
	height: 180px;
	display: block;
	align-self: flex-end
}

.about-vector span.col-1 {
	background: url(../img/svg/receipt.svg) no-repeat;
	background-position: center top;
	background-size: 80px
}

.about-vector span.col-2 {
	background: url(../img/svg/burger.svg) no-repeat;
	background-position: center;
	background-size: 80px
}

.about-vector span.col-center {
	background: url(../img/mobilehand.png) no-repeat;
	background-position: center bottom;
	background-size: auto 100%
}

.about-vector span.col-3 {
	background: url(../img/svg/gift.svg) no-repeat;
	background-position: center top;
	background-size: 80px
}

.about-vector span.col-4 {
	background: url(../img/svg/gas-station.svg) no-repeat;
	background-position: center;
	background-size: 80px
}

@media only screen and (max-width: 529px) {
	.about-vector span {
		width: 18%;
		height: 100px;
		display: block;
		align-self: flex-end
	}
	.about-vector span.col-1 {
		background-size: 40px
	}
	.about-vector span.col-2 {
		background-size: 40px
	}
	.about-vector span.col-center {
		background-size: auto 70%
	}
	.about-vector span.col-3 {
		background-size: 40px
	}
	.about-vector span.col-4 {
		background-size: 40px
	}
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		transform: translate3d(10px, 0, 0)
	}
	90% {
		transform: translate3d(-5px, 0, 0)
	}
	to {
		transform: none
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

.panel {
	display: flex;
	flex-flow: column;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px
}

.faq-block {
	padding: 1% 4%
}

.panel-heading h4 {
	font-size: 14px;
	font-weight: 600
}

.panel-heading h4 a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	padding-right: 60px;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.4
}

.panel-heading h4 a:hover {
	color: #ef4123
}

.panel-heading h4 a:focus {
	color: #ef4123
}

.panel-heading h4 a:active {
	color: #ef4123
}

@media only screen and (max-width: 529px) {
	.panel-heading h4 a {
		padding: 10px 40px 10px 10px;
		font-size: 12px
	}
}

.panel-body {
	line-height: 1.6;
	padding-bottom: 10px;
	font-size: 15px;
	padding-left: 30px;
	padding-right: 30px
}

@media only screen and (max-width: 529px) {
	.panel-body {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px
	}
}

.collapse {
	display: none
}

.in {
	display: block
}

.faq-alert {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ffccc3;
	padding: 20px;
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 12px
}

.careerblock h2 {
	margin-bottom: 20px;
	font-weight: bold
}

.careerblock p {
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: justify
}

.careerblock h3 {
	margin-top: 30px
}

.curr-openings {
	margin: 20px 0
}

.curr-openings li {
	list-style: none;
	border-bottom: 1px solid #999;
	position: relative
}

.curr-openings li a {
	padding: 20px;
	padding-left: 40px;
	font-size: 24px;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #ef4123
}

.curr-openings li a:hover {
	color: #000
}

.curr-openings li:before {
	content: ' # ';
	position: absolute;
	top: 20px;
	font-size: 22px;
	font-weight: 600
}

.jd-desc p {
	line-height: 1.4;
	font-size: 14px
}

.jd-desc p span {
	font-weight: 600;
	font-size: 15px
}

.jd-desc p.note {
	font-size: 12px;
	font-weight: 600;
	margin: 10px 0;
	color: #ef4123
}

.jd-desc ul li {
	list-style: none;
	margin-bottom: 9px;
	line-height: 1.4;
	font-size: 14px
}

.collapsible-body {
	margin: 20px 0
}

.uparrow {
	background: url(../img/up-arrow.png) 98% center no-repeat;
	background-size: 12px 12px;
	color: #ef4123
}

@media only screen and (max-width: 529px) {
	.uparrow {
		background: url(../img/up-arrow.png) 97% center no-repeat
	}
}

.downarrow {
	background: url(../img/down-arrow.png) 98% center no-repeat;
	background-size: 12px 12px
}

@media only screen and (max-width: 529px) {
	.downarrow {
		background: url(../img/down-arrow.png) 97% center no-repeat
	}
}

.scroll-top {
	background: #353535;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none
}

.scroll-top a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	line-height: 38px
}

.note {
	font-weight: 600;
	font-size: 12px
}

.trapezium-hack {
	background: #f0f0f0
}

.lead-box {
	position: fixed;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 550px;
	max-width: 50%;
	max-height: 80vh;
	z-index: 99999;
	display: flex;
	flex-flow: row
}

.lead-box .col {
	width: 100%;
	min-height: 350px;
	padding: 40px
}

.lead-box .col h2 {
	text-align: left;
	font-size: 24px
}

.lead-box .side-creative {
	background: #f7f7f7
}

@media only screen and (min-width: 950px) and (max-width: 1128px) {
	.lead-box {
		width: 80%
	}
}

@media only screen and (min-width: 530px) and (max-width: 949px) {
	.lead-box {
		width: 80%;
		max-width: 80%
	}
}

@media only screen and (max-width: 529px) {
	.lead-box {
		width: 94%;
		max-width: 94%;
		padding: 10px;
		max-height: 85vh
	}
	.lead-box .col {
		width: 100%;
		padding: 20px
	}
	.lead-box .side-creative {
		display: none
	}
}

.breadcrumbs {
	position: absolute;
	top: -900px
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0
}

.rslides_tabs {
	padding: 0;
	font-size: 0;
	list-style: none;
	margin: 30px auto 0;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 20px;
	z-index: 99999
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 10px
}

.rslides_tabs li:first-child {
	margin-left: 0
}

.rslides_tabs a {
	background: #f0f0f0;
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.rslides_tabs .rslides_here a {
	background: #ef4123
}

.compliancebox {
	width: 95%;
	display: flex;
	flex-flow: column;
	align-items: center
}

.compliancebox img {
	width: 100px;
	height: 80px;
	margin-right: 20px
}

.compliancebox h2 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #404040;
	line-height: 1.6
}

.getstarted {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: space-around
}

.getstarted div h2 {
	text-align: left;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase
}

@media only screen and (max-width: 529px) {
	.getstarted {
		flex-flow: column wrap;
		align-items: center
	}
	.getstarted div h2 {
		text-align: center;
		font-size: 24px;
		line-height: 1.4
	}
	.getstarted div p {
		text-align: center;
		margin-bottom: 20px
	}
}

.api-head-box {
	text-align: center
}

.api-head-box p {
	line-height: 1.6;
	width: 80%;
	margin: 30px auto
}

@media only screen and (max-width: 529px) {
	.api-head-box p {
		line-height: 1.6;
		width: 95%;
		margin: 20px auto
	}
}

.facility-box {
	display: flex;
	flex-flow: row nowrap
}

.facility-box .facility-content {
	width: 70%
}

.facility-box .facility-link {
	width: 25%;
	margin-top: 80px
}

.facility-box .facility-link li {
	list-style: none;
	height: 50px;
	margin-bottom: 12px;
	-webkit-box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58);
	box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58)
}

.facility-box .facility-link li a {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	text-transform: uppercase;
	color: #444;
	font-weight: 600;
	font-size: 13px
}

.facility-box .facility-link li a span {
	font-size: 12px;
	color: #555;
	display: block;
	margin-top: 8px;
	text-transform: none;
	font-weight: 400
}

.facility-box .facility-link li a:hover {
	background: #ef4123;
	color: #fff
}

.facility-box .facility-link li a:hover span {
	color: #fff
}

.facility-box .facility-link li a.active {
	background: #ef4123;
	color: #fff;
	position: relative
}

.facility-box .facility-link li a.active span {
	color: #fff
}

.facility-box .facility-link li a.active:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -28px;
	top: 8px;
	border: 18px solid transparent;
	border-right: 20px solid #ef4123;
	z-index: 3
}

@media only screen and (max-width: 529px) {
	.facility-box {
		flex-flow: column wrap
	}
	.facility-box .facility-content {
		width: 100%;
		order: 2
	}
	.facility-box .facility-link {
		width: 100%;
		margin-top: 20px;
		order: 1
	}
	.facility-box .facility-link li {
		float: left;
		width: 48%;
		margin-left: 1%;
		height: 40px
	}
	.facility-box .facility-link li a {
		font-size: 11px;
		padding-top: 15px;
		text-align: center
	}
	.facility-box .facility-link li a.active:before {
		display: none
	}
	.facility-box .facility-link span {
		display: none !important
	}
}

.api-feature-box h2 {
	line-height: 1.4
}

.api-features {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	align-items: center;
	width: 100%;
	margin-top: 40px
}

.api-features .col {
	width: 35%;
	padding: 0 20px;
	padding-bottom: 20px;
	border: 1px solid transparent
}

.api-features .col h2 {
	text-align: center;
	font-size: 18px
}

.api-features .col p {
	line-height: 1.4;
	margin-top: 15px;
	text-align: center
}

.api-features .col .figure {
	background: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	width: 120px;
	height: 120px;
	margin: 30px auto 10px;
	display: flex;
	justify-content: center
}

.api-features .col .figure img {
	width: 50%
}

.api-features .col:hover {
	background: #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	-webkit-box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58);
	box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58)
}

@media only screen and (max-width: 529px) {
	.api-features {
		flex-flow: column wrap
	}
	.api-features .col {
		width: 100%;
		padding: 0 10px;
		padding-bottom: 10px
	}
	.api-features .col .figure {
		width: 100px;
		height: 100px;
		margin: 20px auto 10px
	}
	.api-features .col .figure img {
		width: 50%
	}
}

.facility-content-block {
	text-align: center;
	padding-top: 60px
}

.facility-content-block .facility-flex {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-around;
	align-items: center
}

.facility-content-block img {
	width: 70%;
	margin-right: 20px;
	order: 2
}

.facility-content-block p {
	order: 1;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	color: #555
}

@media only screen and (max-width: 529px) {
	.facility-content-block {
		padding-top: 10px
	}
	.facility-content-block .facility-flex {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: center
	}
	.facility-content-block p {
		font-size: 18px;
		line-height: 1.4
	}
}

#customizedwallet .facility-flex {
	flex-flow: row
}

#customizedwallet .facility-flex p {
	width: 40%;
	text-align: left
}

#customizedwallet img {
	width: 28%;
	height: auto;
	margin-right: 50px
}

@media only screen and (max-width: 529px) {
	#customizedwallet .facility-flex {
		flex-flow: column
	}
	#customizedwallet .facility-flex p {
		width: 90%;
		text-align: center;
		margin: 10px 0
	}
	#customizedwallet img {
		width: 90%;
		height: auto;
		margin-right: 0
	}
}

#paymentgateway .facility-flex {
	flex-flow: row
}

#paymentgateway .facility-flex p {
	width: 40%;
	text-align: left
}

#paymentgateway img {
	width: 48%;
	height: auto;
	margin-right: 50px
}

@media only screen and (max-width: 529px) {
	#paymentgateway .facility-flex {
		flex-flow: column
	}
	#paymentgateway .facility-flex p {
		width: 90%;
		text-align: center;
		margin: 10px 0
	}
	#paymentgateway img {
		width: 90%;
		height: auto;
		margin-right: 0
	}
}

#expresscheckout .facility-flex {
	flex-flow: row
}

#expresscheckout .facility-flex p {
	width: 40%;
	text-align: left
}

#expresscheckout img {
	width: 28%;
	height: auto;
	margin-right: 50px
}

@media only screen and (max-width: 529px) {
	#expresscheckout .facility-flex {
		flex-flow: column
	}
	#expresscheckout .facility-flex p {
		width: 90%;
		text-align: center;
		margin: 10px 0
	}
	#expresscheckout img {
		width: 90%;
		height: auto;
		margin-right: 0
	}
}

#QRpayments .facility-flex {
	flex-flow: row
}

#QRpayments .facility-flex p {
	width: 40%;
	text-align: left
}

#QRpayments img {
	width: 28%;
	height: auto;
	margin-right: 50px
}

@media only screen and (max-width: 529px) {
	#QRpayments .facility-flex {
		flex-flow: column
	}
	#QRpayments .facility-flex p {
		width: 90%;
		text-align: center;
		margin: 10px 0
	}
	#QRpayments img {
		width: 90%;
		height: auto;
		margin-right: 0
	}
}

#quickcollect .facility-flex {
	flex-flow: row
}

#quickcollect .facility-flex p {
	width: 40%;
	text-align: left
}

#quickcollect img {
	width: 30%;
	height: auto;
	margin-right: 50px
}

@media only screen and (max-width: 529px) {
	#quickcollect .facility-flex {
		flex-flow: column
	}
	#quickcollect .facility-flex p {
		width: 90%;
		text-align: center;
		margin: 10px 0
	}
	#quickcollect img {
		width: 90%;
		height: auto;
		margin-right: 0
	}
}

#payouts .facility-flex {
	flex-flow: row
}

#payouts .facility-flex p {
	width: 40%;
	text-align: left
}

#payouts img {
	width: 30%;
	height: auto;
	margin-right: 50px
}

@media only screen and (max-width: 529px) {
	#payouts .facility-flex {
		flex-flow: column
	}
	#payouts .facility-flex p {
		width: 90%;
		text-align: center;
		margin: 10px 0
	}
	#payouts img {
		width: 90%;
		height: auto;
		margin-right: 0
	}
}

.investor-logos {
	display: flex;
	flex-flow: row nowrap
}

.investor-logos .rows {
	width: 22%;
	height: 80px;
	margin: 15px 10px 30px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58);
	box-shadow: 0 0 29px -9px rgba(0, 0, 0, 0.58)
}

.investor-logos .inv-micromax {
	background: #fff url(../img/inv-micromax.png) center center no-repeat;
	background-size: 80%
}

.investor-logos .inv-idfcmf {
	background: #fff url(../img/inv-idfcmf.gif) center center no-repeat;
	background-size: 40%
}

.investor-logos .inv-nirvana {
	background: #fff url(../img/inv-nirvana.png) center center no-repeat;
	background-size: 50%
}

.investor-logos .inv-faeringcapital {
	background: #fff url(../img/inv-faering-capital.jpg) center center no-repeat;
	background-size: 70%
}

@media only screen and (max-width: 529px) {
	.investor-logos {
		flex-flow: row wrap
	}
	.investor-logos .rows {
		width: 44%;
		height: 60px;
		margin: 15px 10px 30px;
		background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-size: 70%
	}
}

.success-box {
	text-align: center
}

.success-box h2 {
	text-align: center !important;
	color: #8ae200;
	font-size: 40px !important;
	font-weight: 600
}

.success-box p {
	margin: 40px 0
}

.fail-box {
	text-align: center
}

.fail-box h2 {
	text-align: center !important;
	color: #f00000;
	font-size: 40px !important;
	font-weight: 600
}

.fail-box p {
	margin: 40px 0
}

.page-404 {
	text-align: center;
	display: flex;
	flex-flow: column;
	align-content: center;
	width: 100%;
	height: 100vh;
	background: #ef4123;
	justify-content: center;
	color: #fff;
	position: relative
}

.page-404 .logocontainer {
	width: 80px;
	height: 80px;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 20px auto;
	background: #ef4123 url('../img/logo.png') center no-repeat;
	background-size: 60%
}

.page-404 .ico-404 {
	display: flex;
	flex-flow: row nowrap;
	align-self: center;
	margin: 30px
}

.page-404 .ico-404 span {
	font-size: 100px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.43)
}

.page-404 .ico-404 img {
	height: 100px
}

.page-404 h1 {
	margin: 0 auto 20px;
	padding: 0;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.43)
}

@media only screen and (max-width: 529px) {
	.page-404 .ico-404 {
		margin: 10px
	}
	.page-404 .ico-404 span {
		font-size: 70px
	}
	.page-404 .ico-404 img {
		height: 70px
	}
	.page-404 a.btn {
		margin: 4px 0
	}
}

.success_box {
	background: #e2f1bb;
	border: 1px solid #598800;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #000;
	display: none;
	font-size: 13px;
	margin: 0 0 15px 0;
	padding: 8px 8px;
	width: 672px
}

.error_box {
	position: fixed;
	top: 0;
	width: 100%;
	font-size: 15px;
	font-weight: 600px;
	margin: 0 0 15px 0;
	padding: 20px 8px;
	color: #fff;
	background: #ef4123;
	z-index: 99999;
	text-align: center;
	display: none
}

.error_login {
	position: static;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 400;
	margin: 0 auto 10px;
	padding: 10px 8px;
	color: #ef4123;
	background: #f9f9f9;
	text-align: center;
	display: none
}

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #eceff1;
	z-index: 1000;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

#loader-wrapper .loader-section.section-left {
	left: 0
}

#loader-wrapper .loader-section.section-right {
	right: 0
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 240px;
	margin: -75px 0 0 -75px;
	background: url("../img/loader.gif") no-repeat center center;
	z-index: 1001
}

#loader-logo {
	display: block;
	position: absolute;
	left: 48%;
	top: 46%;
	background: url("../images/user-bg-2.html") no-repeat center center;
	z-index: 1001
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s 1s ease-out;
	transition: all .3s 1s ease-out
}

.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.no-js #loader-wrapper {
	display: none
}

sup {
	font-size: 13px;
	display: inline;
	vertical-align: super
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0
}