@charset "UTF-8";
/*!
 * BPJamsostek Style
 */
ul html {
	font-family: "Gotham";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1rem;
	line-height: 1.4;
	color: #708198;
	background-color: #fff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #0087d9;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #0087d9;
	text-decoration: none;
}
a:focus {
	outline: 0;
	outline-offset: 0;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 1.25rem;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.4;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 19px;
	margin-bottom: 19px;
	border: 0;
	border-top: 1px solid #f6f7f8;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Gotham", sans-serif;
	font-weight: 100;
	line-height: 1.1;
	color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #8e9bae;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 0;
	margin-bottom: 1rem;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 0;
	margin-bottom: 1rem;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 3.2rem;
}

h2,
.h2 {
	font-size: 2rem;
}

h3,
.h3 {
	font-size: 32px;
}

h4,
.h4 {
	font-size: 1.2rem;
	font-weight: bold;
}

h5,
.h5 {
	font-size: 1rem;
}

h6,
.h6 {
	font-size: 0.7rem;
}

p {
	margin: 0 0 1rem;
}
p.midsize {
	font-size: 24px;
}

.lead {
	margin-bottom: 19px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
@media (min-width: 740px) {
	.lead {
		font-size: 21px;
	}
}

small,
.small {
	font-size: 92%;
}

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

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

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

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #8e9bae;
}

.text-primary {
	color: #0087d9;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #4d5aff;
}

.text-success {
	color: #19d9b4;
}

a.text-success:hover,
a.text-success:focus {
	color: #14ab8e;
}

.text-info {
	color: #84ce65;
}

a.text-info:hover,
a.text-info:focus {
	color: #65c23e;
}

.text-warning {
	color: #fe60a1;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #fe2d83;
}

.text-danger {
	color: #fe60a1;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #fe2d83;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #0087d9;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #4d5aff;
}

.bg-success {
	background-color: rgba(49, 193, 165, 0.35);
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: rgba(39, 152, 130, 0.35);
}

.bg-info {
	background-color: rgba(140, 186, 121, 0.35);
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: rgba(112, 168, 88, 0.35);
}

.bg-warning {
	background-color: rgba(238, 112, 164, 0.35);
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: rgba(233, 66, 135, 0.35);
}

.bg-danger {
	background-color: rgba(238, 112, 164, 0.35);
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: rgba(233, 66, 135, 0.35);
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0.5rem;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 0.25rem;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}

pre {
	display: block;
	padding: 9px;
	margin: 0 0 9.5px;
	font-size: 13px;
	line-height: 1.4;
	word-break: break-all;
	word-wrap: break-word;
	color: #59687c;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0.5rem;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
/*bodytipis*/
@media (max-width: 490px) {
	.container {
		padding-left: 1.2rem !important;
		padding-right: 1.2rem !important;
	}
	.container-bodytipis {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}
	.container-eula {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}

	h2,
	.h2 {
		font-size: 1.7rem !important;
	}
}

@media (min-width: 740px) {
	.container-bodytipis {
		width: 600px !important;
	}
	.container-eula {
		width: 500px !important;
		border-radius: 10px;
		backdrop-filter: blur(10px);
		box-shadow: 1px 2px 12px 0 rgb(0 0 0 / 6%), 0.5px 1px 7px 0 rgb(0 0 0 / 6%);
		background-color: #ffffff;
		transition: box-shadow 0.35s ease-out;
	}
}
@media (min-width: 992px) {
	.container-bodytipis {
		width: 736px !important;
	}
	.container-eula {
		width: 600px !important;
		border-radius: 10px;
		backdrop-filter: blur(10px);
		box-shadow: 1px 2px 12px 0 rgb(0 0 0 / 6%), 0.5px 1px 7px 0 rgb(0 0 0 / 6%);
		background-color: #ffffff;
		transition: box-shadow 0.35s ease-out;
	}
}
@media (min-width: 1200px) {
	.container-bodytipis {
		width: 910px !important;
	}
	.container-eula {
		width: 700px !important;
		border-radius: 10px;
		backdrop-filter: blur(10px);
		box-shadow: 1px 2px 12px 0 rgb(0 0 0 / 6%), 0.5px 1px 7px 0 rgb(0 0 0 / 6%);
		background-color: #ffffff;
		transition: box-shadow 0.35s ease-out;
	}
}
.container-eula {
	padding: 40px;
}
/*bodytipis end*/
/*bodytipis*/

@media (min-width: 740px) {
	.container-nav {
		width: 600px !important;
	}
}
@media (min-width: 992px) {
	.container-nav {
		width: 736px !important;
	}
}
@media (min-width: 1200px) {
	.container-nav {
		width: 100% !important;
		padding-left: 7rem !important;
		padding-right: 7rem !important;
	}
}
/*bodytipis end*/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}
.container:before,
.container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
@media (min-width: 740px) {
	.container {
		width: 736px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 956px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1156px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}
.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}

.row {
	margin-left: -1rem;
	margin-right: -1rem;
}
.row:before,
.row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 740px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-1 {
		width: 8.33333%;
	}

	.col-sm-2 {
		width: 16.66667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.33333%;
	}

	.col-sm-5 {
		width: 41.66667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.33333%;
	}

	.col-sm-8 {
		width: 66.66667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.33333%;
	}

	.col-sm-11 {
		width: 91.66667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-pull-1 {
		right: 8.33333%;
	}

	.col-sm-pull-2 {
		right: 16.66667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.33333%;
	}

	.col-sm-pull-5 {
		right: 41.66667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.33333%;
	}

	.col-sm-pull-8 {
		right: 66.66667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.33333%;
	}

	.col-sm-pull-11 {
		right: 91.66667%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-push-1 {
		left: 8.33333%;
	}

	.col-sm-push-2 {
		left: 16.66667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.33333%;
	}

	.col-sm-push-5 {
		left: 41.66667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.33333%;
	}

	.col-sm-push-8 {
		left: 66.66667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.33333%;
	}

	.col-sm-push-11 {
		left: 91.66667%;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-1 {
		width: 8.33333%;
	}

	.col-md-2 {
		width: 16.66667%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.33333%;
	}

	.col-md-5 {
		width: 41.66667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-7 {
		width: 58.33333%;
	}

	.col-md-8 {
		width: 66.66667%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.33333%;
	}

	.col-md-11 {
		width: 91.66667%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-pull-1 {
		right: 8.33333%;
	}

	.col-md-pull-2 {
		right: 16.66667%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.33333%;
	}

	.col-md-pull-5 {
		right: 41.66667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.33333%;
	}

	.col-md-pull-8 {
		right: 66.66667%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.33333%;
	}

	.col-md-pull-11 {
		right: 91.66667%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-push-1 {
		left: 8.33333%;
	}

	.col-md-push-2 {
		left: 16.66667%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.33333%;
	}

	.col-md-push-5 {
		left: 41.66667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.33333%;
	}

	.col-md-push-8 {
		left: 66.66667%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.33333%;
	}

	.col-md-push-11 {
		left: 91.66667%;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66667%;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 1367px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-1 {
		width: 8.33333%;
	}

	.col-lg-2 {
		width: 16.66667%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.33333%;
	}

	.col-lg-5 {
		width: 41.66667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.33333%;
	}

	.col-lg-8 {
		width: 66.66667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.33333%;
	}

	.col-lg-11 {
		width: 91.66667%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.33333%;
	}

	.col-lg-pull-2 {
		right: 16.66667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.33333%;
	}

	.col-lg-pull-5 {
		right: 41.66667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.33333%;
	}

	.col-lg-pull-8 {
		right: 66.66667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.33333%;
	}

	.col-lg-pull-11 {
		right: 91.66667%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.33333%;
	}

	.col-lg-push-2 {
		left: 16.66667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.33333%;
	}

	.col-lg-push-5 {
		left: 41.66667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.33333%;
	}

	.col-lg-push-8 {
		left: 66.66667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.33333%;
	}

	.col-lg-push-11 {
		left: 91.66667%;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="search"],
input[type="submit"],
button {
	-webkit-appearance: none;
	border: none;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 0;
	outline-offset: 0;
}

output {
	display: block;
	padding-top: 1.5rem;
	font-size: 1rem;
	line-height: 1.4;
	color: #708198;
}

.form-control {
	display: block;
	width: 100%;
	padding: 7px;
	font-size: 16px;
	line-height: 25px;
	height: auto;
	color: #163141;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cad9e3;
	box-shadow: 0 0 0 0;
	border-radius: 6px;
	-webkit-transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out;
	transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out;
}
.form-control:focus {
	outline: 0;
	background-color: #fff;
	box-shadow: 0 0 0 0;
}
.form-control::-moz-placeholder {
	color: #a1b6c3;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #a1b6c3;
}
.form-control::-webkit-input-placeholder {
	color: #a1b6c3;
}
.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #ffffff;
	opacity: 1;
	border-bottom: 0;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}
.form-home-add {
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 0px 0 10px 0;
}
.form-home-add a {
	color: #0687d9 !important;
}
.form-home-warning a {
	display: block;
	background: #637788;
	padding: 6px;
	border-radius: 6px;
	color: #fff;
	text-align: center;
}
.panel-body-login {
	padding: 15px 15px 0px 15px !important;
}
textarea.form-control {
	height: auto;
}

button {
	margin-top: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 2rem;
	}
	input[type="date"].input-sm,
	.input-group-sm > input[type="date"].form-control,
	.input-group-sm > input[type="date"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="date"].btn,
	.input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm > input[type="time"].form-control,
	.input-group-sm > input[type="time"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="time"].btn,
	.input-group-sm input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm > input[type="datetime-local"].form-control,
	.input-group-sm > input[type="datetime-local"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-sm input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm > input[type="month"].form-control,
	.input-group-sm > input[type="month"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="month"].btn,
	.input-group-sm input[type="month"] {
		line-height: 2rem;
	}
	input[type="date"].input-lg,
	.input-group-lg > input[type="date"].form-control,
	.input-group-lg > input[type="date"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="date"].btn,
	.input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg > input[type="time"].form-control,
	.input-group-lg > input[type="time"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="time"].btn,
	.input-group-lg input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg > input[type="datetime-local"].form-control,
	.input-group-lg > input[type="datetime-local"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-lg input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg > input[type="month"].form-control,
	.input-group-lg > input[type="month"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="month"].btn,
	.input-group-lg input[type="month"] {
		line-height: 3rem;
	}
}
.form-group {
	margin-bottom: 1rem;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,
.checkbox label {
	min-height: 19px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	margin-bottom: 0;
	min-height: 33px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 2rem;
	padding: 0.25rem 0.75rem;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 0.25rem;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
	height: 2rem;
	line-height: 2rem;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
	height: auto;
}

.form-group-sm .form-control {
	height: 2rem;
	padding: 0.25rem 0.75rem;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 0.25rem;
}
.form-group-sm select.form-control {
	height: 2rem;
	line-height: 2rem;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 2rem;
	min-height: 32px;
	padding: 1.25rem 0.75rem;
	font-size: 13px;
	line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 3rem;
	padding: 0.75rem 1.5rem;
	font-size: 16px;
	line-height: 1.33333;
	border-radius: 0.25rem;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
	height: 3rem;
	line-height: 3rem;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
	height: auto;
}

.form-group-lg .form-control {
	height: 3rem;
	padding: 0.75rem 1.5rem;
	font-size: 16px;
	line-height: 1.33333;
	border-radius: 0.25rem;
}
.form-group-lg select.form-control {
	height: 3rem;
	line-height: 3rem;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 3rem;
	min-height: 35px;
	padding: 1.75rem 1.5rem;
	font-size: 16px;
	line-height: 1.33333;
}

.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 2.5rem;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #19d9b4;
}
.has-success .form-control {
	background-color: rgba(49, 193, 165, 0.35);
}
.has-success .form-control:focus {
	box-shadow: 0 2px 5px rgba(36, 42, 50, 0.05), 0 3px 8px rgba(25, 217, 180, 0.05);
}
.has-success .input-group-addon {
	color: #19d9b4;
	border-color: #19d9b4;
	background-color: rgba(49, 193, 165, 0.35);
}
.has-success .form-control-feedback {
	color: #19d9b4;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #fe60a1;
}
.has-warning .form-control {
	background-color: rgba(238, 112, 164, 0.35);
}
.has-warning .form-control:focus {
	box-shadow: 0 2px 5px rgba(36, 42, 50, 0.05), 0 3px 8px rgba(254, 96, 161, 0.05);
}
.has-warning .input-group-addon {
	color: #fe60a1;
	border-color: #fe60a1;
	background-color: rgba(238, 112, 164, 0.35);
}
.has-warning .form-control-feedback {
	color: #fe60a1;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #fe60a1;
}
.has-error .form-control {
	background-color: rgba(238, 112, 164, 0.35);
}
.has-error .form-control:focus {
	box-shadow: 0 2px 5px rgba(36, 42, 50, 0.05), 0 3px 8px rgba(254, 96, 161, 0.05);
}
.has-error .input-group-addon {
	color: #fe60a1;
	border-color: #fe60a1;
	background-color: rgba(238, 112, 164, 0.35);
}
.has-error .form-control-feedback {
	color: #fe60a1;
}

.has-feedback label ~ .form-control-feedback {
	top: 24px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #bac3ce;
}

@media (min-width: 740px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1.5rem;
}
.form-horizontal .form-group {
	margin-left: -1rem;
	margin-right: -1rem;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table;
}
.form-horizontal .form-group:after {
	clear: both;
}
@media (min-width: 740px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 1.5rem;
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 1rem;
}
@media (min-width: 740px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 1.75rem;
		font-size: 16px;
	}
}
@media (min-width: 740px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 1.25rem;
		font-size: 13px;
	}
}

/* Bootstrap Buttons */
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	line-height: 1.4;
	border-radius: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
	outline: 0;
	outline-offset: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
	background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #0087d9;
	border-color: #0087d9;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #fff !important;
	background-color: #037cc5;
	border-color: #037cc5;
}
.btn-primary:hover {
	color: #fff !important;
	background-color: #037cc5;
	border-color: #037cc5;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
	color: #fff !important;
	background-color: #037cc5;
	border-color: #037cc5;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #037cc5;
	border-color: #037cc5;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
	background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #0087d9;
	border-color: #6771ff;
}
.btn-primary .badge {
	color: #0087d9;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #19d9b4;
	border-color: #16c2a1;
}
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #14ab8e;
	border-color: #095042;
}
.btn-success:hover {
	color: #fff;
	background-color: #14ab8e;
	border-color: #108b74;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #14ab8e;
	border-color: #108b74;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #108b74;
	border-color: #095042;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #19d9b4;
	border-color: #16c2a1;
}
.btn-success .badge {
	color: #19d9b4;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #84ce65;
	border-color: #75c852;
}
.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #65c23e;
	border-color: #3d7525;
}
.btn-info:hover {
	color: #fff;
	background-color: #65c23e;
	border-color: #57a735;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #65c23e;
	border-color: #57a735;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #57a735;
	border-color: #3d7525;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
	background-color: #84ce65;
	border-color: #75c852;
}
.btn-info .badge {
	color: #84ce65;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #ff8765;
	border-color: #ff734c;
}
.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ff5f32;
	border-color: #cb2d00;
}
.btn-warning:hover {
	color: #fff;
	background-color: #ff5f32;
	border-color: #ff430e;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ff5f32;
	border-color: #ff430e;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #ff430e;
	border-color: #cb2d00;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #ff8765;
	border-color: #ff734c;
}
.btn-warning .badge {
	color: #ff8765;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #fe60a1;
	border-color: #fe4792;
}
.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #fe2d83;
	border-color: #c40151;
}
.btn-danger:hover {
	color: #fff;
	background-color: #fe2d83;
	border-color: #fd0a6e;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #fe2d83;
	border-color: #fd0a6e;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #fd0a6e;
	border-color: #c40151;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #fe60a1;
	border-color: #fe4792;
}
.btn-danger .badge {
	color: #fe60a1;
	background-color: #fff;
}
.login-belum-daftar {
	font-size: 20px;
}
.login-belum-daftar a {
	font-size: 24px;
	color: #ffd800 !important;
}
.login-belum-daftar a::after {
	content: "";
	height: 15px;
	width: 20px;
	background: url(../images/arrow-link.svg) bottom no-repeat;
	background-size: contain;
	position: absolute;
	margin-top: 11px;
}
.btn-link {
	color: #0087d9;
	font-weight: normal;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	color: #3442ff;
	text-decoration: none;
	background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #8e9bae;
	text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
	line-height: 1.33333;
	border-radius: 50rem;
}
.btn-lg {
	line-height: 1.2em;
	border-radius: 10px;
	font-size: 16px !important;
	padding: 15px !important;
	margin: 5px;
	transition: box-shadow 0.35s ease-out;
}
.btn-lg:hover {
	box-shadow: 1px 2px 12px 0 rgb(0 0 0 / 10%), 0.5px 1px 4px 0 rgb(0 0 0 / 6%) !important;
}
.btn-sm,
.btn-group-sm > .btn {
	line-height: 1.75;
	border-radius: 50rem;
}

.btn-xs,
.btn-group-xs > .btn {
	line-height: 1.5;
	border-radius: 50rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	/*opacity: 1;*/
}

.collapse {
	display: none;
}
.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0.75rem 0;
	margin: 2px 0 0;
	list-style: none;
	text-align: left;
	background-color: #fff;
	border-radius: 0.5rem;
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 8.5px 0;
	overflow: hidden;
	background-color: #d8dde3;
}
.dropdown-menu > li > a {
	display: block;
	padding: 0.5rem 1.5rem;
	clear: both;
	font-weight: normal;
	line-height: 1.4;
	color: #708198;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #708198;
	background-color: #f6f7f8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #0087d9;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #8e9bae;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}

.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	font-size: 13px;
	line-height: 1.4;
	color: #8e9bae;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width: 740px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
	content: " ";
	display: table;
}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
	content: " ";
	display: table;
}
.btn-group-vertical > .btn-group:after {
	clear: both;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 50rem;
	border-top-left-radius: 50rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 50rem;
	border-bottom-left-radius: 50rem;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group .form-control:focus {
	z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 0.5rem 1rem;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	color: #708198;
	text-align: center;
	background-color: #f6f7f8;
	border: 0;
	border-radius: 0.25rem;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding: 0.25rem 0.75rem;
	font-size: 13px;
	border-radius: 0.25rem;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
	padding: 0.75rem 1.5rem;
	font-size: 16px;
	border-radius: 0.25rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .btn {
	margin-top: 0;
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
	z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav:before,
.nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
}
.nav > li.disabled > a {
	color: #8e9bae;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #8e9bae;
	text-decoration: none;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	border-color: #ff00;
}
.nav .nav-divider {
	height: 1px;
	margin: 8.5px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.4;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	cursor: default;
}

.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 0.5rem;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
}

.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 740px) {
	.nav-justified > li,
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a,
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
}

.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.nav-tabs > li > a {
	border-radius: 10px 10px 0 0;
}
/* Bootsrap Navbar */
.navbar {
	position: absolute;
	min-height: 80px;
}
.navbar:before,
.navbar:after {
	content: " ";
	display: table;
}
.navbar:after {
	clear: both;
}

.navbar-fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
}

.navbar-brand {
	float: left;
	padding: 20.5px 1rem;
	font-size: 16px;
	line-height: 19px;
	height: 80px;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
@media (min-width: 740px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -1rem;
	}
}

@media (min-width: 740px) {
	.navbar-nav {
		margin: 10.25px -1rem;
	}
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 19px;
}
@media (max-width: 739px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 19px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}
@media (min-width: 740px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 30.5px;
		padding-bottom: 30.5px;
	}
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
}

@media (min-width: 740px) {
	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
		margin-right: -1rem;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}
.navbar-default {
	background-color: #fff;
	border: 0;
}
.navbar-default .navbar-brand {
	color: #0087d9;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #0087d9;
}
.navbar-default .navbar-text {
	color: #414c5a;
}
.navbar-default .navbar-nav > li > a {
	color: #2d4a5b;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #2d4a5b;
}
.navbar-default .navbar-nav > li > a > span,
.navbar-default .navbar-nav > li > a > span {
	background-color: rgb(0, 0, 0, 0);
	display: block;
	padding: 8px;
	margin: -8px;
	border-radius: 8px;
}
.navbar-default .navbar-nav > li > a:hover > span,
.navbar-default .navbar-nav > li > a:focus > span {
	background-color: rgb(0, 0, 0, 0.05);
	display: block;
	padding: 8px;
	margin: -8px;
	border-radius: 8px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #ffdb00;
}
/* navigasi */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #f6f7f8;
}
.navbar-default .navbar-link {
	color: #414c5a;
}
.navbar-default .navbar-link:hover {
	color: #0087d9;
}
.navbar-default .btn-link {
	color: #414c5a;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #0087d9;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #f6f7f8;
}

.navbar-inverse {
	background-color: #414c5a;
}
.navbar-inverse .navbar-brand {
	color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
}
.navbar-inverse .navbar-text {
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #323a45;
}
.navbar-inverse .navbar-link {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 19px 0;
	border-radius: 0.5rem;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 0.5rem 1rem;
	line-height: 1.4;
	text-decoration: none;
	color: #0087d9;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0.5rem;
	border-top-left-radius: 0.5rem;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	z-index: 2;
	color: #3442ff;
	background-color: #f6f7f8;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #0087d9;
	border-color: #0087d9;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #8e9bae;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 0.75rem 1.5rem;
	font-size: 16px;
	line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 1.25rem;
	border-top-left-radius: 1.25rem;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 0.25rem 0.75rem;
	font-size: 13px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.pager {
	padding-left: 0;
	margin: 19px 0;
	list-style: none;
	text-align: center;
}
.pager:before,
.pager:after {
	content: " ";
	display: table;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #f6f7f8;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #8e9bae;
	background-color: #fff;
	cursor: not-allowed;
}

.tooltip {
	position: absolute;
	z-index: 11;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.4;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 13px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.5rem;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.4;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 1.25rem;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 0.25rem 0.25rem 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}
.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 739px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table !important;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 739px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 739px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 739px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 740px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table !important;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 740px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 740px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 740px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1366px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table !important;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1366px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1366px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1366px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1367px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table !important;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1367px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1367px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1367px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 739px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 740px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1366px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1367px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table !important;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

@font-face {
	font-family: "Gotham";
	src: url("../fonts/gothambook-webfont.woff2") format("woff2"), url("../fonts/gothambook-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gotham-Medium";
	src: url("../fonts/gothammedium-webfont.woff2") format("woff2"), url("../fonts/gothammedium-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "GothamBold";
	src: url("../fonts/gotham-bold-webfont.woff2") format("woff2"), url("../fonts/gotham-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
  font-family: 'Gotham-Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Gotham-Medium'), url('../fonts/Gotham-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Gotham';
  src: local('Gotham'), url('../fonts/Gotham-Book.woff') format('woff');
}
@font-face {
  font-family: 'GothamBold';
  src: local('GothamBold'), url('../fonts/Gotham-Bold.woff') format('woff');
}
*/
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/* 3.3 :: Owl Carousel Autoheight */
.owl-height {
	transition: height 500ms ease-in-out;
}

/* 3.4 :: Owl Carousel Theme */
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	display: none;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #8e9bae;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	color: #0087d9;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 6rem;
	font-size: 0;
}
.owl-theme .owl-nav .owl-prev::after,
.owl-theme .owl-nav .owl-next::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 2rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.owl-theme .owl-nav .owl-prev {
	left: -2rem;
}
.owl-theme .owl-nav .owl-prev::after {
	content: "\f104";
}
.owl-theme .owl-nav .owl-next {
	right: -2rem;
}
.owl-theme .owl-nav .owl-next::after {
	content: "\f105";
}
@media (min-width: 740px) {
	.owl-theme .owl-nav {
		display: block;
	}
}
@media (min-width: 1250px) {
	.owl-theme .owl-nav .owl-prev {
		left: -3rem;
	}
	.owl-theme .owl-nav .owl-next {
		right: -3rem;
	}
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0.25rem 0.25rem;
	background: #8e9bae;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #0087d9;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eeeeee;
	border-radius: 0.1em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: 0.3em;
}
.fa.fa-pull-right {
	margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: 0.3em;
}
.fa.pull-right {
	margin-left: 0.3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}
.fa-won:before,
.fa-krw:before {
	content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-slack:before {
	content: "\f198";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-pied-piper-pp:before {
	content: "\f1a7";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-spoon:before {
	content: "\f1b1";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-file-pdf-o:before {
	content: "\f1c1";
}
.fa-file-word-o:before {
	content: "\f1c2";
}
.fa-file-excel-o:before {
	content: "\f1c3";
}
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}
.fa-file-code-o:before {
	content: "\f1c9";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}
.fa-history:before {
	content: "\f1da";
}
.fa-circle-thin:before {
	content: "\f1db";
}
.fa-header:before {
	content: "\f1dc";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-sliders:before {
	content: "\f1de";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-newspaper-o:before {
	content: "\f1ea";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bell-slash-o:before {
	content: "\f1f7";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-eyedropper:before {
	content: "\f1fb";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-area-chart:before {
	content: "\f1fe";
}
.fa-pie-chart:before {
	content: "\f200";
}
.fa-line-chart:before {
	content: "\f201";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bus:before {
	content: "\f207";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-cc:before {
	content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}
.fa-meanpath:before {
	content: "\f20c";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-diamond:before {
	content: "\f219";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-venus:before {
	content: "\f221";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-genderless:before {
	content: "\f22d";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-server:before {
	content: "\f233";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-train:before {
	content: "\f238";
}
.fa-subway:before {
	content: "\f239";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}
.fa-mouse-pointer:before {
	content: "\f245";
}
.fa-i-cursor:before {
	content: "\f246";
}
.fa-object-group:before {
	content: "\f247";
}
.fa-object-ungroup:before {
	content: "\f248";
}
.fa-sticky-note:before {
	content: "\f249";
}
.fa-sticky-note-o:before {
	content: "\f24a";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-clone:before {
	content: "\f24d";
}
.fa-balance-scale:before {
	content: "\f24e";
}
.fa-hourglass-o:before {
	content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}
.fa-hourglass:before {
	content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}
.fa-hand-scissors-o:before {
	content: "\f257";
}
.fa-hand-lizard-o:before {
	content: "\f258";
}
.fa-hand-spock-o:before {
	content: "\f259";
}
.fa-hand-pointer-o:before {
	content: "\f25a";
}
.fa-hand-peace-o:before {
	content: "\f25b";
}
.fa-trademark:before {
	content: "\f25c";
}
.fa-registered:before {
	content: "\f25d";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-tripadvisor:before {
	content: "\f262";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-safari:before {
	content: "\f267";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-calendar-plus-o:before {
	content: "\f271";
}
.fa-calendar-minus-o:before {
	content: "\f272";
}
.fa-calendar-times-o:before {
	content: "\f273";
}
.fa-calendar-check-o:before {
	content: "\f274";
}
.fa-industry:before {
	content: "\f275";
}
.fa-map-pin:before {
	content: "\f276";
}
.fa-map-signs:before {
	content: "\f277";
}
.fa-map-o:before {
	content: "\f278";
}
.fa-map:before {
	content: "\f279";
}
.fa-commenting:before {
	content: "\f27a";
}
.fa-commenting-o:before {
	content: "\f27b";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-vimeo:before {
	content: "\f27d";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-edge:before {
	content: "\f282";
}
.fa-credit-card-alt:before {
	content: "\f283";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-modx:before {
	content: "\f285";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-usb:before {
	content: "\f287";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-pause-circle:before {
	content: "\f28b";
}
.fa-pause-circle-o:before {
	content: "\f28c";
}
.fa-stop-circle:before {
	content: "\f28d";
}
.fa-stop-circle-o:before {
	content: "\f28e";
}
.fa-shopping-bag:before {
	content: "\f290";
}
.fa-shopping-basket:before {
	content: "\f291";
}
.fa-hashtag:before {
	content: "\f292";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-percent:before {
	content: "\f295";
}
.fa-gitlab:before {
	content: "\f296";
}
.fa-wpbeginner:before {
	content: "\f297";
}
.fa-wpforms:before {
	content: "\f298";
}
.fa-envira:before {
	content: "\f299";
}
.fa-universal-access:before {
	content: "\f29a";
}
.fa-wheelchair-alt:before {
	content: "\f29b";
}
.fa-question-circle-o:before {
	content: "\f29c";
}
.fa-blind:before {
	content: "\f29d";
}
.fa-audio-description:before {
	content: "\f29e";
}
.fa-volume-control-phone:before {
	content: "\f2a0";
}
.fa-braille:before {
	content: "\f2a1";
}
.fa-assistive-listening-systems:before {
	content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}
.fa-glide:before {
	content: "\f2a5";
}
.fa-glide-g:before {
	content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}
.fa-low-vision:before {
	content: "\f2a8";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.fa-viadeo-square:before {
	content: "\f2aa";
}
.fa-snapchat:before {
	content: "\f2ab";
}
.fa-snapchat-ghost:before {
	content: "\f2ac";
}
.fa-snapchat-square:before {
	content: "\f2ad";
}
.fa-pied-piper:before {
	content: "\f2ae";
}
.fa-first-order:before {
	content: "\f2b0";
}
.fa-yoast:before {
	content: "\f2b1";
}
.fa-themeisle:before {
	content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}
.fa-handshake-o:before {
	content: "\f2b5";
}
.fa-envelope-open:before {
	content: "\f2b6";
}
.fa-envelope-open-o:before {
	content: "\f2b7";
}
.fa-linode:before {
	content: "\f2b8";
}
.fa-address-book:before {
	content: "\f2b9";
}
.fa-address-book-o:before {
	content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc";
}
.fa-user-circle:before {
	content: "\f2bd";
}
.fa-user-circle-o:before {
	content: "\f2be";
}
.fa-user-o:before {
	content: "\f2c0";
}
.fa-id-badge:before {
	content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3";
}
.fa-quora:before {
	content: "\f2c4";
}
.fa-free-code-camp:before {
	content: "\f2c5";
}
.fa-telegram:before {
	content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb";
}
.fa-shower:before {
	content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd";
}
.fa-podcast:before {
	content: "\f2ce";
}
.fa-window-maximize:before {
	content: "\f2d0";
}
.fa-window-minimize:before {
	content: "\f2d1";
}
.fa-window-restore:before {
	content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4";
}
.fa-bandcamp:before {
	content: "\f2d5";
}
.fa-grav:before {
	content: "\f2d6";
}
.fa-etsy:before {
	content: "\f2d7";
}
.fa-imdb:before {
	content: "\f2d8";
}
.fa-ravelry:before {
	content: "\f2d9";
}
.fa-eercast:before {
	content: "\f2da";
}
.fa-microchip:before {
	content: "\f2db";
}
.fa-snowflake-o:before {
	content: "\f2dc";
}
.fa-superpowers:before {
	content: "\f2dd";
}
.fa-wpexplorer:before {
	content: "\f2de";
}
.fa-meetup:before {
	content: "\f2e0";
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.icon-product {
	clear: both;
	width: 50px;
	float: left;
	margin: auto;
}
.name-product {
	height: 50px;
	text-align: left;
	display: table-cell;
	padding: 5px;
	margin: 0;
	vertical-align: middle;
}
.list-product {
	padding: 15px;
	border-radius: 10px;
	font-size: 0.9rem;
	font-weight: bold;
	cursor: pointer;
	transition: box-shadow 0.35s ease-out;
}
.list-product:hover {
	box-shadow: 1px 2px 12px 0 rgb(0 0 0 / 12%), 0.5px 1px 4px 0 rgb(0 0 0 / 8%);
}
.icon-product-1 {
	background: url("../images/product-icon-1.svg");
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	background-size: cover;
	/* position: absolute; */
	display: inline-block;
	margin: 0 5px;
}
.icon-product-2 {
	background: url("../images/product-icon-2.svg");
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	background-size: cover;
	/* position: absolute; */
	display: inline-block;
	margin: 0 5px;
}
.icon-product-3 {
	background: url("../images/product-icon-3.svg");
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	background-size: cover;
	/* position: absolute; */
	display: inline-block;
	margin: 0 5px;
}
.icon-product-4 {
	background: url("../images/product-icon-4.svg");
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	background-size: cover;
	/* position: absolute; */
	display: inline-block;
	margin: 0 5px;
}
.icon-product-5 {
	background: url("../images/product-icon-5.svg");
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	background-size: cover;
	/* position: absolute; */
	display: inline-block;
	margin: 0 5px;
}
.icon-product-6 {
	background: url("../images/product-icon-6.svg");
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	background-size: cover;
	/* position: absolute; */
	display: inline-block;
	margin: 0 5px;
}
.icon-product-7 {
	background: url("../images/product-icon-7.svg");
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	background-size: cover;
	/* position: absolute; */
	display: inline-block;
	margin: 0 5px;
}
.icon-product-8 {
	background: url("../images/product-icon-8.svg");
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	background-size: cover;
	/* position: absolute; */
	display: inline-block;
	margin: 0 5px;
}
/*
* Simple Line Icons
* Homepage: http://simplelineicons.com
* Author: Sabbir Ahmed
* Author URL: https://github.com/thesabbir
* License - MIT License
*/
/* 4 :: SIMPLE LINE ICONS */
@font-face {
	font-family: "simple-line-icons";
	src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0");
	src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("../fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("../fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
	display: inline-block;
	font-family: "simple-line-icons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
	content: "\e005";
}

.icon-people:before {
	content: "\e001";
}

.icon-user-female:before {
	content: "\e000";
}

.icon-user-follow:before {
	content: "\e002";
}

.icon-user-following:before {
	content: "\e003";
}

.icon-user-unfollow:before {
	content: "\e004";
}

.icon-login:before {
	content: "\e066";
}

.icon-logout:before {
	content: "\e065";
}

.icon-emotsmile:before {
	content: "\e021";
}

.icon-phone:before {
	content: "\e600";
}

.icon-call-end:before {
	content: "\e048";
}

.icon-call-in:before {
	content: "\e047";
}

.icon-call-out:before {
	content: "\e046";
}

.icon-map:before {
	content: "\e033";
}

.icon-location-pin:before {
	content: "\e096";
}

.icon-direction:before {
	content: "\e042";
}

.icon-directions:before {
	content: "\e041";
}

.icon-compass:before {
	content: "\e045";
}

.icon-layers:before {
	content: "\e034";
}

.icon-menu:before {
	content: "\e601";
}

.icon-list:before {
	content: "\e067";
}

.icon-options-vertical:before {
	content: "\e602";
}

.icon-options:before {
	content: "\e603";
}

.icon-arrow-down:before {
	content: "\e604";
}

.icon-arrow-left:before {
	content: "\e605";
}

.icon-arrow-right:before {
	content: "\e606";
}

.icon-arrow-up:before {
	content: "\e607";
}

.icon-arrow-up-circle:before {
	content: "\e078";
}

.icon-arrow-left-circle:before {
	content: "\e07a";
}

.icon-arrow-right-circle:before {
	content: "\e079";
}

.icon-arrow-down-circle:before {
	content: "\e07b";
}

.icon-check:before {
	content: "\e080";
}

.icon-clock:before {
	content: "\e081";
}

.icon-plus:before {
	content: "\e095";
}

.icon-minus:before {
	content: "\e615";
}

.icon-close:before {
	content: "\e082";
}

.icon-event:before {
	content: "\e619";
}

.icon-exclamation:before {
	content: "\e617";
}

.icon-organization:before {
	content: "\e616";
}

.icon-trophy:before {
	content: "\e006";
}

.icon-screen-smartphone:before {
	content: "\e010";
}

.icon-screen-desktop:before {
	content: "\e011";
}

.icon-plane:before {
	content: "\e012";
}

.icon-notebook:before {
	content: "\e013";
}

.icon-mustache:before {
	content: "\e014";
}

.icon-mouse:before {
	content: "\e015";
}

.icon-magnet:before {
	content: "\e016";
}

.icon-energy:before {
	content: "\e020";
}

.icon-disc:before {
	content: "\e022";
}

.icon-cursor:before {
	content: "\e06e";
}

.icon-cursor-move:before {
	content: "\e023";
}

.icon-crop:before {
	content: "\e024";
}

.icon-chemistry:before {
	content: "\e026";
}

.icon-speedometer:before {
	content: "\e007";
}

.icon-shield:before {
	content: "\e00e";
}

.icon-screen-tablet:before {
	content: "\e00f";
}

.icon-magic-wand:before {
	content: "\e017";
}

.icon-hourglass:before {
	content: "\e018";
}

.icon-graduation:before {
	content: "\e019";
}

.icon-ghost:before {
	content: "\e01a";
}

.icon-game-controller:before {
	content: "\e01b";
}

.icon-fire:before {
	content: "\e01c";
}

.icon-eyeglass:before {
	content: "\e01d";
}

.icon-envelope-open:before {
	content: "\e01e";
}

.icon-envelope-letter:before {
	content: "\e01f";
}

.icon-bell:before {
	content: "\e027";
}

.icon-badge:before {
	content: "\e028";
}

.icon-anchor:before {
	content: "\e029";
}

.icon-wallet:before {
	content: "\e02a";
}

.icon-vector:before {
	content: "\e02b";
}

.icon-speech:before {
	content: "\e02c";
}

.icon-puzzle:before {
	content: "\e02d";
}

.icon-printer:before {
	content: "\e02e";
}

.icon-present:before {
	content: "\e02f";
}

.icon-playlist:before {
	content: "\e030";
}

.icon-pin:before {
	content: "\e031";
}

.icon-picture:before {
	content: "\e032";
}

.icon-handbag:before {
	content: "\e035";
}

.icon-globe-alt:before {
	content: "\e036";
}

.icon-globe:before {
	content: "\e037";
}

.icon-folder-alt:before {
	content: "\e039";
}

.icon-folder:before {
	content: "\e089";
}

.icon-film:before {
	content: "\e03a";
}

.icon-feed:before {
	content: "\e03b";
}

.icon-drop:before {
	content: "\e03e";
}

.icon-drawer:before {
	content: "\e03f";
}

.icon-docs:before {
	content: "\e040";
}

.icon-doc:before {
	content: "\e085";
}

.icon-diamond:before {
	content: "\e043";
}

.icon-cup:before {
	content: "\e044";
}

.icon-calculator:before {
	content: "\e049";
}

.icon-bubbles:before {
	content: "\e04a";
}

.icon-briefcase:before {
	content: "\e04b";
}

.icon-book-open:before {
	content: "\e04c";
}

.icon-basket-loaded:before {
	content: "\e04d";
}

.icon-basket:before {
	content: "\e04e";
}

.icon-bag:before {
	content: "\e04f";
}

.icon-action-undo:before {
	content: "\e050";
}

.icon-action-redo:before {
	content: "\e051";
}

.icon-wrench:before {
	content: "\e052";
}

.icon-umbrella:before {
	content: "\e053";
}

.icon-trash:before {
	content: "\e054";
}

.icon-tag:before {
	content: "\e055";
}

.icon-support:before {
	content: "\e056";
}

.icon-frame:before {
	content: "\e038";
}

.icon-size-fullscreen:before {
	content: "\e057";
}

.icon-size-actual:before {
	content: "\e058";
}

.icon-shuffle:before {
	content: "\e059";
}

.icon-share-alt:before {
	content: "\e05a";
}

.icon-share:before {
	content: "\e05b";
}

.icon-rocket:before {
	content: "\e05c";
}

.icon-question:before {
	content: "\e05d";
}

.icon-pie-chart:before {
	content: "\e05e";
}

.icon-pencil:before {
	content: "\e05f";
}

.icon-note:before {
	content: "\e060";
}

.icon-loop:before {
	content: "\e064";
}

.icon-home:before {
	content: "\e069";
}

.icon-grid:before {
	content: "\e06a";
}

.icon-graph:before {
	content: "\e06b";
}

.icon-microphone:before {
	content: "\e063";
}

.icon-music-tone-alt:before {
	content: "\e061";
}

.icon-music-tone:before {
	content: "\e062";
}

.icon-earphones-alt:before {
	content: "\e03c";
}

.icon-earphones:before {
	content: "\e03d";
}

.icon-equalizer:before {
	content: "\e06c";
}

.icon-like:before {
	content: "\e068";
}

.icon-dislike:before {
	content: "\e06d";
}

.icon-control-start:before {
	content: "\e06f";
}

.icon-control-rewind:before {
	content: "\e070";
}

.icon-control-play:before {
	content: "\e071";
}

.icon-control-pause:before {
	content: "\e072";
}

.icon-control-forward:before {
	content: "\e073";
}

.icon-control-end:before {
	content: "\e074";
}

.icon-volume-1:before {
	content: "\e09f";
}

.icon-volume-2:before {
	content: "\e0a0";
}

.icon-volume-off:before {
	content: "\e0a1";
}

.icon-calendar:before {
	content: "\e075";
}

.icon-bulb:before {
	content: "\e076";
}

.icon-chart:before {
	content: "\e077";
}

.icon-ban:before {
	content: "\e07c";
}

.icon-bubble:before {
	content: "\e07d";
}

.icon-camrecorder:before {
	content: "\e07e";
}

.icon-camera:before {
	content: "\e07f";
}

.icon-cloud-download:before {
	content: "\e083";
}

.icon-cloud-upload:before {
	content: "\e084";
}

.icon-envelope:before {
	content: "\e086";
}

.icon-eye:before {
	content: "\e087";
}

.icon-flag:before {
	content: "\e088";
}

.icon-heart:before {
	content: "\e08a";
}

.icon-info:before {
	content: "\e08b";
}

.icon-key:before {
	content: "\e08c";
}

.icon-link:before {
	content: "\e08d";
}

.icon-lock:before {
	content: "\e08e";
}

.icon-lock-open:before {
	content: "\e08f";
}

.icon-magnifier:before {
	content: "\e090";
}

.icon-magnifier-add:before {
	content: "\e091";
}

.icon-magnifier-remove:before {
	content: "\e092";
}

.icon-paper-clip:before {
	content: "\e093";
}

.icon-paper-plane:before {
	content: "\e094";
}

.icon-power:before {
	content: "\e097";
}

.icon-refresh:before {
	content: "\e098";
}

.icon-reload:before {
	content: "\e099";
}

.icon-settings:before {
	content: "\e09a";
}

.icon-star:before {
	content: "\e09b";
}

.icon-symbol-female:before {
	content: "\e09c";
}

.icon-symbol-male:before {
	content: "\e09d";
}

.icon-target:before {
	content: "\e09e";
}

.icon-credit-card:before {
	content: "\e025";
}

.icon-paypal:before {
	content: "\e608";
}

.icon-social-tumblr:before {
	content: "\e00a";
}

.icon-social-twitter:before {
	content: "\e009";
}

.icon-social-facebook:before {
	content: "\e00b";
}

.icon-social-instagram:before {
	content: "\e609";
}

.icon-social-linkedin:before {
	content: "\e60a";
}

.icon-social-pinterest:before {
	content: "\e60b";
}

.icon-social-github:before {
	content: "\e60c";
}

.icon-social-google:before {
	content: "\e60d";
}

.icon-social-reddit:before {
	content: "\e60e";
}

.icon-social-skype:before {
	content: "\e60f";
}

.icon-social-dribbble:before {
	content: "\e00d";
}

.icon-social-behance:before {
	content: "\e610";
}

.icon-social-foursqare:before {
	content: "\e611";
}

.icon-social-soundcloud:before {
	content: "\e612";
}

.icon-social-spotify:before {
	content: "\e613";
}

.icon-social-stumbleupon:before {
	content: "\e614";
}

.icon-social-youtube:before {
	content: "\e008";
}

.icon-social-dropbox:before {
	content: "\e00c";
}

.icon-social-vkontakte:before {
	content: "\e618";
}

.icon-social-steam:before {
	content: "\e620";
}

/* 6.1 :: ANIMATIONS */
@-webkit-keyframes fade_in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade_in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fade_out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fade_out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes fade_in_up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}
@keyframes fade_in_up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}
@-webkit-keyframes fade_in_up_big {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}
@keyframes fade_in_up_big {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}
@-webkit-keyframes fade_in_left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
@keyframes fade_in_left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
@-webkit-keyframes fade_in_right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
@keyframes fade_in_right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
.animate {
	-webkit-animation-duration: 1250ms;
	animation-duration: 1250ms;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate-fast {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.fade-in {
	-webkit-animation-name: fade_in;
	animation-name: fade_in;
}

.fade-out {
	-webkit-animation-name: fade_out;
	animation-name: fade_out;
}

.fade-in-up {
	-webkit-animation-name: fade_in_up;
	animation-name: fade_in_up;
}

.fade-in-up-big {
	-webkit-animation-name: fade_in_up_big;
	animation-name: fade_in_up_big;
}

.fade-out-down {
	-webkit-animation-name: fade_out_down;
	animation-name: fade_out_down;
}

.fade-in-left {
	-webkit-animation-name: fade_in_left;
	animation-name: fade_in_left;
}

.fade-in-right {
	-webkit-animation-name: fade_in_right;
	animation-name: fade_in_right;
}

@-webkit-keyframes animate_gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes animate_gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/* 7 :: COLOR PALETTE */
body {
	color: #082536;
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #163141;
	font-family: Gotham;
}
.welcome {
	color: #fff;
	font-size: 45px;
	font-weight: 100;
	margin-bottom: 0px;
}
.title-login {
	font-size: 50px;
	color: #acd4f8;
	margin: 0;
}
.section-heading .paragraph,
.lead {
	color: #59687c;
}

a,
a .heading {
	-webkit-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

a:hover,
.btn:hover {
	color: #016daf;
}

.price {
	color: #0087d9;
}

.ui-pricing-card .card-header .sub-heading {
	color: #8e9bae;
}

/* 7.1 :: Flat Colors */
.text-indigo,
.ui-icon-blocks .icon.text-indigo,
.ui-card .card-header .heading.text-indigo {
	color: #0087d9;
}

.bg-indigo,
.ui-card.bg-indigo {
	color: rgba(255, 255, 255, 0.85);
	background-color: #0087d9;
}
.bg-indigo .heading,
.bg-indigo .sub-heading,
.bg-indigo .ui-icon-block .icon,
.bg-indigo a,
.bg-indigo .price,
.ui-card.bg-indigo .heading,
.ui-card.bg-indigo .sub-heading,
.ui-card.bg-indigo .ui-icon-block .icon,
.ui-card.bg-indigo a,
.ui-card.bg-indigo .price {
	color: #fff;
}
.bg-indigo .section-heading .paragraph,
.bg-indigo .lead,
.ui-card.bg-indigo .section-heading .paragraph,
.ui-card.bg-indigo .lead {
	color: #fff;
}
.bg-indigo .ui-card,
.ui-card.bg-indigo .ui-card {
	color: #8e9bae;
}
.bg-indigo .ui-card .heading,
.bg-indigo .ui-card .sub-heading,
.ui-card.bg-indigo .ui-card .heading,
.ui-card.bg-indigo .ui-card .sub-heading {
	color: #414c5a;
}
.bg-indigo .ui-card .ui-icon-block .icon,
.ui-card.bg-indigo .ui-card .ui-icon-block .icon {
	color: #0087d9;
}

.text-primary,
.ui-icon-blocks .icon.text-primary,
.ui-card .card-header .heading.text-primary {
	color: #0087d9;
}

.bg-primary,
.ui-card.bg-primary {
	color: rgba(255, 255, 255, 0.85);
	background-color: #0087d9;
}
.bg-primary .heading,
.bg-primary .sub-heading,
.bg-primary .ui-icon-block .icon,
.bg-primary a,
.bg-primary .price,
.ui-card.bg-primary .heading,
.ui-card.bg-primary .sub-heading,
.ui-card.bg-primary .ui-icon-block .icon,
.ui-card.bg-primary a,
.ui-card.bg-primary .price {
	color: #fff;
}
.bg-primary .section-heading .paragraph,
.bg-primary .lead,
.ui-card.bg-primary .section-heading .paragraph,
.ui-card.bg-primary .lead {
	color: #fff;
}
.bg-primary .ui-card,
.ui-card.bg-primary .ui-card {
	color: #8e9bae;
}
.bg-primary .ui-card .heading,
.bg-primary .ui-card .sub-heading,
.ui-card.bg-primary .ui-card .heading,
.ui-card.bg-primary .ui-card .sub-heading {
	color: #414c5a;
}
.bg-primary .ui-card .ui-icon-block .icon,
.ui-card.bg-primary .ui-card .ui-icon-block .icon {
	color: #0087d9;
}

.text-blue,
.ui-icon-blocks .icon.text-blue,
.ui-card .card-header .heading.text-blue {
	color: #54ceff;
}

.bg-blue,
.ui-card.bg-blue {
	color: rgba(255, 255, 255, 0.85);
	background-color: #54ceff;
}
.bg-blue .heading,
.bg-blue .sub-heading,
.bg-blue .ui-icon-block .icon,
.bg-blue a,
.bg-blue .price,
.ui-card.bg-blue .heading,
.ui-card.bg-blue .sub-heading,
.ui-card.bg-blue .ui-icon-block .icon,
.ui-card.bg-blue a,
.ui-card.bg-blue .price {
	color: #fff;
}
.bg-blue .section-heading .paragraph,
.bg-blue .lead,
.ui-card.bg-blue .section-heading .paragraph,
.ui-card.bg-blue .lead {
	color: #fff;
}
.bg-blue .ui-card,
.ui-card.bg-blue .ui-card {
	color: #8e9bae;
}
.bg-blue .ui-card .heading,
.bg-blue .ui-card .sub-heading,
.ui-card.bg-blue .ui-card .heading,
.ui-card.bg-blue .ui-card .sub-heading {
	color: #414c5a;
}
.bg-blue .ui-card .ui-icon-block .icon,
.ui-card.bg-blue .ui-card .ui-icon-block .icon {
	color: #0087d9;
}

.text-purple,
.ui-icon-blocks .icon.text-purple,
.ui-card .card-header .heading.text-purple {
	color: #c961f7;
}

.bg-purple,
.ui-card.bg-purple {
	color: rgba(255, 255, 255, 0.85);
	background-color: #c961f7;
}
.bg-purple .heading,
.bg-purple .sub-heading,
.bg-purple .ui-icon-block .icon,
.bg-purple a,
.bg-purple .price,
.ui-card.bg-purple .heading,
.ui-card.bg-purple .sub-heading,
.ui-card.bg-purple .ui-icon-block .icon,
.ui-card.bg-purple a,
.ui-card.bg-purple .price {
	color: #fff;
}
.bg-purple .section-heading .paragraph,
.bg-purple .lead,
.ui-card.bg-purple .section-heading .paragraph,
.ui-card.bg-purple .lead {
	color: #fff;
}
.bg-purple .ui-card,
.ui-card.bg-purple .ui-card {
	color: #8e9bae;
}
.bg-purple .ui-card .heading,
.bg-purple .ui-card .sub-heading,
.ui-card.bg-purple .ui-card .heading,
.ui-card.bg-purple .ui-card .sub-heading {
	color: #414c5a;
}
.bg-purple .ui-card .ui-icon-block .icon,
.ui-card.bg-purple .ui-card .ui-icon-block .icon {
	color: #0087d9;
}

.text-pink,
.ui-icon-blocks .icon.text-pink,
.ui-card .card-header .heading.text-pink {
	color: #fd81b5;
}

.bg-pink,
.ui-card.bg-pink {
	color: rgba(255, 255, 255, 0.85);
	background-color: #fd81b5;
}
.bg-pink .heading,
.bg-pink .sub-heading,
.bg-pink .ui-icon-block .icon,
.bg-pink a,
.bg-pink .price,
.ui-card.bg-pink .heading,
.ui-card.bg-pink .sub-heading,
.ui-card.bg-pink .ui-icon-block .icon,
.ui-card.bg-pink a,
.ui-card.bg-pink .price {
	color: #fff;
}
.bg-pink .section-heading .paragraph,
.bg-pink .lead,
.ui-card.bg-pink .section-heading .paragraph,
.ui-card.bg-pink .lead {
	color: #fff;
}
.bg-pink .ui-card,
.ui-card.bg-pink .ui-card {
	color: #8e9bae;
}
.bg-pink .ui-card .heading,
.bg-pink .ui-card .sub-heading,
.ui-card.bg-pink .ui-card .heading,
.ui-card.bg-pink .ui-card .sub-heading {
	color: #414c5a;
}
.bg-pink .ui-card .ui-icon-block .icon,
.ui-card.bg-pink .ui-card .ui-icon-block .icon {
	color: #0087d9;
}

.text-green,
.ui-icon-blocks .icon.text-green,
.ui-card .card-header .heading.text-green {
	color: #19d9b4;
}

.bg-green,
.ui-card.bg-green {
	color: rgba(255, 255, 255, 0.85);
	background-color: #19d9b4;
}
.bg-green .heading,
.bg-green .sub-heading,
.bg-green .ui-icon-block .icon,
.bg-green a,
.bg-green .price,
.ui-card.bg-green .heading,
.ui-card.bg-green .sub-heading,
.ui-card.bg-green .ui-icon-block .icon,
.ui-card.bg-green a,
.ui-card.bg-green .price {
	color: #fff;
}
.bg-green .section-heading .paragraph,
.bg-green .lead,
.ui-card.bg-green .section-heading .paragraph,
.ui-card.bg-green .lead {
	color: #fff;
}
.bg-green .ui-card,
.ui-card.bg-green .ui-card {
	color: #8e9bae;
}
.bg-green .ui-card .heading,
.bg-green .ui-card .sub-heading,
.ui-card.bg-green .ui-card .heading,
.ui-card.bg-green .ui-card .sub-heading {
	color: #414c5a;
}
.bg-green .ui-card .ui-icon-block .icon,
.ui-card.bg-green .ui-card .ui-icon-block .icon {
	color: #0087d9;
}

.text-lime,
.ui-icon-blocks .icon.text-lime,
.ui-card .card-header .heading.text-lime {
	color: #84ce65;
}

.bg-lime,
.ui-card.bg-lime {
	color: #fff;
	background-color: #84ce65;
}
.bg-lime .heading,
.bg-lime .sub-heading,
.bg-lime .ui-icon-block .icon,
.bg-lime a,
.bg-lime .price,
.ui-card.bg-lime .heading,
.ui-card.bg-lime .sub-heading,
.ui-card.bg-lime .ui-icon-block .icon,
.ui-card.bg-lime a,
.ui-card.bg-lime .price {
	color: #fff;
}
.bg-lime .section-heading .paragraph,
.bg-lime .lead,
.ui-card.bg-lime .section-heading .paragraph,
.ui-card.bg-lime .lead {
	color: #fff;
}
.bg-lime .ui-card,
.ui-card.bg-lime .ui-card {
	color: #8e9bae;
}
.bg-lime .ui-card .heading,
.bg-lime .ui-card .sub-heading,
.ui-card.bg-lime .ui-card .heading,
.ui-card.bg-lime .ui-card .sub-heading {
	color: #414c5a;
}
.bg-lime .ui-card .ui-icon-block .icon,
.ui-card.bg-lime .ui-card .ui-icon-block .icon {
	color: #0087d9;
}

.text-orange,
.ui-icon-blocks .icon.text-orange,
.ui-card .card-header .heading.text-orange {
	color: #ff8765;
}

.bg-orange,
.ui-card.bg-orange {
	color: rgba(255, 255, 255, 0.85);
	background-color: #ff8765;
}
.bg-orange .heading,
.bg-orange .sub-heading,
.bg-orange .ui-icon-block .icon,
.bg-orange a,
.bg-orange .price,
.ui-card.bg-orange .heading,
.ui-card.bg-orange .sub-heading,
.ui-card.bg-orange .ui-icon-block .icon,
.ui-card.bg-orange a,
.ui-card.bg-orange .price {
	color: #fff;
}
.bg-orange .section-heading .paragraph,
.bg-orange .lead,
.ui-card.bg-orange .section-heading .paragraph,
.ui-card.bg-orange .lead {
	color: #fff;
}
.bg-orange .ui-card,
.ui-card.bg-orange .ui-card {
	color: #8e9bae;
}
.bg-orange .ui-card .heading,
.bg-orange .ui-card .sub-heading,
.ui-card.bg-orange .ui-card .heading,
.ui-card.bg-orange .ui-card .sub-heading {
	color: #414c5a;
}
.bg-orange .ui-card .ui-icon-block .icon,
.ui-card.bg-orange .ui-card .ui-icon-block .icon {
	color: #0087d9;
}

.text-red,
.ui-icon-blocks .icon.text-red,
.ui-card .card-header .heading.text-red {
	color: #fe60a1;
}

.bg-red,
.ui-card.bg-red {
	color: rgba(255, 255, 255, 0.85);
	background-color: #fe60a1;
}
.bg-red .heading,
.bg-red .sub-heading,
.bg-red .ui-icon-block .icon,
.bg-red a,
.bg-red .price,
.ui-card.bg-red .heading,
.ui-card.bg-red .sub-heading,
.ui-card.bg-red .ui-icon-block .icon,
.ui-card.bg-red a,
.ui-card.bg-red .price {
	color: #fff;
}
.bg-red .section-heading .paragraph,
.bg-red .lead,
.ui-card.bg-red .section-heading .paragraph,
.ui-card.bg-red .lead {
	color: #fff;
}
.bg-red .ui-card,
.ui-card.bg-red .ui-card {
	color: #8e9bae;
}
.bg-red .ui-card .heading,
.bg-red .ui-card .sub-heading,
.ui-card.bg-red .ui-card .heading,
.ui-card.bg-red .ui-card .sub-heading {
	color: #414c5a;
}
.bg-red .ui-card .ui-icon-block .icon,
.ui-card.bg-red .ui-card .ui-icon-block .icon {
	color: #0087d9;
}

.text-gray,
.ui-icon-blocks .icon.text-gray,
.ui-card .card-header .heading.text-gray {
	color: #708198;
}

.bg-gray,
.ui-card.bg-gray {
	color: rgba(255, 255, 255, 0.85);
	background-color: #708198;
}
.bg-gray .heading,
.bg-gray .sub-heading,
.bg-gray .ui-icon-block .icon,
.bg-gray a,
.bg-gray .price,
.ui-card.bg-gray .heading,
.ui-card.bg-gray .sub-heading,
.ui-card.bg-gray .ui-icon-block .icon,
.ui-card.bg-gray a,
.ui-card.bg-gray .price {
	color: #fff;
}
.bg-gray .section-heading .paragraph,
.bg-gray .lead,
.ui-card.bg-gray .section-heading .paragraph,
.ui-card.bg-gray .lead {
	color: #fff;
}
.bg-gray .ui-card,
.ui-card.bg-gray .ui-card {
	color: #8e9bae;
}
.bg-gray .ui-card .heading,
.bg-gray .ui-card .sub-heading,
.ui-card.bg-gray .ui-card .heading,
.ui-card.bg-gray .ui-card .sub-heading {
	color: #414c5a;
}
.bg-gray .ui-card .ui-icon-block .icon,
.ui-card.bg-gray .ui-card .ui-icon-block .icon {
	color: #0087d9;
}

.text-dark-gray,
.ui-icon-blocks .icon.text-dark-gray,
.ui-card .card-header .heading.text-dark-gray {
	color: #59687c;
}

.bg-dark-gray,
.ui-card.bg-dark-gray {
	color: rgba(255, 255, 255, 0.85);
	background-color: #59687c;
}
.bg-dark-gray .heading,
.bg-dark-gray .sub-heading,
.bg-dark-gray .ui-icon-block .icon,
.bg-dark-gray a,
.bg-dark-gray .price,
.ui-card.bg-dark-gray .heading,
.ui-card.bg-dark-gray .sub-heading,
.ui-card.bg-dark-gray .ui-icon-block .icon,
.ui-card.bg-dark-gray a,
.ui-card.bg-dark-gray .price {
	color: #fff;
}
.bg-dark-gray .section-heading .paragraph,
.bg-dark-gray .lead,
.ui-card.bg-dark-gray .section-heading .paragraph,
.ui-card.bg-dark-gray .lead {
	color: #fff;
}
.bg-dark-gray .ui-card,
.ui-card.bg-dark-gray .ui-card {
	color: #8e9bae;
}
.bg-dark-gray .ui-card .heading,
.bg-dark-gray .ui-card .sub-heading,
.ui-card.bg-dark-gray .ui-card .heading,
.ui-card.bg-dark-gray .ui-card .sub-heading {
	color: #414c5a;
}
.bg-dark-gray .ui-card .ui-icon-block .icon,
.ui-card.bg-dark-gray .ui-card .ui-icon-block .icon {
	color: #0087d9;
}

/* 7.2 :: Gradients */
.ui-blue-color {
	background: #0087d9;
}

.ui-gradient-animator,
.ui-blue-color {
	color: rgba(255, 255, 255, 0.95);
}
.ui-gradient-animator .heading,
.ui-gradient-animator .sub-heading,
.ui-gradient-animator .ui-icon-block .icon,
.ui-gradient-animator a,
.ui-gradient-animator .price,
.ui-blue-color .heading,
.ui-blue-color .sub-heading,
.ui-blue-color .ui-icon-block .icon,
.ui-blue-color a,
.ui-blue-color .price {
	color: #fff;
}
.ui-gradient-animator .section-heading .paragraph,
.ui-gradient-animator .lead,
.ui-blue-color .section-heading .paragraph,
.ui-blue-color .lead {
	color: #fff;
}
.ui-gradient-animator .ui-card,
.ui-blue-color .ui-card {
	color: #8e9bae;
}
.ui-gradient-animator .ui-card .heading,
.ui-gradient-animator .ui-card .sub-heading,
.ui-blue-color .ui-card .heading,
.ui-blue-color .ui-card .sub-heading {
	color: #414c5a;
}
.ui-gradient-animator .ui-card .ui-icon-block .icon,
.ui-blue-color .ui-card .ui-icon-block .icon {
	color: #0087d9;
}
.ui-gradient-animator .ui-tabs .nav-tabs li,
.ui-blue-color .ui-tabs .nav-tabs li {
	background-color: rgba(255, 255, 255, 0);
}
.ui-gradient-animator .ui-tabs .nav-tabs li a,
.ui-blue-color .ui-tabs .nav-tabs li a {
	color: #fff;
}
.ui-gradient-animator .ui-tabs .nav-tabs li.active,
.ui-blue-color .ui-tabs .nav-tabs li.active {
	background-color: rgba(255, 255, 255, 0.25);
}
.ui-gradient-animator .ui-tabs .nav-tabs li.active a,
.ui-blue-color .ui-tabs .nav-tabs li.active a {
	color: #fff;
}
.ui-gradient-animator .ui-checklist li,
.ui-blue-color .ui-checklist li {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ui-gradient-animator .owl-theme .owl-dots .owl-dot span,
.ui-blue-color .owl-theme .owl-dots .owl-dot span {
	background-color: rgba(255, 255, 255, 0.5);
}
.ui-gradient-animator .owl-theme .owl-dots .owl-dot.active span,
.ui-blue-color .owl-theme .owl-dots .owl-dot.active span {
	background-color: white;
}
.ui-gradient-animator .owl-theme .owl-nav [class*="owl-"],
.ui-blue-color .owl-theme .owl-nav [class*="owl-"] {
	color: rgba(255, 255, 255, 0.5);
}
.ui-gradient-animator .owl-theme .owl-nav [class*="owl-"]:hover,
.ui-blue-color .owl-theme .owl-nav [class*="owl-"]:hover {
	color: white;
}

.btn.ui-blue-color {
	color: #fff;
}
.btn-light {
	color: #082536;
	background-color: #fff;
	border-color: #fff;
	box-shadow: 1px 2px 12px 0 rgb(0 0 0 / 4%), 0.5px 1px 7px 0 rgb(0 0 0 / 4%);
}
.bg-overlay-gradient-purple {
	color: rgba(255, 255, 255, 0.85);
}
.bg-overlay-gradient-purple .heading,
.bg-overlay-gradient-purple .sub-heading,
.bg-overlay-gradient-purple .ui-icon-block .icon,
.bg-overlay-gradient-purple .section-heading .paragraph,
.bg-overlay-gradient-purple .lead {
	color: #fff;
}
.bg-overlay-gradient-purple::before {
	background: -webkit-linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #0087d9 100%);
	background: linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #0087d9 100%);
}

.ui-card.ui-curve .card-header.ui-blue-color {
	color: rgba(255, 255, 255, 0.85);
	background: -webkit-linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #0087d9 100%);
	background: linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #0087d9 100%);
}
.ui-card.ui-curve .card-header.ui-blue-color .heading,
.ui-card.ui-curve .card-header.ui-blue-color .sub-heading,
.ui-card.ui-curve .card-header.ui-blue-color .ui-icon-block .icon {
	color: #fff;
}

.ui-gradient-peach {
	background: -moz-linear-gradient(45deg, #ffba00 0%, #ffb52d 100%);
	background: linear-gradient(45deg, #ffba00 0%, #ffb52d 100%);
}

.ui-gradient-animator,
.ui-gradient-peach {
	color: rgba(255, 255, 255, 0.85);
}
.ui-gradient-animator .heading,
.ui-gradient-animator .sub-heading,
.ui-gradient-animator .ui-icon-block .icon,
.ui-gradient-animator a,
.ui-gradient-animator .price,
.ui-gradient-peach .heading,
.ui-gradient-peach .sub-heading,
.ui-gradient-peach .ui-icon-block .icon,
.ui-gradient-peach a,
.ui-gradient-peach .price {
	color: #fff;
}
.ui-gradient-animator .section-heading .paragraph,
.ui-gradient-animator .lead,
.ui-gradient-peach .section-heading .paragraph,
.ui-gradient-peach .lead {
	color: #fff;
}
.ui-gradient-animator .ui-card,
.ui-gradient-peach .ui-card {
	color: #8e9bae;
}
.ui-gradient-animator .ui-card .heading,
.ui-gradient-animator .ui-card .sub-heading,
.ui-gradient-peach .ui-card .heading,
.ui-gradient-peach .ui-card .sub-heading {
	color: #414c5a;
}
.ui-gradient-animator .ui-card .ui-icon-block .icon,
.ui-gradient-peach .ui-card .ui-icon-block .icon {
	color: #0087d9;
}
.ui-gradient-animator .ui-tabs .nav-tabs li,
.ui-gradient-peach .ui-tabs .nav-tabs li {
	background-color: rgba(255, 255, 255, 0);
}
.ui-gradient-animator .ui-tabs .nav-tabs li a,
.ui-gradient-peach .ui-tabs .nav-tabs li a {
	color: #fff;
}
.ui-gradient-animator .ui-tabs .nav-tabs li.active,
.ui-gradient-peach .ui-tabs .nav-tabs li.active {
	background-color: rgba(255, 255, 255, 0.25);
}
.ui-gradient-animator .ui-tabs .nav-tabs li.active a,
.ui-gradient-peach .ui-tabs .nav-tabs li.active a {
	color: #fff;
}
.ui-gradient-animator .ui-checklist li,
.ui-gradient-peach .ui-checklist li {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ui-gradient-animator .owl-theme .owl-dots .owl-dot span,
.ui-gradient-peach .owl-theme .owl-dots .owl-dot span {
	background-color: rgba(255, 255, 255, 0.5);
}
.ui-gradient-animator .owl-theme .owl-dots .owl-dot.active span,
.ui-gradient-peach .owl-theme .owl-dots .owl-dot.active span {
	background-color: white;
}
.ui-gradient-animator .owl-theme .owl-nav [class*="owl-"],
.ui-gradient-peach .owl-theme .owl-nav [class*="owl-"] {
	color: rgba(255, 255, 255, 0.5);
}
.ui-gradient-animator .owl-theme .owl-nav [class*="owl-"]:hover,
.ui-gradient-peach .owl-theme .owl-nav [class*="owl-"]:hover {
	color: white;
}

.btn.ui-gradient-peach {
	color: #fff;
}

.bg-overlay-gradient-peach {
	color: rgba(255, 255, 255, 0.85);
}
.bg-overlay-gradient-peach .heading,
.bg-overlay-gradient-peach .sub-heading,
.bg-overlay-gradient-peach .ui-icon-block .icon,
.bg-overlay-gradient-peach .section-heading .paragraph,
.bg-overlay-gradient-peach .lead {
	color: #fff;
}
.bg-overlay-gradient-peach::before {
	background: -moz-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
}

.ui-card.ui-curve .card-header.ui-gradient-peach {
	color: rgba(255, 255, 255, 0.85);
	background: -moz-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
}
.ui-card.ui-curve .card-header.ui-gradient-peach .heading,
.ui-card.ui-curve .card-header.ui-gradient-peach .sub-heading,
.ui-card.ui-curve .card-header.ui-gradient-peach .ui-icon-block .icon {
	color: #fff;
}

.ui-gradient-green {
	background: -moz-linear-gradient(45deg, #19d9b4 0%, #92d275 100%);
	background: linear-gradient(45deg, #19d9b4 0%, #92d275 100%);
}

.ui-gradient-animator,
.ui-gradient-green {
	color: rgba(255, 255, 255, 0.85);
}
.ui-gradient-animator .heading,
.ui-gradient-animator .sub-heading,
.ui-gradient-animator .ui-icon-block .icon,
.ui-gradient-animator a,
.ui-gradient-animator .price,
.ui-gradient-green .heading,
.ui-gradient-green .sub-heading,
.ui-gradient-green .ui-icon-block .icon,
.ui-gradient-green a,
.ui-gradient-green .price {
	color: #fff;
}
.ui-gradient-animator .section-heading .paragraph,
.ui-gradient-animator .lead,
.ui-gradient-green .section-heading .paragraph,
.ui-gradient-green .lead {
	color: #fff;
}
.ui-gradient-animator .ui-card,
.ui-gradient-green .ui-card {
	color: #8e9bae;
}
.ui-gradient-animator .ui-card .heading,
.ui-gradient-animator .ui-card .sub-heading,
.ui-gradient-green .ui-card .heading,
.ui-gradient-green .ui-card .sub-heading {
	color: #414c5a;
}
.ui-gradient-animator .ui-card .ui-icon-block .icon,
.ui-gradient-green .ui-card .ui-icon-block .icon {
	color: #0087d9;
}
.ui-gradient-animator .ui-tabs .nav-tabs li,
.ui-gradient-green .ui-tabs .nav-tabs li {
	background-color: rgba(255, 255, 255, 0);
}
.ui-gradient-animator .ui-tabs .nav-tabs li a,
.ui-gradient-green .ui-tabs .nav-tabs li a {
	color: #fff;
}
.ui-gradient-animator .ui-tabs .nav-tabs li.active,
.ui-gradient-green .ui-tabs .nav-tabs li.active {
	background-color: rgba(255, 255, 255, 0.25);
}
.ui-gradient-animator .ui-tabs .nav-tabs li.active a,
.ui-gradient-green .ui-tabs .nav-tabs li.active a {
	color: #fff;
}
.ui-gradient-animator .ui-checklist li,
.ui-gradient-green .ui-checklist li {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ui-gradient-animator .owl-theme .owl-dots .owl-dot span,
.ui-gradient-green .owl-theme .owl-dots .owl-dot span {
	background-color: rgba(255, 255, 255, 0.5);
}
.ui-gradient-animator .owl-theme .owl-dots .owl-dot.active span,
.ui-gradient-green .owl-theme .owl-dots .owl-dot.active span {
	background-color: white;
}
.ui-gradient-animator .owl-theme .owl-nav [class*="owl-"],
.ui-gradient-green .owl-theme .owl-nav [class*="owl-"] {
	color: rgba(255, 255, 255, 0.5);
}
.ui-gradient-animator .owl-theme .owl-nav [class*="owl-"]:hover,
.ui-gradient-green .owl-theme .owl-nav [class*="owl-"]:hover {
	color: white;
}

.btn.ui-gradient-green {
	color: #fff;
}

.bg-overlay-gradient-green {
	color: rgba(255, 255, 255, 0.85);
}
.bg-overlay-gradient-green .heading,
.bg-overlay-gradient-green .sub-heading,
.bg-overlay-gradient-green .ui-icon-block .icon,
.bg-overlay-gradient-green .section-heading .paragraph,
.bg-overlay-gradient-green .lead {
	color: #fff;
}
.bg-overlay-gradient-green::before {
	background: -moz-linear-gradient(45deg, #19d9b4 0%, #92d275 100%);
	background: linear-gradient(45deg, #19d9b4 0%, #92d275 100%);
}

.ui-card.ui-curve .card-header.ui-gradient-green {
	color: rgba(255, 255, 255, 0.85);
	background: -moz-linear-gradient(45deg, #19d9b4 0%, #92d275 100%);
	background: linear-gradient(45deg, #19d9b4 0%, #92d275 100%);
}
.ui-card.ui-curve .card-header.ui-gradient-green .heading,
.ui-card.ui-curve .card-header.ui-gradient-green .sub-heading,
.ui-card.ui-curve .card-header.ui-gradient-green .ui-icon-block .icon {
	color: #fff;
}

.ui-gradien-light-blue {
	background: -moz-linear-gradient(180deg, #e6f2fc 0%, #f2f7ff 100%);
	background: linear-gradient(180deg, #e6f2fc 0%, #f2f7ff 100%);
}
.ui-gradient-blue {
	background: -moz-linear-gradient(45deg, #0087d9 0%, #788ade 100%);
	background: linear-gradient(45deg, #0087d9 0%, #788ade 100%);
}

.ui-gradient-animator,
.ui-gradient-blue {
	color: rgba(255, 255, 255, 0.85);
}
.ui-gradient-animator .heading,
.ui-gradient-animator .sub-heading,
.ui-gradient-animator .ui-icon-block .icon,
.ui-gradient-animator a,
.ui-gradient-animator .price,
.ui-gradient-blue .heading,
.ui-gradient-blue .sub-heading,
.ui-gradient-blue .ui-icon-block .icon,
.ui-gradient-blue a,
.ui-gradient-blue .price {
	color: #fff;
}
.ui-gradient-animator .section-heading .paragraph,
.ui-gradient-animator .lead,
.ui-gradient-blue .section-heading .paragraph,
.ui-gradient-blue .lead {
	color: #fff;
}
.ui-gradient-animator .ui-card,
.ui-gradient-blue .ui-card {
	color: #8e9bae;
}
.ui-gradient-animator .ui-card .heading,
.ui-gradient-animator .ui-card .sub-heading,
.ui-gradient-blue .ui-card .heading,
.ui-gradient-blue .ui-card .sub-heading {
	color: #414c5a;
}
.ui-gradient-animator .ui-card .ui-icon-block .icon,
.ui-gradient-blue .ui-card .ui-icon-block .icon {
	color: #0087d9;
}
.ui-gradient-animator .ui-tabs .nav-tabs li,
.ui-gradient-blue .ui-tabs .nav-tabs li {
	background-color: rgba(255, 255, 255, 0);
}
.ui-gradient-animator .ui-tabs .nav-tabs li a,
.ui-gradient-blue .ui-tabs .nav-tabs li a {
	color: #fff;
}
.ui-gradient-animator .ui-tabs .nav-tabs li.active,
.ui-gradient-blue .ui-tabs .nav-tabs li.active {
	background-color: rgba(255, 255, 255, 0.25);
}
.ui-gradient-animator .ui-tabs .nav-tabs li.active a,
.ui-gradient-blue .ui-tabs .nav-tabs li.active a {
	color: #fff;
}
.ui-gradient-animator .ui-checklist li,
.ui-gradient-blue .ui-checklist li {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.ui-gradient-animator .owl-theme .owl-dots .owl-dot span,
.ui-gradient-blue .owl-theme .owl-dots .owl-dot span {
	background-color: rgba(255, 255, 255, 0.5);
}
.ui-gradient-animator .owl-theme .owl-dots .owl-dot.active span,
.ui-gradient-blue .owl-theme .owl-dots .owl-dot.active span {
	background-color: white;
}
.ui-gradient-animator .owl-theme .owl-nav [class*="owl-"],
.ui-gradient-blue .owl-theme .owl-nav [class*="owl-"] {
	color: rgba(255, 255, 255, 0.5);
}
.ui-gradient-animator .owl-theme .owl-nav [class*="owl-"]:hover,
.ui-gradient-blue .owl-theme .owl-nav [class*="owl-"]:hover {
	color: white;
}

.btn.ui-gradient-blue {
	color: #fff;
}

.bg-overlay-gradient-blue {
	color: rgba(255, 255, 255, 0.85);
}
.bg-overlay-gradient-blue .heading,
.bg-overlay-gradient-blue .sub-heading,
.bg-overlay-gradient-blue .ui-icon-block .icon,
.bg-overlay-gradient-blue .section-heading .paragraph,
.bg-overlay-gradient-blue .lead {
	color: #fff;
}
.bg-overlay-gradient-blue::before {
	background: -moz-linear-gradient(45deg, #0087d9 0%, #54ceff 100%);
	background: linear-gradient(45deg, #0087d9 0%, #54ceff 100%);
}

.ui-card.ui-curve .card-header.ui-gradient-blue {
	color: rgba(255, 255, 255, 0.85);
	background: -moz-linear-gradient(45deg, #0087d9 0%, #54ceff 100%);
	background: linear-gradient(45deg, #0087d9 0%, #54ceff 100%);
}
.ui-card.ui-curve .card-header.ui-gradient-blue .heading,
.ui-card.ui-curve .card-header.ui-gradient-blue .sub-heading,
.ui-card.ui-curve .card-header.ui-gradient-blue .ui-icon-block .icon {
	color: #fff;
}
.bg-light {
	background-color: #fff;
}
.bg-light-gray {
	background-color: #cad9e330;
}
.bg-light-desti {
	background-color: #fff;
	height: 874px;
	background-image: url(../images/bgrn-security.png);
	background-size: cover;
	padding-top: 50px !important;
}
/* 8 :: MEDIA */
.ui-app-icon {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 0 auto 2rem auto;
	border-radius: 1.25rem;
	overflow: hidden;
}
.ui-app-icon img {
	width: 90px;
	height: 90px;
}
.eula-content {
	height: 500px;
	overflow: scroll;
	margin: 20px 40px;
}
@media (max-width: 739px) {
	img.responsive-on-sm {
		height: auto;
		width: 100%;
		max-width: 100%;
	}
}

[data-max_width] {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* 9 :: SHADOWS */
.shadow-sm {
	box-shadow: 0 1px 3px rgba(0, 9, 128, 0.05), 0 2px 5px rgba(0, 9, 128, 0.035);
}

.btn.shadow-sm {
	box-shadow: 0 1px 3px rgba(0, 9, 128, 0.05), 0 2px 5px rgba(0, 9, 128, 0.035), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.075);
}

.shadow-md {
	box-shadow: 0 3px 5px rgba(0, 9, 128, 0.05), 0 4px 10px rgba(0, 9, 128, 0.035);
}

.btn.shadow-md {
	box-shadow: 0 3px 5px rgba(0, 9, 128, 0.05), 0 4px 10px rgba(0, 9, 128, 0.035), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.075);
}

.shadow-lg {
	box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.btn.shadow-lg {
	box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.075);
}

.shadow-xl {
	box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}

.btn.shadow-xl {
	padding: 8.5px 8px 8px 12px;
	border-radius: 8px;
	background-color: #ffffff;
	color: #0087d9;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.ui-action-card.shadow-sm:hover {
	box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}
.ui-action-card.shadow-md:hover {
	box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
.ui-action-card.shadow-lg:hover {
	box-shadow: 0 8px 18px rgba(0, 9, 128, 0.15), 0 15px 35px rgba(0, 9, 128, 0.2);
}
.ui-action-card.shadow-xl:hover {
	box-shadow: 0 10px 20px rgba(0, 9, 128, 0.15), 0 20px 48px rgba(0, 9, 128, 0.2);
}

/* 10 :: SPACING */
.pt-0,
.section.pt-0 {
	padding-top: 0;
}

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

.ui-card .card-header.pb-0 {
	padding: 1rem 2rem 0 2rem;
}

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

.mb-0,
.section .section-heading.mb-0 {
	margin-bottom: 0;
}

.box-content-home {
	width: 100%;
	min-height: 300px;
	margin: 20px 113px 13.5px 0;
	padding: 0;
	border-radius: 10px;
	backdrop-filter: blur(10px);
	box-shadow: 1px 2px 12px 0 rgb(0 0 0 / 6%), 0.5px 1px 7px 0 rgb(0 0 0 / 6%);
	background-color: #ffffff;
	transition: box-shadow 0.35s ease-out;
}
.box-content-home:hover {
	box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.1), 0.5px 1px 4px 0 rgba(0, 0, 0, 0.06);
}

.box-login-home {
	width: 100%;
	min-height: 300px;
	margin: 25px 0 15px 0;
	padding: 10px;
	border-radius: 10px;
	backdrop-filter: blur(10px);
	box-shadow: 1px 2px 10px 0 rgb(0 0 0 / 8%), 0.5px 1px 24px 0 rgb(0 0 0 / 15%);
	background-color: #ffffff;
	transition: box-shadow 0.35s ease-out;
}
.box-login-home:hover {
	box-shadow: 1px 2px 10px 0 rgb(0 0 0 / 14%), 0.5px 1px 24px 0 rgb(0 0 0 / 25%);
}
.box-login-home .btn {
	box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 10%), 0.5px 1px 20px 0 rgb(0 0 0 / 6%);
}
.box-login-home .btn-default {
	color: #0687d9;
	border: 1px solid #cad9e3;
}
.box-login-home .panel {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.carousel-inner small {
	font-size: 70%;
	color: #fff;
}
/* 11 :: TYPOGRAPHY */
html {
	font-size: 13px;
	font-weight: 400;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	speak: none;
	-webkit-font-smoothing: antialiased;
}
@media (min-width: 481px) {
	html {
		font-size: 1rem;
	}
}
@media (min-width: 740px) {
	html {
		font-size: 15px;
	}
}
@media (min-width: 992px) {
	html {
		font-size: 16px;
	}
}

body {
	font-size: 1rem;
}

.icon-lg {
	font-size: 3.6rem;
}

blockquote {
	position: relative;
	margin: 2.5rem 0;
	border-left: 5px solid #84ce65;
	padding: 1rem 2rem;
	font-size: 1.05rem;
	color: #59687c;
	font-style: italic;
}
blockquote::before {
	display: block;
	position: absolute;
	content: "";
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzgwODlGRjt9Cjwvc3R5bGU+CjxnIGlkPSJRdW90ZW1hcmtzLWxlZnQiPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQwNSwyMDkuOGMtMS0xMS4xLTAuMi00MS41LDI4LjgtODMuNmMyLjItMy4yLDEuOC03LjUtMC45LTEwLjJjLTExLjgtMTEuOC0xOS4yLTE5LjMtMjQuMy0yNC41CgkJYy02LjgtNi45LTkuOC0xMC0xNC40LTE0LjFjLTMtMi43LTcuNi0yLjgtMTAuNi0wLjFjLTUwLjYsNDQtMTA2LjgsMTM1LTk4LjcsMjQ2LjVjNC44LDY1LjUsNTIuNSwxMTMsMTEzLjUsMTEzCgkJYzYyLjYsMCwxMTMuNS01MC45LDExMy41LTExMy41QzUxMiwyNjIuOCw0NjQuNiwyMTMuMiw0MDUsMjA5Ljh6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIwLjksMjA5LjhjLTEtMTEuMS0wLjMtNDEuNCwyOC44LTgzLjZjMi4yLTMuMiwxLjgtNy41LTAuOS0xMC4yYy0xMS44LTExLjgtMTkuMS0xOS4zLTI0LjMtMjQuNQoJCWMtNi44LTYuOS05LjktMTAuMS0xNC40LTE0LjJjLTMtMi43LTcuNi0yLjctMTAuNi0wLjFjLTUwLjYsNDQtMTA2LjgsMTM1LTk4LjcsMjQ2LjV2MGM0LjgsNjUuNCw1Mi41LDExMywxMTMuNSwxMTMKCQljNjIuNiwwLDExMy41LTUwLjksMTEzLjUtMTEzLjVDMjI3LjksMjYyLjgsMTgwLjUsMjEzLjIsMTIwLjksMjA5Ljh6Ii8+CjwvZz4KPC9zdmc+Cg==");
	background-size: cover;
	top: 0;
	left: 1rem;
	width: 60px;
	height: 60px;
	opacity: 0.2;
}
blockquote p {
	margin-bottom: 0;
}
blockquote .author {
	color: #84ce65;
	font-weight: 600;
	margin-top: 1rem;
	font-style: normal;
}

.ui-checklist {
	list-style: none;
	padding-left: 0;
	margin-bottom: 2rem;
}
.ui-checklist li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}
.ui-checklist li:nth-last-child(1) {
	margin-bottom: 0;
	border-bottom: none;
}
.ui-checklist li::before {
	content: "\f058";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 50%;
	line-height: 1;
	margin-top: -0.5rem;
	font-size: 1.2rem;
}
.ui-checklist li .heading {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.05rem;
}
.ui-checklist li p {
	margin-bottom: 0;
}

.ui-turncate-text {
	overflow: hidden;
}

/* 12 :: BASE */
.main {
	overflow: hidden;
}

body[data-fade_in="on-load"],
[data-show] {
	opacity: 0;
}

*:focus {
	outline: 0 !important;
}

/* 13 :: ACCORDION */
.ui-accordion-panel {
	margin-bottom: 2rem;
}

.ui-accordion {
	margin-bottom: 1rem;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ui-accordion .toggle {
	font-family: "Gotham", sans-serif;
	position: relative;
	margin-bottom: 0;
	margin-top: 0;
	padding: 1rem 1.5rem;
	font-size: 1.1rem;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}
.ui-accordion .toggle:hover {
	color: #c961f7;
}
.ui-accordion .toggle::after {
	font-family: "FontAwesome";
	content: "\f0d7";
	position: absolute;
	top: 1.15rem;
	font-size: 20px;
	line-height: 16px;
	right: 1.5rem;
	color: #8e9bae;
	-webkit-transition: transform 0.25s ease-out, color 0.25s ease-out;
	transition: transform 0.25s ease-out, color 0.25s ease-out;
}
.ui-accordion .toggle .icon {
	font-size: 1.2rem;
	margin-right: 0.25rem;
	line-height: 0.5;
}
.ui-accordion .body {
	display: none;
	padding: 0 1.5rem 1rem 1.5rem;
}
.ui-accordion .body p {
	margin-bottom: 0.25rem;
}
.ui-accordion.active .toggle {
	color: #c961f7;
}
.ui-accordion.active .toggle::after {
	color: #c961f7;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* 14 :: BUTTONS */
.btn {
	font-family: "Gotham", sans-serif;
	display: inline-block;
	font-size: 0.9rem;
	padding: 0.6rem 1.5rem;
	/*text-transform: uppercase;*/
	letter-spacing: 0.03rem;
}
.btn.btn-sm,
.btn-group-sm > .btn {
	font-size: 1.1rem;
	padding: 0.7rem 1rem;
	font-weight: normal;
}
.btn.btn-circle {
	width: 32px;
	line-height: 32px;
	height: 32px;
	padding: 0;
}
@media (min-width: 992px) {
	.btn {
		font-size: 0.95rem;
		padding: 0.6rem 1.5rem;
	}
	.btn.btn-circle {
		width: 37px;
		line-height: 37px;
		height: 37px;
	}
}

.actions .btn {
	margin-bottom: 1rem;
}
.actions .btn:nth-last-child(1) {
	margin-right: 0;
}
@media (min-width: 350px) {
	.actions .btn {
		margin-right: 1rem;
		margin-bottom: 0;
	}
}

.btn-download {
	position: relative;
	padding-left: 4rem;
	text-align: left;
}
.btn-download span {
	display: block;
}
.btn-download span:nth-child(1) {
	font-size: 85%;
}
.btn-download::before {
	display: block;
	content: "";
	position: absolute;
	height: 28px;
	width: 23px;
	top: 50%;
	left: 1.5rem;
	margin-top: -14px;
}
.btn-download.btn-download::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMzk4Ljg5OSAxMjI3LjI2NSAyNDguODk5IDMwMi4yMzUiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNDM3LjE0OSAxMjI3LjI2NSkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM4LjI1KSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik0yODcuMTQ5LDEwNi42NzFIMjE2LjAzNVYwSDEwOS4zNjRWMTA2LjY3MUgzOC4yNUwxNjIuNywyMzEuMTIxWk0zOC4yNSwyNjYuNjc4djM1LjU1N2gyNDguOVYyNjYuNjc4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM4LjI1KSIvPjwvZz48L2c+PC9zdmc+);
}
.btn-download.btn-app-store::before {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBjbGFzcz0ic3QwIiBkPSJNNDAuNywxMTIuMUMxNSwxNTYuOSwzMS4zLDIyNC44LDU5LjksMjY1LjljMTQuMiwyMC42LDI4LjYsMzkuMSw0OC40LDM5LjFjMC40LDAsMC43LDAsMS4xLDAKCQljOS4zLTAuNCwxNi0zLjIsMjIuNS02YzcuMy0zLjEsMTQuOC02LjMsMjYuNi02LjNjMTEuMiwwLDE4LjQsMy4xLDI1LjMsNi4xYzYuOCwzLDEzLjksNiwyNC4zLDUuOGMyMi4yLTAuNCwzNS45LTIwLjQsNDcuOS0zNy45CgkJYzEyLjYtMTguNCwxOC45LTM2LjIsMjEtNDNsMC4xLTAuM2MwLjQtMS4yLTAuMi0yLjUtMS4zLTMuMWMwLDAtMC4xLTAuMS0wLjItMC4xYy0zLjktMS42LTM4LjMtMTYuOC0zOC42LTU4LjQKCQljLTAuMy0zMy43LDI1LjgtNTEuNiwzMS01NC44bDAuMi0wLjJjMC42LTAuNCwxLTAuOSwxLjEtMS42YzAuMS0wLjcsMC0xLjMtMC40LTEuOWMtMTgtMjYuNC00NS42LTMwLjMtNTYuNy0zMC44CgkJYy0xLjYtMC4yLTMuMy0wLjItNC45LTAuMmMtMTMuMSwwLTI1LjYsNC45LTM1LjYsOC45Yy02LjksMi43LTEyLjksNS4xLTE3LjEsNS4xYy00LjYsMC0xMC43LTIuNC0xNy42LTUuMgoJCWMtOS4zLTMuNy0xOS45LTcuOS0zMS4xLTcuOWMtMC4zLDAtMC41LDAtMC44LDBDNzguOSw3My42LDU0LjMsODguNSw0MC43LDExMi4xeiIvPgoJPHBhdGggaWQ9IlhNTElEXzIzMF8iIGNsYXNzPSJzdDAiIGQ9Ik0yMTIuMSwwYy0xNS44LDAuNi0zNC43LDEwLjMtNDYsMjMuNmMtOS42LDExLjEtMTksMjkuNy0xNi41LDQ4LjRjMC4yLDEuMiwxLjEsMi4xLDIuMywyLjIKCQljMS4xLDAuMSwyLjEsMC4xLDMuMiwwLjFjMTUuNCwwLDMyLTguNSw0My40LTIyLjNjMTItMTQuNSwxOC0zMy4xLDE2LjItNDkuOEMyMTQuNSwwLjksMjEzLjQsMCwyMTIuMSwweiIvPgo8L2c+Cjwvc3ZnPgo=");
}
.btn-download.btn-google-play::before {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyODkuOCAyODkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg5LjggMjg5Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTMuNCwxMy43Yy0wLjcsMi40LTEuMiw1LjEtMS4yLDh2MjQ2LjRjMCwzLDAuNSw1LjUsMS4xLDcuOWwxMzguMy0xMzFDMTUxLjcsMTQ1LDEzLjQsMTMuNywxMy40LDEzLjd6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjA1LjYsOTMuOUw0NC4yLDQuMWMtNi40LTMuOS0xMi44LTQuOS0xOC4xLTMuNWwxMzguOSwxMzEuOUwyMDUuNiw5My45eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI2NS4xLDEyN2wtNDMuMS0yNGwtNDQuMSw0MS44bDQ1LDQyLjdsNDEuOS0yM0MyODUuMywxNTIuOSwyNzcuOCwxMzQuMSwyNjUuMSwxMjd6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjUuNiwyODkuMWM1LjQsMS41LDExLjksMC42LDE4LjUtMy40bDE2MS45LTg4LjlsLTQxLjQtMzkuNEMxNjQuNywxNTcuNCwyNS42LDI4OS4xLDI1LjYsMjg5LjF6Ii8+CjwvZz4KPC9zdmc+Cg==");
}

/* 15 :: Cards */
.ui-card {
	background-color: #fff;
	border-radius: 0.5rem;
}
.ui-card .card-image {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
.ui-card .card-image img {
	max-width: 100%;
}
.ui-card .card-header {
	padding: 2rem;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.ui-card .card-body {
	padding: 1rem;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.ui-card .card-footer {
	padding: 2rem;
}

.ui-card.ui-action-card {
	cursor: pointer;
	-webkit-transition: box-shadow 0.35s ease-out;
	transition: box-shadow 0.35s ease-out;
}
.action-card {
	cursor: pointer;
}
.action-card:hover {
	color: #0087d9;
}
.card-title:hover {
	/*color:#0087d9;*/
}
/* 15.1 :: Card Curved Header */
.ui-card.ui-curve .card-header {
	position: relative;
	background: #fff;
	overflow: hidden;
}
.ui-card.ui-curve .card-header::after {
	display: block;
	content: "";
	height: 100%;
	background: url(../img/svg-layers/curve-layer-gray.svg) bottom no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -2px;
	left: -6px;
	right: -6px;
	z-index: 1;
}
.ui-card.ui-curve .card-header .paragraph {
	display: inline-block;
	max-width: 350px;
	margin-bottom: 0.25rem;
}
.ui-card.ui-curve .card-body {
	background-color: #f6f7f8;
}
.ui-card.ui-curve.color-card .card-header::after {
	background: url(../img/svg-layers/curve-layer.svg) bottom no-repeat;
}
.ui-card.ui-curve.color-card .card-body {
	background-color: #fff;
}

/* 16 :: COLLAPSIBLE NAV */
.ui-collapsible-nav {
	list-style: none;
	padding-left: 0;
}
.ui-collapsible-nav:before,
.ui-collapsible-nav:after {
	content: " ";
	display: table;
}
.ui-collapsible-nav:after {
	clear: both;
}
.ui-collapsible-nav ul {
	opacity: 0;
	padding-left: 1rem;
	list-style: none;
	overflow: hidden;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ui-collapsible-nav ul:before,
.ui-collapsible-nav ul:after {
	content: " ";
	display: table;
}
.ui-collapsible-nav ul:after {
	clear: both;
}
.ui-collapsible-nav li {
	line-height: 2;
}
.ui-collapsible-nav li .label {
	font-size: 0.8rem;
	margin-left: 0.5rem;
	display: inline-block;
	color: #8e9bae;
}
.ui-collapsible-nav a {
	display: block;
	line-height: 2;
	color: #59687c;
	font-size: 1rem;
}
.ui-collapsible-nav a:hover {
	color: #414c5a;
	text-decoration: none;
}
.ui-collapsible-nav ul a {
	color: #708198;
	font-size: 0.9rem;
}
.ui-collapsible-nav ul a:hover {
	color: #59687c;
}
.ui-collapsible-nav .toggle {
	position: relative;
	font-weight: 600;
}
.ui-collapsible-nav .toggle::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyIDQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MiA0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxwYXRoIGQ9Ik0zNy4wNTksMTZIMjZWNC45NDFDMjYsMi4yMjQsMjMuNzE4LDAsMjEsMHMtNSwyLjIyNC01LDQuOTQxVjE2SDQuOTQxQzIuMjI0LDE2LDAsMTguMjgyLDAsMjFzMi4yMjQsNSw0Ljk0MSw1SDE2djExLjA1OSAgQzE2LDM5Ljc3NiwxOC4yODIsNDIsMjEsNDJzNS0yLjIyNCw1LTQuOTQxVjI2aDExLjA1OUMzOS43NzYsMjYsNDIsMjMuNzE4LDQyLDIxUzM5Ljc3NiwxNiwzNy4wNTksMTZ6IiBmaWxsPSIjMjQyYTMyIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.3;
}
.ui-collapsible-nav .toggle.active::before {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyIDQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MiA0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxwYXRoIGQ9Ik0zNy4wNTksMTZIMjZIMTZINC45NDFDMi4yMjQsMTYsMCwxOC4yODIsMCwyMXMyLjIyNCw1LDQuOTQxLDVIMTZoMTBoMTEuMDU5QzM5Ljc3NiwyNiw0MiwyMy43MTgsNDIsMjEgIFMzOS43NzYsMTYsMzcuMDU5LDE2eiIgZmlsbD0iIzI0MmEzMiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
}
.ui-collapsible-nav .toggle.active ~ ul {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-out 0.1s;
	transition: opacity 0.5s ease-out 0.1s;
}
.ui-collapsible-nav .toggle.current-page {
	color: #0087d9;
}

/* 17 :: DROPDOWNS */
.dropdown .dropdown-header {
	font-weight: 600;
	text-transform: uppercase;
}
.dropdown .dropdown-menu li a {
	font-weight: 600;
}

/*AREA CSS FOOTER*/
.container-footer {
	padding-top: 30px;
	font-weight: 100;
}

.container-footer ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0px !important;
}

.container-footer li {
	font-size: 14px;
	color: white;
	list-style: outside;
	font-family: "Gotham";
	margin: 7px 0;
}

.container-footer li a {
	color: white;
	text-decoration: none;
}

.container-footer li a:hover {
	color: white;
	text-decoration: underline;
}

.container-footer p.copy {
	color: #a1b6c3;
	margin-top: 10px;
	font-size: 12px;
	padding: 10px;
}

.container-footer li.footer-menu-1st {
	font-size: 16px;
	color: #fff501;
	margin-bottom: 2px;
	list-style: none;
	font-weight: bold;
}

.footer {
	background-image: url(../images/footer-super-graf.png);
	background-size: 133px;
	background-color: #005c99;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.footer .icon-social a {
	margin: 10px;
	font-size: 2.3em;
}

.footer .icon-social {
	margin-top: 10px;
}

@media (min-width: 740px) {
	.footer {
		background-image: url(../images/footer-super-graf.png);
		background-size: 150px;
		background-color: #005c99;
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	.footer .icon-social {
		margin-top: 15px;
	}

	.footer .icon-social a {
		margin: 2px;
		font-size: 1.3em;
	}
}
.footer .foot-bottom a {
	color: #9ca4ac;
	text-decoration: underline;
	margin: 0 8px 0 0;
}

.footer a {
	color: #fff;
}

/* 20 :: ICON BLOCKS */
.ui-icon-blocks .ui-icon-block {
	position: relative;
	margin-bottom: 1rem;
}
.ui-icon-blocks .ui-icon-block p {
	display: inline-block;
	margin-bottom: 10px;
}
@media (min-width: 740px) {
	.ui-icon-blocks .ui-icon-block.mb-0-md-up {
		margin-bottom: 0;
	}
}
@media (min-width: 739px) {
	.ui-icon-blocks .ui-icon-block.mb-0-md-dwn {
		margin-bottom: 0;
	}
}
.ui-icon-blocks .ui-icon-block.col-xs-6 p {
	max-width: 260px;
}
@media (min-width: 740px) {
	.ui-icon-blocks .ui-icon-block.col-xs-6 p {
		max-width: 360px;
	}
}
.ui-icon-blocks .icon {
	font-size: 1.2rem;
	color: #0087d9;
}
.ui-icon-blocks .icon.icon-circle {
	width: 4.8rem;
	height: 4.8rem;
	line-height: 4.8rem;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
@media (min-width: 481px) {
	.ui-icon-blocks .icon.icon-circle {
		width: 5rem;
		height: 5rem;
		line-height: 5rem;
	}
}
@media (min-width: 740px) {
	.ui-icon-blocks .icon.icon-circle {
		width: 5.2rem;
		height: 5.2rem;
		line-height: 5.2rem;
	}
}
.ui-icon-blocks.ui-blocks-h {
	text-align: center;
}
.ui-icon-blocks.ui-blocks-h .icon {
	display: inline-block;
	margin-bottom: 1.25rem;
}
.ui-icon-blocks.ui-blocks-v {
	list-style: none;
	padding-left: 2rem;
}
.ui-icon-blocks.ui-blocks-v .icon {
	position: absolute;
	left: -2rem;
	top: 0.25rem;
}
.ui-icon-blocks.icons-md .icon {
	font-size: 2rem;
}
@media (min-width: 481px) {
	.ui-icon-blocks.icons-md .icon {
		font-size: 2.1rem;
	}
}
@media (min-width: 740px) {
	.ui-icon-blocks.icons-md .icon {
		font-size: 2.2rem;
	}
}
.ui-icon-blocks.icons-md.ui-blocks-v {
	padding-left: 4rem;
}
.ui-icon-blocks.icons-md.ui-blocks-v .icon {
	left: -4rem;
	top: 0.5rem;
}
.ui-icon-blocks.icons-lg .icon {
	font-size: 2.3rem;
}
@media (min-width: 481px) {
	.ui-icon-blocks.icons-lg .icon {
		font-size: 2.5rem;
	}
}
@media (min-width: 740px) {
	.ui-icon-blocks.icons-lg .icon {
		font-size: 2.8rem;
	}
}
.ui-icon-blocks.icons-lg.ui-blocks-v {
	padding-left: 5rem;
}
.ui-icon-blocks.icons-lg.ui-blocks-v .icon {
	left: -5rem;
	top: 0.5rem;
}

/* 21 :: MODAL */
.modal {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 1rem;
	background-color: rgb(179 216 255 / 15%);
}
@media (min-width: 740px) {
	.modal {
		padding: 0;
	}
}
.modal .dialog {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0.5rem;
	box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
@media (min-width: 740px) {
	.modal .dialog {
		margin-top: 6rem;
	}
	.modal-dialog {
		width: 680px;
	}
}
.modal .close {
	cursor: pointer;
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	z-index: 9;
	opacity: 0.75;
	font-size: 1.4rem;
}
.modal .close:hover {
	opacity: 1;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

body.modal-open {
	overflow: hidden;
}
.modal-header {
	border-bottom: 0;
}
.modal-content {
	border: 0;
	padding: 20px;
	padding-bottom: 30px;
}
.modal_body_menu_2_service {
	padding: 20px;
	max-height: 500px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
/* 22 :: NAVBAR */
.navbar {
	font-family: "Gotham", sans-serif;
	box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
	-webkit-transition: box-shadow 0.35s ease-out, background-color 0.35s ease-out;
	transition: box-shadow 0.35s ease-out, background-color 0.35s ease-out;
}
@media (max-width: 481px) {
	.navbar {
		min-height: 50px;
	}
}
.navbar .navbar-brand {
	position: relative;
	font-size: 1.4rem;
}
.navbar .navbar-brand img {
	height: 30px;
	width: auto;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
	-webkit-transition: opacity 0.35s ease-out;
	transition: opacity 0.35s ease-out;
}
@media (min-width: 481px) {
	.navbar .navbar-brand img {
		height: 36px;
		margin-top: -18px;
	}
}
@media (min-width: 740px) {
	.navbar .navbar-brand img {
		height: 60px;
		margin-top: -30px;
		left: 1rem;
	}
}
@media (max-width: 481px) {
	.navbar .navbar-brand {
		height: 50px;
	}
}
.navbar a {
	font-size: 0.95rem;
	font-weight: 600;
}
@media (min-width: 740px) {
	.navbar a {
		font-size: 1rem;
	}
}
.navbar .nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 992px) {
	.navbar .nav > li > a {
		padding-left: 16px;
		padding-right: 16px;
	}
	.modal-lg {
		width: 900px;
	}
}
.navbar .dropdown-menu {
	background-color: transparent;
}
@media (min-width: 740px) {
	.navbar .dropdown-menu {
		background-color: #fff;
		box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
	}
}
.navbar .dropdown-menu a {
	font-size: 0.9rem;
}
.navbar .btn {
	-webkit-transition: background 0.35s ease-out;
	transition: background 0.35s ease-out;
	padding: 0rem 1rem;
	margin: 9px 0 9px 1rem;
	color: #fff;
}
@media (min-width: 481px) {
	.navbar .btn {
		margin: 13px 0 13px 1.25rem;
	}
}
@media (min-width: 740px) {
	.navbar .btn {
		margin: 24px 0 18px 1.2rem;
		color: #2d4a5b;
		border-left: 1px solid #2d4a5b;
		border-radius: 0;
	}
}

/* 22.1 :: Transparent Navbar */
.navbar.transparent,
.navbar.transparent.navbar-inverse,
.navbar.transparent.navbar-default,
.navbar.transparent.bg-primary {
	background-color: transparent;
	box-shadow: none;
	background-image: linear-gradient(to bottom, #00000090, #00000000);
}
.navbar.transparent .navbar-brand,
.navbar.transparent.navbar-inverse .navbar-brand,
.navbar.transparent.navbar-default .navbar-brand,
.navbar.transparent.bg-primary .navbar-brand {
	color: #fff;
}
.navbar.transparent .navbar-nav > li > a,
.navbar.transparent.navbar-inverse .navbar-nav > li > a,
.navbar.transparent.navbar-default .navbar-nav > li > a,
.navbar.transparent.bg-primary .navbar-nav > li > a {
	color: rgba(255, 255, 255, 0.85);
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
}
.navbar.transparent .navbar-nav > li > a > span,
.navbar.transparent.navbar-inverse .navbar-nav > li > a > span,
.navbar.transparent.navbar-default .navbar-nav > li > a > span,
.navbar.transparent.bg-primary .navbar-nav > li > a > span {
	background-color: rgb(255, 255, 255, 0);
	display: block;
	padding: 8px;
	margin: -8px;
	border-radius: 8px;
}
.navbar.transparent .navbar-nav > li > a:hover > span,
.navbar.transparent.navbar-inverse .navbar-nav > li > a:hover > span,
.navbar.transparent.navbar-default .navbar-nav > li > a:hover > span,
.navbar.transparent.bg-primary .navbar-nav > li > a:hover > span {
	background-color: rgb(255, 255, 255, 0.21);
	display: block;
	padding: 8px;
	margin: -8px;
	border-radius: 8px;
}
.navbar.transparent .navbar-nav > li > a:hover,
.navbar.transparent.navbar-inverse .navbar-nav > li > a:hover,
.navbar.transparent.navbar-default .navbar-nav > li > a:hover,
.navbar.transparent.bg-primary .navbar-nav > li > a:hover {
	color: #fff;
}
.navbar.transparent .navbar-nav > li.active > a,
.navbar.transparent.navbar-inverse .navbar-nav > li.active > a,
.navbar.transparent.navbar-default .navbar-nav > li.active > a,
.navbar.transparent.bg-primary .navbar-nav > li.active > a {
	color: #fff;
}
.navbar.transparent .btn,
.navbar.transparent.navbar-inverse .btn,
.navbar.transparent.navbar-default .btn,
.navbar.transparent.bg-primary .btn {
	color: #fff;
	border-left: 1px solid #fff;
	border-radius: 0;
	background: none;
}

/* 22.2 :: Variable Logos */
.navbar .ui-variable-logo .logo-default {
	opacity: 1;
}
.navbar .ui-variable-logo .logo-transparent {
	opacity: 0;
}
.navbar.transparent .ui-variable-logo .logo-default {
	opacity: 0;
}
.navbar.transparent .ui-variable-logo .logo-transparent {
	opacity: 1;
}

/* 22.3 :: Mobile Nav */
@media (max-width: 739px) {
	.ui-navigation {
		display: none;
		clear: both;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		border-top: 1px solid rgba(0, 0, 0, 0.05);
	}
}

.mobile-nav-active .navbar-nav .dropdown-menu {
	padding: 0 0 0.75rem 0;
}
.mobile-nav-active .navbar-nav.nav > li > a:hover {
	background-color: #f6f7f8;
}

/* 22.4 :: Mobile Nav Toggle */
.ui-mobile-nav-toggle {
	margin-left: 1rem;
}
@media (min-width: 481px) {
	.ui-mobile-nav-toggle {
		margin-left: 2rem;
	}
}
@media (min-width: 740px) {
	.ui-mobile-nav-toggle {
		display: none;
	}
}
.ui-mobile-nav-toggle > div {
	position: relative;
	width: 24px;
	height: 16px;
	margin: 30px 0;
}
.ui-mobile-nav-toggle > div > span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #414c5a;
	border-radius: 4px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.ui-mobile-nav-toggle > div > span:nth-child(1) {
	top: 0px;
}
.ui-mobile-nav-toggle > div > span:nth-child(2),
.ui-mobile-nav-toggle > div > span:nth-child(3) {
	top: 5.83333px;
}
.ui-mobile-nav-toggle > div > span:nth-child(4) {
	top: 11.66667px;
}
@media (max-width: 481px) {
	.ui-mobile-nav-toggle > div {
		margin: 17px 0;
	}
}
.ui-mobile-nav-toggle.active > div > span:nth-child(1) {
	top: 10px;
	width: 0%;
	left: 50%;
}
.ui-mobile-nav-toggle.active > div > span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ui-mobile-nav-toggle.active > div > span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ui-mobile-nav-toggle.active > div > span:nth-child(4) {
	top: 10px;
	width: 0%;
	left: 50%;
}

.transparent .ui-mobile-nav-toggle > div > span,
.navbar-inverse .ui-mobile-nav-toggle > div > span {
	background-color: #fff;
}

/* 23 :: SECTIONS */
.section {
	position: relative;
	padding: 2rem 0;
	z-index: 1;
}
.section-home-slider {
	position: relative;
	padding: 0;
	z-index: 2;
}
@media (max-width: 991px) {
	.section.ui-showcase-section div[class^="col-"]:nth-child(1) img,
	.section.ui-showcase-section div[class*=" col-"]:nth-child(1) img {
		float: right;
	}
}
@media (min-width: 992px) {
	.section.ui-showcase-section div[class^="col-"]:nth-child(2),
	.section.ui-showcase-section div[class*=" col-"]:nth-child(2) {
		padding-left: 2rem;
	}
}
@media (min-width: 1200px) {
	.section.ui-showcase-section div[class^="col-"]:nth-child(2),
	.section.ui-showcase-section div[class*=" col-"]:nth-child(2) {
		padding-left: 0;
	}
}

/* 23.1 :: Section Heading */
.section .section-heading {
	margin-bottom: 2rem;
}
.section .section-heading .icon {
	display: inline-block;
	font-size: 3.6rem;
	margin-bottom: 2rem;
}
.section .section-heading .heading {
	margin-top: 0;
	margin-bottom: 1rem;
}
.section .section-heading .paragraph {
	display: inline-block;
	max-width: 800px;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
.section .section-heading.center {
	text-align: center;
}
.section .section-heading.center .paragraph {
	margin: 0 auto;
}
@media (min-width: 481px) {
	.section .section-heading .heading,
	.section .section-heading .paragraph {
		margin-bottom: 1.25rem;
	}
}
@media (min-width: 740px) {
	.section .section-heading .heading,
	.section .section-heading .paragraph {
		margin-bottom: 1.5rem;
	}
}
@media (min-width: 992px) {
	.section .section-heading .heading,
	.section .section-heading .paragraph {
		margin-bottom: 1.75rem;
		margin-top: 20px;
	}
}

/* 23.1 :: Background Image With Overlay */
.section.bg-overlay {
	background-position: center center;
	background-size: cover;
}
.section.bg-overlay .container {
	position: relative;
	z-index: 2;
}
.section.bg-overlay::before {
	display: block;
	content: "";
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* 23.2 :: Section Waves */
.section.waves-layer .container {
	position: relative;
	z-index: 2;
}
.section.waves-layer::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -1px;
	left: -25%;
	right: -25%;
	height: 100%;
	background: url(../img/svg-layers/waves-layer-a.svg) bottom no-repeat;
	background-size: contain;
	opacity: 0.75;
	z-index: 1;
}
@media (min-width: 740px) {
	.section.waves-layer::after {
		left: -15%;
		right: -15%;
	}
}
@media (min-width: 992px) {
	.section.waves-layer::after {
		left: -12%;
		right: -12%;
	}
}
@media (min-width: 1367px) {
	.section.waves-layer::after {
		left: -9%;
		right: -9%;
	}
}

/* 23.3 :: Section Tilt */
.ui-action-section.ui-section-tilt {
	margin: -4rem 0;
	padding: 16rem 0;
	z-index: 0;
}
.ui-action-section.ui-section-tilt::before,
.ui-action-section.ui-section-tilt::after {
	display: block;
	content: "";
	position: absolute;
	left: -8rem;
	right: -8rem;
	height: 16rem;
	background-color: #fff;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	z-index: -1;
}
@media (min-width: 740px) {
	.ui-action-section.ui-section-tilt::before,
	.ui-action-section.ui-section-tilt::after {
		-webkit-transform: rotate(-8.5deg);
		transform: rotate(-8.5deg);
	}
}
@media (min-width: 992px) {
	.ui-action-section.ui-section-tilt::before,
	.ui-action-section.ui-section-tilt::after {
		-webkit-transform: rotate(-5.5deg);
		transform: rotate(-5.5deg);
	}
}
.ui-action-section.ui-section-tilt::before {
	top: -8rem;
}
.ui-action-section.ui-section-tilt::after {
	bottom: -8rem;
}
@media (max-width: 739px) {
	.ui-action-section.ui-section-tilt {
		margin: -8rem 0;
	}
}
@media (min-width: 740px) {
	.ui-action-section.ui-section-tilt .text-block {
		display: inline-block;
		margin-top: 5rem;
	}
}

/* 23.4 :: Call To Action Section */
@media (max-width: 739px) {
	.ui-action-section .text-block {
		text-align: center;
	}
}
.ui-action-section .section-heading {
	margin-bottom: 0;
}
.ui-action-section .img-block {
	text-align: center;
}
.ui-action-section .img-block img {
	position: relative;
	margin-top: 4rem;
	z-index: 2;
}
@media (min-width: 740px) {
	.ui-action-section .img-block img {
		display: inline-block;
		margin-top: -6rem;
		margin-bottom: -12rem;
	}
}

/* 24 :: TABS */
.ui-tabs .nav-tabs {
	font-family: "Gotham", sans-serif;
	margin-bottom: 2rem;
}
.ui-tabs .nav-tabs li {
	border-radius: 0.25rem;
	-webkit-transition: background-color 0.35s ease-out, box-shadow 0.35s ease-out;
	transition: background-color 0.35s ease-out, box-shadow 0.35s ease-out;
	margin-right: 0.25rem;
}
.ui-tabs .nav-tabs li:nth-last-child(1) {
	margin-right: 0;
}
.ui-tabs .nav-tabs li.active {
	background-color: #0087d9;
	border: 1px solid #ccc;
	box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}
.ui-tabs .nav-tabs li.active a {
	color: #fff;
}
.ui-tabs .nav-tabs li a {
	color: #59687c;
	font-weight: 700;
	text-transform: uppercase;
}
.ui-tabs .tab-pane {
	padding-top: 1rem;
}
.ui-tabs .tab-pane .sub-heading {
	font-weight: 600;
	margin-bottom: 2rem;
}

/* 25 :: VIDEO */
.video-player {
	position: relative;
	padding-bottom: 56.245%;
	height: 0;
	border-radius: 0.5rem;
	background-color: #242a32;
}
.video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* 25.1 :: Video Toggle */
.ui-video-toggle {
	display: inline-block;
	height: 52px;
	width: 52px;
	border-radius: 100%;
	border: 2px solid #fff;
	text-align: center;
	color: #fff;
	margin-bottom: 2rem;
	cursor: pointer;
	-webkit-transition: border-color 0.25s ease-out, color 0.25s ease-out;
	transition: border-color 0.25s ease-out, color 0.25s ease-out;
}
.ui-video-toggle:hover {
	color: #84ce65;
	border-color: #84ce65;
}

.section .section-heading .ui-video-toggle .icon,
.ui-video-toggle .icon {
	font-size: 26px;
	line-height: 50px;
	margin-bottom: 0;
	margin-right: -3px;
}

/* 25.2 :: Video Modal */
.video-modal .dialog {
	overflow: hidden;
}
.video-modal .close {
	color: #fff;
}

/* 26 :: ACCORDION SHOWCASE */
@media (max-width: 739px) {
	.ui-accordion-showcase > div:nth-child(1) {
		margin-bottom: 4rem;
	}
}
@media (min-width: 740px) {
	.ui-accordion-showcase > div {
		float: right;
	}
}

.program-ico {
	width: 170px;
}
.maskot {
	width: 60%;
	float: right;
	margin-top: 70px;
}
.header-art {
	width: 100%;
	float: right;
	margin-top: 10px;
}
.shake {
	display: inline-block;
}
.shake {
	display: block;
	position: relative;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background: rgba(0, 0, 0, 0);
}
.carousel-control.left {
	background: rgba(0, 0, 0, 0);
}
.carousel-caption {
	position: absolute;
	left: auto;
	top: 20%;
	right: 10%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-shadow: 0 0 black;
	width: 25%;
	text-align: center;
}
.carousel-caption .heading {
	font-size: 1.5em;
}
.carousel-caption .paragraph {
	font-size: 1.3em;
}
.carousel-control {
	width: 10%;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
		background: rgb(255, 255, 255, 0.3);
		border-radius: 50%;
		padding: 10px;
		display: inline-table;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-left: -10px;
		background: rgb(255, 255, 255, 0.3);
		border-radius: 50%;
		padding: 10px;
		display: inline-table;
	}
	.carousel-inner {
		position: relative;
		width: 100%;
		overflow: hidden;
		max-height: 720px;
	}
}
.call-center {
	display: block;
	margin-right: 25px;
	margin-top: 10px;
}
.call-center img,
.call-center-mobile img {
	max-width: 100%;
	height: auto;
}
.call-center-mobile {
	display: none;
}

.dropbtn {
	background-color: #3498db;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
.eventbtn {
	width: 100%;
	height: 98px;
	/*border: 1px solid #CCC;*/
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
.dropbtn:hover,
.dropbtn:focus {
	background-color: #2980b9;
}

#shortcutbox .dropdown {
	position: relative;
	display: block;
	width: 70%;
	min-width: 200px;
	margin: 0px auto;
}

#shortcutbox .dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: auto;
	overflow: auto;
	box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.08), 0.5px 1px 4px 0 rgba(0, 0, 0, 0.04);
	z-index: 1;
	width: 100%;
	top: 15px;
	text-align: left;
	padding: 10px;
	border-radius: 10px;
}

#shortcutbox .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.section-shortcut {
	width: 100%;
	height: 25px;
	margin: auto;
	left: 0;
	padding: 0 60px;
}
.shortcutbox {
	width: 70%;
	height: 97px;
	border-radius: 10px;
	border: 1px solid #ffffff00;
	box-shadow: 1px 2px 12px 0 rgb(0 0 0 / 6%), 0.5px 1px 7px 0 rgb(0 0 0 / 6%);
	margin: auto auto;
	margin-top: -60px;
	background: #fff;
	text-align: left;
	padding: 20px;
	z-index: 1000;
	cursor: pointer;
	transition: box-shadow 0.35s ease-out;
	position: relative;
}
.shortcutbox-hit {
	/*border:1px solid #0087d9;*/
}
.shortcutbox:hover {
	box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.1), 0.5px 1px 4px 0 rgba(0, 0, 0, 0.06);
}
.shortcutbox .lineshortcut {
	border: 1px solid #ccc;
}
.shortcutbox .changed {
	font-size: 1.1rem;
	padding-bottom: 5px;
	height: 20px;
	color: #bbb;
	margin: 10px 0;
}
.shortcutbox .icon-box {
	margin: 20px 0;
}
/*TAB SIMULASI*/
.panel {
	border: 0;
	border-radius: 10px;
}
.panel-heading {
	padding: 0;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #f4f7fb;
	border: 0;
}

.nav-tabs {
	border-bottom: 0;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
	width: 50%;
	text-align: center;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #2d4a5b;
	cursor: default;
	background-color: #fff;
	border: 0;
	border-bottom-color: transparent;
	font-weight: bold;
}
.nav-tabs > li > a {
	margin-right: 0;
	line-height: 2.1;
	color: #2d4a5b;
}
.nav-tabs > li > a:hover {
	border-color: #ebf0f7;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs > li > a {
	border: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #f0f4f9;
}
.tab-content > .active {
	padding: 15px;
}
.nav-news > li {
	width: auto;
	font-size: 18px;
}
.nav-news > li.active > a,
.nav-news > li.active > a:hover,
.nav-news > li.active > a:focus {
	color: #0087d9;
	cursor: default;
	border: 0;
	background-color: #fff0;
	border-bottom: 2px solid #0087d9;
	padding-bottom: 2px;
}
.nav-news > li > a:hover,
.nav-news > li > a:focus {
	text-decoration: none;
	background-color: rgba(240, 244, 249, 0);
	font-weight: bold;
}

.input-group-addon {
	font-size: 18px;
	color: #708198;
	background-color: #fff;
}
/*END TAB SIMULASI*/
.dropdown a:hover {
	background-color: #d7edfa;
	color: #0087d9;
	border-radius: 5px;
}

.show {
	display: block;
}
.margin-extra {
	width: 90%;
}
.chart-saldo img {
	width: 100%;
	border-radius: 10px;
}
.simulasi-box {
	margin-left: auto;
}
/*RESPONSIVE*/
@media (max-width: 768px) {
	.call-center {
		display: none;
	}

	.call-center-mobile {
		display: block;
	}
}
@media (max-width: 450px) {
	.call-center {
		display: none;
	}
	.margin-extra {
		width: 100%;
	}
	.call-center-mobile {
		display: block;
	}
	.nav-tabs > li {
		overflow: hidden;
		height: 45px;
	}
	.section-shortcut {
		padding: 0px;
	}
	.shortcutbox {
		width: 100%;
	}
	.dropdown {
		width: 100%;
	}
	.modal-body {
		padding: 10px;
	}
	.carousel-caption {
		right: 10%;
		top: 12% !important;
	}
}
.shake {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 1s;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
.fullwidth {
	width: 100%;
}
.form-result {
	margin: 20px 0 0 0;
}
.form-result .result-content {
	margin: 10px auto;
}
.form-result .result-content p {
	font-size: 2.2rem;
	font-weight: bold;
	color: #163141;
	font-family: Gotham-Medium;
}
.form-result label {
	font-size: 130%;
}
.form-result small {
	font-size: 76%;
}
.pilih-pendaftaran {
	font-size: 1rem;
	margin: 0px 20px;
}
.pilih-pendaftaran p {
	font-size: 1rem;
	margin-bottom: 25px;
}
.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
}
.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
	padding: 0 10px;
}
.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0.5rem;
	font-size: 1rem;
}
.card-title {
	margin-bottom: 0.75rem;
	font-size: 16px;
}
.padding-10 {
	padding: 12px;
}
.padding-20 {
	padding: 22px 30px;
	height: 400px;
	overflow: hidden;
}
.padding-30 {
	padding: 32px;
	height: 400px;
	overflow: hidden;
}
.img-kepesertaan {
	width: 100px;
	padding: 0 0.5rem;
}
.jaminan-list {
	margin: 10px 0px;
}
.jaminan-row {
	margin: 5px 0;
}
.jaminan-images {
	height: 40px;
	display: table-cell;
	margin: 0;
}
.jaminan-images img {
	height: 40px;
}
.jaminan-name {
	font-size: 13px;
	height: 45px;
	text-align: left;
	display: table-cell;
	padding: 0 5px;
	margin: 0;
	vertical-align: middle;
}
.jaminan-name a {
	color: #51627b;
}
.jaminan-name a:hover {
	color: #0087d9;
}
.carousel-control {
	width: 4%;
}
.carousel-control.left,
.carousel-control.right {
	margin-left: 15px;
	background-image: none;
}
.carousel-inner .web-banner {
	display: block;
}
.carousel-inner .mobile-banner {
	display: none !important;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: 0;
}
@media (max-width: 767px) {
	.carousel-inner .active.left {
		left: -100%;
	}
	.carousel-inner .next {
		left: 100%;
	}
	.carousel-inner .prev {
		left: -100%;
	}
	.active > div {
		/*display:none;*/
	}
	.active > div:first-child {
		display: block;
	}
	.carousel-caption {
		width: 80%;
		top: 17%;
	}
	.carousel-caption h1 {
		font-size: 2.2rem !important;
	}
	.carousel-inner .mobile-banner {
		display: block !important;
	}
	.carousel-inner .web-banner {
		display: none !important;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
	.carousel-inner .active.left {
		left: -50%;
	}
	.carousel-inner .next {
		left: 50%;
	}
	.carousel-inner .prev {
		left: -50%;
	}
	.active > div {
		display: none;
	}
	.active > div:first-child {
		display: block;
	}
	.active > div:first-child + div {
		display: block;
	}
}
@media (min-width: 992px) {
	.carousel-inner .active.left {
		left: -16.7%;
	}
	.carousel-inner .next {
		left: 16.7%;
	}
	.carousel-inner .prev {
		left: -16.7%;
	}
}
.top-left-arrow {
	margin-right: 60px;
}
.top-left-arrow-icon,
.top-right-arrow-icon {
	top: -30px !important;
	background: #fff;
	padding: 7px;
	border-radius: 50%;
	color: #0087d9;
	text-shadow: 0 0 0 black;
	box-shadow: 0px 1px 5px 1px #00000022;
	font-size: 12px !important;
}
.top-right-arrow {
}
.img-list-berita {
	width: 72px;
	height: 72px;
	border-radius: 10px;
	object-fit: fill;
}

.news-list {
	text-align: left;
}
.news-list a {
	color: #163141;
}
.news-list a:hover {
	color: #0087d9;
}
.news-list small {
	font-size: 0.9rem;
}
.thumbnail-news {
	display: block;
	padding: 0;
	margin-bottom: 18px;
	background-color: #00000000;
	border: 0;
	text-align: left;
}
.thumbnail-news img {
	border-radius: 10px;
	height: 160px;
	width: 100%;
}
.thumbnail-news .thumb {
	border-radius: 10px;
}
.thumbnail-news .caption {
	padding: 8px 0;
}
.thumbnail-news h4 {
	font-family: Gotham-Medium;
	font-size: 1rem;
	margin-bottom: 5px;
}
.thumbnail-news small {
	font-size: 0.9rem;
}
.thumbnail-news a {
	color: #163141;
}
.thumbnail-news a:hover {
	color: #0087d9;
}
.media-heading {
	font-family: "Gotham-Medium";
}

.list-box {
	padding: 10px;
	border-radius: 10px;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
	transition: box-shadow 0.35s ease-out;
	margin: 15px 10px;
}
.list-box:hover {
	box-shadow: 1px 2px 12px 0 rgb(0 0 0 / 10%), 0.5px 1px 4px 0 rgb(0 0 0 / 6%);
	color: #0087d9;
}
.list-box .badge {
	min-width: 10px;
	padding: 8px 12px;
	font-size: 1rem;
	background-color: #0077c0;
	border-radius: 10px;
	margin: 0 10px;
	margin-top: -5px;
	font-family: GothamBold, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.list-box-name {
	text-align: left;
	padding: 5px;
	margin: 0;
	vertical-align: middle;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.badge {
	width: 35px;
	padding: 8px 12px;
	font-size: 16px;
	background-color: #0077c0;
	border-radius: 10px;
	margin: 0 10px 0px 0;
	font-family: GothamBold, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.list-box-name i {
	margin-top: 7px;
}
.list-box-pop {
	padding: 12px 0 !important;
	font-size: 0.9rem;
	font-weight: bold;
	border: 0;
	margin: 10px 0 !important;
}
.list-box-pop span {
	height: 32px;
	vertical-align: middle;
	font-weight: normal;
	font-size: 16px;
}
.margin-10 {
	margin: 10px;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.list-group-item:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.list-group-item {
	padding: 20px 15px;
	margin: 10px;
}
/*KEAMANAN*/
.keamanan-list-icon {
	height: 40px;
	display: table-cell;
	margin: 0;
}
.keamanan-list-text {
	height: 45px;
	text-align: left;
	display: table-cell;
	padding: 0 15px;
	margin: 0;
	vertical-align: baseline;
	padding-bottom: 20px;
}
.keamanan-list-text p {
	font-size: 14px;
}
.keamanan-list-text .heading {
	color: #0087d9;
}

/*KEAMANAN END*/
.navbar.transparent .navbar-nav > li > a,
.navbar.transparent.navbar-inverse .navbar-nav > li > a,
.navbar.transparent.navbar-default .navbar-nav > li > a,
.navbar.transparent.bg-primary .navbar-nav > li > a {
	background: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background: none;
}

@media (min-width: 740px) {
	.navbar .dropdown-menu {
		background-color: #fff;
		border: 0;
		border-radius: 0.5rem !important;
	}
}
.arrow,
.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}
.arrow:after {
	content: "";
	border-width: 10px;
}
.arrow {
	top: -20px;
	left: 50%;
	margin-left: 0;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0);
}
/*
.dropdown-menu > li > a{
padding-right: 60px;
padding-left: 20px;
}
.icon-submenu{
width:30px;
height: 30px;
float: left;
margin-top: -6px;
margin-left: 0;
margin-right: 8px;
}
.icon-kinerja{
display: inline-block;
background-image:url(../images/icon-kinerja.svg);
background-size: cover;
}
.icon-good-governance{
display: inline-block;
background-image:url(../images/icon-good-governance.svg);
background-size: cover;
}
.icon-peraturan{
display: inline-block;
background-image:url(../images/icon-peraturan.svg);
background-size: cover;
}
.icon-tjsl{
display: inline-block;
background-image:url(../images/icon-tjsl.svg);
background-size: cover;
}
.icon-tjsl{
display: inline-block;
background-image:url(../images/icon-tjsl.svg);
background-size: cover;
}
*/
/*UPDATE TOPNAV */

.navbar.transparent .navbar-nav > li > a,
.navbar.transparent.navbar-inverse .navbar-nav > li > a,
.navbar.transparent.navbar-default .navbar-nav > li > a,
.navbar.transparent.bg-primary .navbar-nav > li > a {
	background: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background: none;
}

@media (min-width: 740px) {
	.navbar .dropdown-menu {
		background-color: #fff;
		border: 0;
		border-radius: 0.5rem !important;
	}
}
.arrow,
.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}
.arrow:after {
	content: "";
	border-width: 10px;
}
.arrow {
	top: -20px;
	left: 50%;
	margin-left: 0;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0);
}
.navbar .btn {
	color: #414c5a;
	border-left: 1px solid #414c5a;
	border-radius: 0;
}
.navbar .btn-search {
	border: 0 !important;
	width: 25px;
}
.navbar.transparent .btn-search {
	border: 0 !important;
	width: 25px;
}

/*UPDATE TOPNAV  END*/

/*START MODIFY FOOTER  31082021*/
@media screen and (max-width: 478px) {
	.mobile-hide {
		display: none;
	}

	.inpres-back-merah .col-lg-6 {
		padding: 0;
	}

	.inpres-back-hijau .caption {
		padding: 0 !important;
	}

	.inpres-back-hijau .box-angka {
		font-size: 3.3rem !important;
	}

	.inpres-back-hijau .box-info {
		font-size: 1.2rem !important;
	}

	.inpres-back-hitam h2 {
		margin-top: 20px;
	}
}
@media screen and (max-width: 1377px) {
	.inpres-back-hijau .box-info {
		font-size: 0.8rem !important;
	}

	.inpres-back-hijau .box-angka {
		font-size: 2.2rem !important;
	}

	.inpres-back-hijau .caption h3 {
		font-size: 2em !important;
	}

	.inpres-back-hijau .box-hijau {
		height: 108px !important;
	}
}
@media screen and (min-width: 768px) {
	.mobile-show {
		display: none;
	}

	.inpres-back-hitam .thumbnail {
		border-radius: 15px;
		width: 600px;
		height: 330px;
		margin: 160px 90px 0px -20px;
		border: 0;
		padding: 0;
	}

	.inpres-back-merah {
		background-image: url(../images/bgrn-merah.svg);
		min-height: 700px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: right;
		background-size: 70%;
		background-color: #f2f2f2;
		width: 100%;
	}

	.inpres-back-hitam {
		background-image: url(../images/bgrn-hitam.svg);
		min-height: 700px;
		display: inline-block;
		background-repeat: no-repeat;
		background-size: 70%;
		background-color: #f2f2f2;
		width: 100%;
	}

	.inpres-back-merah .red-caption {
		margin: 120px 40px;
	}

	.inpres-back-merah .thumbnail {
		border-radius: 15px;
		width: 600px;
		height: 330px;
		margin: 160px 90px 0px 70px;
		border: 0;
		padding: 0;
	}

	.inpres-back-hitam .black-caption {
		margin: 100px 60px;
		color: #fff !important;
	}

	.inpres-back-hitam .black-caption h3 {
		margin-top: 20px;
		margin-bottom: 10px;
		color: #fff !important;
	}

	.inpres-back-hitam .black-caption p {
		font-size: 1rem;
		margin: 25px 0;
	}
}
.inpres-back-hijau {
	background-image: url(../images/bgrn-hijau.svg);
	min-height: 700px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #59c072;
	width: 100%;
	padding-top: 30px;
}

.inpres-back-hijau .caption {
	margin: 10px;
	padding: 100px 50px;
	color: #fff !important;
}

.inpres-back-hijau .caption h3 {
	font-size: 2.5em;
	margin-top: 30px;
	color: #fff !important;
}

.inpres-back-hijau .caption p {
	font-size: 1.7rem;
	margin: 25px 0;
}

.inpres-back-hijau .box-hijau {
	background-color: #ffffff36;
	padding: 10px 15px;
	border-radius: 10px;
	margin: 15px 0;
	height: 130px;
	text-align: center;
}

.inpres-back-hijau .list-hijau {
	margin: 20px 0;
	margin-left: -5px;
	font-size: 1.3em;
	font-weight: bold;
}

.inpres-back-hijau .list-hijau-2 {
	margin: 20px;
}

.inpres-back-hijau .list-hijau li {
	margin: 10px 0;
	list-style-type: decimal-leading-zero;
}

.inpres-back-hijau .list-hijau-2 li {
	margin: 10px 0;
	list-style-type: decimal-leading-zero;
}

.inpres-back-hijau .box-angka {
	font-size: 2.8rem;
	margin: 5px 0;
	font-family: "Gotham";
	color: #fff;
}

.inpres-back-hijau .box-info {
	font-size: 0.9rem;
	color: #fff;
	line-height: 10px;
	font-weight: bold;
}

.inpres-back-hijau .box-desc {
	background: #ceaf00;
	padding: 25px;
	border-radius: 15px;
}

.slide-page {
	text-align: center;
	margin: 10px;
	padding: 0;
	color: #fff;
}

#menteri .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 720px;
	border-radius: 15px;
}

.background-layer {
	margin: 30px 0;
}

@media screen and (min-width: 768px) {
	.inpres-back-hijau .box-hijau {
		background-color: #ffffff36;
		padding: 10px 15px;
		border-radius: 10px;
		margin: 30px 0;
		height: 120px;
		text-align: center;
	}

	#menteri .carousel-inner {
		position: relative;
		width: 100%;
		overflow: hidden;
		max-height: 720px;
		border-radius: 15px;
	}

	.slide-page {
		padding: 20px 230px;
	}

	.slide-page .carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -60px;
	}

	.slide-page .background-layer {
		background-image: url(../images/bgrn-slider.png);
		padding: 20px 30px 55px 30px;
		background-size: contain;
		background-position-y: 30px;
		background-repeat: no-repeat;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -18px;
	}
}
.slide-page h3 {
	margin-bottom: 30px;
	color: #fff !important;
}

.slide-page p {
	font-size: 1.3em;
}

.slide-page .carousel-control {
	width: 0%;
}

/*PORTAL INPRES END*/
/*PORTAL JKP */
.manfaat-box .thumbnail {
	border: 0;
	padding: 20px;
}

.manfaat-box .thumbnail-fix {
	box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.04), 0.5px 1px 7px 0 rgba(0, 0, 0, 0.04);
	border-radius: 8px;
	min-height: 533px;
}

.manfaat-box .thumbnail .caption {
	font-family: Gotham;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.manfaat-box .thumbnail .caption p {
	text-align: center;
}

#jkp .list-box-jkp {
	padding: 5px 0 !important;
	font-size: 1rem;
	font-weight: 100;
	border: 0;
	margin: 0 0 !important;
}

#jkp .list-box-jkp span {
	height: 28px;
	vertical-align: middle;
}

#jkp .badge {
	width: 28px;
	padding: 5px 9px;
	font-size: 1em;
	background-color: #0077c0;
	border-radius: 10px;
	margin: 0 10px 0px 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.margin-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.margin-top-40 {
	margin-top: 40px;
	margin-bottom: -32px;
}
.margin-bottom-40 {
	margin-top: 0px;
	margin-bottom: 40px;
}
#jkp .video-box {
	width: 100%;
	height: 500px;
	margin: 20px 0;
	border-radius: 20px;
}

#apaitu .image {
	width: 100%;
	margin: 0 0 15px 0;
	border-radius: 5px;
}
#apaitu h4 {
	margin-bottom: 0;
}

#siapasaja .image {
	width: 88%;
	position: absolute;
	margin-top: 50px;
}

#kriteria .image {
	width: 110%;
	top: 600px;
	position: relative;
}

#bukusaku .desc {
	padding-top: 10%;
}

#bukusaku .image {
	width: 70%;
}

#jkp #accordion .panel-title a {
	font-size: 16px;
	padding: 20px 0px;
	padding-right: 30px;
	border-bottom: none;
}

#jkp #accordion .panel-title a:after,
#jkp #accordion .panel-title a.collapsed:after {
	right: 5px;
	top: 25px;
}

#jkp .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #fff;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

#jkp #accordion .panel-title a.collapsed {
	border-bottom: none;
}

#jkp #accordion .panel-title a.collapsed {
	color: #163141;
}

@media screen and (max-width: 478px) {
	#jkp h3 {
		font-size: 1.4em;
	}

	.manfaat-box .thumbnail .caption {
		margin-top: 0;
		font-size: 16px;
	}

	#apaitu .image {
		width: 100%;
		position: relative;
		margin-bottom: -67px;
	}

	#siapasaja .image {
		position: relative;
		margin-bottom: -26px;
	}

	#kriteria .image {
		width: 110%;
		top: 27px;
		position: relative;
	}

	.manfaat-box .thumbnail-fix {
		min-height: auto;
	}

	#jkp .video-box {
		height: 200px;
	}

	#bukusaku .desc {
		padding-top: 0;
		text-align: center;
		padding-bottom: 20px;
	}

	#bukusaku .desc .btn {
		width: 80%;
		padding: 15px;
		font-size: 16px;
	}

	.margin-40 {
		margin-bottom: 0;
	}

	#jkp #accordion .panel-title a {
		font-size: 16px;
		padding: 10px 15px;
		padding-right: 10px;
	}

	#jkp #accordion .panel-title a:after,
	#jkp #accordion .panel-title a.collapsed:after {
		right: 5px;
		top: 18px;
	}

	#jkp .panel-default > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #fff;
		margin: 20px;
		padding-bottom: 20px !important;
		margin-bottom: 0;
	}

	#jkp #accordion .panel-title a.collapsed {
		color: #163141;
	}
}
/*PORTAL JKP END*/
/*PORAL PERUMAHAN NEW */
#perumahan #accordion .panel-title a {
	font-family: "Gotham-Medium";
}

#perumahan #accordion .panel-heading {
	background: none;
}

#perumahan #accordion .panel {
	background: none;
}

#perumahan #accordion .panel-title a.collapsed {
	color: #163141;
	border-bottom: 1px solid #c9d9e2;
}

#perumahan #accordion .panel-title a.collapsed:after {
	color: #0087d9;
}

#perumahan #accordion .panel-title a {
	border-bottom: 0;
}

#perumahan .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #c9d9e2;
}

#perumahan #accordion .panel-title-detil a {
	border-bottom: 1px solid #c9d9e2;
}

#perumahan #accordion .panel-title-detil a.collapsed:after {
	content: "";
	color: #0087d9;
}

#perumahan .badge {
	width: 30px;
	padding: 6px 0px;
	font-size: 16px;
	border-radius: 10px;
	margin: 0 10px 0px 0;
	font-family: Gotham-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

@media screen and (max-width: 478px) {
	#perumahan .badge {
		width: 22px;
		padding: 4px 0px;
		font-size: 12px;
		border-radius: 8px;
		margin: 0 6px 0px 0;
		font-family: Gotham-Medium, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}

	#perumahan #accordion .panel-title a {
		display: flex !important;
	}

	#perumahan .panel-title img {
		margin-right: 5px;
	}
}
/*PORTAL PERUMAHAN NEW END */
/*MODIFY DH186200*/

.name-product:hover {
	color: #0087d9;
}

.dokumen-pendaftaran li {
	margin-bottom: 25px !important;
}

.tab-prolay {
	overflow: hidden;
	color: black;
	margin: 0 !important;
	position: relative;
	display: inline-block;
	width: 500px;
	font-size: 12px;
	text-align: center;
}

.tab-prolay button.active {
	background-color: #fff0 !important;
	color: #fff;
	border-radius: 0 !important;
	border: 0;
	border-bottom: 2px solid #0087d9 !important;
	color: #0087d9 !important;
	font-weight: 600;
}

.tab-prolay button {
	background-color: #fff0 !important;
	border-radius: 0 !important;
	border: 0 !important;
	color: black !important;
}

.proslay-row {
	margin: 27px 0;
	display: inline-flex;
}

.proslay-text {
	text-align: start;
	width: 350px;
}

.proslay-text-2 {
	text-align: start;
	width: 280px;
}

.m-top-jkp-1 {
	margin-top: 80px;
}

.m-top-jkp-2 {
	margin-top: 60px;
}

.w-img-jkp-1 {
	width: 60%;
}

.proslay-number {
	margin-right: 4px;
	font-size: 15px;
	line-height: 22px;
}

.proslay-images-medium img {
	height: auto;
	width: 80px;
	margin-top: -20px;
	margin-right: 3px;
}
/*buton chat*/
#homepage .fullwidth {
	width: 100% !important;
	font-size: 15px;
}
#return-to-top {
	right: 19px !important;
}

/* Opacity Tentang Kami*/
.st-timeline {
	opacity: 1 !important;
}

/* 25px */
.mt-25 {
	margin-top: inherit;
}

/* 10px */
.mt-10 {
	margin-top: inherit;
}

#homepage .container-nav {
	max-width: 1440px !important;
}

#homepage .margin-extra {
	width: 100% !important;
}

/*footer new*/
.footer .iconsosmed {
	margin-top: 2%;
	margin-bottom: 20px;
}

.footer .iconsosmed a {
	padding: 5px;
	width: 20px;
	height: 15px;
}

.fa-lg {
	font-size: 25px !important;
}

.ikut-kami {
	margin-top: auto;
}

.sidewas {
	width: 100%;
	height: auto;
}

.sidewas img {
	width: 100%;
	height: auto;
	margin: 15% auto 3% auto;
	padding: 5px 12%;
	-o-object-fit: contain;
	object-fit: contain;
}

.container-footer li {
	list-style: none;
}

.input-search-icon i {
	z-index: 1;
}

@media (min-width: 769px) {
	.footer {
		width: 100%;
		background-size: 200px;
		background-repeat: no-repeat;
		position: absolute;
		background-position: bottom right;
	}
}
/*end footer new*/
/* responsive 2560*/
/* max width*/
@media screen and (max-width: 2560px) {
	.wraping-cairkan {
		display: inline-flex;
		padding: 20px;
	}

	.wraping-cairkan .badge {
		height: 40px;
	}

	.mencairkan-saldo .cair-text {
		font-size: 19px;
	}

	.call-center .icon-wa img {
		width: 22px !important;
		margin-left: 1%;
		height: auto;
	}

	.footer .icon-social {
		margin-top: 15px;
		width: 170px;
		text-align: start;
	}

	#homepage .ui-gradient-animator .heading,
	.ui-gradient-animator .sub-heading,
	.ui-gradient-animator .ui-icon-block .icon,
	.ui-gradient-animator a,
	.ui-gradient-animator .price,
	.ui-blue-color .heading,
	.ui-blue-color .sub-heading,
	.ui-blue-color .ui-icon-block .icon,
	.ui-blue-color a,
	.ui-blue-color .price {
		color: #fff;
		font-size: 36px;
	}

	.name-product {
		height: 50px;
		text-align: left;
		display: table-cell;
		padding: 5px;
		font-size: 14px;
		margin: 0;
		vertical-align: middle;
	}

	.mt-25 {
		margin-top: 25px !important;
	}

	.mt-10 {
		margin-top: 1px !important;
	}

	.logo-default,
	.logo-transparent {
		height: 60px !important;
		margin-top: -30px !important;
	}

	#homepage .actions .btn {
		margin-right: 1rem;
		margin-bottom: 0;
		margin-top: 20px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -20px;
	}

	.navbar-default .navbar-nav > li > a > span,
	.navbar-default .navbar-nav > li > a > span {
		background-color: rgba(0, 0, 0, 0);
		display: block;
		padding: 8px 1px;
		font-size: 17px;
		margin: -8px;
		border-radius: 8px;
	}

	.navbar.transparent .navbar-nav > li > a > span,
	.navbar.transparent.navbar-inverse .navbar-nav > li > a > span,
	.navbar.transparent.navbar-default .navbar-nav > li > a > span,
	.navbar.transparent.bg-primary .navbar-nav > li > a > span {
		background-color: rgba(255, 255, 255, 0);
		display: block;
		padding: 8px 1px;
		font-size: 17px;
		margin: -8px;
		border-radius: 8px;
	}

	.page-search p:nth-child(1) {
		font-size: 80px !important;
	}

	.page-search-button a {
		font-size: 29px;
	}
	.page-search-button {
		width: auto !important;
	}

	.container-nav {
		max-width: 1440px !important;
	}
}
/* end max width*/
/*min width*/
@media screen and (min-width: 2561px) {
	.wraping-cairkan {
		display: inline-flex;
		padding: 20px;
	}

	.wraping-cairkan .badge {
		height: 40px;
	}

	.mencairkan-saldo .cair-text {
		font-size: 19px;
	}

	#homepage .ui-gradient-animator .heading,
	.ui-gradient-animator .sub-heading,
	.ui-gradient-animator .ui-icon-block .icon,
	.ui-gradient-animator a,
	.ui-gradient-animator .price,
	.ui-blue-color .heading,
	.ui-blue-color .sub-heading,
	.ui-blue-color .ui-icon-block .icon,
	.ui-blue-color a,
	.ui-blue-color .price {
		color: #fff;
		margin-top: 120px;
		font-size: 88px;
	}

	.name-product {
		height: 50px;
		text-align: left;
		display: table-cell;
		padding: 5px;
		font-size: 14px;
		margin: 0;
		vertical-align: middle;
	}

	.mt-25 {
		margin-top: 25px !important;
	}

	.mt-10 {
		margin-top: 1px !important;
	}

	.logo-default,
	.logo-transparent {
		height: 60px !important;
		margin-top: -30px !important;
	}

	#homepage .actions .btn {
		margin-right: 1rem;
		margin-bottom: 0;
		margin-top: 20px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -20px;
	}

	.navbar.transparent .navbar-nav > li > a > span,
	.navbar.transparent.navbar-inverse .navbar-nav > li > a > span,
	.navbar.transparent.navbar-default .navbar-nav > li > a > span,
	.navbar.transparent.bg-primary .navbar-nav > li > a > span {
		background-color: rgba(255, 255, 255, 0);
		display: block;
		padding: 8px 1px;
		font-size: 17px;
		margin: -8px;
		border-radius: 8px;
	}

	.page-search-button a {
		font-size: 17px;
		margin: 20px 0;
	}

	/*mentok 1440 px nabar atas*/
	.container-nav {
		max-width: 1440px !important;
	}
}
/*end min width*/
/*end responsive 2560*/
/* responsive 1920*/
@media screen and (max-width: 1920px) {
	.page-search p:nth-child(1) {
		font-size: 60px !important;
	}

	.page-search-button a {
		font-size: 29px;
		margin: 20px 0;
	}

	.page-search-button {
		width: auto !important;
	}
	#homepage .ui-gradient-animator .heading,
	.ui-gradient-animator .sub-heading,
	.ui-gradient-animator .ui-icon-block .icon,
	.ui-gradient-animator a,
	.ui-gradient-animator .price,
	.ui-blue-color .heading,
	.ui-blue-color .sub-heading,
	.ui-blue-color .ui-icon-block .icon,
	.ui-blue-color a,
	.ui-blue-color .price {
		color: #fff;
	}

	.mt-25 {
		margin-top: 25px !important;
	}

	.mt-10 {
		margin-top: 1px !important;
	}

	.logo-default,
	.logo-transparent {
		height: 60px !important;
		margin-top: -30px !important;
	}

	.container-nav {
		max-width: 1440px;
		/* margin-top: 15px; */
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -20px;
	}

	.name-product {
		height: 50px;
		text-align: left;
		display: table-cell;
		padding: 5px;
		font-size: 14px;
		margin: 0;
		vertical-align: middle;
	}

	#homepage .actions .btn {
		margin-right: 1rem;
		margin-bottom: 0;
		margin-top: -4px;
		font-size: 20px;
	}

	.fix-cara-klaim-box .icon-tab {
		display: inline-table;
		padding: 20px;
	}

	.page-search {
		margin-top: -80px;
	}

	/*cara klaim*/
	#caraklaim .fix-cara-klaim-tab {
		top: 96px !important;
	}
	#caraklaim .margin-bottom-clean {
		margin-bottom: -30px;
	}
}
/*end responsive 1920*/
/*responsive 1680*/
@media screen and (max-width: 1680px) {
	#homepage .ui-gradient-animator .heading,
	.ui-gradient-animator .sub-heading,
	.ui-gradient-animator .ui-icon-block .icon,
	.ui-gradient-animator a,
	.ui-gradient-animator .price,
	.ui-blue-color .heading,
	.ui-blue-color .sub-heading,
	.ui-blue-color .ui-icon-block .icon,
	.ui-blue-color a,
	.ui-blue-color .price {
		color: #fff;
		margin-top: 50px;
		font-size: 28px;
	}

	#homepage .actions .btn {
		margin-right: 1rem;
		margin-bottom: 0;
		margin-top: 5px;
		font-size: 15px;
	}

	/*cara klaim pages*/
	#caraklaim .nav-tabs > li > a {
		width: 100%;
	}

	#caraklaim .nav-layanan > li.active > a,
	.nav-layanan > li.active > a:hover,
	.nav-layanan > li.active > a:focus {
		width: 100%;
	}

	/* end cara klaim pages*/
	/*search pages*/
	.page-search-button a {
		font-size: 17px;
		margin: 20px 0;
	}
}
/*end responsive 1680*/
/*end responsive 1400*/
@media screen and (max-width: 1400px) {
	#homepage .ui-gradient-animator .heading,
	.ui-gradient-animator .sub-heading,
	.ui-gradient-animator .ui-icon-block .icon,
	.ui-gradient-animator a,
	.ui-gradient-animator .price,
	.ui-blue-color .heading,
	.ui-blue-color .sub-heading,
	.ui-blue-color .ui-icon-block .icon,
	.ui-blue-color a,
	.ui-blue-color .price {
		color: #fff;
		margin-top: 5px;
		font-size: 28px;
	}

	#homepage .actions .btn {
		margin-right: 1rem;
		margin-bottom: 0;
		margin-top: -4px;
		font-size: 18px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -19px;
	}

	.navbar.transparent .navbar-nav > li > a > span,
	.navbar.transparent.navbar-inverse .navbar-nav > li > a > span,
	.navbar.transparent.navbar-default .navbar-nav > li > a > span,
	.navbar.transparent.bg-primary .navbar-nav > li > a > span {
		background-color: rgba(255, 255, 255, 0);
		display: block;
		padding: 8px 1px;
		font-size: 16px;
		margin: -8px -10px;
		border-radius: 8px;
	}

	.navbar.transparent .navbar-nav > li > a:hover > span,
	.navbar.transparent.navbar-inverse .navbar-nav > li > a:hover > span,
	.navbar.transparent.navbar-default .navbar-nav > li > a:hover > span,
	.navbar.transparent.bg-primary .navbar-nav > li > a:hover > span {
		background-color: rgba(255, 255, 255, 0.21);
		display: block;
		padding: 8px 1px;
		margin: -8px;
		border-radius: 8px;
	}

	.navbar-default .navbar-nav > li > a > span,
	.navbar-default .navbar-nav > li > a > span {
		background-color: rgba(0, 0, 0, 0);
		display: block;
		padding: 8px 1px;
		font-size: 16px;
		margin: -8px -10px;
	}

	.mt-25 {
		margin-top: 25px !important;
	}

	.mt-10 {
		margin-top: 1px !important;
	}

	.logo-default,
	.logo-transparent {
		height: 60px !important;
		margin-top: -30px !important;
	}

	.container-nav {
		max-width: 1440px;
		/* margin-top: 15px; */
	}

	.fix-cara-klaim-box .icon-tab {
		display: inline-table;
		padding: 20px;
	}

	.page-search {
		margin-top: -80px;
	}

	.page-search-button a {
		font-size: 17px;
		margin: 20px 0;
	}

	/*search*/
	.page-search p:nth-child(1) {
		font-size: 62px;
		margin-top: 25px;
	}

	/*end search*/
}
/*end responsive 1400*/
/* responsive 1280*/
@media screen and (max-width: 1280px) {
	.proslay-text {
		text-align: start;
		width: 250px;
	}
	.proslay-text-2 {
		text-align: start;
		width: 180px;
	}

	.page-search p:nth-child(1) {
		font-size: 40px !important;
	}

	.page-search-button {
		width: auto !important;
	}
	.mt-25 {
		margin-top: 25px !important;
	}

	.mt-10 {
		margin-top: 1px !important;
	}

	.logo-default,
	.logo-transparent {
		height: 60px !important;
		margin-top: -30px !important;
	}

	.container-nav {
		max-width: 1440px;
		/* margin-top: 15px; */
	}

	.navbar .nav > li > a {
		padding-left: 5px;
		padding-right: 10px;
		font-size: 13px;
	}

	.container-nav {
		width: 100% !important;
	}

	#homepage .carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -17px;
	}

	#homepage .ui-gradient-animator .heading,
	.ui-gradient-animator .sub-heading,
	.ui-gradient-animator .ui-icon-block .icon,
	.ui-gradient-animator a,
	.ui-gradient-animator .price,
	.ui-blue-color .heading,
	.ui-blue-color .sub-heading,
	.ui-blue-color .ui-icon-block .icon,
	.ui-blue-color a,
	.ui-blue-color .price {
		color: #fff;
		font-size: 28px;
	}

	.name-product {
		height: 50px;
		text-align: left;
		display: table-cell;
		padding: 5px;
		margin: 0;
		vertical-align: middle;
		font-size: 11px;
	}

	#homepage .actions .btn {
		margin-right: 1rem;
		margin-bottom: 0;
		margin-top: -4px;
		font-size: 16px;
	}

	.navbar-default .navbar-nav > li > a > span,
	.navbar-default .navbar-nav > li > a > span {
		background-color: rgba(0, 0, 0, 0);
		display: block;
		padding: 8px 3px;
		font-size: 15px;
		margin: -8px;
		border-radius: 8px;
	}

	.navbar.transparent .navbar-nav > li > a > span,
	.navbar.transparent.navbar-inverse .navbar-nav > li > a > span,
	.navbar.transparent.navbar-default .navbar-nav > li > a > span,
	.navbar.transparent.bg-primary .navbar-nav > li > a > span {
		background-color: rgba(255, 255, 255, 0);
		display: block;
		padding: 8px 3px;
		font-size: 15px;
		margin: -8px;
		border-radius: 8px;
	}

	.fix-cara-klaim-box .icon-tab {
		display: inline-table;
		padding: 20px;
	}

	.page-search {
		margin-top: -80px;
	}

	.page-search-button a {
		font-size: 15px;
		margin: 20px 0;
	}

	/*search*/
	.page-search p:nth-child(1) {
		font-size: 52px;
		margin-top: 25px;
	}

	/*end search*/
	.fa-lg {
		font-size: 21px !important;
	}
}
/*end responsive 1280*/
@media screen and (max-width: 1199px) {
	.thumbnail-news img {
		border-radius: 10px;
		height: 160px;
		width: 100%;
		/*posisi image berita*/
		-o-object-position: 100% 25%;
		object-position: 100% 25%;
		-o-object-position: cover;
		object-position: cover;
	}
}
/* responsive 1024*/
@media screen and (max-width: 1024px) {
	#homepage .fullwidth {
		width: 100% !important;
		font-size: 12px;
	}
	.page-search p:nth-child(1) {
		font-size: 30px !important;
		width: 800px;
	}

	.page-search-button {
		width: auto !important;
	}
	/*footer new*/
	.footer .icon-social {
		margin-top: 15px;
		text-align: left !important;
	}

	.footer .iconsosmed {
		margin-top: 3%;
		margin-bottom: 5%;
		padding-left: 0.5rem;
	}

	.ikut-kami {
		margin-top: 4%;
		padding-left: 0.3rem;
	}
	/*end footer new*/

	.mt-25 {
		margin-top: 25px !important;
	}

	.mt-10 {
		margin-top: 12px !important;
	}

	.logo-default,
	.logo-transparent {
		height: 60px !important;
		margin-top: -30px !important;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -18px;
	}

	.ui-navigation {
		display: none !important;
	}

	.ui-mobile-nav-toggle.active ~ .ui-navigation.navbar-right {
		display: block !important;
		width: 100%;
	}

	.ui-mobile-nav-toggle.active ~ .ui-navigation.navbar-right .nav > li {
		display: block !important;
		width: 100% !important;
		float: none !important;
	}

	.ui-mobile-nav-toggle.active ~ .ui-navigation.navbar-right .nav > li a {
		display: block !important;
		width: 100% !important;
		float: none !important;
		margin: 15px 15px;
		padding: 0;
	}

	.ui-mobile-nav-toggle {
		display: flex;
	}

	.container-nav {
		width: 1024px !important;
		margin-left: 0px;
	}

	.name-product {
		font-size: 7px;
	}

	.ui-gradient-animator .heading,
	.ui-gradient-animator .sub-heading,
	.ui-gradient-animator .ui-icon-block .icon,
	.ui-gradient-animator a,
	.ui-gradient-animator .price,
	.ui-blue-color .heading,
	.ui-blue-color .sub-heading,
	.ui-blue-color .ui-icon-block .icon,
	.ui-blue-color a,
	.ui-blue-color .price {
		color: #fff;
		font-size: 30px;
	}

	#homepage .actions .btn {
		margin-right: 1rem;
		margin-bottom: 0;
		margin-top: -4px;
		font-size: 14px;
	}

	.container-nav {
		max-width: 1440px;
		margin-top: 3px;
		width: 100% !important;
	}

	.panel-body {
		padding: 15px;
		height: auto !important;
	}

	.thumb {
		width: 100%;
	}

	.tab-content {
		margin-bottom: 10%;
	}

	.box-content-home {
		width: 100%;
		min-height: 300px;
		margin: 20px 113px 13.5px 0;
		padding: 0;
		border-radius: 10px;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.06), 0.5px 1px 7px 0 rgba(0, 0, 0, 0.06);
		background-color: #ffffff;
		transition: box-shadow 0.35s ease-out;
	}

	.chart-saldo {
		height: 650px;
	}

	.call-center img,
	.call-center-mobile img {
		max-width: 100%;
		height: auto;
		padding-left: 0.3rem;
	}

	.icon-social {
		width: 135px;
	}

	.product-name {
		height: 45px;
		width: auto;
		vertical-align: middle;
	}

	.fix-cara-klaim-box .product-name {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: left;
		font-size: 12px;
		line-height: 13px;
	}

	.fix-cara-klaim-box .icon-tab {
		display: inline-table;
		padding: 20px;
	}

	.container-footer {
		padding-top: 30px;
		font-weight: 100;
		margin-top: auto;
	}

	.swiper-button-next {
		margin-top: -115px !important;
		position: relative !important;
		float: right;
		margin-right: 11%;
	}

	.swiper-button-prev {
		margin-top: -115px !important;
		position: relative !important;
		float: right;
		margin-right: -102%;
	}

	.swiper-button-next2 {
		margin-top: -66px !important;
		position: relative !important;
		float: right;
		margin-right: 11%;
	}

	.swiper-button-prev2 {
		margin-top: -66px !important;
		position: relative !important;
		float: right;
		margin-right: -102%;
	}

	.swiper-button-next4 {
		margin-top: 0px !important;
		position: relative !important;
		float: right;
		margin-right: -1%;
	}

	.swiper-button-prev4 {
		margin-top: 0px !important;
		position: relative !important;
		float: right;
		margin-right: 4%;
	}

	.swiper-button-next3 {
		margin-top: 0px !important;
		position: relative !important;
		float: right;
		margin-right: -1%;
	}

	.swiper-button-prev3 {
		margin-top: 0px !important;
		position: relative !important;
		float: right;
		margin-right: 0%;
	}

	.rectangle-kanwil {
		width: 100% !important;
		font-size: 14px;
	}

	.button-pencarian-kontak {
		position: relative;
		margin: 20px 0;
		left: 36% !important;
	}

	#homepage .page-search {
		margin-top: 0px;
	}

	#homepage .page-search .heading {
		font-size: 25px;
	}

	.input-search {
		width: 420px !important;
		height: 55px !important;
	}

	.input-search-icon {
		position: relative;
		width: 456px !important;
	}

	.page-search-button a {
		font-size: 14px;
		margin: 20px 0;
	}

	/*cara klaim pages*/
	#caraklaim .fix-cara-klaim-tab {
		top: 81px !important;
	}

	/*search*/
	.page-search p:nth-child(1) {
		font-size: auto !important;
		margin-top: auto !important;
	}

	/*end search*/
}
/*end responsive 1024*/
/* responsive 991*/
@media screen and (max-width: 991px) {
	.icon-border {
		visibility: hidden;
	}

	.call-center-mobile .icon-wa img {
		width: 30px !important;
		margin-left: -1.5%;
		height: auto;
	}

	#homepage .page-search {
		margin-top: 0px;
		padding-left: 5%;
	}

	#homepage .page-search,
	.carousel-caption-page {
		left: 0 !important;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right {
		visibility: visible !important;
	}

	.penghargaan .date {
		font-size: 20px;
		font-weight: bold;
	}

	.penghargaan .title {
		color: #0087d9;
		font-size: 12px;
		line-height: 1.5em;
	}

	#homepage .fullwidth {
		width: 100% !important;
		text-align: center;
		font-size: 12px;
		padding: 10px 0px;
	}

	/* scrol eror pu, bpu, jakon, pmi */
	#homepage .wrapper .list {
		width: 100% !important;
	}

	#homepage .swiper-button-next,
	.swiper-button-prev,
	.swiper-button-next2,
	.swiper-button-prev2,
	.swiper-button-next3,
	.swiper-button-prev3,
	.swiper-button-prev4,
	.swiper-button-next4 {
		visibility: hidden;
	}

	#homepage .wrapper .list {
		width: 100% !important;
	}

	#homepage .nav-tabs {
		flex-direction: column;
		display: flex;
		flex-wrap: wrap;
		border-bottom: 0.5px solid #d6cece;
		overflow-x: auto;
		overflow-y: hidden;
		height: 85px;
	}
	/* end scrol eror pu, bpu, jakon, pmi */

	.page-search p:nth-child(1) {
		font-size: 30px !important;
		width: 800px;
	}

	.page-search-button a {
		font-size: 9px;
		margin: 20px 0;
	}

	/* navigation */
	.container-nav {
		width: auto !important;
		margin-left: 0px;
	}

	.simulasi-box {
		padding-top: 30%;
	}

	.card-list-berita {
		width: 100%;
		padding: 10px;
		height: auto !important;
	}

	/* end navigation */

	/*footer new*/
	.footer .iconsosmed {
		margin-top: 3%;
		margin-bottom: 5%;
		padding-left: 0.6rem;
	}

	.ikut-kami {
		margin-top: 4%;
		padding-left: 0.8rem;
	}

	.call-center img,
	.call-center-mobile img {
		max-width: 100%;
		width: 150px;
		height: auto;
		padding-left: 0.9rem;
	}

	.footer {
		width: 100%;
		background-size: 200px;
		background-repeat: no-repeat;
		position: absolute;
		background-position: bottom right;
	}

	.fa-lg {
		font-size: 34px;
		line-height: 0.75em;
		vertical-align: -15%;
	}

	.container-footer {
		padding-top: 30px;
		font-weight: 100;
		margin-top: auto;
	}

	/* .text-center img {
		width: 150px;
	} */

	.container-footer li.footer-menu-1st {
		font-size: 14px;
	}

	.container-footer li {
		font-size: 13px;
		color: white;
		list-style: none;
		font-family: "Gotham";
		margin: 7px 0;
	}

	.h-footer {
		height: auto;
	}

	.width-img {
		width: 100px;
		height: auto !important;
	}

	.call-center {
		display: none;
	}

	.call-center-mobile {
		display: block !important;
	}

	.width-img {
		width: 100px !important;
	}

	/* end footer new*/

	/*landingpage JMO*/
	#landingJMO .wrap-jmo-kiri {
		margin-left: 0 !important;
	}

	#landingJMO .tab-content {
		margin-left: 20% !important;
	}

	/*END landingpage JMO*/

	/* Tentang Kami */
	.status .timeline-content .timeline-box {
		width: 85%;
		font-size: 15px;
	}

	/* End Tentang Kami */
}
/* end responsive 991*/
/* responsive 855px */
@media screen and (max-width: 855px) {
	.page-search p:nth-child(1) {
		font-size: 25px !important;
		width: 800px;
	}

	.page-search-button div a {
		padding: 9px 14px;
	}

	#homepage .page-search {
		margin-top: -15px;
	}
}
/* end responsive 855px */
/* responsive 768*/
@media screen and (max-width: 768px) {
	/*footer new*/
	.footer .icon-social {
		margin-top: 15px;
		text-align: left !important;
	}

	.footer .iconsosmed {
		margin-top: 3%;
		margin-bottom: 5%;
		padding-left: 0.5rem;
	}

	.ikut-kami {
		margin-top: 4%;
		padding-left: 0.8rem;
	}

	.footer {
		width: 100%;
		background-size: 200px;
		background-repeat: no-repeat;
		position: absolute;
		background-position: bottom right;
	}

	.fa-lg {
		font-size: 34px;
		line-height: 0.75em;
		vertical-align: -15%;
	}

	.container-footer {
		padding-top: 30px;
		font-weight: 100;
		margin-top: auto;
	}

	.container-footer li.footer-menu-1st {
		font-size: 11px;
	}

	.container-footer li {
		font-size: 11px;
		color: white;
		list-style: none;
		font-family: "Gotham";
		margin: 7px 0;
	}

	.h-footer {
		height: 230px;
	}

	.width-img {
		width: 100px;
		height: auto !important;
	}

	/*end footer new*/
}
/*end responsive 768*/
/* responsive 555px */
@media screen and (max-width: 555px) {
	#homepage .page-search .heading {
		font-size: 25px !important;
	}
}
/* end responsive 555px */

/* responsive 481*/
@media screen and (max-width: 481px) {
	.list-box-name {
		font-size: 8px;
	}

	.icon-border {
		visibility: hidden !important;
	}

	.list-box-pop .kanal-text {
		font-size: 7px;
	}

	.wraping-cairkan {
		display: inline-flex;
		padding: 20px;
	}

	.mencairkan-saldo .cair-text {
		font-size: 14px;
	}

	.call-center-mobile .icon-wa img {
		width: 30px !important;
		margin-left: -3.5%;
		height: auto;
	}

	.program-cara-klaim {
		cursor: pointer;
		transition: none;
		height: auto;
		padding: 5px 10px;
	}

	.tab-prolay button {
		margin-left: 10% !important;
		width: 100px;
	}

	.panel-title-detil a:after {
		transition: 1s;
	}

	.panel-title-detil a:after :hover {
		transform: rotate(180deg);
	}

	#caraklaim .btn .font-cara-klaim {
		font-size: 10px !important;
	}

	#homepage .nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		line-height: 28px !important;
	}

	.jaminan-images-medium img {
		margin-top: -8px;
	}

	.carousel-caption .paragraph {
		font-size: 14px;
	}
	.page-search p:nth-child(1) {
		font-size: 25px !important;
		width: 300px;
	}
	.mt-25 {
		margin-top: 14px !important;
	}

	.mt-10 {
		margin-top: 5px !important;
	}

	.logo-default,
	.logo-transparent {
		height: 55px !important;
		margin-top: -25px !important;
	}

	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		cursor: default;
		background-color: #fff;
		border: 0;
		color: #0087d9;
	}

	.nav-tabs > li {
		float: left;
		margin-bottom: -1px;
		width: 49%;
		text-align: center;
		font-size: 13px;
	}

	.ui-gradient-animator .heading,
	.ui-gradient-animator .sub-heading,
	.ui-gradient-animator .ui-icon-block .icon,
	.ui-gradient-animator a,
	.ui-gradient-animator .price,
	.ui-blue-color .heading,
	.ui-blue-color .sub-heading,
	.ui-blue-color .ui-icon-block .icon,
	.ui-blue-color a,
	.ui-blue-color .price {
		margin-top: 25px;
	}

	/*FONT SIZE BENNER*/
	.carousel-caption {
		top: 8%;
	}

	.carousel-caption h1 {
		font-size: 40px !important;
	}

	#homepage .actions .btn {
		margin-right: 1rem;
		margin-bottom: 0;
		font-size: 12px;
		margin-top: -1px;
	}

	.shortcutbox {
		width: 100%;
		height: 97px;
		border-radius: 10px;
		border: 1px solid #ffffff00;
		box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.06), 0.5px 1px 7px 0 rgba(0, 0, 0, 0.06);
		margin: auto auto;
		margin-top: -60px;
		background: #fff;
		text-align: left;
		padding: 20px;
		z-index: 1000;
		cursor: pointer;
		transition: box-shadow 0.35s ease-out;
		position: relative;
	}

	#shortcut .name-product {
		height: 55px !important;
		font-size: 11px;
	}

	.panel-body {
		padding: 15px;
		height: auto;
	}

	.box-content-home {
		width: 100%;
		min-height: 300px;
		margin: 20px 113px 13.5px 0;
		padding: 0;
		border-radius: 10px;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.06), 0.5px 1px 7px 0 rgba(0, 0, 0, 0.06);
		background-color: #ffffff;
		transition: box-shadow 0.35s ease-out;
	}

	.margin-extra {
		width: 100%;
	}

	.chart-saldo {
		height: auto;
	}

	.simulasi-saldo {
		margin-top: 3%;
	}

	.tab-simulasi {
		height: 43px;
		font-size: 13px;
	}

	.fa-lg {
		font-size: 40px;
		line-height: 0.75em;
		vertical-align: -15%;
		margin-top: 20px;
	}

	#kanalCaraPendaftaran .nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		color: #555;
		cursor: default;
		background-color: #fff;
		width: 200px;
		line-height: 18px;
		border: 0;
	}

	#caraklaim #accordion .panel-title-detil a:after,
	#accordion .panel-title-detil a.collapsed:after {
		/* content: ""; */
		font-family: FontAwesome;
		color: #0087d9;
		font-size: 20px;
		line-height: 20px;
		position: absolute;
		top: 15px;
		right: 25px;
	}

	#caraklaim #accordion .panel-title-detil a.collapsed {
		color: #2d4a5b;
		border-bottom: 1px solid #d3d3d3;
		margin: 0;
		height: 55px;
	}

	.nav-tabs {
		flex-direction: column;
		display: flex;
		flex-wrap: wrap;
		overflow-x: auto;
		overflow-y: hidden;
		height: 63px;
	}

	.line-tab {
		border-top: 1px solid #cad9e3;
		margin: 0;
		position: absolute;
		width: 100%;
		left: 0;
	}

	#caraklaim .nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		color: black;
		cursor: default;
		border: 0;
		font-size: 13px;
		background-color: #fff0;
		border-bottom: 4px solid #0087d9;
		padding-bottom: 2px;
	}

	/*footer new*/
	.container-footer {
		padding-top: 30px;
		font-weight: 100;
		margin-top: auto;
	}

	.footer .icon-social {
		margin: -12px auto auto auto;
		width: 100%;
	}

	.footer {
		width: 100%;
		background-size: 200px;
		background-repeat: no-repeat;
		position: absolute;
		background-position: bottom right;
	}

	.h-footer {
		height: 212px;
	}

	.width-img {
		width: 100px;
	}

	.container-footer p.copy {
		font-size: 8px;
	}

	/*end footer new*/
	.width-soc {
		font-size: 20px;
		margin-top: 10px;
	}

	.swiper-button-next {
		margin-top: -92px !important;
		position: relative !important;
		float: right;
		margin-right: 18%;
	}

	.swiper-button-prev {
		margin-top: -92px !important;
		position: relative !important;
		float: right;
		margin-right: -117%;
	}

	.swiper-button-next2 {
		margin-top: -51px !important;
		position: relative !important;
		float: right;
		margin-right: 18%;
	}

	.swiper-button-prev2 {
		margin-top: -51px !important;
		position: relative !important;
		float: right;
		margin-right: -117%;
	}

	#homepage .swiper-button {
		height: 32px !important;
		width: 32px !important;
		visibility: hidden;
	}

	.rectangle-kanwil {
		width: 87% !important;
		font-size: 14px;
	}

	.button-pencarian-kontak {
		position: relative;
		margin: 20px 0;
		left: 21% !important;
	}

	#homepage .page-search {
		margin-top: -98px;
	}

	#homepage .page-search .heading {
		font-size: 19px;
	}

	.input-search {
		width: 282px !important;
		height: 32px !important;
	}
	.input-search-icon i {
		left: 259px;
	}

	.input-search-icon {
		position: relative;
		width: 366px !important;
	}

	.page-search-button a {
		font-size: 10px;
	}

	.page-search-button div a {
		margin-right: 0px !important;
		padding: 8px 11px !important;
		border: 1px solid #fff;
		border-radius: 8px;
	}

	/*nav PU, BPU, JAKON PMI*/
	#homepage .background-page-blue3 .nav-tabs {
		width: 100% !important;
	}

	#homepage .wrapper .list {
		width: 100% !important;
	}
	#homepage .glyphicon {
		visibility: hidden;
	}

	#homepage .nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		color: #337ab7;
		cursor: default;
		height: 45px !important;
		background-color: #f4f7fb;
		border-bottom: 2px solid #337ab7 !important;
		width: auto;
	}

	/*scroll cara klaim pages*/
	/* Hide scrollbar for Chrome, Safari and Opera */
	.nav-tabs::-webkit-scrollbar {
		display: none;
	}

	#caraklaim .fix-cara-klaim-tab {
		top: 58px !important;
		padding-top: 10px;
	}
	#caraklaim .margin-bottom-clean {
		margin-bottom: -70px;
	}
}
/*end responsive 481*/

/* responsive 414*/
@media screen and (max-width: 414px) {
	.proslay-text {
		text-align: start;
		width: auto;
	}
	.proslay-text-2 {
		text-align: start;
		width: auto;
	}
	.w-img-jkp-1 {
		margin-left: -50px;
		width: 55px !important;
	}

	.tab-prolay button.active {
		font-size: 13px !important;
	}

	.tab-prolay button {
		font-size: 13px !important;
	}

	.page-search-button div a {
		padding: 8px 3px !important;
	}

	#homepage .glyphicon {
		width: 27px;
	}
	/*NAVIGATION*/
	.mt-10 {
		margin-top: 3px !important;
	}

	.logo-default,
	.logo-transparent {
		height: 40px !important;
		margin-top: -19px !important;
	}

	#informasi .glyphicon-chevron-right {
		right: 50%;
		margin-right: 0;
		margin-top: -9px !important;
	}

	#informasi .glyphicon-chevron-left {
		right: 50%;
		margin-right: -45 !important;
		margin-top: -9px !important;
	}

	.carousel-caption h1 {
		font-size: 35px !important;
	}

	/*END NAVIGATION*/
	/*HERO*/
	#homepage .actions .btn {
		margin-right: 1rem;
		margin-bottom: 0;
		font-size: 11px;
		margin-top: -1px;
	}

	/*END HERO*/
	/*FOOTER*/
	.fa-lg {
		font-size: 35px;
		line-height: 0.75em;
		vertical-align: -15%;
		margin-top: 20px;
	}

	.footer {
		margin-top: -42px;
	}

	.width-img {
		width: 80px !important;
	}

	.call-center img,
	.call-center-mobile img {
		width: auto;
		max-width: 100%;
		height: auto;
		margin-left: 12px;
	}

	/*END FOOTER*/
	.swiper-button-next {
		margin-top: -76px !important;
		position: relative !important;
		float: right;
		margin-right: 20%;
	}

	.swiper-button-prev {
		margin-top: -76px !important;
		position: relative !important;
		float: right;
		margin-right: -117%;
	}

	.swiper-button {
		height: 32px !important;
		width: 32px !important;
	}

	.swiper-button-next2 {
		margin-top: -42px !important;
		position: relative !important;
		float: right;
		margin-right: 20%;
	}

	.swiper-button-prev2 {
		margin-top: -42px !important;
		position: relative !important;
		float: right;
		margin-right: -117%;
	}

	.rectangle-layanan-masyarakat img {
		left: 43% !important;
	}

	#caraklaim .nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		line-height: 17px !important;
		width: 150px;
	}

	#caraklaim .fix-cara-klaim-tab {
		top: 53px !important;
		padding-top: 9px;
	}

	#caraklaim .nav-tabs > li > a {
		width: 150px;
		line-height: 17px;
	}

	#caraklaim #accordion .panel-title-detil a.collapsed {
		height: 69px;
	}

	#caraklaim #accordion .panel-title-detil a:after,
	#accordion .panel-title-detil a.collapsed:after {
		top: 24px;
	}
}
/*end responsive 414*/
/* responsive 375*/
@media screen and (max-width: 376px) {
	.tab-prolay button.active {
		font-size: 13px !important;
	}

	.tab-prolay button {
		font-size: 13px !important;
		width: 125px;
		margin-left: 2% !important;
	}

	#homepage .page-search {
		margin-top: -70px;
	}

	#homepage .page-search .heading {
		font-size: 18px !important;
	}

	.page-search p:nth-child(1) {
		font-size: 18px !important;
		width: 500px;
	}

	.page-search-button div a {
		padding: 8px 1px !important;
	}

	/*NAVIGATION*/
	.mt-10 {
		margin-top: 3px !important;
	}

	.logo-default,
	.logo-transparent {
		height: 40px !important;
		margin-top: -19px !important;
	}
	#shortcut .name-product {
		height: 55px;
		font-size: 9px;
	}

	/*button informasi kepesertaan*/
	#homepage .carousel-control .top-left-arrow-icon {
		margin-left: 9%;
		width: 27px;
	}

	#informasi .glyphicon-chevron-right {
		right: 50%;
		margin-right: 0;
		margin-top: -9px !important;
	}

	#informasi .glyphicon-chevron-left {
		right: 50%;
		margin-right: -45 !important;
		margin-top: -9px !important;
	}

	.carousel-caption h1 {
		font-size: 30px !important;
	}

	/*END NAVIGATION*/
	.fa-lg {
		font-size: 30px;
		line-height: 0.75em;
		vertical-align: -15%;
	}

	/*footer new*/
	.footer {
		width: 100%;
		background-size: 150px;
		background-repeat: no-repeat;
		position: absolute;
		background-position: bottom right;
	}

	.container-footer p.copy {
		font-size: 6px !important;
	}

	.width-img {
		width: 90px;
	}

	.h-footer {
		height: 220px;
	}

	/*end footer new*/
	.swiper-button-next {
		margin-top: -76px !important;
		position: relative !important;
		float: right;
		margin-right: 20%;
	}

	.swiper-button-prev {
		margin-top: -76px !important;
		position: relative !important;
		float: right;
		margin-right: -121%;
	}

	.swiper-button {
		height: 32px !important;
		width: 32px !important;
	}

	.swiper-button-next2 {
		margin-top: -42px !important;
		position: relative !important;
		float: right;
		margin-right: 20%;
	}

	.swiper-button-prev2 {
		margin-top: -42px !important;
		position: relative !important;
		float: right;
		margin-right: -121%;
	}

	#homepage .page-search {
		margin-top: -75px;
	}

	/*kontak*/
	.select2 {
		margin: 0 !important;
	}

	/*end kontak*/
	/* Tentang Kami */
	.fullwidth {
		width: 100%;
		font-size: 12px;
	}
	/* End Tentang Kami */
}
/*end responsive 375*/
/*RESPONSIVE - 320PX*/
@media screen and (max-width: 320px) {
	/*footer*/

	/*img sosmed*/
	.fa-lg {
		font-size: 20px;
		line-height: 0.75em;
		vertical-align: -15%;
	}

	.footer {
		margin-top: -32px;
	}

	.call-center img,
	.call-center-mobile img {
		max-width: 100%;
		height: 40px;
		margin-left: 12px;
	}

	.h-footer {
		height: 220px;
	}

	/*end footer new*/

	/*END RESPONSIVE - 320PX*/
}
/*END MODIFY FOOTER  */
