@charset "UTF-8";

.section-62198 {
	letter-spacing: normal;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #9b9b9b;
}

@media (min-width: 480px) {
	.text-xs-left {
		text-align: left;
	}
	.text-xs-center {
		text-align: center;
	}
	.text-xs-right {
		text-align: right;
	}
	.text-xs-justify {
		text-align: justify;
	}
	.text-xs-nowrap {
		white-space: nowrap;
	}
	.text-xs-normal {
		white-space: normal;
	}
}

@media (min-width: 768px) {
	.text-sm-left {
		text-align: left;
	}
	.text-sm-center {
		text-align: center;
	}
	.text-sm-right {
		text-align: right;
	}
	.text-sm-justify {
		text-align: justify;
	}
	.text-sm-nowrap {
		white-space: nowrap;
	}
	.text-sm-normal {
		white-space: normal;
	}
}

@media (min-width: 992px) {
	.text-md-left {
		text-align: left;
	}
	.text-md-center {
		text-align: center;
	}
	.text-md-right {
		text-align: right;
	}
	.text-md-justify {
		text-align: justify;
	}
	.text-md-nowrap {
		white-space: nowrap;
	}
	.text-md-normal {
		white-space: normal;
	}
}

@media (min-width: 1200px) {
	.text-lg-left {
		text-align: left;
	}
	.text-lg-center {
		text-align: center;
	}
	.text-lg-right {
		text-align: right;
	}
	.text-lg-justify {
		text-align: justify;
	}
	.text-lg-nowrap {
		white-space: nowrap;
	}
	.text-lg-normal {
		white-space: normal;
	}
}

@media (min-width: 1800px) {
	.text-xl-left {
		text-align: left;
	}
	.text-xl-center {
		text-align: center;
	}
	.text-xl-right {
		text-align: right;
	}
	.text-xl-justify {
		text-align: justify;
	}
	.text-xl-nowrap {
		white-space: nowrap;
	}
	.text-xl-normal {
		white-space: normal;
	}
}

/** 2.5  Responsive Visibility System */
.veil {
	display: none !important;
}

.reveal-block {
	display: block !important;
}

.reveal-flex {
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

.reveal-inline-block {
	display: inline-block !important;
}

.reveal-inline {
	display: inline !important;
}

@media (min-width: 480px) {
	.reveal-xs-block {
		display: block !important;
	}
	.reveal-xs-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.reveal-xs-inline-block {
		display: inline-block !important;
	}
	.reveal-xs-inline {
		display: inline !important;
	}
	.veil-xs {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.reveal-sm-block {
		display: block !important;
	}
	.reveal-sm-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.reveal-sm-inline-block {
		display: inline-block !important;
	}
	.reveal-sm-inline {
		display: inline !important;
	}
	.veil-sm {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.reveal-md-block {
		display: block !important;
	}
	.reveal-md-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.reveal-md-inline-block {
		display: inline-block !important;
	}
	.reveal-md-inline {
		display: inline !important;
	}
	.veil-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.reveal-lg-block {
		display: block !important;
	}
	.reveal-lg-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.reveal-lg-inline-block {
		display: inline-block !important;
	}
	.reveal-lg-inline {
		display: inline !important;
	}
	.veil-lg {
		display: none !important;
	}
}

@media (min-width: 1800px) {
	.reveal-xl-block {
		display: block !important;
	}
	.reveal-xl-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.reveal-xl-inline-block {
		display: inline-block !important;
	}
	.reveal-xl-inline {
		display: inline !important;
	}
	.veil-xl {
		display: none !important;
	}
}

a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

p a:hover,
a:hover {
	text-decoration: none;
}

.section-62198 .hr {
	height: 1px;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #f5f5f5;
	border: none;
}

.section-62198 .hr-gradient {
	background: white;
	background: -moz-linear-gradient(left, white 0%, #d9d9d9 50%, white 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, #d9d9d9), color-stop(100%, white));
	background: -webkit-linear-gradient(left, white 0%, #d9d9d9 50%, white 100%);
	background: -o-linear-gradient(left, white 0%, #d9d9d9 50%, white 100%);
	background: -ms-linear-gradient(left, white 0%, #d9d9d9 50%, white 100%);
	background: linear-gradient(to right, white 0%, #d9d9d9 50%, white 100%);
}

.section-62198 .divider {
	width: 40px;
	height: 2px;
	padding: 0;
	margin: 27px auto 34px;
	background: #d9d9d9;
	border: none;
}

.section-62198 .divider-vertical {
	width: 1px;
	height: 18px;
	background: #635f64;
	margin: -4px 21px;
}

.section-62198 .hr-auto {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 480px) {
	.section-62198 .hr-xs-auto {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.section-62198 .hr-sm-auto {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	.section-62198 .hr-md-auto {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) {
	.section-62198 .hr-lg-auto {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1800px) {
	.section-62198 .hr-xl-auto {
		margin-left: auto;
		margin-right: auto;
	}
}

.section-62198 .hr-left-0 {
	margin-left: 0;
}

@media (min-width: 480px) {
	.section-62198 .hr-xs-left-0 {
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.section-62198 .hr-sm-left-0 {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.section-62198 .hr-md-left-0 {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.section-62198 .hr-lg-left-0 {
		margin-left: 0;
	}
}

@media (min-width: 1800px) {
	.section-62198 .hr-xl-left-0 {
		margin-left: 0;
	}
}

.section-62198 .hr-right-0 {
	margin-right: 0;
}

@media (min-width: 480px) {
	.section-62198 .hr-xs-right-0 {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.section-62198 .hr-sm-right-0 {
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	.section-62198 .hr-md-right-0 {
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	.section-62198 .hr-lg-right-0 {
		margin-right: 0;
	}
}

@media (min-width: 1800px) {
	.section-62198 .hr-xl-right-0 {
		margin-right: 0;
	}
}

.section-62198 .btn {
	position: relative;
	padding: 9px 26px;
	font-size: 12px;
	font-weight: 900;
	line-height: 28px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	border-width: 2px;
	transition: .3s;
	backface-visibility: hidden;
	border-radius: 50px;
}

@media (min-width: 1200px) {
	.section-62198 .btn {
		min-width: 230px;
	}
}

.section-62198 .btn:focus, .section-62198 .btn:active, .section-62198 .btn:active:focus {
	outline: none;
}

.section-62198 .btn .caret:last-child {
	margin-left: 5px;
}

.section-62198 .btn-primary {
	color: #fff;
	background-color: #ff4514;
	border-color: #ff4514;
}

.section-62198 .btn-primary:focus, .section-62198 .btn-primary.focus, .section-62198 .btn-primary:hover, .section-62198 .btn-primary:active, .section-62198 .btn-primary.active,
.open > .section-62198 .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #ce0803;
	border-color: #ce0803;
}

.section-62198 .btn-primary:active, .section-62198 .btn-primary.active,
.open > .section-62198 .btn-primary.dropdown-toggle {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.section-62198 .btn-primary:active:hover, .section-62198 .btn-primary:active:focus, .section-62198 .btn-primary:active.focus, .section-62198 .btn-primary.active:hover, .section-62198 .btn-primary.active:focus, .section-62198 .btn-primary.active.focus,
.open > .section-62198 .btn-primary.dropdown-toggle:hover,
.open > .section-62198 .btn-primary.dropdown-toggle:focus,
.open > .section-62198 .btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #ce0803;
	border-color: #ce0803;
}

.section-62198 .btn-primary.disabled, .section-62198 .btn-primary[disabled],
fieldset[disabled] .section-62198 .btn-primary {
	pointer-events: none;
	opacity: .5;
}

.section-62198 .btn-primary .badge {
	color: #ff4514;
	background-color: #fff;
}

.section-62198 .btn-primary-bordered {
	color: #fff;
	background-color: transparent;
	border-color: #ff4514;
}

.section-62198 .btn-primary-bordered:focus, .section-62198 .btn-primary-bordered.focus, .section-62198 .btn-primary-bordered:hover, .section-62198 .btn-primary-bordered:active, .section-62198 .btn-primary-bordered.active,
.open > .section-62198 .btn-primary-bordered.dropdown-toggle {
	color: #fff;
	background-color: #ce0803;
	border-color: #ce0803;
}

.section-62198 .btn-primary-bordered:active, .section-62198 .btn-primary-bordered.active,
.open > .section-62198 .btn-primary-bordered.dropdown-toggle {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.section-62198 .btn-primary-bordered:active:hover, .section-62198 .btn-primary-bordered:active:focus, .section-62198 .btn-primary-bordered:active.focus, .section-62198 .btn-primary-bordered.active:hover, .section-62198 .btn-primary-bordered.active:focus, .section-62198 .btn-primary-bordered.active.focus,
.open > .section-62198 .btn-primary-bordered.dropdown-toggle:hover,
.open > .section-62198 .btn-primary-bordered.dropdown-toggle:focus,
.open > .section-62198 .btn-primary-bordered.dropdown-toggle.focus {
	color: #fff;
	background-color: #ce0803;
	border-color: #ce0803;
}

.section-62198 .btn-primary-bordered.disabled, .section-62198 .btn-primary-bordered[disabled],
fieldset[disabled] .section-62198 .btn-primary-bordered {
	pointer-events: none;
	opacity: .5;
}

.section-62198 .btn-primary-bordered .badge {
	color: transparent;
	background-color: #fff;
}

.section-62198 .btn-primary-bordered-dark {
	color: #191919;
	background-color: transparent;
	border-color: #ff4514;
}

.section-62198 .btn-primary-bordered-dark:focus, .section-62198 .btn-primary-bordered-dark.focus, .section-62198 .btn-primary-bordered-dark:hover, .section-62198 .btn-primary-bordered-dark:active, .section-62198 .btn-primary-bordered-dark.active,
.open > .section-62198 .btn-primary-bordered-dark.dropdown-toggle {
	color: #fff;
	background-color: #ce0803;
	border-color: #ce0803;
}

.section-62198 .btn-primary-bordered-dark:active, .section-62198 .btn-primary-bordered-dark.active,
.open > .section-62198 .btn-primary-bordered-dark.dropdown-toggle {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.section-62198 .btn-primary-bordered-dark:active:hover, .section-62198 .btn-primary-bordered-dark:active:focus, .section-62198 .btn-primary-bordered-dark:active.focus, .section-62198 .btn-primary-bordered-dark.active:hover, .section-62198 .btn-primary-bordered-dark.active:focus, .section-62198 .btn-primary-bordered-dark.active.focus,
.open > .section-62198 .btn-primary-bordered-dark.dropdown-toggle:hover,
.open > .section-62198 .btn-primary-bordered-dark.dropdown-toggle:focus,
.open > .section-62198 .btn-primary-bordered-dark.dropdown-toggle.focus {
	color: #fff;
	background-color: #ce0803;
	border-color: #ce0803;
}

.section-62198 .btn-primary-bordered-dark.disabled, .section-62198 .btn-primary-bordered-dark[disabled],
fieldset[disabled] .section-62198 .btn-primary-bordered-dark {
	pointer-events: none;
	opacity: .5;
}

.section-62198 .btn-primary-bordered-dark .badge {
	color: transparent;
	background-color: #191919;
}

.section-62198 .btn-xs {
	padding: 4px 15px;
	font-size: 10px;
	line-height: 20px;
	border-radius: 3px;
	border-width: 1px;
	min-width: auto;
	letter-spacing: 0em;
}

.section-62198 .well-lg {
	padding: 30px;
	border-radius: 0;
}

.section-62198 .position-static {
	position: static;
}

.section-62198 .text-italic {
	font-style: italic;
}

.section-62198 .text-normal {
	font-style: normal;
}

.section-62198 .text-underline {
	text-decoration: underline;
}

.section-62198 .text-strike {
	text-decoration: line-through;
}

.section-62198 .text-thin {
	font-weight: 100;
}

.section-62198 .text-light {
	font-weight: 300;
}

.section-62198 .text-regular {
	font-weight: 400;
}

.section-62198 .text-medium {
	font-weight: 500;
}

.section-62198 .text-sbold {
	font-weight: 600;
}

.section-62198 .text-bold, .section-62198 strong {
	font-weight: 700;
}

.section-62198 .text-ubold {
	font-weight: 900;
}

.section-62198 .text-spacing-0 {
	letter-spacing: 0;
}

.section-62198 .text-spacing-20 {
	letter-spacing: 0.02em;
}

.section-62198 .text-spacing-40 {
	letter-spacing: 0.04em;
}

.section-62198 .text-spacing-60 {
	letter-spacing: 0.06em;
}

.section-62198 .text-spacing-120 {
	letter-spacing: 0.12em;
}

.section-62198 .nav-custom {
	background: #fff;
	border-radius: 50px;
	overflow: hidden;
	border: 1px solid #d9d9d9;
}

.section-62198 .nav-custom li + li {
	margin-left: 0;
}

.section-62198 .nav-custom li + li:before {
	content: '';
	position: absolute;
	width: 1px;
	left: -1px;
	top: 14px;
	bottom: 14px;
	background-color: #d9d9d9;
	display: block;
	z-index: 1;
}

.section-62198 .nav-custom li.active + li:before {
	content: none;
}

.section-62198 .nav-custom li a {
	padding: 7px 18px;
	margin-bottom: 0;
	font-size: 20px;
	color: #d9d9d9;
	font-weight: 900;
	border-radius: 0;
}

.section-62198 .nav-custom li a span {
	display: block;
	font-size: 10px;
	font-weight: 400;
}

@media (min-width: 992px) {
	.section-62198 .nav-stacked-container .tab-content,
	.section-62198 .nav-stacked-container .nav-stacked {
		display: table-cell;
		vertical-align: top;
	}
	.section-62198 .nav-stacked-container .nav-stacked {
		width: 25%;
	}
	.section-62198 .nav-stacked-container .tab-content {
		width: 73%;
		padding-left: 20px;
	}
}

.section-62198 .navbar {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	border: none;
	text-align: left;
}

.section-62198 .navbar-brand {
	padding-left: 30px;
	padding-right: 30px;
}

.section-62198 .navbar .navbar-toggle {
	margin-top: 9px;
	margin-bottom: 9px;
}

.section-62198 .navbar .navbar-text {
	margin-top: 14px;
	margin-bottom: 14px;
}

.section-62198 .navbar .navbar-form {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

.section-62198 .navbar .navbar-form .form-search-submit {
	right: 15px;
}

.section-62198 .navbar-nav > li > .dropdown-menu {
	margin-top: 2px;
}

.section-62198 .navbar-nav > li > a {
	transition: .3s;
	font-weight: 400;
	font-size: 14px;
}

.section-62198 .navbar-nav > li > a .badge {
	margin-top: -17px;
	margin-left: -5px;
	margin-right: -5px;
}

.section-62198 .panel-title,
.section-62198 .panel-heading,
.section-62198 .panel-footer {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.section-62198 .panel-group .panel-title {
	padding-right: 25px;
}

.section-62198 .panel-group.accordion .panel-heading {
	position: relative;
	padding: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.section-62198 .panel-group.accordion .panel-heading a {
	display: inline-block;
	width: 100%;
	padding: 13px 22px;
	transition: .2s;
}

.section-62198 .panel-group.accordion .panel-heading a:after {
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 20px;
	width: 20px;
	font-family: "Material Design Icons";
	font-size: 21px;
	font-weight: 400;
	color: #9b9b9b;
	content: '\f465';
}

.section-62198 .panel-group.accordion .panel-heading a.collapsed:after {
	content: '\f504';
}

.section-62198 .panel-group.accordion .panel-body {
	padding: 8px 25px 15px 20px;
	font-size: 16px;
	line-height: 1.5625;
}

.section-62198 .panel-group.accordion .panel + .panel {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.section-62198 .panel-group.accordion .panel-heading {
		font-size: 16px;
	}
	.section-62198 .panel-group.accordion .panel-heading a:after {
		right: 15px;
	}
}

.section-62198 .icon {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-size: 54px;
	line-height: 56px;
	font-style: normal;
	vertical-align: middle;
}

.section-62198 .icon:before {
	display: inline-block;
	position: relative;
}

.section-62198 a.icon {
	transition: .3s;
}

.section-62198 a.icon.text-gray:hover {
	color: #ff4514;
}

.section-62198 .icon-rect,
.section-62198 .icon-circle,
.section-62198 .icon-rounded,
.section-62198 .icon-outlined {
	width: 70px;
	height: 70px;
	font-size: 32px;
	line-height: 70px;
	text-align: center;
	border: 2px solid;
}

.section-62198 .icon-circle {
	border-radius: 50%;
}

.section-62198 .icon-rounded {
	border-radius: 5px;
}

.section-62198 .icon-outlined {
	position: relative;
}

.section-62198 .icon-outlined, .section-62198 .icon-outlined:after {
	border-radius: 50%;
}

.section-62198 .icon-outlined:after {
	position: absolute;
	top: -7px;
	right: -7px;
	bottom: -7px;
	left: -7px;
	content: '';
	border: 2px solid #f5f5f5;
}

.section-62198 .icon-xxs {
	font-size: 18px;
	line-height: 18px;
}

.section-62198 .icon-xxs.icon-rect, .section-62198 .icon-xxs.icon-rounded, .section-62198 .icon-xxs.icon-circle, .section-62198 .icon-xxs.icon-outlined {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.section-62198 .icon-xs {
	font-size: 32px;
	line-height: 32px;
}

.section-62198 .icon-xs.icon-rect, .section-62198 .icon-xs.icon-rounded, .section-62198 .icon-xs.icon-circle, .section-62198 .icon-xs.icon-outlined {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 21px;
}

.section-62198 .icon-primary {
	color: #ff4514;
	border-color: #ff4514;
}

.section-62198 .icon-darkest-filled, .section-62198 .icon-darker-filled, .section-62198 .ui-to-top {
	color: #fff;
	border: none;
}

.section-62198 .icon-darkest-filled {
	background: #212121;
}

.section-62198 .icon-darker-filled {
	background: #434345;
}

.section-62198 a.icon-rect.fa-facebook:hover, .section-62198 a.icon-circle.fa-facebook:hover, .section-62198 a.icon-outlined.fa-facebook:hover, .section-62198 a.icon-rounded.fa-facebook:hover {
	color: #fff;
	background: #0956b5;
}

.section-62198 a.icon-rect.fa-twitter:hover, .section-62198 a.icon-circle.fa-twitter:hover, .section-62198 a.icon-outlined.fa-twitter:hover, .section-62198 a.icon-rounded.fa-twitter:hover {
	color: #fff;
	background: #28d4f9;
}

.section-62198 a.icon-rect.fa-google-plus:hover, .section-62198 a.icon-circle.fa-google-plus:hover, .section-62198 a.icon-outlined.fa-google-plus:hover, .section-62198 a.icon-rounded.fa-google-plus:hover {
	color: #fff;
	background: #f96a23;
}

.section-62198 a.icon-rect.fa-linkedin:hover, .section-62198 a.icon-circle.fa-linkedin:hover, .section-62198 a.icon-outlined.fa-linkedin:hover, .section-62198 a.icon-rounded.fa-linkedin:hover {
	color: #fff;
	background: #0E7EB5;
}

.section-62198 a.icon-rect.fa-500px:hover, .section-62198 a.icon-circle.fa-500px:hover, .section-62198 a.icon-outlined.fa-500px:hover, .section-62198 a.icon-rounded.fa-500px:hover {
	color: #fff;
	background: #bebebe;
}

.section-62198 a.icon-rect.fa-behance:hover, .section-62198 a.icon-circle.fa-behance:hover, .section-62198 a.icon-outlined.fa-behance:hover, .section-62198 a.icon-rounded.fa-behance:hover {
	background: #64aae1;
	color: #fff;
}

.section-62198 .media-right,
.section-62198 .media > .pull-right {
	padding-left: 10px;
}

.section-62198 .media-left,
.section-62198 .media > .pull-left {
	padding-right: 10px;
}

@media (min-width: 576px) {
	.section-62198 .media-right,
	.section-62198 .media > .pull-right {
		padding-left: 20px;
	}
	.section-62198 .media-left,
	.section-62198 .media > .pull-left {
		padding-right: 20px;
	}
}

.section-62198 .quote {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.section-62198 .quote cite {
	font-weight: 400;
}

.section-62198 .quote-simple-2 q:before{
	content: open-quote;
}

.section-62198 .quote-simple-2 q:after{
	content: close-quote;
}

.section-62198 .quote-simple-2 .quote-body {
	margin-bottom: 0;
}

.section-62198 .quote-simple-2 .quote-author {
	margin-top: 12px;
}

.section-62198 .post-event {
	position: relative;
}

.section-62198 .post-event .post-meta {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
	width: 50px;
	text-align: center;
}

.section-62198 .post-event .post-meta-day {
	background: #55bbeb;
	display: block;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	border-radius: 3px;
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

.section-62198 .post-event .post-meta-month {
	display: block;
	height: 20px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 20px;
	background: #434345;
	border-radius: 3px;
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

.section-62198 .post-event.post-event-right .post-meta {
	left: auto;
	top: 10px;
	right: 10px;
}

@media (min-width: 768px) {
	.section-62198 .post-event {
		padding-left: 100px;
	}
	.section-62198 .post-event .post-meta {
		width: 70px;
		left: 0;
		top: 0;
		right: auto;
	}
	.section-62198 .post-event .post-meta-day {
		height: 70px;
		line-height: 70px;
	}
	.section-62198 .post-event .post-meta-month {
		font-size: 17px;
		height: 30px;
		line-height: 30px;
	}
	.section-62198 .post-event.post-event-right {
		padding-left: 0;
		padding-right: 100px;
	}
	.section-62198 .post-event.post-event-right .post-meta {
		left: auto;
		top: 0;
		right: 0;
	}
}

.section-62198 .post-event-type-3 {
	position: relative;
}

.section-62198 .post-event-type-3 * + .row {
	margin-top: 50px;
}

.section-62198 .post-event-type-3 .post-event-item .card-corporate {
	background: #fff;
}

.section-62198 .post-event-type-3 .post-event-item .card-title a {
	font-weight: 400;
	text-transform: none;
	color: #191919;
	overflow: visible;
}

.section-62198 .post-event-type-3 .post-event-item .card-title a:before, .section-62198 .post-event-type-3 .post-event-item .card-title a:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	transform: translate(-100%, -50%);
}

@media (min-width: 992px) {
	.section-62198 .post-event-type-3 .post-event-item .card-title a:before, .section-62198 .post-event-type-3 .post-event-item .card-title a:after {
		content: '';
	}
}

.section-62198 .post-event-type-3 .post-event-item .card-title a:before {
	border-color: transparent #d9d9d9 transparent transparent;
	border-width: 12px 12px 12px 0;
}

.section-62198 .post-event-type-3 .post-event-item .card-title a:after {
	border-color: transparent #fff transparent transparent;
}

@media (min-width: 992px) {
	.section-62198 .post-event-type-3 .post-event-item .card-title a {
		padding: 32px 60px 32px 58px;
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	.section-62198 .post-event-type-3 .post-event-item .card-corporate .card-body {
		padding-right: 100px;
		padding-left: 60px;
		padding-bottom: 37px;
	}
}

.section-62198 .post-event-type-3 .post-event-item .tabs-group-default,
.section-62198 .post-event-type-3 .post-event-item .card-corporate .card-body {
	border-radius: 0;
}

@media (min-width: 992px) {
	.section-62198 .post-event-type-3 .post-event-item .post-event-inset {
		padding-right: 30px;
		padding-top: 30px;
	}
}

.section-62198 .post-event-type-3 .post-event-item .post-event-info {
	position: relative;
	text-align: left;
}

@media (min-width: 992px) {
	.section-62198 .post-event-type-3 .post-event-item .post-event-info {
		padding-left: 67px;
	}
}

.section-62198 .post-event-type-3 .post-event-item .post-event-info:before {
	width: 1px;
	position: absolute;
	top: 56px;
	bottom: -102px;
	left: 0;
	background: #d9d9d9;
}

@media (min-width: 992px) {
	.section-62198 .post-event-type-3 .post-event-item .post-event-info:before {
		content: '';
	}
}

.section-62198 .post-event-type-3 .post-event-item .post-event-info:after {
	position: absolute;
	top: 47px;
	left: -4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ff4514;
}

@media (min-width: 992px) {
	.section-62198 .post-event-type-3 .post-event-item .post-event-info:after {
		content: '';
	}
}

.section-62198 .post-event-type-3 .post-event-item .post-event-author {
	letter-spacing: 8px;
	text-transform: uppercase;
	color: #191919;
	font-size: 10px;
	margin: 0;
}

.section-62198 .post-event-type-3 .post-event-item .post-event-time {
	font-weight: 900;
	letter-spacing: .12em;
	margin-bottom: 10px;
	margin-top: 0;
}

.section-62198 .post-event-type-3 .post-event-item:last-child .post-event-info:before {
	content: none;
}

.section-62198 .unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.section-62198 .unit > * {
	margin-bottom: 30px;
	margin-left: 20px;
}

.section-62198 .unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.section-62198 .unit-body {
	flex: 0 1 auto;
}

.section-62198 .unit-left,
.section-62198 .unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.section-62198 .unit-spacing-xxs {
	margin-bottom: -10px;
	margin-left: 0px;
}

.section-62198 .unit-spacing-xxs > * {
	margin-bottom: 10px;
	margin-left: 0px;
}

.section-62198 .unit-spacing-xs {
	margin-bottom: -15px;
	margin-left: -7px;
}

.section-62198 .unit-spacing-xs > * {
	margin-bottom: 15px;
	margin-left: 7px;
}

.section-62198 .unit-spacing-sm {
	margin-bottom: -20px;
	margin-left: -20px;
}

.section-62198 .unit-spacing-sm > * {
	margin-bottom: 20px;
	margin-left: 20px;
}

.section-62198 .unit-spacing-lg {
	margin-bottom: -40px;
	margin-left: -40px;
}

.section-62198 .unit-spacing-lg > * {
	margin-bottom: 40px;
	margin-left: 40px;
}

.section-62198 .floating-group {
	margin-top: -5px;
	margin-left: -5px;
}

.section-62198 .floating-group::after {
	display: block;
	clear: both;
	content: "";
}

.section-62198 .floating-group > *, .section-62198 .floating-group > *:first-child {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

.section-62198 .box-pricing {
	text-align: left;
}

.section-62198 .box-pricing-title {
	display: flex;
	flex: 0 1 100%;
	flex-direction: row;
	flex-wrap: nowrap;
}

.section-62198 .box-pricing-title > *, .section-62198 .box-pricing-title:after {
	flex: 0 1 auto;
	flex-grow: 0;
}

.section-62198 .box-pricing-title .box-pricing-price {
	margin-top: 0;
}

.section-62198 .box-pricing-title .box-pricing-name {
	padding-top: 5px;
}

.section-62198 .box-pricing-title .box-pricing-dots {
	position: relative;
	flex-grow: 1;
	top: -6px;
	left: -2px;
	border-bottom: 2px dotted #434345;
}

.section-62198 .box-pricing li + li {
	margin-top: 23px;
}

.section-62198 .box-planning {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 11%;
}

.section-62198 .box-planning-label {
	display: none;
	z-index: 2;
	color: #fff;
}

.section-62198 .box-planning-label span {
	position: absolute;
}

.section-62198 .box-planning h1, .section-62198 .box-planning .h1 {
	margin-bottom: 0;
	margin-top: 0;
}

.section-62198 .box-planning h2, .section-62198 .box-planning .h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.section-62198 .box-planning .small {
	margin-top: 0;
	color: #434345;
	font-size: 10px;
}

.section-62198 .box-planning .btn {
	margin-top: 35px;
}

.section-62198 .box-planning .divider {
	width: 100%;
	margin-top: 18px;
	margin-bottom: 21px;
}

.section-62198 .box-planning .plan-price sup {
	font-size: 35%;
	top: -1.2em;
}

.section-62198 .box-planning .plan-price sup.big {
	font-size: 60%;
	top: -0.6em;
}

.section-62198 .box-planning .plan-price sub {
	font-size: 35%;
	bottom: 0;
}

.section-62198 .box-planning .list span + span, .section-62198 .box-planning .list-separated span + span {
	margin-left: 6px;
}

.section-62198 .box-planning .box-planning-body {
	padding: 11% 8% 8% 8%;
	border: 1px solid #f5f5f5;
	border-top: none;
}

.section-62198 .box-planning .list-unstyled {
	margin-top: 18px;
}

.section-62198 .box-planning.active .box-planning-label {
	display: block;
}

.section-62198 .box-planning-type-1 {
	max-width: 300px;
	overflow: hidden;
}

.section-62198 .box-planning-type-1 .box-planning-label {
	position: absolute;
	top: -35px;
	right: -35px;
	font-size: 11px;
	font-weight: 900;
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: .119em;
}

.section-62198 .box-planning-type-1 .box-planning-label > span {
	right: 32px;
	top: 48px;
	transform: rotate(47deg);
}

.section-62198 .box-planning-type-1 .box-planning-label .box-planning-svg {
	width: 150px;
	height: 150px;
	fill: #ff4514;
}

.section-62198 .box-planning-type-1 .list {
	font-size: 15px;
}

.section-62198 .box-planning-type-1.active {
	border: 1px solid #f5f5f5;
}

.section-62198 .box-planning-type-1.active .h1 {
	color: #ff4514;
}

.section-62198 .box-planning-type-1,
.section-62198 .box-planning-type-2 {
	border: 1px solid #f5f5f5;
}

.section-62198 .box-planning-type-3, .section-62198 .box-planning-type-4 {
	max-width: 295px;
	padding: 0;
}

.section-62198 .box-planning-type-3 .box-planning-header, .section-62198 .box-planning-type-4 .box-planning-header {
	padding: 11%;
}

.section-62198 .box-planning-type-3 .box-planning-header h2, .section-62198 .box-planning-type-3 .box-planning-header .h2, .section-62198 .box-planning-type-4 .box-planning-header h2, .section-62198 .box-planning-type-4 .box-planning-header .h2 {
	margin-bottom: 0;
}

.section-62198 .box-planning-type-3 .box-planning-header h3, .section-62198 .box-planning-type-3 .box-planning-header .h3, .section-62198 .box-planning-type-4 .box-planning-header h3, .section-62198 .box-planning-type-4 .box-planning-header .h3 {
	margin-top: 5px;
	margin-bottom: 7px;
}

.section-62198 .box-planning-type-3 .btn, .section-62198 .box-planning-type-4 .btn {
	margin-top: 25px;
}

.section-62198 .box-planning-type-3 .btn-default, .section-62198 .box-planning-type-4 .btn-default {
	color: #fff;
	background-color: #434345;
	border-color: #434345;
}

.section-62198 .box-planning-type-3 .btn-default:focus, .section-62198 .box-planning-type-3 .btn-default.focus, .section-62198 .box-planning-type-3 .btn-default:hover, .section-62198 .box-planning-type-3 .btn-default:active, .section-62198 .box-planning-type-3 .btn-default.active,
.open > .section-62198 .box-planning-type-3 .btn-default.dropdown-toggle, .section-62198 .box-planning-type-4 .btn-default:focus, .section-62198 .box-planning-type-4 .btn-default.focus, .section-62198 .box-planning-type-4 .btn-default:hover, .section-62198 .box-planning-type-4 .btn-default:active, .section-62198 .box-planning-type-4 .btn-default.active,
.open > .section-62198 .box-planning-type-4 .btn-default.dropdown-toggle {
	color: #fff;
	background-color: #ff4514;
	border-color: #ff4514;
}

.section-62198 .box-planning-type-3 .btn-default:active, .section-62198 .box-planning-type-3 .btn-default.active,
.open > .section-62198 .box-planning-type-3 .btn-default.dropdown-toggle, .section-62198 .box-planning-type-4 .btn-default:active, .section-62198 .box-planning-type-4 .btn-default.active,
.open > .section-62198 .box-planning-type-4 .btn-default.dropdown-toggle {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.section-62198 .box-planning-type-3 .btn-default:active:hover, .section-62198 .box-planning-type-3 .btn-default:active:focus, .section-62198 .box-planning-type-3 .btn-default:active.focus, .section-62198 .box-planning-type-3 .btn-default.active:hover, .section-62198 .box-planning-type-3 .btn-default.active:focus, .section-62198 .box-planning-type-3 .btn-default.active.focus,
.open > .section-62198 .box-planning-type-3 .btn-default.dropdown-toggle:hover,
.open > .section-62198 .box-planning-type-3 .btn-default.dropdown-toggle:focus,
.open > .section-62198 .box-planning-type-3 .btn-default.dropdown-toggle.focus, .section-62198 .box-planning-type-4 .btn-default:active:hover, .section-62198 .box-planning-type-4 .btn-default:active:focus, .section-62198 .box-planning-type-4 .btn-default:active.focus, .section-62198 .box-planning-type-4 .btn-default.active:hover, .section-62198 .box-planning-type-4 .btn-default.active:focus, .section-62198 .box-planning-type-4 .btn-default.active.focus,
.open > .section-62198 .box-planning-type-4 .btn-default.dropdown-toggle:hover,
.open > .section-62198 .box-planning-type-4 .btn-default.dropdown-toggle:focus,
.open > .section-62198 .box-planning-type-4 .btn-default.dropdown-toggle.focus {
	color: #fff;
	background-color: #ff4514;
	border-color: #ff4514;
}

.section-62198 .box-planning-type-3 .btn-default.disabled, .section-62198 .box-planning-type-3 .btn-default[disabled],
fieldset[disabled] .section-62198 .box-planning-type-3 .btn-default, .section-62198 .box-planning-type-4 .btn-default.disabled, .section-62198 .box-planning-type-4 .btn-default[disabled],
fieldset[disabled] .section-62198 .box-planning-type-4 .btn-default {
	pointer-events: none;
	opacity: .5;
}

.section-62198 .box-planning-type-3 .btn-default .badge, .section-62198 .box-planning-type-4 .btn-default .badge {
	color: #434345;
	background-color: #fff;
}

.section-62198 .box-planning-type-4 {
	max-width: 270px;
}

@media (min-width: 992px) {
	.section-62198 .box-planning-type-1,
	.section-62198 .box-planning-type-2 {
		border: none;
	}
}

.section-62198 .twitter .big {
	margin-top: 0;
}

.section-62198 .twitter .twitter-date:before {
	margin-right: 6px;
	font-family: "FontAwesome";
	font-size: 18px;
	content: '\f099';
	color: #55bbeb;
}

.section-62198 .twitter .twitter-date .icon {
	font-size: 18px;
	line-height: 18px;
	color: #55bbeb;
}

.section-62198 .twitter .twitter-name > a {
	margin-top: 8px;
	margin-bottom: 0;
	color: #55bbeb;
}

.section-62198 .twitter .twitter-name > a:before {
	content: '- ';
}

.section-62198 .twitter .twitter-text {
	margin-top: 4px;
}

.section-62198 .twitter .twitter-text a {
	color: #55bbeb;
}

.section-62198 .twitter .twitter-text a:hover {
	text-decoration: underline;
}

.section-62198 .twitter .twitter-sm + .twitter-sm {
	margin-top: 18px;
}

.section-62198 .twitter .rd-twitter {
	display: block;
	opacity: 0;
	border-radius: 5px;
	background: #fff;
	transition: .3s all ease;
}

.section-62198 .twitter .rd-twitter .twitter-unit {
	padding: 25px 20px 0;
}

.section-62198 .twitter .rd-twitter-tweet {
	padding: 0 15px 20px;
}

.section-62198 .twitter .rd-twitter-tweet a {
	color: #64aae1;
}

.section-62198 .twitter .rd-twitter-tweet a:hover {
	text-decoration: underline;
}

.section-62198 .twitter .rd-twitter-img-wrap {
	max-height: 250px;
	overflow: hidden;
}

.section-62198 .twitter .rd-twitter-img-wrap .rd-twitter-media {
	width: 100%;
}

.section-62198 .twitter .rd-twitter-time-wrap {
	padding: 25px;
}

.section-62198 .twitter .rd-twitter-meta * {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.section-62198 .twitter .rd-twitter .twitter-unit {
		padding: 20px;
	}
	.section-62198 .twitter .rd-twitter .twitter-unit .unit-body {
		padding-left: 20px;
	}
	.section-62198 .twitter .rd-twitter-tweet {
		padding: 0 25px 25px;
	}
	.section-62198 .twitter .rd-twitter-meta * {
		max-width: 140px;
	}
}

.section-62198 .twitter .rd-twitter.rd-twitter-compact .rd-twitter-time-wrap {
	padding-top: 0;
}

.section-62198 .counter {
	margin-bottom: 0;
}

.section-62198 .counter-plus .counter:after {
	content: '+';
}

.section-62198 .counter-plus:after {
	display: none;
}

.section-62198 .flip-clock-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-62198 .flip-clock-wrapper a {
	cursor: pointer;
	text-decoration: none;
	color: #ccc;
}

.section-62198 .flip-clock-wrapper a:hover {
	color: #fff;
}

.section-62198 .flip-clock-wrapper ul {
	list-style: none;
}

.section-62198 .flip-clock-wrapper.clearfix:before,
.section-62198 .flip-clock-wrapper.clearfix:after {
	content: " ";
	display: table;
}

.section-62198 .flip-clock-wrapper.clearfix:after {
	clear: both;
}

.section-62198 .flip-clock-wrapper.clearfix {
	*zoom: 1;
}

.section-62198 .flip-clock-wrapper {
	font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
	-webkit-user-select: none;
}

.section-62198 .flip-clock-meridium {
	background: none !important;
	box-shadow: 0 0 0 !important;
	font-size: 36px !important;
}

.section-62198 .flip-clock-meridium a {
	color: #313333;
}

.section-62198 .flip-clock-wrapper {
	margin-top: 65px;
	display: inline-block;
	text-align: center;
}

@media (min-width: 992px) {
	.section-62198 .flip-clock-wrapper {
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.section-62198 .flip-clock-wrapper:before,
.section-62198 .flip-clock-wrapper:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.section-62198 .flip-clock-wrapper:after {
	clear: both;
}

.section-62198 .flip-clock-wrapper ul {
	position: relative;
	float: left;
	font-size: 80px;
	font-weight: bold;
	line-height: 80px;
	border-radius: 4px;
	background: #000;
	width: 30px;
	height: 60px;
	margin: 5px 1px;
}

@media (min-width: 768px) {
	.section-62198 .flip-clock-wrapper ul {
		margin: 5px;
		width: 50px;
		height: 80px;
	}
}

.section-62198 .flip-clock-wrapper ul li {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	line-height: 60px;
}

@media (min-width: 768px) {
	.section-62198 .flip-clock-wrapper ul li {
		line-height: 80px;
	}
}

.section-62198 .flip-clock-wrapper ul li:first-child {
	z-index: 2;
}

.section-62198 .flip-clock-wrapper ul li a {
	display: block;
	height: 100%;
	-webkit-perspective: 200px;
	-moz-perspective: 200px;
	perspective: 200px;
	margin: 0 !important;
	overflow: visible !important;
	cursor: default !important;
}

.section-62198 .flip-clock-wrapper ul li a div {
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	font-size: 80px;
	overflow: hidden;
	outline: 1px solid transparent;
}

.section-62198 .flip-clock-wrapper ul li a div .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.section-62198 .flip-clock-wrapper ul li a div.up {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	top: 0;
}

.section-62198 .flip-clock-wrapper ul li a div.down {
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	bottom: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.section-62198 .flip-clock-wrapper ul li a div div.inn {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 200%;
	font-family: 'Fjalla One';
	color: #9b9b9b;
	font-weight: 400;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	font-size: 32px;
}

@media (min-width: 768px) {
	.section-62198 .flip-clock-wrapper ul li a div div.inn {
		font-size: 44px;
	}
}

.section-62198 .flip-clock-wrapper ul li a div.up div.inn {
	top: 0;
	background: linear-gradient(to top, #e6e6e6 0%, #ffffff 100%);
}

.section-62198 .flip-clock-wrapper ul li a div.down div.inn {
	bottom: 0;
}

.section-62198 .flip-clock-wrapper ul.play li.flip-clock-before {
	z-index: 3;
}

.section-62198 .flip-clock-wrapper ul.play li.flip-clock-active {
	-webkit-animation: asd 0.5s 0.5s linear both;
	-moz-animation: asd 0.5s 0.5s linear both;
	animation: asd 0.5s 0.5s linear both;
	z-index: 5;
}

.section-62198 .flip-clock-divider {
	float: left;
	display: inline-block;
	position: relative;
	width: 10px;
	height: 100px;
}

@media (min-width: 768px) {
	.section-62198 .flip-clock-divider {
		width: 20px;
	}
}

.section-62198 .flip-clock-divider:first-child {
	width: 0;
}

.section-62198 .flip-clock-dot {
	display: none;
	background: #323434;
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	left: 5px;
}

.section-62198 .flip-clock-divider .flip-clock-label {
	font-size: 10px;
	position: absolute;
	top: -1.75em;
	right: -79px;
	text-transform: uppercase;
	letter-spacing: 0.6em;
	color: white;
	text-shadow: none;
}

@media (min-width: 768px) {
	.section-62198 .flip-clock-divider .flip-clock-label {
		right: -97px;
	}
}

.section-62198 .flip-clock-divider.minutes .flip-clock-label {
	right: -90px;
}

@media (min-width: 768px) {
	.section-62198 .flip-clock-divider.minutes .flip-clock-label {
		right: -106px;
	}
}

.section-62198 .flip-clock-divider.days .flip-clock-label {
	right: -73px;
}

@media (min-width: 768px) {
	.section-62198 .flip-clock-divider.days .flip-clock-label {
		right: -90px;
	}
}

.section-62198 .flip-clock-divider.seconds .flip-clock-label {
	right: -91px;
}

.section-62198 .flip-clock-dot.top {
	top: 30px;
}

.section-62198 .flip-clock-dot.bottom {
	bottom: 30px;
}

@-webkit-keyframes asd {
	0% {
		z-index: 2;
	}
	20% {
		z-index: 4;
	}
	100% {
		z-index: 4;
	}
}

@-moz-keyframes asd {
	0% {
		z-index: 2;
	}
	20% {
		z-index: 4;
	}
	100% {
		z-index: 4;
	}
}

@-o-keyframes asd {
	0% {
		z-index: 2;
	}
	20% {
		z-index: 4;
	}
	100% {
		z-index: 4;
	}
}

@keyframes asd {
	0% {
		z-index: 2;
	}
	20% {
		z-index: 4;
	}
	100% {
		z-index: 4;
	}
}

.section-62198 .flip-clock-wrapper ul.play li.flip-clock-active .down {
	z-index: 2;
	-webkit-animation: turn 0.5s 0.5s linear both;
	-moz-animation: turn 0.5s 0.5s linear both;
	animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
	0% {
		-webkit-transform: rotateX(90deg);
	}
	100% {
		-webkit-transform: rotateX(0deg);
	}
}

@-moz-keyframes turn {
	0% {
		-moz-transform: rotateX(90deg);
	}
	100% {
		-moz-transform: rotateX(0deg);
	}
}

@-o-keyframes turn {
	0% {
		-o-transform: rotateX(90deg);
	}
	100% {
		-o-transform: rotateX(0deg);
	}
}

@keyframes turn {
	0% {
		transform: rotateX(90deg);
	}
	100% {
		transform: rotateX(0deg);
	}
}

.section-62198 .flip-clock-wrapper ul.play li.flip-clock-before .up {
	z-index: 2;
	-webkit-animation: turn2 0.5s linear both;
	-moz-animation: turn2 0.5s linear both;
	animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
	0% {
		-webkit-transform: rotateX(0deg);
	}
	100% {
		-webkit-transform: rotateX(-90deg);
	}
}

@-moz-keyframes turn2 {
	0% {
		-moz-transform: rotateX(0deg);
	}
	100% {
		-moz-transform: rotateX(-90deg);
	}
}

@-o-keyframes turn2 {
	0% {
		-o-transform: rotateX(0deg);
	}
	100% {
		-o-transform: rotateX(-90deg);
	}
}

@keyframes turn2 {
	0% {
		transform: rotateX(0deg);
	}
	100% {
		transform: rotateX(-90deg);
	}
}

.section-62198 .flip-clock-wrapper ul li.flip-clock-active {
	z-index: 3;
}

.section-62198 .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
	background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
	-webkit-animation: show 0.5s linear both;
	-moz-animation: show 0.5s linear both;
	animation: show 0.5s linear both;
}

.section-62198 .flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
	background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
	-webkit-animation: hide 0.5s 0.3s linear both;
	-moz-animation: hide 0.5s 0.3s linear both;
	animation: hide 0.5s 0.3s linear both;
}

.section-62198 .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
	background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
	-webkit-animation: show 0.5s linear both;
	-moz-animation: show 0.5s linear both;
	animation: show 0.5s linear both;
}

.section-62198 .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
	background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
	-webkit-animation: hide 0.5s 0.3s linear both;
	-moz-animation: hide 0.5s 0.3s linear both;
	animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes hide {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes hide {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes hide {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes hide {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.section-62198 .card-group-custom {
	margin-bottom: 0;
}

.section-62198 .card-group-custom .card-header + .collapse > .list-group {
	border-top: 0;
}

.section-62198 .card-group-custom .card + .card {
	margin-top: 0;
}

.section-62198 .card-group-custom.card-group-corporate .card + .card {
	margin-top: 30px;
}

.section-62198 .card-custom {
	display: block;
	margin: 0;
	background: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}

.section-62198 .card-custom a {
	display: block;
}

.section-62198 .card-custom .card-header {
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.section-62198 .card-custom .card-body {
	padding: 0;
	border: 0;
}

.section-62198 .card-custom .card-title {
	margin-bottom: 0;
}

.section-62198 * + .card-group-custom {
	margin-top: 35px;
}

@media (min-width: 768px) {
	.section-62198 * + .card-group-custom {
		margin-top: 50px;
	}
}

.section-62198 .card-corporate {
	text-align: left;
	box-shadow: none;
	border: 1px solid #d9d9d9;
}

.section-62198 .card-corporate .card-title a,
.section-62198 .card-corporate .card-body {
	background: #fff;
}

.section-62198 .card-corporate .card-title a {
	position: relative;
	z-index: 1;
	padding: 32px 40px 32px 58px;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0;
	color: #191919;
	transition: 1.3s all ease;
	border-radius: 0 0 0 0;
}

.section-62198 .card-corporate .card-title a .card-arrow:after {
	opacity: 0;
	visibility: hidden;
}

.section-62198 .card-corporate .card-title a.collapsed {
	border-radius: 0;
	border-bottom-width: 0;
}

.section-62198 .card-corporate .card-title a.collapsed .card-arrow {
	border-radius: 0 0 0 0;
}

.section-62198 .card-corporate .card-title a.collapsed .card-arrow:after {
	opacity: 1;
	visibility: visible;
}

.section-62198 .card-corporate .card-arrow {
	position: absolute;
	top: 0;
	bottom: -1px;
	right: -1px;
	z-index: 2;
	width: 70px;
	background: transparent;
	border-radius: 0 0 0 0;
	transition: .33s all ease;
}

.section-62198 .card-corporate .card-arrow::before, .section-62198 .card-corporate .card-arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translateY(-50%);
	background: #191919;
}

.section-62198 .card-corporate .card-arrow::before {
	width: 14px;
	height: 2px;
	right: 18px;
}

.section-62198 .card-corporate .card-arrow::after {
	width: 2px;
	height: 14px;
	right: 24px;
}

.section-62198 .card-corporate .collapse {
	position: relative;
	z-index: 1;
	color: #9b9b9b;
	border-radius: 0 0 0 0;
}

.section-62198 .card-corporate .card-body {
	padding: 25px 44px 25px 58px;
	border-top: 1px solid #d9d9d9;
}

@media (max-width: 991px) {
	.section-62198 .card-corporate .card-title a,
	.section-62198 .card-corporate .card-body {
		padding-left: 25px;
	}
}

@media (min-width: 768px) {
	.section-62198 .card-corporate .card-title a {
		font-size: 24px;
	}
	.section-62198 .card-corporate .card-arrow::before {
		width: 14px;
		height: 2px;
		right: 38px;
	}
	.section-62198 .card-corporate .card-arrow::after {
		width: 2px;
		height: 14px;
		right: 44px;
	}
}

.section-62198 .nav-pills {
	display: block;
}

.section-62198 .nav-pills > li {
	position: relative;
}

.section-62198 .nav-pills > li > a {
	display: block;
	border: none;
}

.section-62198 .nav-pills > li > a.active, .section-62198 .nav-pills > li > a.active:hover, .section-62198 .nav-pills > li > a.active:focus {
	color: #fff;
	background-color: #ff4514;
}

.section-62198 .nav-pills > li > a:hover {
	background-color: #f7f7f7;
}

.section-62198 .nav-pills > li + li:before {
	display: none;
}

.section-62198 .nav-pills > li + li a:before {
	display: none;
	content: "";
	position: absolute;
	width: 1px;
	left: 0;
	top: 14px;
	bottom: 14px;
	background-color: #d9d9d9;
	z-index: 1;
}

.section-62198 .nav-pills > li + li a.active:before {
	background-color: transparent;
}

@media (min-width: 768px) {
	.section-62198 .nav-pills > li {
		display: table-cell;
		width: 1%;
	}
	.section-62198 .nav-pills > li + li a:before {
		display: block;
	}
}

.section-62198 .font-default {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.section-62198 .font-accent {
	font-family: "Yesteryear", cursive;
}

.section-62198 h1, .section-62198 h2, .section-62198 h3, .section-62198 h4, .section-62198 h5, .section-62198 h6, .section-62198 .h1, .section-62198 .h2, .section-62198 .h3, .section-62198 .h4, .section-62198 .h5, .section-62198 .h6 {
	letter-spacing: normal;
}

.section-62198 h1,
.section-62198 .h1 {
	margin-bottom: 21px;
	font-size: 36px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.section-62198 h1,
	.section-62198 .h1 {
		line-height: 1.125;
		font-size: 48px;
	}
}

.section-62198 h2,
.section-62198 .h2 {
	margin-bottom: 17px;
	font-size: 32px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.section-62198 h2,
	.section-62198 .h2 {
		line-height: 1.25;
		font-size: 36px;
	}
}

.section-62198 h3,
.section-62198 .h3 {
	margin-bottom: 18px;
	font-size: 28px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.section-62198 h3,
	.section-62198 .h3 {
		line-height: 1.2;
		font-size: 30px;
	}
}

.section-62198 h4,
.section-62198 .h4 {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
}

.section-62198 h4 * + .icon,
.section-62198 h4 .icon + *,
.section-62198 .h4 * + .icon,
.section-62198 .h4 .icon + * {
	padding-left: 8px;
}

@media (min-width: 768px) {
	.section-62198 h4,
	.section-62198 .h4 {
		line-height: 1.25;
		font-size: 24px;
	}
}

.section-62198 h5,
.section-62198 .h5 {
	margin-bottom: 19px;
	font-size: 20px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.section-62198 h5,
	.section-62198 .h5 {
		line-height: 1.22727;
		font-size: 22px;
	}
}

.section-62198 h6,
.section-62198 .h6 {
	margin-bottom: 18px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
}

.section-62198 h6 * + .icon,
.section-62198 h6 .icon + *,
.section-62198 .h6 * + .icon,
.section-62198 .h6 .icon + * {
	padding-left: 8px;
}

@media (min-width: 768px) {
	.section-62198 h6,
	.section-62198 .h6 {
		line-height: 1.5625;
		font-size: 16px;
	}
}

.section-62198 h1 a, .section-62198 .h1 a,
.section-62198 h2 a, .section-62198 .h2 a,
.section-62198 h3 a, .section-62198 .h3 a,
.section-62198 h4 a, .section-62198 .h4 a,
.section-62198 h5 a, .section-62198 .h5 a,
.section-62198 h6 a, .section-62198 .h6 a {
	transition: .3s all ease;
}

.section-62198 h1 a:hover, .section-62198 .h1 a:hover,
.section-62198 h2 a:hover, .section-62198 .h2 a:hover,
.section-62198 h3 a:hover, .section-62198 .h3 a:hover,
.section-62198 h4 a:hover, .section-62198 .h4 a:hover,
.section-62198 h5 a:hover, .section-62198 .h5 a:hover,
.section-62198 h6 a:hover, .section-62198 .h6 a:hover {
	color: #55bbeb;
}

.section-62198 h1 .small, .section-62198 .h1 .small,
.section-62198 h2 .small, .section-62198 .h2 .small,
.section-62198 h3 .small, .section-62198 .h3 .small,
.section-62198 h4 .small, .section-62198 .h4 .small,
.section-62198 h5 .small, .section-62198 .h5 .small,
.section-62198 h6 .small, .section-62198 .h6 .small {
	color: #9b9b9b;
}

.section-62198 p,
.section-62198 .p,
.section-62198 .list {
	margin-bottom: 18px;
}

.section-62198 p a:hover,
.section-62198 .p a:hover,
.section-62198 .list a:hover {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.section-62198 .big {
		font-size: 106.25%;
		line-height: 1.470588235294118;
	}
	h1 .section-62198 .big,
	.h1 .section-62198 .big {
		font-size: 142.22%;
		line-height: 1.125;
	}
	h2 .section-62198 .big,
	.h2 .section-62198 .big {
		font-size: 147.36%;
		line-height: 1.142857142857143;
	}
}

.section-62198 blockquote small,
.section-62198 blockquote .small,
.section-62198 small,
.section-62198 .small {
	font-size: 14px;
	line-height: 21px;
}

.section-62198 blockquote small:before,
.section-62198 blockquote .small:before,
.section-62198 small:before,
.section-62198 .small:before {
	display: none;
}

h1 .section-62198 blockquote small,
.h1 .section-62198 blockquote small, h1
.section-62198 blockquote .small,
.h1
.section-62198 blockquote .small, h1
.section-62198 small,
.h1
.section-62198 small, h1
.section-62198 .small,
.h1
.section-62198 .small {
	font-size: 62.22222222222222%;
}

h2 .section-62198 blockquote small,
.h2 .section-62198 blockquote small, h2
.section-62198 blockquote .small,
.h2
.section-62198 blockquote .small, h2
.section-62198 small,
.h2
.section-62198 small, h2
.section-62198 .small,
.h2
.section-62198 .small {
	font-size: 63.15789473684211%;
}

h3 .section-62198 blockquote small,
.h3 .section-62198 blockquote small, h3
.section-62198 blockquote .small,
.h3
.section-62198 blockquote .small, h3
.section-62198 small,
.h3
.section-62198 small, h3
.section-62198 .small,
.h3
.section-62198 .small {
	font-size: 73.33333333333333%;
}

h4 .section-62198 blockquote small,
.h4 .section-62198 blockquote small, h4
.section-62198 blockquote .small,
.h4
.section-62198 blockquote .small, h4
.section-62198 small,
.h4
.section-62198 small, h4
.section-62198 .small,
.h4
.section-62198 .small {
	font-size: 75%;
}

h5 .section-62198 blockquote small,
.h5 .section-62198 blockquote small, h5
.section-62198 blockquote .small,
.h5
.section-62198 blockquote .small, h5
.section-62198 small,
.h5
.section-62198 small, h5
.section-62198 .small,
.h5
.section-62198 .small {
	font-size: 72.72727272727273%;
}

h6 .section-62198 blockquote small,
.h6 .section-62198 blockquote small, h6
.section-62198 blockquote .small,
.h6
.section-62198 blockquote .small, h6
.section-62198 small,
.h6
.section-62198 small, h6
.section-62198 .small,
.h6
.section-62198 .small {
	font-size: 94.11764705882353%;
}

.section-62198 sub {
	bottom: -0.5em;
}

.section-62198 sub, .section-62198 sup {
	font-size: 62%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.section-62198 code, .section-62198 kbd, .section-62198 pre, .section-62198 samp {
	font-family: Consolas, "Courier New", monospace;
}

.section-62198 code {
	padding: 5px 7px;
	font-size: 75%;
	color: #E50A0A;
	background-color: #f7f7f7;
	border-radius: 2px;
}

.section-62198 pre {
	padding: 16px 19px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.13;
	overflow-x: auto;
}

.section-62198 pre code {
	font-size: 75%;
	text-align: left;
}

.section-62198 mark, .section-62198 .mark {
	background-color: #ABCC37;
	padding: .1em;
}

.section-62198 .text-extra-small {
	margin-bottom: 2px;
	font-size: 12px;
}

.section-62198 .text-extra-big {
	font-size: 40px;
	line-height: .7;
}

@media (min-width: 768px) {
	.section-62198 .text-extra-big {
		font-size: 56px;
	}
}

@media (min-width: 992px) {
	.section-62198 .text-extra-big {
		font-size: 72px;
	}
}

.section-62198 .list > li + li {
	margin-top: 10px;
}

.section-62198 .list-numbered {
	padding-left: 15px;
}

.section-62198 .list-numbered li {
	padding-left: 10px;
}

.section-62198 .list-inline {
	margin-left: -5px;
	margin-right: -5px;
}

.section-62198 .list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.section-62198 .list-inline-md {
	margin-left: -15px;
	margin-right: -15px;
}

.section-62198 .list-inline-md > li {
	padding-left: 15px;
	padding-right: 15px;
}

.section-62198.bg-black {
	background: #191919;
	fill: #191919;
}

.section-62198.bg-gray {
	background: #d9d9d9;
	fill: #d9d9d9;
}

.page .text-primary {
	color: #ff4514 !important;
}

.page a.text-primary:focus, .page a.text-primary:hover {
	color: #e02f00 !important;
}

.page .text-gray {
	color: #d9d9d9 !important;
}

.page a.text-gray:focus, .page a.text-gray:hover {
	color: silver !important;
}

.page .text-darker {
	color: #434345 !important;
}

.page a.text-darker:focus, .page a.text-darker:hover {
	color: #2a2a2b !important;
}

.page .text-white {
	color: #fff !important;
}

.page a.text-white:focus, .page a.text-white:hover {
	color: #e6e6e6 !important;
}

.page .text-dark {
	color: #9b9b9b !important;
}

.page a.text-dark:focus, .page a.text-dark:hover {
	color: #828282 !important;
}

.section-62198 .contact-info p {
	font-size: 15px;
	margin-bottom: 0;
}

.section-62198 .contact-info dl {
	margin-bottom: 0;
}

.section-62198 .contact-info dl dt, .section-62198 .contact-info dl dd {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
}

.section-62198 .contact-info dl dt, .section-62198 .contact-info dl dd a {
	color: #434345;
}

.section-62198 .contact-info dl dd a:hover {
	color: #55bbeb;
}

.section-62198.section-relative {
	position: relative;
	z-index: 1;
}

.section-62198 .slider-menu-position {
	position: relative;
}

.section-62198 .slider-menu-position .rd-navbar-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.section-62198 .section-cover {
	min-height: 100vh;
	padding-top: 95px;
	padding-bottom: 70px;
}

@media (min-width: 992px) {
	.section-62198 .section-cover {
		padding-top: 130px;
		padding-bottom: 150px;
	}
}

.section-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.section-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section-34 {
	padding-top: 34px;
	padding-bottom: 34px;
}

.section-41 {
	padding-top: 41px;
	padding-bottom: 41px;
}

.section-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-66 {
	padding-top: 66px;
	padding-bottom: 66px;
}

.section-85 {
	padding-top: 85px;
	padding-bottom: 85px;
}

.section-98 {
	padding-top: 98px;
	padding-bottom: 98px;
}

.section-110 {
	padding-top: 110px;
	padding-bottom: 110px;
}

.section-124 {
	padding-top: 124px;
	padding-bottom: 124px;
}

.section-254 {
	padding-top: 254px;
	padding-bottom: 254px;
}

.section-350 {
	padding-top: 350px;
	padding-bottom: 350px;
}

@media (min-width: 480px) {
	.section-xs-0 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.section-xs-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.section-xs-34 {
		padding-top: 34px;
		padding-bottom: 34px;
	}
	.section-xs-41 {
		padding-top: 41px;
		padding-bottom: 41px;
	}
	.section-xs-50 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-xs-66 {
		padding-top: 66px;
		padding-bottom: 66px;
	}
	.section-xs-85 {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.section-xs-98 {
		padding-top: 98px;
		padding-bottom: 98px;
	}
	.section-xs-110 {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.section-xs-124 {
		padding-top: 124px;
		padding-bottom: 124px;
	}
	.section-xs-254 {
		padding-top: 254px;
		padding-bottom: 254px;
	}
	.section-xs-350 {
		padding-top: 350px;
		padding-bottom: 350px;
	}
}

@media (min-width: 768px) {
	.section-sm-0 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.section-sm-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.section-sm-34 {
		padding-top: 34px;
		padding-bottom: 34px;
	}
	.section-sm-41 {
		padding-top: 41px;
		padding-bottom: 41px;
	}
	.section-sm-50 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-sm-66 {
		padding-top: 66px;
		padding-bottom: 66px;
	}
	.section-sm-85 {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.section-sm-98 {
		padding-top: 98px;
		padding-bottom: 98px;
	}
	.section-sm-110 {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.section-sm-124 {
		padding-top: 124px;
		padding-bottom: 124px;
	}
	.section-sm-254 {
		padding-top: 254px;
		padding-bottom: 254px;
	}
	.section-sm-350 {
		padding-top: 350px;
		padding-bottom: 350px;
	}
}

@media (min-width: 992px) {
	.section-md-0 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.section-md-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.section-md-34 {
		padding-top: 34px;
		padding-bottom: 34px;
	}
	.section-md-41 {
		padding-top: 41px;
		padding-bottom: 41px;
	}
	.section-md-50 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-md-66 {
		padding-top: 66px;
		padding-bottom: 66px;
	}
	.section-md-85 {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.section-md-98 {
		padding-top: 98px;
		padding-bottom: 98px;
	}
	.section-md-110 {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.section-md-124 {
		padding-top: 124px;
		padding-bottom: 124px;
	}
	.section-md-254 {
		padding-top: 254px;
		padding-bottom: 254px;
	}
	.section-md-350 {
		padding-top: 350px;
		padding-bottom: 350px;
	}
}

@media (min-width: 1200px) {
	.section-lg-0 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.section-lg-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.section-lg-34 {
		padding-top: 34px;
		padding-bottom: 34px;
	}
	.section-lg-41 {
		padding-top: 41px;
		padding-bottom: 41px;
	}
	.section-lg-50 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-lg-66 {
		padding-top: 66px;
		padding-bottom: 66px;
	}
	.section-lg-85 {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.section-lg-98 {
		padding-top: 98px;
		padding-bottom: 98px;
	}
	.section-lg-110 {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.section-lg-124 {
		padding-top: 124px;
		padding-bottom: 124px;
	}
	.section-lg-254 {
		padding-top: 254px;
		padding-bottom: 254px;
	}
	.section-lg-350 {
		padding-top: 350px;
		padding-bottom: 350px;
	}
}

@media (min-width: 1800px) {
	.section-xl-0 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.section-xl-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.section-xl-34 {
		padding-top: 34px;
		padding-bottom: 34px;
	}
	.section-xl-41 {
		padding-top: 41px;
		padding-bottom: 41px;
	}
	.section-xl-50 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-xl-66 {
		padding-top: 66px;
		padding-bottom: 66px;
	}
	.section-xl-85 {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.section-xl-98 {
		padding-top: 98px;
		padding-bottom: 98px;
	}
	.section-xl-110 {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.section-xl-124 {
		padding-top: 124px;
		padding-bottom: 124px;
	}
	.section-xl-254 {
		padding-top: 254px;
		padding-bottom: 254px;
	}
	.section-xl-350 {
		padding-top: 350px;
		padding-bottom: 350px;
	}
}

.section-top-0 {
	padding-top: 0;
}

.section-top-20 {
	padding-top: 20px;
}

.section-top-34 {
	padding-top: 34px;
}

.section-top-41 {
	padding-top: 41px;
}

.section-top-50 {
	padding-top: 50px;
}

.section-top-66 {
	padding-top: 66px;
}

.section-top-85 {
	padding-top: 85px;
}

.section-top-98 {
	padding-top: 98px;
}

.section-top-110 {
	padding-top: 110px;
}

.section-top-124 {
	padding-top: 124px;
}

.section-top-254 {
	padding-top: 254px;
}

.section-top-350 {
	padding-top: 350px;
}

@media (min-width: 480px) {
	.section-xs-top-0 {
		padding-top: 0;
	}
	.section-xs-top-20 {
		padding-top: 20px;
	}
	.section-xs-top-34 {
		padding-top: 34px;
	}
	.section-xs-top-41 {
		padding-top: 41px;
	}
	.section-xs-top-50 {
		padding-top: 50px;
	}
	.section-xs-top-66 {
		padding-top: 66px;
	}
	.section-xs-top-85 {
		padding-top: 85px;
	}
	.section-xs-top-98 {
		padding-top: 98px;
	}
	.section-xs-top-110 {
		padding-top: 110px;
	}
	.section-xs-top-124 {
		padding-top: 124px;
	}
	.section-xs-top-254 {
		padding-top: 254px;
	}
	.section-xs-top-350 {
		padding-top: 350px;
	}
}

@media (min-width: 768px) {
	.section-sm-top-0 {
		padding-top: 0;
	}
	.section-sm-top-20 {
		padding-top: 20px;
	}
	.section-sm-top-34 {
		padding-top: 34px;
	}
	.section-sm-top-41 {
		padding-top: 41px;
	}
	.section-sm-top-50 {
		padding-top: 50px;
	}
	.section-sm-top-66 {
		padding-top: 66px;
	}
	.section-sm-top-85 {
		padding-top: 85px;
	}
	.section-sm-top-98 {
		padding-top: 98px;
	}
	.section-sm-top-110 {
		padding-top: 110px;
	}
	.section-sm-top-124 {
		padding-top: 124px;
	}
	.section-sm-top-254 {
		padding-top: 254px;
	}
	.section-sm-top-350 {
		padding-top: 350px;
	}
}

@media (min-width: 992px) {
	.section-md-top-0 {
		padding-top: 0;
	}
	.section-md-top-20 {
		padding-top: 20px;
	}
	.section-md-top-34 {
		padding-top: 34px;
	}
	.section-md-top-41 {
		padding-top: 41px;
	}
	.section-md-top-50 {
		padding-top: 50px;
	}
	.section-md-top-66 {
		padding-top: 66px;
	}
	.section-md-top-85 {
		padding-top: 85px;
	}
	.section-md-top-98 {
		padding-top: 98px;
	}
	.section-md-top-110 {
		padding-top: 110px;
	}
	.section-md-top-124 {
		padding-top: 124px;
	}
	.section-md-top-254 {
		padding-top: 254px;
	}
	.section-md-top-350 {
		padding-top: 350px;
	}
}

@media (min-width: 1200px) {
	.section-lg-top-0 {
		padding-top: 0;
	}
	.section-lg-top-20 {
		padding-top: 20px;
	}
	.section-lg-top-34 {
		padding-top: 34px;
	}
	.section-lg-top-41 {
		padding-top: 41px;
	}
	.section-lg-top-50 {
		padding-top: 50px;
	}
	.section-lg-top-66 {
		padding-top: 66px;
	}
	.section-lg-top-85 {
		padding-top: 85px;
	}
	.section-lg-top-98 {
		padding-top: 98px;
	}
	.section-lg-top-110 {
		padding-top: 110px;
	}
	.section-lg-top-124 {
		padding-top: 124px;
	}
	.section-lg-top-254 {
		padding-top: 254px;
	}
	.section-lg-top-350 {
		padding-top: 350px;
	}
}

@media (min-width: 1800px) {
	.section-xl-top-0 {
		padding-top: 0;
	}
	.section-xl-top-20 {
		padding-top: 20px;
	}
	.section-xl-top-34 {
		padding-top: 34px;
	}
	.section-xl-top-41 {
		padding-top: 41px;
	}
	.section-xl-top-50 {
		padding-top: 50px;
	}
	.section-xl-top-66 {
		padding-top: 66px;
	}
	.section-xl-top-85 {
		padding-top: 85px;
	}
	.section-xl-top-98 {
		padding-top: 98px;
	}
	.section-xl-top-110 {
		padding-top: 110px;
	}
	.section-xl-top-124 {
		padding-top: 124px;
	}
	.section-xl-top-254 {
		padding-top: 254px;
	}
	.section-xl-top-350 {
		padding-top: 350px;
	}
}

.section-bottom-0 {
	padding-bottom: 0;
}

.section-bottom-20 {
	padding-bottom: 20px;
}

.section-bottom-34 {
	padding-bottom: 34px;
}

.section-bottom-41 {
	padding-bottom: 41px;
}

.section-bottom-50 {
	padding-bottom: 50px;
}

.section-bottom-66 {
	padding-bottom: 66px;
}

.section-bottom-85 {
	padding-bottom: 85px;
}

.section-bottom-98 {
	padding-bottom: 98px;
}

.section-bottom-110 {
	padding-bottom: 110px;
}

.section-bottom-124 {
	padding-bottom: 124px;
}

.section-bottom-254 {
	padding-bottom: 254px;
}

.section-bottom-350 {
	padding-bottom: 350px;
}

@media (min-width: 480px) {
	.section-xs-bottom-0 {
		padding-bottom: 0;
	}
	.section-xs-bottom-20 {
		padding-bottom: 20px;
	}
	.section-xs-bottom-34 {
		padding-bottom: 34px;
	}
	.section-xs-bottom-41 {
		padding-bottom: 41px;
	}
	.section-xs-bottom-50 {
		padding-bottom: 50px;
	}
	.section-xs-bottom-66 {
		padding-bottom: 66px;
	}
	.section-xs-bottom-85 {
		padding-bottom: 85px;
	}
	.section-xs-bottom-98 {
		padding-bottom: 98px;
	}
	.section-xs-bottom-110 {
		padding-bottom: 110px;
	}
	.section-xs-bottom-124 {
		padding-bottom: 124px;
	}
	.section-xs-bottom-254 {
		padding-bottom: 254px;
	}
	.section-xs-bottom-350 {
		padding-bottom: 350px;
	}
}

@media (min-width: 768px) {
	.section-sm-bottom-0 {
		padding-bottom: 0;
	}
	.section-sm-bottom-20 {
		padding-bottom: 20px;
	}
	.section-sm-bottom-34 {
		padding-bottom: 34px;
	}
	.section-sm-bottom-41 {
		padding-bottom: 41px;
	}
	.section-sm-bottom-50 {
		padding-bottom: 50px;
	}
	.section-sm-bottom-66 {
		padding-bottom: 66px;
	}
	.section-sm-bottom-85 {
		padding-bottom: 85px;
	}
	.section-sm-bottom-98 {
		padding-bottom: 98px;
	}
	.section-sm-bottom-110 {
		padding-bottom: 110px;
	}
	.section-sm-bottom-124 {
		padding-bottom: 124px;
	}
	.section-sm-bottom-254 {
		padding-bottom: 254px;
	}
	.section-sm-bottom-350 {
		padding-bottom: 350px;
	}
}

@media (min-width: 992px) {
	.section-md-bottom-0 {
		padding-bottom: 0;
	}
	.section-md-bottom-20 {
		padding-bottom: 20px;
	}
	.section-md-bottom-34 {
		padding-bottom: 34px;
	}
	.section-md-bottom-41 {
		padding-bottom: 41px;
	}
	.section-md-bottom-50 {
		padding-bottom: 50px;
	}
	.section-md-bottom-66 {
		padding-bottom: 66px;
	}
	.section-md-bottom-85 {
		padding-bottom: 85px;
	}
	.section-md-bottom-98 {
		padding-bottom: 98px;
	}
	.section-md-bottom-110 {
		padding-bottom: 110px;
	}
	.section-md-bottom-124 {
		padding-bottom: 124px;
	}
	.section-md-bottom-254 {
		padding-bottom: 254px;
	}
	.section-md-bottom-350 {
		padding-bottom: 350px;
	}
}

@media (min-width: 1200px) {
	.section-lg-bottom-0 {
		padding-bottom: 0;
	}
	.section-lg-bottom-20 {
		padding-bottom: 20px;
	}
	.section-lg-bottom-34 {
		padding-bottom: 34px;
	}
	.section-lg-bottom-41 {
		padding-bottom: 41px;
	}
	.section-lg-bottom-50 {
		padding-bottom: 50px;
	}
	.section-lg-bottom-66 {
		padding-bottom: 66px;
	}
	.section-lg-bottom-85 {
		padding-bottom: 85px;
	}
	.section-lg-bottom-98 {
		padding-bottom: 98px;
	}
	.section-lg-bottom-110 {
		padding-bottom: 110px;
	}
	.section-lg-bottom-124 {
		padding-bottom: 124px;
	}
	.section-lg-bottom-254 {
		padding-bottom: 254px;
	}
	.section-lg-bottom-350 {
		padding-bottom: 350px;
	}
}

@media (min-width: 1800px) {
	.section-xl-bottom-0 {
		padding-bottom: 0;
	}
	.section-xl-bottom-20 {
		padding-bottom: 20px;
	}
	.section-xl-bottom-34 {
		padding-bottom: 34px;
	}
	.section-xl-bottom-41 {
		padding-bottom: 41px;
	}
	.section-xl-bottom-50 {
		padding-bottom: 50px;
	}
	.section-xl-bottom-66 {
		padding-bottom: 66px;
	}
	.section-xl-bottom-85 {
		padding-bottom: 85px;
	}
	.section-xl-bottom-98 {
		padding-bottom: 98px;
	}
	.section-xl-bottom-110 {
		padding-bottom: 110px;
	}
	.section-xl-bottom-124 {
		padding-bottom: 124px;
	}
	.section-xl-bottom-254 {
		padding-bottom: 254px;
	}
	.section-xl-bottom-350 {
		padding-bottom: 350px;
	}
}

.page {
	overflow: hidden;
}

.section-62198.page-footer .page-footer-big {
	font-size: 15px;
}

.section-62198.page-footer .page-footer-big {
	margin-top: 50px;
}

.section-62198 .img-rounded {
	border-radius: 5px;
}

.section-62198 .img-cover {
	width: 100%;
	height: auto;
}

.section-62198 .img-bordered-white {
	border: 2px solid #fff;
}

.section-62198 .img-semi-transparent {
	opacity: .5;
	transition: 0.35s all ease;
	will-change: transform;
}

.section-62198 .img-semi-transparent:hover {
	opacity: 1;
}

.section-62198 .element-fullwidth {
	width: 100%;
}

.section-62198.bg-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-62198.img-mobile-half-width {
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 576px) {
	.section-62198.img-mobile-half-width {
		max-width: none;
	}
}

.section-62198 .text-left {
	text-align: left;
}

.section-62198 .text-center {
	text-align: center;
}

.section-62198 .text-right {
	text-align: right;
}

.section-62198 .text-middle {
	vertical-align: middle;
}

@media (min-width: 576px) {
	html:not(.lt-ie10) .section-62198 .text-xs-left {
		text-align: left;
	}
	html:not(.lt-ie10) .section-62198 .text-xs-center {
		text-align: center;
	}
	html:not(.lt-ie10) .section-62198 .text-xs-right {
		text-align: right;
	}
	html:not(.lt-ie10) .section-62198 .text-xs-justify {
		text-align: justify;
	}
	html:not(.lt-ie10) .section-62198 .text-xs-nowrap {
		white-space: nowrap;
	}
	html:not(.lt-ie10) .section-62198 .text-xs-normal {
		white-space: normal;
	}
}

@media (min-width: 768px) {
	html:not(.lt-ie10) .section-62198 .text-sm-left {
		text-align: left;
	}
	html:not(.lt-ie10) .section-62198 .text-sm-center {
		text-align: center;
	}
	html:not(.lt-ie10) .section-62198 .text-sm-right {
		text-align: right;
	}
	html:not(.lt-ie10) .section-62198 .text-sm-justify {
		text-align: justify;
	}
	html:not(.lt-ie10) .section-62198 .text-sm-nowrap {
		white-space: nowrap;
	}
	html:not(.lt-ie10) .section-62198 .text-sm-normal {
		white-space: normal;
	}
}

@media (min-width: 992px) {
	html:not(.lt-ie10) .section-62198 .text-md-left {
		text-align: left;
	}
	html:not(.lt-ie10) .section-62198 .text-md-center {
		text-align: center;
	}
	html:not(.lt-ie10) .section-62198 .text-md-right {
		text-align: right;
	}
	html:not(.lt-ie10) .section-62198 .text-md-justify {
		text-align: justify;
	}
	html:not(.lt-ie10) .section-62198 .text-md-nowrap {
		white-space: nowrap;
	}
	html:not(.lt-ie10) .section-62198 .text-md-normal {
		white-space: normal;
	}
}

@media (min-width: 1200px) {
	html:not(.lt-ie10) .section-62198 .text-lg-left {
		text-align: left;
	}
	html:not(.lt-ie10) .section-62198 .text-lg-center {
		text-align: center;
	}
	html:not(.lt-ie10) .section-62198 .text-lg-right {
		text-align: right;
	}
	html:not(.lt-ie10) .section-62198 .text-lg-justify {
		text-align: justify;
	}
	html:not(.lt-ie10) .section-62198 .text-lg-nowrap {
		white-space: nowrap;
	}
	html:not(.lt-ie10) .section-62198 .text-lg-normal {
		white-space: normal;
	}
}

html:not(.lt-ie10) .section-62198 .text-xl-left {
	text-align: left;
}

html:not(.lt-ie10) .section-62198 .text-xl-center {
	text-align: center;
}

html:not(.lt-ie10) .section-62198 .text-xl-right {
	text-align: right;
}

html:not(.lt-ie10) .section-62198 .text-xl-justify {
	text-align: justify;
}

html:not(.lt-ie10) .section-62198 .text-xl-nowrap {
	white-space: nowrap;
}

html:not(.lt-ie10) .section-62198 .text-xl-normal {
	white-space: normal;
}

@-webkit-keyframes criss-cross-left {
	0% {
		left: -20px;
	}
	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		left: 50%;
		width: 375px;
		height: 375px;
	}
}

@keyframes criss-cross-left {
	0% {
		left: -20px;
	}
	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		left: 50%;
		width: 375px;
		height: 375px;
	}
}

@-webkit-keyframes criss-cross-right {
	0% {
		right: -20px;
	}
	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		right: 50%;
		width: 375px;
		height: 375px;
	}
}

@keyframes criss-cross-right {
	0% {
		right: -20px;
	}
	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		right: 50%;
		width: 375px;
		height: 375px;
	}
}

@-webkit-keyframes anim-naira-1 {
	50% {
		transform: translateY(-50%) rotate3d(0, 0, 1, -10deg);
		animation-timing-function: ease-out;
	}
	100% {
		transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes anim-naira-1 {
	50% {
		transform: translateY(-50%) rotate3d(0, 0, 1, -10deg);
		animation-timing-function: ease-out;
	}
	100% {
		transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
	}
}

@-webkit-keyframes anim-naira-2 {
	50% {
		transform: translateY(50%) rotate3d(0, 0, 1, 10deg);
		animation-timing-function: ease-out;
	}
	100% {
		transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes anim-naira-2 {
	50% {
		transform: translateY(50%) rotate3d(0, 0, 1, 10deg);
		animation-timing-function: ease-out;
	}
	100% {
		transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
	}
}

@-webkit-keyframes fadeInUpSm {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpSm {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpSm {
	-webkit-animation-name: fadeInUpSm;
	animation-name: fadeInUpSm;
	animation-duration: .4s;
}

@-webkit-keyframes fadeOutDownSm {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
}

@keyframes fadeOutDownSm {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
}

.fadeOutDownSm {
	-webkit-animation-name: fadeOutDownSm;
	animation-name: fadeOutDownSm;
	animation-duration: .4s;
}

@-webkit-keyframes fadeBoth {
	0%,
	100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@keyframes fadeBoth {
	0%,
	100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

html .section-62198 .group {
	margin-bottom: -15px;
	margin-left: -15px;
}

html .section-62198 .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .section-62198 .group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}

html .section-62198 .group-xl {
	margin-bottom: -30px;
	margin-left: -30px;
}

html .section-62198 .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .section-62198 .group-xl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}

html .section-62198 .group-middle {
	display: inline-flex;
	align-items: center;
}

html .section-62198 .group-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%;
}

html .section-62198 .group-custom > * {
	flex: 0 1 100%;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 576px) {
	html .section-62198 .group-custom {
		flex-wrap: nowrap;
	}
	html .section-62198 .group-custom > * {
		flex: 1 1 auto;
	}
}

.section-62198 .counter + p {
	margin-top: 18px;
}

html .page .section-62198 .inset-right-10 {
	padding-right: 10px;
}

.offset-top-0 {
	margin-top: 0;
}

.offset-top-4 {
	margin-top: 4px;
}

.offset-top-10 {
	margin-top: 10px;
}

.offset-top-14 {
	margin-top: 14px;
}

.offset-top-20 {
	margin-top: 20px;
}

.offset-top-24 {
	margin-top: 24px;
}

.offset-top-30 {
	margin-top: 30px;
}

.offset-top-36 {
	margin-top: 36px;
}

.offset-top-41 {
	margin-top: 41px;
}

.offset-top-50 {
	margin-top: 50px;
}

.offset-top-60 {
	margin-top: 60px;
}

.offset-top-65 {
	margin-top: 65px;
}

.offset-top-90 {
	margin-top: 90px;
}

.offset-top-110 {
	margin-top: 110px;
}

.offset-top-124 {
	margin-top: 124px;
}

@media (min-width: 480px) {
	.offset-xs-top-0 {
		margin-top: 0;
	}
	.offset-xs-top-4 {
		margin-top: 4px;
	}
	.offset-xs-top-10 {
		margin-top: 10px;
	}
	.offset-xs-top-14 {
		margin-top: 14px;
	}
	.offset-xs-top-20 {
		margin-top: 20px;
	}
	.offset-xs-top-24 {
		margin-top: 24px;
	}
	.offset-xs-top-30 {
		margin-top: 30px;
	}
	.offset-xs-top-36 {
		margin-top: 36px;
	}
	.offset-xs-top-41 {
		margin-top: 41px;
	}
	.offset-xs-top-50 {
		margin-top: 50px;
	}
	.offset-xs-top-60 {
		margin-top: 60px;
	}
	.offset-xs-top-65 {
		margin-top: 65px;
	}
	.offset-xs-top-90 {
		margin-top: 90px;
	}
	.offset-xs-top-110 {
		margin-top: 110px;
	}
	.offset-xs-top-124 {
		margin-top: 124px;
	}
}

@media (min-width: 768px) {
	.offset-sm-top-0 {
		margin-top: 0;
	}
	.offset-sm-top-4 {
		margin-top: 4px;
	}
	.offset-sm-top-10 {
		margin-top: 10px;
	}
	.offset-sm-top-14 {
		margin-top: 14px;
	}
	.offset-sm-top-20 {
		margin-top: 20px;
	}
	.offset-sm-top-24 {
		margin-top: 24px;
	}
	.offset-sm-top-30 {
		margin-top: 30px;
	}
	.offset-sm-top-36 {
		margin-top: 36px;
	}
	.offset-sm-top-41 {
		margin-top: 41px;
	}
	.offset-sm-top-50 {
		margin-top: 50px;
	}
	.offset-sm-top-60 {
		margin-top: 60px;
	}
	.offset-sm-top-65 {
		margin-top: 65px;
	}
	.offset-sm-top-90 {
		margin-top: 90px;
	}
	.offset-sm-top-110 {
		margin-top: 110px;
	}
	.offset-sm-top-124 {
		margin-top: 124px;
	}
}

@media (min-width: 992px) {
	.offset-md-top-0 {
		margin-top: 0;
	}
	.offset-md-top-4 {
		margin-top: 4px;
	}
	.offset-md-top-10 {
		margin-top: 10px;
	}
	.offset-md-top-14 {
		margin-top: 14px;
	}
	.offset-md-top-20 {
		margin-top: 20px;
	}
	.offset-md-top-24 {
		margin-top: 24px;
	}
	.offset-md-top-30 {
		margin-top: 30px;
	}
	.offset-md-top-36 {
		margin-top: 36px;
	}
	.offset-md-top-41 {
		margin-top: 41px;
	}
	.offset-md-top-50 {
		margin-top: 50px;
	}
	.offset-md-top-60 {
		margin-top: 60px;
	}
	.offset-md-top-65 {
		margin-top: 65px;
	}
	.offset-md-top-90 {
		margin-top: 90px;
	}
	.offset-md-top-110 {
		margin-top: 110px;
	}
	.offset-md-top-124 {
		margin-top: 124px;
	}
}

@media (min-width: 1200px) {
	.offset-lg-top-0 {
		margin-top: 0;
	}
	.offset-lg-top-4 {
		margin-top: 4px;
	}
	.offset-lg-top-10 {
		margin-top: 10px;
	}
	.offset-lg-top-14 {
		margin-top: 14px;
	}
	.offset-lg-top-20 {
		margin-top: 20px;
	}
	.offset-lg-top-24 {
		margin-top: 24px;
	}
	.offset-lg-top-30 {
		margin-top: 30px;
	}
	.offset-lg-top-36 {
		margin-top: 36px;
	}
	.offset-lg-top-41 {
		margin-top: 41px;
	}
	.offset-lg-top-50 {
		margin-top: 50px;
	}
	.offset-lg-top-60 {
		margin-top: 60px;
	}
	.offset-lg-top-65 {
		margin-top: 65px;
	}
	.offset-lg-top-90 {
		margin-top: 90px;
	}
	.offset-lg-top-110 {
		margin-top: 110px;
	}
	.offset-lg-top-124 {
		margin-top: 124px;
	}
}

@media (min-width: 1800px) {
	.offset-xl-top-0 {
		margin-top: 0;
	}
	.offset-xl-top-4 {
		margin-top: 4px;
	}
	.offset-xl-top-10 {
		margin-top: 10px;
	}
	.offset-xl-top-14 {
		margin-top: 14px;
	}
	.offset-xl-top-20 {
		margin-top: 20px;
	}
	.offset-xl-top-24 {
		margin-top: 24px;
	}
	.offset-xl-top-30 {
		margin-top: 30px;
	}
	.offset-xl-top-36 {
		margin-top: 36px;
	}
	.offset-xl-top-41 {
		margin-top: 41px;
	}
	.offset-xl-top-50 {
		margin-top: 50px;
	}
	.offset-xl-top-60 {
		margin-top: 60px;
	}
	.offset-xl-top-65 {
		margin-top: 65px;
	}
	.offset-xl-top-90 {
		margin-top: 90px;
	}
	.offset-xl-top-110 {
		margin-top: 110px;
	}
	.offset-xl-top-124 {
		margin-top: 124px;
	}
}

html .section-62198 .row-30 {
	margin-bottom: -30px;
}

html .section-62198 .row-30:empty {
	margin-bottom: 0;
}

html .section-62198 .row-30 > * {
	margin-bottom: 30px;
}

html .section-62198 .row-50 {
	margin-bottom: -50px;
}

html .section-62198 .row-50:empty {
	margin-bottom: 0;
}

html .section-62198 .row-50 > * {
	margin-bottom: 50px;
}

html .section-62198 .row-60 {
	margin-bottom: -60px;
}

html .section-62198 .row-60:empty {
	margin-bottom: 0;
}

html .section-62198 .row-60 > * {
	margin-bottom: 60px;
}

@media (min-width: 992px) {
	html .section-62198 .row-lg-50 {
		margin-bottom: -50px;
	}
	html .section-62198 .row-lg-50:empty {
		margin-bottom: 0;
	}
	html .section-62198 .row-lg-50 > * {
		margin-bottom: 50px;
	}
}

.section-62198.context-light .form-input-impressed, .section-62198 .context-light .form-input-impressed {
	background: rgba(255, 255, 255, 0.6);
}

.section-62198.context-light .form-input-impressed, .section-62198 .context-light .form-input-impressed, .section-62198.context-light .form-input-impressed:focus, .section-62198 .context-light .form-input-impressed:focus {
	box-shadow: none;
}

.section-62198.context-light .form-label.focus, .section-62198 .context-light .form-label.focus {
	color: #434345;
}

.section-62198.context-light .quote-outboxed .quote-body, .section-62198 .context-light .quote-outboxed .quote-body {
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
}

.section-62198.context-light .quote-outboxed .quote-body:before, .section-62198 .context-light .quote-outboxed .quote-body:before {
	color: #f5f5f5;
}

.section-62198.context-light .quote-outboxed .quote-body:after, .section-62198 .context-light .quote-outboxed .quote-body:after {
	border-color: #fff transparent transparent transparent;
}

.section-62198 .navbar-inverse, .section-62198.context-dark,
.section-62198 .context-dark, .section-62198 .navbar-inverse .btn-link, .section-62198.context-dark .btn-link, .section-62198 .context-dark .btn-link, .section-62198 .navbar-inverse .form-label, .section-62198.context-dark .form-label, .section-62198 .context-dark .form-label, .section-62198 .navbar-inverse .form-label-outside.focus, .section-62198.context-dark .form-label-outside.focus, .section-62198 .context-dark .form-label-outside.focus,
.section-62198 .navbar-inverse .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.section-62198.context-dark .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.section-62198 .context-dark .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.section-62198 .navbar-inverse .select2-container--bootstrap .select2-selection,
.section-62198.context-dark .select2-container--bootstrap .select2-selection,
.section-62198 .context-dark .select2-container--bootstrap .select2-selection,
.section-62198 .navbar-inverse h1,
.section-62198.context-dark h1,
.section-62198 .context-dark h1, .section-62198 .navbar-inverse .h1, .section-62198.context-dark .h1, .section-62198 .context-dark .h1, .section-62198 .navbar-inverse h2, .section-62198.context-dark h2, .section-62198 .context-dark h2, .section-62198 .navbar-inverse .h2, .section-62198.context-dark .h2, .section-62198 .context-dark .h2, .section-62198 .navbar-inverse h3, .section-62198.context-dark h3, .section-62198 .context-dark h3, .section-62198 .navbar-inverse .h3, .section-62198.context-dark .h3, .section-62198 .context-dark .h3, .section-62198 .navbar-inverse h4, .section-62198.context-dark h4, .section-62198 .context-dark h4, .section-62198 .navbar-inverse .h4, .section-62198.context-dark .h4, .section-62198 .context-dark .h4, .section-62198 .navbar-inverse h5, .section-62198.context-dark h5, .section-62198 .context-dark h5, .section-62198 .navbar-inverse .h5, .section-62198.context-dark .h5, .section-62198 .context-dark .h5, .section-62198 .navbar-inverse h6, .section-62198.context-dark h6, .section-62198 .context-dark h6, .section-62198 .navbar-inverse .h6, .section-62198.context-dark .h6, .section-62198 .context-dark .h6 {
	color: #fff;
}

.section-62198 .navbar-inverse .form-label.auto-fill, .section-62198.context-dark .form-label.auto-fill, .section-62198 .context-dark .form-label.auto-fill {
	color: #212121;
}

.section-62198 .navbar-inverse .countdown-custom .countdown-amount, .section-62198.context-dark .countdown-custom .countdown-amount, .section-62198 .context-dark .countdown-custom .countdown-amount, .section-62198 .navbar-inverse .countdown-custom .countdown-period, .section-62198.context-dark .countdown-custom .countdown-period, .section-62198 .context-dark .countdown-custom .countdown-period {
	color: #fff;
}

.section-62198 .navbar-inverse .responsive-tabs-dashed .resp-tabs-list > li, .section-62198.context-dark .responsive-tabs-dashed .resp-tabs-list > li, .section-62198 .context-dark .responsive-tabs-dashed .resp-tabs-list > li {
	color: #f2f2f2;
}

.section-62198 .navbar-inverse .responsive-tabs-dashed .resp-tabs-list > li.resp-tab-active, .section-62198.context-dark .responsive-tabs-dashed .resp-tabs-list > li.resp-tab-active, .section-62198 .context-dark .responsive-tabs-dashed .resp-tabs-list > li.resp-tab-active, .section-62198 .navbar-inverse .responsive-tabs-dashed .resp-tabs-list > li:hover, .section-62198.context-dark .responsive-tabs-dashed .resp-tabs-list > li:hover, .section-62198 .context-dark .responsive-tabs-dashed .resp-tabs-list > li:hover {
	color: #fff;
}

.section-62198 .navbar-inverse .responsive-tabs-dashed .resp-tabs-list > li + li:before, .section-62198.context-dark .responsive-tabs-dashed .resp-tabs-list > li + li:before, .section-62198 .context-dark .responsive-tabs-dashed .resp-tabs-list > li + li:before {
	background: #f2f2f2;
}

.section-62198 .navbar-inverse .form-wrap > .form-input, .section-62198.context-dark .form-wrap > .form-input, .section-62198 .context-dark .form-wrap > .form-input {
	color: #fff;
}

.section-62198 .navbar-inverse .form-wrap > .form-input::-webkit-input-placeholder, .section-62198.context-dark .form-wrap > .form-input::-webkit-input-placeholder, .section-62198 .context-dark .form-wrap > .form-input::-webkit-input-placeholder {
	color: #fff;
}

.section-62198 .navbar-inverse .form-wrap > .form-input::-moz-placeholder, .section-62198.context-dark .form-wrap > .form-input::-moz-placeholder, .section-62198 .context-dark .form-wrap > .form-input::-moz-placeholder {
	color: #fff;
}

.section-62198 .navbar-inverse .form-wrap > .form-input:-ms-input-placeholder, .section-62198.context-dark .form-wrap > .form-input:-ms-input-placeholder, .section-62198 .context-dark .form-wrap > .form-input:-ms-input-placeholder {
	color: #fff;
}

.section-62198 .navbar-inverse .form-wrap > .form-input:-moz-placeholder, .section-62198.context-dark .form-wrap > .form-input:-moz-placeholder, .section-62198 .context-dark .form-wrap > .form-input:-moz-placeholder {
	color: #fff;
}

.section-62198 .navbar-inverse .btn-default, .section-62198.context-dark .btn-default, .section-62198 .context-dark .btn-default {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.section-62198 .navbar-inverse .btn-default:focus, .section-62198.context-dark .btn-default:focus, .section-62198 .context-dark .btn-default:focus, .section-62198 .navbar-inverse .btn-default.focus, .section-62198.context-dark .btn-default.focus, .section-62198 .context-dark .btn-default.focus, .section-62198 .navbar-inverse .btn-default:hover, .section-62198.context-dark .btn-default:hover, .section-62198 .context-dark .btn-default:hover, .section-62198 .navbar-inverse .btn-default:active, .section-62198.context-dark .btn-default:active, .section-62198 .context-dark .btn-default:active, .section-62198 .navbar-inverse .btn-default.active, .section-62198.context-dark .btn-default.active, .section-62198 .context-dark .btn-default.active,
.section-62198 .open > .navbar-inverse .btn-default.dropdown-toggle,
.open > .section-62198.context-dark .btn-default.dropdown-toggle,
.section-62198 .open > .context-dark .btn-default.dropdown-toggle {
	color: #434345;
	background-color: #fff;
	border-color: #fff;
}

.section-62198 .navbar-inverse .btn-default:active, .section-62198.context-dark .btn-default:active, .section-62198 .context-dark .btn-default:active, .section-62198 .navbar-inverse .btn-default.active, .section-62198.context-dark .btn-default.active, .section-62198 .context-dark .btn-default.active,
.section-62198 .open > .navbar-inverse .btn-default.dropdown-toggle,
.open > .section-62198.context-dark .btn-default.dropdown-toggle,
.section-62198 .open > .context-dark .btn-default.dropdown-toggle {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.section-62198 .navbar-inverse .btn-default:active:hover, .section-62198.context-dark .btn-default:active:hover, .section-62198 .context-dark .btn-default:active:hover, .section-62198 .navbar-inverse .btn-default:active:focus, .section-62198.context-dark .btn-default:active:focus, .section-62198 .context-dark .btn-default:active:focus, .section-62198 .navbar-inverse .btn-default:active.focus, .section-62198.context-dark .btn-default:active.focus, .section-62198 .context-dark .btn-default:active.focus, .section-62198 .navbar-inverse .btn-default.active:hover, .section-62198.context-dark .btn-default.active:hover, .section-62198 .context-dark .btn-default.active:hover, .section-62198 .navbar-inverse .btn-default.active:focus, .section-62198.context-dark .btn-default.active:focus, .section-62198 .context-dark .btn-default.active:focus, .section-62198 .navbar-inverse .btn-default.active.focus, .section-62198.context-dark .btn-default.active.focus, .section-62198 .context-dark .btn-default.active.focus,
.section-62198 .open > .navbar-inverse .btn-default.dropdown-toggle:hover,
.open > .section-62198.context-dark .btn-default.dropdown-toggle:hover,
.section-62198 .open > .context-dark .btn-default.dropdown-toggle:hover,
.section-62198 .open > .navbar-inverse .btn-default.dropdown-toggle:focus,
.open > .section-62198.context-dark .btn-default.dropdown-toggle:focus,
.section-62198 .open > .context-dark .btn-default.dropdown-toggle:focus,
.section-62198 .open > .navbar-inverse .btn-default.dropdown-toggle.focus,
.open > .section-62198.context-dark .btn-default.dropdown-toggle.focus,
.section-62198 .open > .context-dark .btn-default.dropdown-toggle.focus {
	color: #434345;
	background-color: #fff;
	border-color: #fff;
}

.section-62198 .navbar-inverse .btn-default.disabled, .section-62198.context-dark .btn-default.disabled, .section-62198 .context-dark .btn-default.disabled, .section-62198 .navbar-inverse .btn-default[disabled], .section-62198.context-dark .btn-default[disabled], .section-62198 .context-dark .btn-default[disabled],
fieldset[disabled] .section-62198 .navbar-inverse .btn-default,
.section-62198 fieldset[disabled] .navbar-inverse .btn-default,
fieldset[disabled] .section-62198.context-dark .btn-default,
fieldset[disabled] .section-62198 .context-dark .btn-default,
.section-62198 fieldset[disabled] .context-dark .btn-default {
	pointer-events: none;
	opacity: .5;
}

.section-62198 .navbar-inverse .btn-default .badge, .section-62198.context-dark .btn-default .badge, .section-62198 .context-dark .btn-default .badge {
	color: transparent;
	background-color: #fff;
}

.section-62198 .navbar-inverse .btn-default.btn-anis-effect:before, .section-62198.context-dark .btn-default.btn-anis-effect:before, .section-62198 .context-dark .btn-default.btn-anis-effect:before, .section-62198 .navbar-inverse .btn-default.btn-anis-effect:after, .section-62198.context-dark .btn-default.btn-anis-effect:after, .section-62198 .context-dark .btn-default.btn-anis-effect:after {
	background: #fff;
}

.section-62198 .navbar-inverse .owl-carousel .owl-prev, .section-62198.context-dark .owl-carousel .owl-prev, .section-62198 .context-dark .owl-carousel .owl-prev,
.section-62198 .navbar-inverse .owl-carousel .owl-next,
.section-62198.context-dark .owl-carousel .owl-next,
.section-62198 .context-dark .owl-carousel .owl-next {
	border-color: #fff;
	color: #fff;
}

.section-62198 .navbar-inverse .counter-type-1 .divider, .section-62198.context-dark .counter-type-1 .divider, .section-62198 .context-dark .counter-type-1 .divider {
	background: #fff;
}

.section-62198 .navbar-inverse .form-input-impressed, .section-62198.context-dark .form-input-impressed, .section-62198 .context-dark .form-input-impressed {
	background: #191919;
}

.section-62198 .navbar-inverse .contact-info dl dd a, .section-62198.context-dark .contact-info dl dd a, .section-62198 .context-dark .contact-info dl dd a, .section-62198 .navbar-inverse .contact-info dl dd a:hover, .section-62198.context-dark .contact-info dl dd a:hover, .section-62198 .context-dark .contact-info dl dd a:hover {
	color: #9b9b9b;
}

.section-62198 .navbar-inverse .thumbnail-classic-caption, .section-62198.context-dark .thumbnail-classic-caption, .section-62198 .context-dark .thumbnail-classic-caption {
	color: #434345;
}

.section-62198 .navbar-inverse .thumbnail-classic-title, .section-62198.context-dark .thumbnail-classic-title, .section-62198 .context-dark .thumbnail-classic-title {
	color: #434345;
}

.section-62198 .navbar-inverse .has-error .form-validation, .section-62198.context-dark .has-error .form-validation, .section-62198 .context-dark .has-error .form-validation {
	color: #fa8282;
}

@media (min-width: 768px) {
	.section-62198 .navbar-inverse .form-label-outside.auto-fill, .section-62198.context-dark .form-label-outside.auto-fill, .section-62198 .context-dark .form-label-outside.auto-fill {
		color: #fff;
	}
}

@media (min-width: 1200px) {
	.section-62198 .navbar-inverse .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list, .section-62198.context-dark .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list, .section-62198 .context-dark .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list {
		border-left-color: #9b9b9b;
	}
	.section-62198 .navbar-inverse .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list > li > a, .section-62198.context-dark .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list > li > a, .section-62198 .context-dark .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list > li > a {
		color: #d9d9d9;
	}
	.section-62198 .navbar-inverse .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list > li > a:after, .section-62198.context-dark .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list > li > a:after, .section-62198 .context-dark .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list > li > a:after {
		background: #fff;
	}
	.section-62198 .navbar-inverse .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list > li > a:hover, .section-62198.context-dark .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list > li > a:hover, .section-62198 .context-dark .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list > li > a:hover, .section-62198 .navbar-inverse .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list > li > a.active, .section-62198.context-dark .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list > li > a.active, .section-62198 .context-dark .isotope-filters.isotope-filter-collapse-lg .isotope-filters-list > li > a.active {
		color: #fff;
	}
}

.section-62198.bg-black .form-input-impressed,
.section-62198 .bg-black .form-input-impressed {
	background: #111111;
}

/*
*
* Material Parallax
* --------------------------------------------------
*/
.parallax-container {
	position: relative;
	overflow: hidden;
}

.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
}

.ipad .parallax-container, .iphone .parallax-container {
	background-attachment: scroll !important;
}

.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	min-height: 101%;
	max-width: none;
	transform: translate3d(-50%, 0, 0);
}

.parallax-content {
	position: relative;
	z-index: 1;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

.ui-to-top {
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	position: fixed;
	right: 15px;
	bottom: 15px;
	overflow: hidden;
	z-index: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background: #434345;
	border-radius: 50%;
	transform: translateY(100px);
	transition: .3s;
}

.ui-to-top:focus {
	color: #fff;
}

.ui-to-top:hover {
	color: #fff;
	background: #ff4514;
	text-decoration: none;
}

.ui-to-top.active {
	transform: translateY(0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

/*
* @subsection   RD Material Tabs
*
* @description  Describes style declarations for RD Material Tabs extension
*/
.section-62198 .rd-material-tabs {
	-webkit-tap-highlight-color: transparent;
	width: 100%;
	position: relative;
}

.section-62198 .rd-material-tabs__list {
	white-space: nowrap;
}

.section-62198 .rd-material-tabs__list ul {
	padding-left: 0;
	list-style: none;
}

.section-62198 .rd-material-tabs__list .rd-material-tab {
	display: inline-block;
}

.section-62198 .rd-material-tabs img {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.section-62198 .rd-material-tabs__stage-outer {
	position: relative;
	overflow: hidden;
}

.section-62198 .rd-material-tabs__stage {
	transition: all 0.5s cubic-bezier(0.005, 0.3, 0.2, 1);
}

.section-62198 .rd-material-tabs__stage::after {
	display: block;
	clear: both;
	content: "";
}

.section-62198 .rd-material-tabs__container {
	padding: 0 5px;
	margin-top: 60px;
}

.section-62198 .rd-material-tabs__container .rd-material-tab {
	float: left;
	width: 100%;
}

.section-62198 .rd-material-tabs__container .thumb {
	margin-top: 10px;
}

.section-62198 .rd-material-tabs-canMove {
	cursor: w-resize;
}

.section-62198 .rd-material-tabs-grab, .section-62198 .rd-material-tabs-grab a {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.section-62198 .checkout-tabs .rd-material-tabs__list .rd-material-tab a {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 13px;
	transition: .3s all ease;
	border-radius: 5px;
}

.section-62198 .checkout-tabs .rd-material-tabs__list .rd-material-tab a:hover {
	color: #ff4514;
}

@media (min-width: 768px) {
	.section-62198 .checkout-tabs .rd-material-tabs__list .rd-material-tab + .rd-material-tab {
		margin-left: 6px;
	}
}

.section-62198 .checkout-tabs .rd-material-tabs__list .rd-material-tab-active a {
	background: #ff4514;
	color: #fff;
}

.section-62198 .checkout-tabs .rd-material-tabs__list .rd-material-tab-active a:hover {
	color: #fff;
}

.section-62198 .gallery-tabs {
	-webkit-tap-highlight-color: transparent;
	width: 100%;
	position: relative;
	opacity: 0;
	visibility: hidden;
}

.section-62198 .gallery-tabs.loaded {
	opacity: 1;
	visibility: visible;
}

.section-62198 .gallery-tabs .rd-material-tabs__list .rd-material-tab a {
	text-transform: uppercase;
	transition: .3s all ease;
	font-size: 14px;
	line-height: 20px;
	color: #9b9b9b;
}

.section-62198 .gallery-tabs .rd-material-tabs__list .rd-material-tab.rd-material-tab-active a, .desktop .section-62198 .gallery-tabs .rd-material-tabs__list .rd-material-tab a:hover {
	color: #fff;
}

@media (min-width: 992px) {
	.section-62198 .gallery-tabs .rd-material-tabs__list .rd-material-tab a {
		font-size: 20px;
		letter-spacing: 2px;
		font-weight: 500;
		text-align: center;
	}
}

.section-62198 .gallery-tabs .rd-material-tabs__container {
	margin-top: 0;
	padding: 0;
}

.section-62198 .gallery-tabs .rd-material-tabs__container .image {
	opacity: 0;
	transition: 0.5s opacity ease;
}

.section-62198 .gallery-tabs .rd-material-tabs__container .image.visible {
	opacity: 1;
	transition: 1s opacity ease;
}

.tablet .section-62198 .gallery-tabs,
.mobile .section-62198 .gallery-tabs {
	opacity: 1;
	visibility: visible;
}

.tablet .section-62198 .rd-material-tabs__container .image,
.mobile .section-62198 .rd-material-tabs__container .image {
	opacity: 1;
}

.section-62198 .owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.section-62198 .owl-carousel .owl-animated-in {
	z-index: 0;
}

.section-62198 .owl-carousel .owl-animated-out {
	z-index: 1;
}

.section-62198 .owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.section-62198 .owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.section-62198 .owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.section-62198 .owl-carousel .owl-stage {
	margin-left: 1px;
	position: relative;
	-ms-touch-action: pan-Y;
}

.section-62198 .owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.section-62198 .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-will-change: transform;
	will-change: transform;
}

.section-62198 .owl-carousel .owl-controls .owl-nav .owl-prev,
.section-62198 .owl-carousel .owl-controls .owl-nav .owl-next,
.section-62198 .owl-carousel .owl-controls .owl-dot {
	text-align: center;
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.section-62198 .owl-carousel.owl-loaded {
	display: block;
}

.section-62198 .owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.section-62198 .owl-carousel.owl-hidden {
	opacity: 0;
}

.section-62198 .owl-carousel .owl-refresh .owl-item {
	display: none;
}

.section-62198 .owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.section-62198 .owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.section-62198 .owl-carousel.owl-rtl {
	direction: rtl;
}

.section-62198 .owl-carousel.owl-rtl .owl-item {
	float: right;
}

.section-62198 .no-js .owl-carousel {
	display: block;
}

.section-62198 .owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.section-62198 .owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.section-62198 .owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.section-62198 .owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}

.section-62198 .owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.section-62198 .owl-carousel .owl-video-playing .owl-video-tn,
.section-62198 .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.section-62198 .owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.section-62198 .owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.section-62198 .owl-dots.disabled {
	display: none;
}

.section-62198 .owl-nav.disabled {
	display: none;
}

.section-62198 .owl-carousel-classic {
	overflow: hidden;
}

.section-62198 .owl-carousel-classic .owl-prev,
.section-62198 .owl-carousel-classic .owl-next {
	position: absolute;
	top: 50%;
	transition: .3s;
	z-index: 1;
}

.section-62198 .owl-carousel-classic .owl-prev:before,
.section-62198 .owl-carousel-classic .owl-next:before {
	position: absolute;
	top: 30px;
	font-size: 18px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	z-index: 1;
}

.section-62198 .owl-carousel-classic .owl-prev:after,
.section-62198 .owl-carousel-classic .owl-next:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 43px 0 43px 43px;
	border-color: transparent transparent transparent #fff;
}

.section-62198 .owl-carousel-classic .owl-prev {
	transform: translate(-100%, -50%);
}

.section-62198 .owl-carousel-classic .owl-prev, .section-62198 .owl-carousel-classic .owl-prev:before {
	left: 0;
}

.section-62198 .owl-carousel-classic .owl-next {
	transform: translate(100%, -50%);
}

.section-62198 .owl-carousel-classic .owl-next, .section-62198 .owl-carousel-classic .owl-next:before {
	right: 0;
}

.section-62198 .owl-carousel-classic .owl-next:after {
	transform: rotate(180deg);
}

.section-62198 .owl-carousel-classic:hover .owl-prev,
.section-62198 .owl-carousel-classic:hover .owl-next {
	transform: translate(0, -50%);
}

.section-62198 .owl-carousel-classic .owl-dots {
	margin-left: -8px;
	line-height: 8px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
}

.section-62198 .owl-carousel-classic .owl-dot {
	margin-left: 8px;
	display: inline-block;
	width: 8px;
	height: 8px;
	line-height: 8px;
	border-radius: 50%;
	background: #434345;
	border: none;
}

.section-62198 .owl-carousel-classic .owl-dot.active {
	background: #fff;
}

.section-62198 .owl-carousel-default .owl-prev,
.section-62198 .owl-carousel-default .owl-next {
	position: absolute;
	top: 50%;
	transition: .3s;
	z-index: 1;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #9b9b9b;
	color: #9b9b9b;
	opacity: .3;
}

.section-62198 .owl-carousel-default .owl-prev:hover,
.section-62198 .owl-carousel-default .owl-next:hover {
	opacity: 1;
}

.section-62198 .owl-carousel-default .owl-dots {
	margin-top: 30px;
	margin-left: -8px;
	line-height: 8px;
	text-align: center;
}

.section-62198 .owl-carousel-default .owl-dot {
	margin-left: 8px;
	display: inline-block;
	width: 8px;
	height: 8px;
	line-height: 8px;
	border-radius: 50%;
	background: #434345;
}

.section-62198 .owl-carousel-default .owl-dot.active {
	background: #fff;
}

.section-62198 .owl-carousel-default .owl-next {
	right: 20px;
}

.section-62198 .owl-carousel-default .owl-prev {
	left: 20px;
}

.tablet .section-62198 .owl-carousel-default .owl-dots {
	display: block !important;
}

.tablet .section-62198 .owl-carousel-default .owl-nav {
	display: none !important;
}

.section-62198 .owl-carousel-arrows .owl-prev,
.section-62198 .owl-carousel-arrows .owl-next {
	width: 40px;
	height: 40px;
	font-size: 36px;
	line-height: 40px;
	opacity: 1;
	border: none;
}

.section-62198 .owl-carousel-arrows .owl-prev:hover,
.section-62198 .owl-carousel-arrows .owl-next:hover {
	opacity: .5;
}

.section-62198 .owl-carousel-arrows .owl-prev {
	left: 85px;
}

.section-62198 .owl-carousel-arrows .owl-next {
	right: 85px;
}

.section-62198 .owl-carousel-arrows .owl-dot {
	transition: .3s all ease;
}

.section-62198 .owl-carousel-arrows .owl-dot:hover, .section-62198 .owl-carousel-arrows .owl-dot.active {
	background: #ff4514;
}

.section-62198 .owl-carousel-arrows-fullwidth .owl-prev {
	left: 20px;
}

.section-62198 .owl-carousel-arrows-fullwidth .owl-next {
	right: 20px;
}

.section-62198 .owl-carousel-class-light .owl-dot {
	transition: .3s all ease;
	background: #434345;
}

.section-62198 .owl-carousel-class-light .owl-dot.active, .section-62198 .owl-carousel-class-light .owl-dot:hover {
	background: #ff4514;
}

.section-62198 .owl-carousel-dots-custom-style.owl-carousel-default .owl-dot:before {
	color: #fff;
	background-image: -webkit-linear-gradient(0deg, #fff 0%, #fff 100%);
}

.section-62198 .owl-custom-pagination {
	display: none;
}

@media (min-width: 768px) {
	.section-62198 .owl-custom-pagination {
		display: block;
		width: 100%;
	}
	.section-62198 .owl-custom-pagination li {
		padding: 0;
		cursor: pointer;
		box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
		transition: .3s all ease;
		transform: scale(0.8);
	}
	.section-62198 .owl-custom-pagination li:hover, .section-62198 .owl-custom-pagination li.active {
		transform: scale(1);
	}
	.section-62198 .owl-custom-pagination img {
		backface-visibility: hidden;
	}
}

.section-62198 .owl-custom-pagination + .owl-carousel .owl-next,
.section-62198 .owl-custom-pagination + .owl-carousel .owl-prev {
	margin-top: -60px;
}

.section-62198 .owl-custom-pagination-variant-1 {
	padding-left: 6px;
}

.section-62198 .owl-custom-pagination-variant-1 .owl-dot-custom {
	width: 14px;
	height: 14px;
	background: #d9d9d9;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.35s all ease;
}

.section-62198 .owl-custom-pagination-variant-1 .owl-dot-custom:hover, .section-62198 .owl-custom-pagination-variant-1 .owl-dot-custom.active {
	background: #55bbeb;
}

.section-62198 .owl-custom-pagination-variant-1 .owl-dot-custom.active {
	width: 18px;
	height: 18px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.section-62198 .owl-custom-pagination-variant-1 .owl-dot-custom + .owl-dot-custom {
	margin-left: 18px;
}

.section-62198 .owl-customer-navigation {
	display: inline-block;
}

.section-62198 .owl-customer-navigation .owl-prev, .section-62198 .owl-customer-navigation .owl-next {
	width: 24px;
	height: 24px;
	line-height: 23px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	transition: .3s;
	border: 1px solid #d9d9d9;
}

.section-62198 .owl-customer-navigation .owl-prev:hover, .section-62198 .owl-customer-navigation .owl-next:hover {
	background: #212121;
	color: #fff;
	border-color: #212121;
}

.section-62198 .owl-carousel-testimonials-2 .owl-nav {
	display: inline-block;
	margin-top: 15px;
}

.section-62198 .owl-carousel-testimonials-2 .owl-next {
	margin-left: 6px;
}

.section-62198 .owl-carousel-testimonials-2 .owl-prev,
.section-62198 .owl-carousel-testimonials-2 .owl-next {
	display: inline-block;
	transition: .3s;
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #d9d9d9;
	color: #434345;
	border-radius: 3px;
}

.section-62198 .owl-carousel-testimonials-2 .owl-prev:hover,
.section-62198 .owl-carousel-testimonials-2 .owl-next:hover {
	background: #212121;
	color: #fff;
	border-color: #212121;
}

.section-62198 .owl-carousel-testimonials-3 .owl-dots {
	margin-top: 20px;
	position: static;
	transform: none;
}

.section-62198 .owl-carousel-simple-quote .owl-dots {
	position: static;
	text-align: right;
	transform: none;
}

.veil-owl-dots .owl-dots {
	display: none !important;
}

@media (min-width: 480px) {
	.veil-xs-owl-dots .owl-dots {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.veil-sm-owl-dots .owl-dots {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.veil-md-owl-dots .owl-dots {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.veil-lg-owl-dots .owl-dots {
		display: none !important;
	}
}

@media (min-width: 1800px) {
	.veil-xl-owl-dots .owl-dots {
		display: none !important;
	}
}

.reveal-owl-dots .owl-dots {
	display: block !important;
}

@media (min-width: 480px) {
	.reveal-xs-owl-dots .owl-dots {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.reveal-sm-owl-dots .owl-dots {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.reveal-md-owl-dots .owl-dots {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.reveal-lg-owl-dots .owl-dots {
		display: block !important;
	}
}

@media (min-width: 1800px) {
	.reveal-xl-owl-dots .owl-dots {
		display: block !important;
	}
}

.veil-owl-nav .owl-nav {
	display: none !important;
}

@media (min-width: 480px) {
	.veil-xs-owl-nav .owl-nav {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.veil-sm-owl-nav .owl-nav {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.veil-md-owl-nav .owl-nav {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.veil-lg-owl-nav .owl-nav {
		display: none !important;
	}
}

@media (min-width: 1800px) {
	.veil-xl-owl-nav .owl-nav {
		display: none !important;
	}
}

.reveal-owl-nav .owl-nav {
	display: block !important;
}

@media (min-width: 480px) {
	.reveal-xs-owl-nav .owl-nav {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.reveal-sm-owl-nav .owl-nav {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.reveal-md-owl-nav .owl-nav {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.reveal-lg-owl-nav .owl-nav {
		display: block !important;
	}
}

@media (min-width: 1800px) {
	.reveal-xl-owl-nav .owl-nav {
		display: block !important;
	}
}

.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav-wrap, .section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav-wrap, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav-wrap, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav-wrap, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap, .section-62198 .rd-navbar-floated.rd-navbar-static, .section-62198 .rd-navbar-top-panel.rd-navbar-static, .section-62198 .rd-navbar-logo-center.rd-navbar-static, .section-62198 .rd-navbar-default {
	transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li > a, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li > a, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li > a, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li > a, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li > a, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li > a {
	font-size: 13px;
	font-weight: 900;
	line-height: 24px;
	text-transform: uppercase;
}

.section-62198 .rd-navbar {
	display: none;
	position: relative;
	z-index: 99999;
	text-align: left;
	background-color: transparent;
}

.section-62198 .rd-navbar ul {
	list-style-type: none;
	margin-bottom: 0;
}

.section-62198 .rd-navbar a {
	transition: .3s all ease;
}

.section-62198 .rd-navbar .responsive-tabs-classic {
	border-bottom: none;
}

.section-62198 .rd-navbar .responsive-tabs-classic .resp-tab-content + .resp-accordion {
	border-top: none;
}

.section-62198 .rd-navbar-static.rd-navbar--is-stuck {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.section-62198 .rd-navbar-fixed,
.section-62198 .rd-navbar-static {
	display: block;
}

.section-62198 .rd-navbar--no-transition, .section-62198 .rd-navbar--no-transition * {
	transition: none !important;
}

.section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-panel, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-panel, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-panel, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-panel {
	background: #212121;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 16;
}

.section-62198 .rd-navbar-floated.rd-navbar-fixed, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed, .section-62198 .rd-navbar-default.rd-navbar-fixed, .section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-panel, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-panel, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-panel, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-panel {
	height: 56px;
}

.section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-panel:before {
	display: none;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
	background-color: #000;
}

@media (min-width: 576px) {
	.section-62198 .rd-navbar-floated.rd-navbar-fixed, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed, .section-62198 .rd-navbar-default.rd-navbar-fixed, .section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-panel, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-panel, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-panel, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-panel {
		height: 59px;
	}
}

.section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle {
	position: fixed;
	z-index: 17;
	top: 4px;
	right: 4px;
}

.section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span, .section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span:before, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:before, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span:before, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:before, .section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span:after, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:after, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span:after, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:after {
	transition: .3s all ease;
}

.section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span:before, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:before, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span:before, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:before, .section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span:after, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:after, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span:after, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span:before, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:before, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span:before, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle span:after, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:after, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle span:after, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:after {
	content: "";
	transform: rotate(-90deg) scale(0);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle.active span:before, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle.active span:before, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle.active span:before, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span:before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0);
}

.section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle.active span:after, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle.active span:after, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-toggle.active span:after, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span:after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-brand, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-brand, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-brand, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-brand {
	display: block;
	position: fixed;
	top: 10px;
	left: 50%;
	width: auto;
	margin-right: 15px;
}

@media (min-width: 576px) {
	.section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-brand, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-brand, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-brand, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-brand {
		margin-right: 0;
	}
}

.section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-panel, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-panel, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-panel {
	background: #191919;
	box-shadow: 0 1px 10px 0 rgba(67, 67, 69, 0.3);
}

.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav-wrap, .section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav-wrap, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav-wrap, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav-wrap, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #191919;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	width: 230px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	z-index: 15;
	transform: translateX(105%);
	padding: 56px 10px 0;
}

.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav-wrap.active, .section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav-wrap.active, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav-wrap.active, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav-wrap.active, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav-wrap.active, .section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav-wrap.active, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav-wrap.active, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav-wrap.active, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav-wrap, .section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav-wrap, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav-wrap, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #fff;
	background: #191919;
}

.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-list, .section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-list, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-list, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-list, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-list {
	position: fixed;
	top: 62px;
	display: inline-block;
	padding: 7px 25px 9px 25px;
	right: 0;
	transition: 0.35s all ease;
	transform: translateX(110%);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	background: #212121;
}

.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-list .icon, .section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-list .icon, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-list .icon, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-list .icon, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-list .icon {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}

.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-list .icon:hover, .section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-list .icon:hover, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-list .icon:hover, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-list .icon:hover, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-list .icon:hover {
	color: #ff4514;
}

.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-list.active, .section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-list.active, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-list.active, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-list.active, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-list.active {
	transform: translateX(0);
}

@media (min-width: 576px) {
	.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-list, .section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-list, .section-62198 .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-list, .section-62198 .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-list, .section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-list {
		top: 63px;
	}
}

.section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-cart-dropdown, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-cart-dropdown, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-cart-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	width: 240px;
	padding: 0;
	visibility: hidden;
	transition: .3s all ease;
	text-align: left;
	opacity: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	border-top: 1px solid #ff4514;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-cart-dropdown .rd-navbar-dropdown, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-cart-dropdown .rd-navbar-dropdown, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-cart-dropdown .rd-navbar-dropdown {
	left: 100%;
	top: -1px;
	margin: 0;
	z-index: 2;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown .rd-navbar-dropdown, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown .rd-navbar-dropdown, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown .rd-navbar-dropdown, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown .rd-navbar-dropdown, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown .rd-navbar-dropdown, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu .rd-navbar-dropdown .rd-navbar-dropdown, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-cart-dropdown .rd-navbar-dropdown .rd-navbar-dropdown, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-cart-dropdown .rd-navbar-dropdown .rd-navbar-dropdown, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-cart-dropdown .rd-navbar-dropdown .rd-navbar-dropdown {
	z-index: 3;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left .rd-navbar-dropdown, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left .rd-navbar-dropdown, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left .rd-navbar-dropdown, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left .rd-navbar-dropdown, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left .rd-navbar-dropdown, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu.rd-navbar-open-left .rd-navbar-dropdown, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-cart-dropdown.rd-navbar-open-left, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-cart-dropdown.rd-navbar-open-left, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-cart-dropdown.rd-navbar-open-left, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-cart-dropdown.rd-navbar-open-left .rd-navbar-dropdown, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-cart-dropdown.rd-navbar-open-left .rd-navbar-dropdown, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-cart-dropdown.rd-navbar-open-left .rd-navbar-dropdown {
	right: 100%;
	left: auto;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown.rd-navbar-open-left, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown.rd-navbar-open-left, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown.rd-navbar-open-left {
	right: 0;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu {
	right: 20px;
	left: 20px;
	padding: 15px;
	max-width: 1900px;
	margin-left: auto;
	width: auto;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-cart-dropdown, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-cart-dropdown, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-cart-dropdown {
	margin-top: 49px;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li {
	position: relative;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li > a, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li > a, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li > a, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li > a, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li > a, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li > a {
	display: block;
	padding: 8px 30px 8px 20px;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li > a > span, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li > a > span, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li > a > span, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li > a > span, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li > a > span, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li > a > span {
	vertical-align: middle;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-label, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-label, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-label, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-label, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-label, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-label {
	margin-left: 5px;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon {
	margin-right: 10px;
	font-size: 18px;
	line-height: 24px;
	vertical-align: middle;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after, .section-62198 .rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after, .section-62198 .rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after, .section-62198 .rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 13px;
	font-size: 22px;
	font-family: "Material Design Icons";
	line-height: 34px;
	content: "";
	transform: translateY(-50%);
	transition: .3s all ease;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list, .section-62198 .rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list, .section-62198 .rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list {
	text-align: left;
	padding-left: 20px;
	position: relative;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list:before, .section-62198 .rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list:before, .section-62198 .rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list:before {
	content: '';
	position: absolute;
	left: -15px;
	right: -15px;
	top: 100%;
	border-bottom: 1px solid transparent;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list li:before, .section-62198 .rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list li:before, .section-62198 .rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list li:before {
	display: none;
}

.section-62198 .rd-navbar-floated.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:hover, .section-62198 .rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:hover, .section-62198 .rd-navbar-logo-center.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:hover {
	color: #ff4514;
}

.section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown, .section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu {
	background: #151515;
}

.section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after, .section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li.rd-navbar--has-dropdown:after {
	color: #434345;
}

.section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li > a, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li > a, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li > a, .section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li > a, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li > a, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li > a {
	color: #fff;
}

.section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-icon, .section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li .rd-navbar-icon {
	color: #9b9b9b;
}

.section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li:hover > a, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li:hover > a, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li:hover > a, .section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li:hover > a, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li:hover > a, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li:hover > a {
	color: #fff;
	background: #191919;
}

.section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li:hover:after, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li:hover:after, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown li:hover:after, .section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li:hover:after, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li:hover:after, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu li:hover:after {
	color: #fff;
}

.section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list:before, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list:before, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list:before, .section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list:before, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list:before, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list:before {
	border-color: #212121;
}

.section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li, .section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li {
	color: #9b9b9b;
}

.section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active, .section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:before, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:before, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:before, .section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active, .section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:before, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:before, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:before {
	color: #ff4514;
}

.section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:hover, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:hover, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:hover, .section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:hover, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:hover, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li.resp-tab-active:hover {
	color: #ff4514;
}

.section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li:hover, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li:hover, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li:hover, .section-62198 .rd-navbar-floated.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li:hover, .section-62198 .rd-navbar-top-panel.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li:hover, .section-62198 .rd-navbar-logo-center.rd-navbar-dark.rd-navbar-static .rd-navbar-megamenu .responsive-tabs .resp-tabs-list li:hover {
	color: #fff;
}

.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav-wrap {
	height: 100%;
	overflow: auto;
	bottom: auto;
}

.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-mobile-scroll-holder {
	display: flex;
	flex-direction: row;
}

.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-mobile-scroll {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	justify-content: space-between;
}

.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav {
	flex: 2 1 auto;
}

@media (min-width: 1200px) {
	.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav-wrap {
		width: 315px;
		padding: 0;
	}
	.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-mobile-brand {
		margin-top: 45px;
	}
	.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .form-search-wrap {
		margin-top: 50px;
	}
	.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-mobile-scroll {
		padding: 0 30px;
		overflow-y: hidden;
		max-height: inherit;
	}
	.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav {
		margin-top: 20px;
	}
	.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-megamenu {
		padding-left: 0;
	}
	.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-fixed .resp-tab-item {
		display: none;
	}
}

.section-62198 .rd-navbar-sidebar-toggle.rd-navbar-light .rd-navbar-search-toggle span, .section-62198 .rd-navbar-sidebar-toggle.rd-navbar-light .rd-navbar-cart span {
	color: #212121;
}

.section-62198 .rd-navbar-floated.rd-navbar-fixed .rd-navbar-brand {
	display: none;
}

.section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-brand {
	display: none;
	transform: translateX(-50%);
}

.section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-brand-fixed {
	display: none;
}

.section-62198 .rd-navbar-default.rd-navbar-fixed .rd-navbar-button .btn {
	position: fixed;
	top: 13px;
	left: 50%;
	transform: translateX(-50%);
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-panel {
	display: block;
	padding: 15px 60px;
	text-align: center;
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-panel::after {
	display: block;
	clear: both;
	content: "";
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-panel .rd-navbar-button {
	float: right;
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-panel .rd-navbar-button p {
	display: none;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0;
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-panel .rd-navbar-list {
	margin-top: 5px;
	display: inline-block;
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-panel .rd-navbar-list .icon {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-panel .rd-navbar-list .icon:hover {
	color: #ff4514;
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-panel .rd-navbar-brand {
	float: left;
	max-width: 300px;
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-panel .rd-navbar-brand-fixed {
	display: none;
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-panel .rd-navbar-brand img {
	margin-top: -5px;
}

@media (min-width: 1200px) {
	.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-panel {
		padding: 25px 60px;
	}
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-panel .rd-navbar-toggle {
	display: none;
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-inner {
	display: block;
	position: relative;
	padding: 0;
	height: auto;
	max-width: none;
	text-align: left;
	transition: .3s all ease;
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-nav-wrap, .section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-panel, .section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-cart-wrap {
	transition: .3s all ease;
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-nav-wrap {
	margin-top: 8px;
	display: inline-block;
}

.section-62198 .rd-navbar-default.rd-navbar-static .rd-navbar-nav-wrap::after {
	display: block;
	clear: both;
	content: "";
}

.section-62198 .rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck {
	transition: 0.35s all ease;
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
	background: #212121;
}

.section-62198 .rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel {
	padding: 15px 60px;
}

.section-62198 .rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand-static {
	display: none;
}

.section-62198 .rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand-fixed {
	display: block;
}

@media (min-width: 1200px) {
	.section-62198 .rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-slogan {
		display: inline-block !important;
	}
	.section-62198 .rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-button p {
		display: inline-block;
		padding-right: 15px;
	}
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

@media (min-width: 576px) {
	html.rd-navbar-fixed-linked .page {
		padding-top: 0;
	}
}

.section-62198 .no-margin-bottom {
	margin-bottom: 0;
}

.documents_section,
.rates_section,
.ico_countdown_section {
	padding: 60px 0;
}

.info-wrapper {
	display: flex;
	align-items: center;
	align-content: center;
}

.rates_info-wrapper {
	display: flex;	
	align-items: center;
	align-content: center;
	justify-content: space-between;	
	flex-wrap: wrap;

}
.rates_info-wrapper>div,
.rates_info-wrapper>.rates {
	width: 100%;
} 
.rates_info-wrapper .rates {
	list-style-type: none;
	display: flex;
	align-items: stretch;
	align-content: center;
	justify-content: space-between;
}
.token_name_info {
	color: #000000;
	font-size: 60px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	line-height: 1.12;
	text-align: left;
	margin-bottom: 74px;
}
.token_name_info span {
	white-space: nowrap;
	width: 100%;
}
.rates_info-wrapper.horizontal_wrapper .token_name_info {
	margin-bottom: 0;
	max-width: 260px;
}
.rates_section.bg_blue .rates_info-wrapper .token_name_info {
	color: #fff;
}
.rates_info-wrapper .token_name_info {
	width: 100%;
	text-align: center;
}
.rates_info-wrapper .rates {
	width: auto;
	justify-content: space-between;
	flex: 1 1 auto;
}
.rates_info-wrapper.horizontal_wrapper .rates {
	justify-content: center;
}
.rates_info-wrapper .rates li {
	width: 227px;
	height: 227px;
	background-color: #fafafa;
	border-radius: 50%;
	color: #000000;
	font-size: 22px;
	border: none;
	display: flex;
	flex-direction: column;
	padding: 44px 0;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	text-transform: uppercase;
}
.rates_info-wrapper .rates li .value {
	font-weight: 700;
	color: #a6a6a6;
}
.rates_info-wrapper .rates li:before {
	content: '';
	display: inline-block;
	margin: 0 auto;
}
.rates_info-wrapper.horizontal_wrapper .rates li {
	width: auto;
	height: auto;
	background-color: transparent;
	color: #000000;
	font-size: 22px;
	text-transform: uppercase;
	padding: 25px 25px 25px 0;
	border-left: 1px solid #e8e8e8;
	position: relative;
	flex-direction: row;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 0px;
}
.rates_info-wrapper.horizontal_wrapper .rates li {
	justify-content: flex-start;
}
.rates_info-wrapper .rates li.btc_rate:before {
	width: 50px;
	height: 50px;
	background: url(https://storage.ning.com/topology/rest/1.0/file/get/12189424894?profile=original) no-repeat center;
}
.rates_info-wrapper .rates li.eth_rate:before {
	width: 40px;
	height: 50px;
	background: url(https://storage.ning.com/topology/rest/1.0/file/get/12189424897?profile=original) no-repeat center;
}
.rates_info-wrapper .rates li.usd_rate:before {
	content: '';
	width: 40px;
	height: 50px;
	background: url(https://storage.ning.com/topology/rest/1.0/file/get/12189425089?profile=original) no-repeat center;
	
}
.rates_info-wrapper.horizontal_wrapper  .rates li:before {
	content: "";
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}
.rates_info-wrapper.horizontal_wrapper .rates li:first-child {
	border: none;

}
.rates_info-wrapper.horizontal_wrapper .rates li span:first-child {
	padding-left: 0;
}

.rates_info-wrapper.horizontal_wrapper .rates li span {
	display: inline-block;
	color: #a6a6a6;
	padding-left: 17px;
}
.info-wrapper .button_link {
    width: 199px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #a3a3a3;
    color: #000000;
    font-size: 19px;
    text-align: center;
	background: #fff;
	cursor: pointer; 
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding-left: 34px;
	position: relative;
	cursor: pointer;
 }
 .rates_section.bg_gray .rates_info-wrapper .rates li {
	background-color: #fff;
}
.rates_section.bg_gray .rates_info-wrapper.horizontal_wrapper .rates li {
	background-color: transparent;
}
.rates_section.bg_gray .rates_info-wrapper.horizontal_wrapper .rates li {
	border-color: #d4d2d2;
}
.rates_info-wrapper:not(.horizontal_wrapper) .token br {
	display: none;
}
.rates_section.bg_gray 
 .info-wrapper .button_link:hover {
	background: #5798ef;
	border-color: #5798ef;
	color: #fff;
 }
 .info-wrapper .button_link:hover i {
	color: #fff;
 }
 .info-wrapper.blue_wrapper .button_link {
	color: #fff;
	border-color: #fff;
	background: transparent;
}
.info-wrapper.blue_wrapper .button_link:hover {
	background: #fff;
	color: #5798ef;
}
.info-wrapper.blue_wrapper .button_link:hover i {
	color: #5798ef;
}
.info-wrapper .buttons_list {
	display: flex;
	justify-content: space-evenly;
    flex: 1 1 100%;
}
.info-wrapper .button_link i {
    color: #000;
    font-size: 16px;
	margin-right: 20px;
	position: absolute;
	top: 50%;
	left: 34px;
	transform: translateY(-50%);
	transition: 0.33s all ease-in;
}
.info-wrapper.blue_wrapper .button_link i {
    color: #fff;
}
.bg_blue {
    background-color: #1f64b4;
}
.bg_gray {
    background-color: #f2f2f2;
}
.bg_white {
    background-color: #fff;
}
.download_title {
    color: #000000;
    font-size: 60px;
    font-weight: 700;
}
.download_title.white {
    color: #fff;
}
.countdown_info {
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: column;
	text-align: center;
}
.countdown_info .stage_title {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 38px;
}
.countdown_info .stage_description {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 64px;
}
.countdown_info .countdown_ico {
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.countdown_info .countdown_ico .countdown_ico_item {
	width: 174px;
	height: 174px;
	border-radius: 10px;
	border: 2px solid #f3f3f3;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 24px;
	color: #a6a6a6;
	font-weight: 400;
	text-transform: lowercase;
}
.countdown_info .countdown_ico .countdown_ico_item span {
	color: #000;
	font-weight: 700;
	font-size: 60px;
}
.countdown_info .countdown_ico .divider {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.countdown_info .countdown_ico .divider:before {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #f3f3f3;
	margin-bottom: 22px;
}
.countdown_info .countdown_ico .divider:after {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #f3f3f3;
}
.ico_countdown_section .countdown_info {
	color: #000;
}
.ico_countdown_section.bg_blue .countdown_info {
	color: #fff;
}
.ico_countdown_section.bg_blue .countdown_info .stage_title {
	color:  #fff;
}
.ico_countdown_section.bg_blue .countdown_info .stage_description {
	color:  #fff;
}
.ico_countdown_section.bg_blue .countdown_info .countdown_ico .countdown_ico_item  {
	border: none;
	background: rgba(243, 243, 243, 0.18);
	color: #fff;
}
.ico_countdown_section.bg_blue .countdown_info .countdown_ico .countdown_ico_item span {
	color: #fff;
}
.ico_countdown_section.bg_blue .countdown_info .countdown_ico .divider:before {
	background: #fff;
}
.ico_countdown_section.bg_blue .countdown_info .countdown_ico .divider:after {
	background: #fff;
}
@media (min-width: 319px) {
	.info-wrapper {
		flex-wrap: wrap;
	}
	.download_title {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	.info-wrapper .buttons_list {
		flex-wrap: wrap;
	}
	.info-wrapper .buttons_list li {
		margin-bottom: 15px;
	}
	.horizontal_wrapper .token_name_info {
		width: 100%;
		text-align: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	.rates_info-wrapper .rates {
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.rates_info-wrapper .rates li {
		margin-bottom: 20px;
	}
	.rates_info-wrapper .rates li:last-child {
		margin-bottom: 0;
	}
	.rates_info-wrapper.horizontal_wrapper .rates {
		width: 100%;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.rates_info-wrapper.horizontal_wrapper .rates li{
		border: none;
		margin-bottom: 0;
	}
	.rates_info-wrapper.horizontal_wrapper .rates li {
		min-width: 290px;
	}
	.horizontal_wrapper.horizontal_wrapper .token_name_info {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 74px;
	}
	.countdown_info .countdown_ico .countdown_ico_item {
		width: 60px;
		height: 60px;
		border-radius: 10px;
		border: 2px solid #f3f3f3;
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		justify-content: center;
		font-size: 12px;
		color: #a6a6a6;
		font-weight: 400;
		text-transform: lowercase;
	}
	.countdown_info .countdown_ico .countdown_ico_item span {
		color: #000;
		font-weight: 700;
		font-size: 16px;
	}
	.countdown_info .countdown_ico .divider:before {
		content: '';
		width: 6px;
		height: 6px;
		border-radius: 14px;
		background: #f3f3f3;
		margin-bottom: 6px;
	}
	.countdown_info .countdown_ico .divider:after {
		content: '';
		width: 6px;
		height: 6px;
		border-radius: 14px;
		background: #f3f3f3;
	}
	.countdown_info .stage_title {
		font-size: 45px;
		margin-bottom: 15px;
	}
	.countdown_info .stage_description {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 20px;
	}
}
@media (min-width: 560px) {
	.countdown_info .countdown_ico .countdown_ico_item {
		width: 100px;
		height: 100px;
		border-radius: 10px;
		border: 2px solid #f3f3f3;
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		justify-content: center;
		font-size: 18px;
		color: #a6a6a6;
		font-weight: 400;
		text-transform: lowercase;
	}
	.countdown_info .countdown_ico .countdown_ico_item span {
		color: #000;
		font-weight: 700;
		font-size: 28px;
	}
	.countdown_info .countdown_ico .divider:before {
		content: '';
		width: 10px;
		height: 10px;
		border-radius: 14px;
		background: #f3f3f3;
		margin-bottom: 10px;
	}
	.countdown_info .countdown_ico .divider:after {
		content: '';
		width: 10px;
		height: 10px;
		border-radius: 14px;
		background: #f3f3f3;
	}
	.countdown_info .stage_title {
		font-size: 50px;
		margin-bottom: 18px;
	}
	.countdown_info .stage_description {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) {
	.info-wrapper {
		flex-wrap: wrap;
	}
	.download_title {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	.horizontal_wrapper .token_name_info {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.rates_info-wrapper.horizontal_wrapper .rates {
		width: 100%;
		justify-content: space-between;
	}
	.rates_info-wrapper.horizontal_wrapper .rates li {
		border-left: 1px solid #e8e8e8;
	}
	.rates_section.bg_gray .rates_info-wrapper .rates li {
		border-color: #d4d2d2;
	}
	.rates_info-wrapper.horizontal_wrapper .rates li {
		min-width: auto;
	}
	.rates_info-wrapper.horizontal_wrapper .token_name_info {
		margin-bottom: 0;
		max-width: 100%;
		text-align: center;
		margin-bottom: 74px;
	}
	.countdown_info .countdown_ico .countdown_ico_item {
		width: 174px;
		height: 174px;
		border-radius: 10px;
		border: 2px solid #f3f3f3;
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		justify-content: center;
		font-size: 24px;
		color: #a6a6a6;
		font-weight: 400;
		text-transform: lowercase;
	}
	.countdown_info .countdown_ico .countdown_ico_item span {
		color: #000;
		font-weight: 700;
		font-size: 60px;
	}
	.countdown_info .countdown_ico .divider {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		justify-content: center;
	}
	.countdown_info .countdown_ico .divider:before {
		content: '';
		width: 14px;
		height: 14px;
		border-radius: 14px;
		background: #f3f3f3;
		margin-bottom: 22px;
	}
	.countdown_info .countdown_ico .divider:after {
		content: '';
		width: 14px;
		height: 14px;
		border-radius: 14px;
		background: #f3f3f3;
	}
	.countdown_info .stage_title {
		font-size: 60px;
		font-weight: 700;
		margin-bottom: 38px;
	}
	.countdown_info .stage_description {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 64px;
	}
}
@media (min-width: 1200px) {
	.info-wrapper {
		flex-wrap: nowrap;
	}
	.download_title {
		width: auto;
		text-align: left;
		margin-bottom: 0;
	}
	.info-wrapper .buttons_list li {
		margin-bottom: 0px;
	}
	.rates_info-wrapper.horizontal_wrapper .token_name_info {
		width: auto;
		max-width: 100%;
		text-align: left;
		min-width: 260px;
		margin-bottom: 0;
	}
	.rates_info-wrapper.horizontal_wrapper .rates {
		width: auto;
		justify-content: center;
		flex: 1 1 auto;
	}
	.countdown_info .countdown_ico .countdown_ico_item {
		width: 174px;
		height: 174px;
		border-radius: 10px;
		border: 2px solid #f3f3f3;
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		justify-content: center;
		font-size: 24px;
		color: #a6a6a6;
		font-weight: 400;
		text-transform: lowercase;
	}
	.countdown_info .countdown_ico .countdown_ico_item span {
		color: #000;
		font-weight: 700;
		font-size: 60px;
	}
	.countdown_info .countdown_ico .divider {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		justify-content: center;
	}
	.countdown_info .countdown_ico .divider:before {
		content: '';
		width: 14px;
		height: 14px;
		border-radius: 14px;
		background: #f3f3f3;
		margin-bottom: 22px;
	}
	.countdown_info .countdown_ico .divider:after {
		content: '';
		width: 14px;
		height: 14px;
		border-radius: 14px;
		background: #f3f3f3;
	}
	.countdown_info .stage_title {
		font-size: 60px;
		font-weight: 700;
		margin-bottom: 38px;
	}
	.countdown_info .stage_description {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 64px;
	}
}
@media (max-width:1199px) {
	.rates_info-wrapper .token br {
		display: none;
	}
	.token_name_info span {
		white-space: normal;
	}
}