h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
a,
.td-name,
td,
button,
input,
select,
textarea {
	-webkit-font-smoothing: antialiased;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight: 300;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	margin: 30px 0px 0px;
}

h1,
.h1 {
	font-size: 3.6em;
}

h2,
.h2 {
	font-size: 2.8em;
}

h3,
.h3 {
	font-size: 1.825em;
	line-height: 1.4;
	margin: 20px 0px 0px;
}

h4,
.h4 {
	font-size: 1.6em;
	line-height: 1.2em;
}

h5,
.h5 {
	font-size: 1.35em;
	line-height: 1.4em;
}

h6,
.h6 {
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5em;
}

p {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 5px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	color: rgb(154, 154, 154);
	line-height: 1.5em;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
	font-size: 60%;
}

.title,
.card-title,
.info-title,
.footer-brand,
.footer-big h5,
.footer-big h4,
.media .media-heading {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}

.title,
.title a,
.card-title,
.card-title a,
.info-title,
.info-title a,
.footer-brand,
.footer-brand a,
.footer-big h5,
.footer-big h5 a,
.footer-big h4,
.footer-big h4 a,
.media .media-heading,
.media .media-heading a {
	color: rgb(51, 51, 51);
	text-decoration: none;
}

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

.description {
	color: rgb(154, 154, 154);
}

blockquote small {
	font-style: normal;
}

.text-muted {
	color: rgb(221, 221, 221);
}

.text-primary,
.text-primary:hover {
	color: rgb(81, 203, 206) !important;
}

.text-info,
.text-info:hover {
	color: rgb(81, 188, 218) !important;
}

.text-success,
.text-success:hover {
	color: rgb(107, 208, 152) !important;
}

.text-warning,
.text-warning:hover {
	color: rgb(251, 198, 88) !important;
}

.text-danger,
.text-danger:hover {
	color: rgb(245, 89, 61) !important;
}

.glyphicon {
	line-height: 1;
}

.heart {
	color: rgb(235, 94, 40);
	animation: heathing 1s ease infinite;
}

@keyframes heathing {
	0% {
		transform: scale(0.75);
	}
	20% {
		transform: scale(1);
	}
	40% {
		transform: scale(0.75);
	}
	60% {
		transform: scale(1);
	}
	80% {
		transform: scale(0.75);
	}
	100% {
		transform: scale(0.75);
	}
}

.footer .credits,
.footer-nav {
	line-height: 85px;
}

.footer .btn {
	margin-bottom: 0px;
}

.blockquote {
	border-left: 0px none;
	border-bottom: 1px solid rgb(204, 197, 185);
	border-top: 1px solid rgb(204, 197, 185);
	font-weight: 300;
	margin: 15px 0px 10px;
	text-align: center;
}

.title {
	margin-top: 30px;
	margin-bottom: 25px;
	min-height: 32px;
}

.title.text-center {
	margin-bottom: 50px;
}

body {
	color: rgb(102, 97, 91);
	font-size: 14px;
	font-weight: 300;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}

a {
	color: rgb(81, 188, 218);
}

a:hover,
a:focus {
	color: rgb(43, 169, 205);
	text-decoration: none;
}

hr {
	border-color: rgb(241, 234, 224);
}

.icon {
	fill: rgb(102, 97, 91);
}

/*.fa-base {
	font-size: 1.25em !important;
}
*/

.ui-slider-handle:focus,
.navbar-toggle {
	outline: 0px !important;
}

.form-control,
.input-group-addon,
.tagsinput,
.navbar,
.navbar .alert,
.carousel-control.right,
.carousel-control.left {
	transition: all 300ms linear;
}

.tagsinput .tag,
.tagsinput-remove-link,
.filter,
.btn-hover,
[data-toggle="collapse"] i,
.animation-transition-fast,
.dropdown-menu .dropdown-item {
	transition: all 150ms linear;
}

.btn-morphing .fa,
.btn-morphing .circle,
.gsdk-collapse {
	transition: all 300ms linear;
}

/*.fa {
	width: 18px;
	text-align: center;
}
*/

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

.iframe-container iframe {
	box-shadow: rgba(0, 0, 0, 0.56) 0px 16px 38px -12px, rgba(0, 0, 0, 0.12) 0px 4px 25px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
}

.ct-blue {
	color: rgb(81, 203, 206);
}

.ct-azure {
	color: rgb(81, 188, 218);
}

.ct-green {
	color: rgb(107, 208, 152);
}

.ct-orange {
	color: rgb(251, 198, 88);
}

.ct-red {
	color: rgb(245, 89, 61);
}

/* removed .fa */
.pagination .page-item .page-link {
	width: auto;
	font-weight: 600;
}

.bg-primary {
	background-color: rgb(109, 211, 214) !important;
}

.bg-info {
	background-color: rgb(110, 199, 224) !important;
}

.bg-success {
	background-color: rgb(134, 217, 171) !important;
}

.bg-warning {
	background-color: rgb(252, 210, 123) !important;
}

.bg-danger {
	background-color: rgb(247, 118, 95) !important;
}

.navbar-transparent {
	border-bottom: 1px solid transparent;
	background-color: transparent !important;
}

.btn {
	box-sizing: border-box;
	border-width: 2px;
	font-size: 12px;
	font-weight: 600;
	padding: 0.5rem 18px;
	line-height: 1.75;
	cursor: pointer;
	text-transform: uppercase;
	background-color: rgb(102, 97, 91);
	border-color: rgb(102, 97, 91);
	color: rgb(255, 255, 255);
	opacity: 1;
	transition: all 150ms linear;
}

.btn.btn-border,
.btn.btn-link {
	background-color: transparent;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.show > .btn.dropdown-toggle {
	background-color: rgb(64, 61, 57);
	color: rgb(255, 255, 255);
	border-color: rgb(64, 61, 57);
}

.btn .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn.btn-link {
	color: rgb(102, 97, 91);
}

.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active,
.btn.btn-link.active,
.open > .btn.btn-link.dropdown-toggle {
	background-color: transparent;
	color: rgb(64, 61, 57);
}

.btn.btn-link .caret {
	border-top-color: rgb(102, 97, 91);
}

.btn .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn:hover,
.btn:focus {
	box-shadow: none;
	outline: 0px !important;
}

.btn:active,
.btn.active,
.open > .btn.dropdown-toggle {
	box-shadow: none;
	outline: 0px !important;
}

.btn[class*="btn-outline-"] {
	background-image: none;
	background-color: transparent;
}

.btn-just-icon {
	border-radius: 50px;
	height: 40px;
	width: 40px;
	min-width: 40px;
	padding: 8px;
}

.btn-just-icon.btn-sm {
	padding: 4px !important;
}

.btn-just-icon i {
	font-size: 16px;
	padding: 2px 0px;
}

.upgrade-pro .btn {
	margin-top: 30px;
}

.btn-link.btn-just-icon {
	padding: 8px;
}

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

.btn-primary {
	background-color: rgb(81, 203, 206);
	border-color: rgb(81, 203, 206);
	color: rgb(255, 255, 255);
	opacity: 1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
	background-color: rgb(52, 181, 184);
	color: rgb(255, 255, 255);
	border-color: rgb(52, 181, 184);
}

.btn-primary .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-primary.btn-link {
	color: rgb(81, 203, 206);
}

.btn-primary.btn-link:hover,
.btn-primary.btn-link:focus,
.btn-primary.btn-link:active,
.btn-primary.btn-link.active,
.open > .btn-primary.btn-link.dropdown-toggle {
	background-color: transparent;
	color: rgb(52, 181, 184);
}

.btn-primary.btn-link .caret {
	border-top-color: rgb(81, 203, 206);
}

.btn-primary .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-success {
	background-color: rgb(107, 208, 152);
	border-color: rgb(107, 208, 152);
	color: rgb(255, 255, 255);
	opacity: 1;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
	background-color: rgb(68, 196, 125);
	color: rgb(255, 255, 255);
	border-color: rgb(68, 196, 125);
}

.btn-success .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-success.btn-link {
	color: rgb(107, 208, 152);
}

.btn-success.btn-link:hover,
.btn-success.btn-link:focus,
.btn-success.btn-link:active,
.btn-success.btn-link.active,
.open > .btn-success.btn-link.dropdown-toggle {
	background-color: transparent;
	color: rgb(68, 196, 125);
}

.btn-success.btn-link .caret {
	border-top-color: rgb(107, 208, 152);
}

.btn-success .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-info {
	background-color: rgb(81, 188, 218);
	border-color: rgb(81, 188, 218);
	color: rgb(255, 255, 255);
	opacity: 1;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
	background-color: rgb(43, 169, 205);
	color: rgb(255, 255, 255);
	border-color: rgb(43, 169, 205);
}

.btn-info .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-info.btn-link {
	color: rgb(81, 188, 218);
}

.btn-info.btn-link:hover,
.btn-info.btn-link:focus,
.btn-info.btn-link:active,
.btn-info.btn-link.active,
.open > .btn-info.btn-link.dropdown-toggle {
	background-color: transparent;
	color: rgb(43, 169, 205);
}

.btn-info.btn-link .caret {
	border-top-color: rgb(81, 188, 218);
}

.btn-info .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-warning {
	background-color: rgb(251, 198, 88);
	border-color: rgb(251, 198, 88);
	color: rgb(255, 255, 255);
	opacity: 1;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
	background-color: rgb(250, 181, 38);
	color: rgb(255, 255, 255);
	border-color: rgb(250, 181, 38);
}

.btn-warning .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-warning.btn-link {
	color: rgb(251, 198, 88);
}

.btn-warning.btn-link:hover,
.btn-warning.btn-link:focus,
.btn-warning.btn-link:active,
.btn-warning.btn-link.active,
.open > .btn-warning.btn-link.dropdown-toggle {
	background-color: transparent;
	color: rgb(250, 181, 38);
}

.btn-warning.btn-link .caret {
	border-top-color: rgb(251, 198, 88);
}

.btn-warning .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-danger {
	background-color: rgb(245, 89, 61);
	border-color: rgb(245, 89, 61);
	color: rgb(255, 255, 255);
	opacity: 1;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
	background-color: rgb(243, 56, 22);
	color: rgb(255, 255, 255);
	border-color: rgb(243, 56, 22);
}

.btn-danger .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-danger.btn-link {
	color: rgb(245, 89, 61);
}

.btn-danger.btn-link:hover,
.btn-danger.btn-link:focus,
.btn-danger.btn-link:active,
.btn-danger.btn-link.active,
.open > .btn-danger.btn-link.dropdown-toggle {
	background-color: transparent;
	color: rgb(243, 56, 22);
}

.btn-danger.btn-link .caret {
	border-top-color: rgb(245, 89, 61);
}

.btn-danger .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-neutral {
	background-color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	opacity: 1;
}

.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:active,
.btn-neutral.active,
.show > .btn-neutral.dropdown-toggle {
	background-color: rgb(64, 61, 57);
	color: rgb(255, 255, 255);
	border-color: rgb(64, 61, 57);
}

.btn-neutral .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-neutral.btn-link {
	color: rgb(255, 255, 255);
}

.btn-neutral.btn-link:hover,
.btn-neutral.btn-link:focus,
.btn-neutral.btn-link:active,
.btn-neutral.btn-link.active,
.open > .btn-neutral.btn-link.dropdown-toggle {
	background-color: transparent;
	color: rgb(64, 61, 57);
}

.btn-neutral.btn-link .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-neutral .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-outline-default {
	border-color: rgb(102, 97, 91);
	color: rgb(102, 97, 91);
	opacity: 1;
}

.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default:active,
.btn-outline-default.active,
.open > .btn-outline-default.dropdown-toggle {
	background-color: rgb(102, 97, 91);
	color: rgba(255, 255, 255, 0.8);
	border-color: rgb(102, 97, 91);
}

.btn-outline-default:hover .caret,
.btn-outline-default:focus .caret,
.btn-outline-default:active .caret,
.btn-outline-default.active .caret,
.open > .btn-outline-default.dropdown-toggle .caret {
	border-top-color: rgba(255, 255, 255, 0.8);
}

.btn-outline-default .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-outline-default.disabled,
.btn-outline-default.disabled:hover,
.btn-outline-default.disabled:focus,
.btn-outline-default.disabled.focus,
.btn-outline-default.disabled:active,
.btn-outline-default.disabled.active,
.btn-outline-default:disabled,
.btn-outline-default:disabled:hover,
.btn-outline-default:disabled:focus,
.btn-outline-default:disabled.focus,
.btn-outline-default:disabled:active,
.btn-outline-default:disabled.active,
.btn-outline-default[disabled],
.btn-outline-default[disabled]:hover,
.btn-outline-default[disabled]:focus,
.btn-outline-default[disabled].focus,
.btn-outline-default[disabled]:active,
.btn-outline-default[disabled].active,
fieldset[disabled] .btn-outline-default,
fieldset[disabled] .btn-outline-default:hover,
fieldset[disabled] .btn-outline-default:focus,
fieldset[disabled] .btn-outline-default.focus,
fieldset[disabled] .btn-outline-default:active,
fieldset[disabled] .btn-outline-default.active {
	background-color: transparent;
	border-color: rgb(102, 97, 91);
}

.btn-outline-primary {
	border-color: rgb(81, 203, 206);
	color: rgb(81, 203, 206);
	opacity: 1;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
	background-color: rgb(81, 203, 206);
	color: rgba(255, 255, 255, 0.8);
	border-color: rgb(81, 203, 206);
}

.btn-outline-primary:hover .caret,
.btn-outline-primary:focus .caret,
.btn-outline-primary:active .caret,
.btn-outline-primary.active .caret,
.open > .btn-outline-primary.dropdown-toggle .caret {
	border-top-color: rgba(255, 255, 255, 0.8);
}

.btn-outline-primary .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-outline-primary.disabled,
.btn-outline-primary.disabled:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:active,
.btn-outline-primary.disabled.active,
.btn-outline-primary:disabled,
.btn-outline-primary:disabled:hover,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:active,
.btn-outline-primary:disabled.active,
.btn-outline-primary[disabled],
.btn-outline-primary[disabled]:hover,
.btn-outline-primary[disabled]:focus,
.btn-outline-primary[disabled].focus,
.btn-outline-primary[disabled]:active,
.btn-outline-primary[disabled].active,
fieldset[disabled] .btn-outline-primary,
fieldset[disabled] .btn-outline-primary:hover,
fieldset[disabled] .btn-outline-primary:focus,
fieldset[disabled] .btn-outline-primary.focus,
fieldset[disabled] .btn-outline-primary:active,
fieldset[disabled] .btn-outline-primary.active {
	background-color: transparent;
	border-color: rgb(81, 203, 206);
}

.btn-outline-success {
	border-color: rgb(107, 208, 152);
	color: rgb(107, 208, 152);
	opacity: 1;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
	background-color: rgb(107, 208, 152);
	color: rgba(255, 255, 255, 0.8);
	border-color: rgb(107, 208, 152);
}

.btn-outline-success:hover .caret,
.btn-outline-success:focus .caret,
.btn-outline-success:active .caret,
.btn-outline-success.active .caret,
.open > .btn-outline-success.dropdown-toggle .caret {
	border-top-color: rgba(255, 255, 255, 0.8);
}

.btn-outline-success .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-outline-success.disabled,
.btn-outline-success.disabled:hover,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:active,
.btn-outline-success.disabled.active,
.btn-outline-success:disabled,
.btn-outline-success:disabled:hover,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:active,
.btn-outline-success:disabled.active,
.btn-outline-success[disabled],
.btn-outline-success[disabled]:hover,
.btn-outline-success[disabled]:focus,
.btn-outline-success[disabled].focus,
.btn-outline-success[disabled]:active,
.btn-outline-success[disabled].active,
fieldset[disabled] .btn-outline-success,
fieldset[disabled] .btn-outline-success:hover,
fieldset[disabled] .btn-outline-success:focus,
fieldset[disabled] .btn-outline-success.focus,
fieldset[disabled] .btn-outline-success:active,
fieldset[disabled] .btn-outline-success.active {
	background-color: transparent;
	border-color: rgb(107, 208, 152);
}

.btn-outline-info {
	border-color: rgb(81, 188, 218);
	color: rgb(81, 188, 218);
	opacity: 1;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
	background-color: rgb(81, 188, 218);
	color: rgba(255, 255, 255, 0.8);
	border-color: rgb(81, 188, 218);
}

.btn-outline-info:hover .caret,
.btn-outline-info:focus .caret,
.btn-outline-info:active .caret,
.btn-outline-info.active .caret,
.open > .btn-outline-info.dropdown-toggle .caret {
	border-top-color: rgba(255, 255, 255, 0.8);
}

.btn-outline-info .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-outline-info.disabled,
.btn-outline-info.disabled:hover,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:active,
.btn-outline-info.disabled.active,
.btn-outline-info:disabled,
.btn-outline-info:disabled:hover,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:active,
.btn-outline-info:disabled.active,
.btn-outline-info[disabled],
.btn-outline-info[disabled]:hover,
.btn-outline-info[disabled]:focus,
.btn-outline-info[disabled].focus,
.btn-outline-info[disabled]:active,
.btn-outline-info[disabled].active,
fieldset[disabled] .btn-outline-info,
fieldset[disabled] .btn-outline-info:hover,
fieldset[disabled] .btn-outline-info:focus,
fieldset[disabled] .btn-outline-info.focus,
fieldset[disabled] .btn-outline-info:active,
fieldset[disabled] .btn-outline-info.active {
	background-color: transparent;
	border-color: rgb(81, 188, 218);
}

.btn-outline-warning {
	border-color: rgb(251, 198, 88);
	color: rgb(251, 198, 88);
	opacity: 1;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
	background-color: rgb(251, 198, 88);
	color: rgba(255, 255, 255, 0.8);
	border-color: rgb(251, 198, 88);
}

.btn-outline-warning:hover .caret,
.btn-outline-warning:focus .caret,
.btn-outline-warning:active .caret,
.btn-outline-warning.active .caret,
.open > .btn-outline-warning.dropdown-toggle .caret {
	border-top-color: rgba(255, 255, 255, 0.8);
}

.btn-outline-warning .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-outline-warning.disabled,
.btn-outline-warning.disabled:hover,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:active,
.btn-outline-warning.disabled.active,
.btn-outline-warning:disabled,
.btn-outline-warning:disabled:hover,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:active,
.btn-outline-warning:disabled.active,
.btn-outline-warning[disabled],
.btn-outline-warning[disabled]:hover,
.btn-outline-warning[disabled]:focus,
.btn-outline-warning[disabled].focus,
.btn-outline-warning[disabled]:active,
.btn-outline-warning[disabled].active,
fieldset[disabled] .btn-outline-warning,
fieldset[disabled] .btn-outline-warning:hover,
fieldset[disabled] .btn-outline-warning:focus,
fieldset[disabled] .btn-outline-warning.focus,
fieldset[disabled] .btn-outline-warning:active,
fieldset[disabled] .btn-outline-warning.active {
	background-color: transparent;
	border-color: rgb(251, 198, 88);
}

.btn-outline-danger {
	border-color: rgb(245, 89, 61);
	color: rgb(245, 89, 61);
	opacity: 1;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
	background-color: rgb(245, 89, 61);
	color: rgba(255, 255, 255, 0.8);
	border-color: rgb(245, 89, 61);
}

.btn-outline-danger:hover .caret,
.btn-outline-danger:focus .caret,
.btn-outline-danger:active .caret,
.btn-outline-danger.active .caret,
.open > .btn-outline-danger.dropdown-toggle .caret {
	border-top-color: rgba(255, 255, 255, 0.8);
}

.btn-outline-danger .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-outline-danger.disabled,
.btn-outline-danger.disabled:hover,
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:active,
.btn-outline-danger.disabled.active,
.btn-outline-danger:disabled,
.btn-outline-danger:disabled:hover,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:active,
.btn-outline-danger:disabled.active,
.btn-outline-danger[disabled],
.btn-outline-danger[disabled]:hover,
.btn-outline-danger[disabled]:focus,
.btn-outline-danger[disabled].focus,
.btn-outline-danger[disabled]:active,
.btn-outline-danger[disabled].active,
fieldset[disabled] .btn-outline-danger,
fieldset[disabled] .btn-outline-danger:hover,
fieldset[disabled] .btn-outline-danger:focus,
fieldset[disabled] .btn-outline-danger.focus,
fieldset[disabled] .btn-outline-danger:active,
fieldset[disabled] .btn-outline-danger.active {
	background-color: transparent;
	border-color: rgb(245, 89, 61);
}

.btn-outline-neutral {
	border-color: rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	opacity: 1;
}

.btn-outline-neutral:hover,
.btn-outline-neutral:focus,
.btn-outline-neutral:active,
.btn-outline-neutral.active,
.open > .btn-outline-neutral.dropdown-toggle {
	background-color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.8);
	border-color: rgb(255, 255, 255);
}

.btn-outline-neutral:hover .caret,
.btn-outline-neutral:focus .caret,
.btn-outline-neutral:active .caret,
.btn-outline-neutral.active .caret,
.open > .btn-outline-neutral.dropdown-toggle .caret {
	border-top-color: rgba(255, 255, 255, 0.8);
}

.btn-outline-neutral .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-outline-neutral.disabled,
.btn-outline-neutral.disabled:hover,
.btn-outline-neutral.disabled:focus,
.btn-outline-neutral.disabled.focus,
.btn-outline-neutral.disabled:active,
.btn-outline-neutral.disabled.active,
.btn-outline-neutral:disabled,
.btn-outline-neutral:disabled:hover,
.btn-outline-neutral:disabled:focus,
.btn-outline-neutral:disabled.focus,
.btn-outline-neutral:disabled:active,
.btn-outline-neutral:disabled.active,
.btn-outline-neutral[disabled],
.btn-outline-neutral[disabled]:hover,
.btn-outline-neutral[disabled]:focus,
.btn-outline-neutral[disabled].focus,
.btn-outline-neutral[disabled]:active,
.btn-outline-neutral[disabled].active,
fieldset[disabled] .btn-outline-neutral,
fieldset[disabled] .btn-outline-neutral:hover,
fieldset[disabled] .btn-outline-neutral:focus,
fieldset[disabled] .btn-outline-neutral.focus,
fieldset[disabled] .btn-outline-neutral:active,
fieldset[disabled] .btn-outline-neutral.active {
	background-color: transparent;
	border-color: rgb(255, 255, 255);
}

.btn-outline-neutral:hover,
.btn-outline-neutral:focus {
	color: rgb(64, 61, 57);
	background-color: rgb(255, 255, 255);
}

.btn-neutral {
	background-color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
	opacity: 1;
	color: rgb(102, 97, 91);
}

.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:active,
.btn-neutral.active,
.show > .btn-neutral.dropdown-toggle {
	background-color: rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
}

.btn-neutral .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-neutral.btn-link {
	color: rgb(255, 255, 255);
}

.btn-neutral.btn-link:hover,
.btn-neutral.btn-link:focus,
.btn-neutral.btn-link:active,
.btn-neutral.btn-link.active,
.open > .btn-neutral.btn-link.dropdown-toggle {
	background-color: transparent;
	color: rgb(255, 255, 255);
}

.btn-neutral.btn-link .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-neutral .caret {
	border-top-color: rgb(255, 255, 255);
}

.btn-neutral:hover,
.btn-neutral:focus {
	color: rgb(64, 61, 57);
}

.btn-neutral.btn-border:hover,
.btn-neutral.btn-border:focus {
	color: rgb(102, 97, 91);
}

.btn-neutral.btn-border:active,
.btn-neutral.btn-border.active,
.open > .btn-neutral.btn-border.dropdown-toggle {
	background-color: rgb(255, 255, 255);
	color: rgb(102, 97, 91);
}

.btn-neutral.btn-link:active,
.btn-neutral.btn-link.active {
	background-color: transparent;
}

.btn:disabled,
.btn[disabled],
.btn.disabled {
	opacity: 0.5;
}

.btn-link {
	padding: 7px 18px;
	border-color: transparent !important;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	text-decoration: none;
	border-color: transparent;
}

.btn-link.btn-icon {
	padding: 7px;
}

.btn-lg {
	font-size: 14px;
	padding: 11px 30px;
}

.btn-lg.btn-simple {
	padding: 13px 30px;
}

.btn-sm {
	font-size: 12px;
	padding: 4px 10px;
}

.btn-sm.btn-simple {
	padding: 6px 10px;
}

.btn-wd {
	min-width: 140px;
}

.btn-group.select {
	width: 100%;
}

.btn-group.select .btn {
	text-align: left;
}

.btn-group.select .caret {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 8px;
}

.btn-just-icon.btn-sm {
	height: 30px;
	width: 30px;
	min-width: 30px;
	padding: 0px;
}

.btn-just-icon.btn-sm i {
	font-size: 12px;
}

.btn-just-icon.btn-lg {
	height: 50px;
	width: 50px;
	min-width: 50px;
	padding: 13px;
}

.btn-just-icon.btn-lg i {
	font-size: 18px;
	padding: 0px;
}

.btn-round {
	border-radius: 30px;
}

.btn.btn-link:focus {
	text-decoration: none;
	box-shadow: none !important;
}

.column .btn-link {
	padding: 7px 0px;
}

.share-buttons .btn-outline-default {
	margin-top: 24px;
}

#modals .btn-outline-neutral {
	margin-bottom: 10px;
}

.btn-group.select {
	overflow: visible !important;
}

.media .media-body .media-footer .btn-neutral {
	margin: 15px 3px;
	font-size: 14px;
}

.media .media-body .media-footer .btn-neutral i {
	margin-right: 0px !important;
}

.form-control::-webkit-input-placeholder {
	color: rgb(210, 210, 210);
	opacity: 1;
}

.form-control {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(221, 221, 221);
	border-radius: 4px;
	color: rgb(102, 97, 91);
	font-size: 14px;
	padding: 7px 12px;
	height: 40px;
	box-shadow: none;
}

.form-control:focus {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(154, 154, 154);
	box-shadow: none;
	outline: 0px !important;
}

.form-control.no-border {
	border: medium none !important;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
	box-shadow: none;
}

.has-success .form-control {
	border: 1px solid rgb(204, 204, 204);
	color: rgb(102, 97, 91);
}

.has-success .form-control:focus {
	border: 1px solid rgb(107, 208, 152);
	color: rgb(107, 208, 152);
}

.has-danger .form-control {
	background-color: rgb(255, 192, 164);
	border: 1px solid rgb(245, 89, 61);
	color: rgb(245, 89, 61);
}

.has-danger .form-control:focus {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(245, 89, 61);
}

.form-control + .form-control-feedback {
	border-radius: 6px;
	color: rgb(245, 89, 61);
	font-size: 0.8rem;
	position: absolute;
	top: 100%;
	padding-left: 12px;
	vertical-align: middle;
}

.open .form-control {
	border-radius: 4px 4px 0px 0px;
	border-bottom-color: transparent;
}

.input-group.input-group-focus .input-group-addon {
	border-color: rgb(154, 154, 154);
}

.input-lg {
	height: 55px;
	padding: 11px 30px;
}

.has-error .form-control-feedback,
.has-error .control-label {
	color: rgb(245, 89, 61);
}

.has-success .form-control-feedback,
.has-success .control-label {
	color: rgb(107, 208, 152);
}

.input-group-addon {
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
}

.input-group-addon.no-border {
	border: medium none !important;
}

.has-success .input-group-addon,
.has-error .input-group-addon {
	background-color: rgb(255, 255, 255);
}

.has-error .form-control:focus + .input-group-addon {
	color: rgb(245, 89, 61);
}

.has-success .form-control:focus + .input-group-addon {
	color: rgb(107, 208, 152);
}

.form-control:focus + .input-group-addon,
.form-control:focus ~ .input-group-addon {
	background-color: rgb(255, 255, 255);
}

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

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: rgb(227, 227, 227);
	color: rgb(102, 97, 91);
	cursor: not-allowed;
}

.input-group[disabled] .input-group-addon {
	background-color: rgb(227, 227, 227);
	cursor: not-allowed;
	border-color: rgb(221, 221, 221);
}

.input-group-btn .btn {
	border-width: 1px;
	padding: 9px 18px;
}

.input-group-btn .btn-default:not(.btn-fill) {
	border-color: rgb(221, 221, 221);
}

.input-group-btn:last-child > .btn {
	margin-left: 0px;
}

textarea.form-control {
	padding: 10px 18px;
	height: auto;
}

.form-group {
	position: relative;
}

.register-form .form-control {
	border: 1px solid transparent !important;
}

#inputs .input-group {
	margin-bottom: 1rem;
}

.card-form-horizontal .card-block .form-group {
	margin-bottom: 0px;
}

.form-group-no-border .form-control,
.form-group-no-border .input-group-addon {
	border: 0px !important;
}

.register-form .input-group .input-group-addon {
	padding-right: 2px;
}

.register-form .input-group .form-control {
	margin-left: -1px;
}

.progress {
	background-color: rgb(221, 221, 221);
	border-radius: 3px;
	box-shadow: none;
	height: 8px;
}

.progress-thin {
	height: 4px;
}

.progress-bar {
	background-color: rgb(81, 203, 206);
}

.progress-bar-primary {
	background-color: rgb(81, 203, 206);
}

.progress-bar-info {
	background-color: rgb(81, 188, 218);
}

.progress-bar-success {
	background-color: rgb(107, 208, 152);
}

.progress-bar-warning {
	background-color: rgb(251, 198, 88);
}

.progress-bar-danger {
	background-color: rgb(245, 89, 61);
}

.noUi-target,
.noUi-target * {
	user-select: none;
	box-sizing: border-box;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}

.noUi-origin {
	position: absolute;
	right: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
}

.noUi-handle {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.noUi-stacking .noUi-handle {
	z-index: 10;
}

.noUi-state-tap .noUi-origin {
	transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-horizontal {
	height: 10px;
}

.noUi-handle {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	left: -10px;
	top: -6px;
	cursor: pointer;
	border-radius: 100%;
	transition: all 0.2s ease-out;
	border: 1px solid;
	background: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.noUi-vertical .noUi-handle {
	margin-left: 5px;
	cursor: ns-resize;
}

.noUi-horizontal.noUi-extended {
	padding: 0px 15px;
}

.noUi-horizontal.noUi-extended .noUi-origin {
	right: -15px;
}

.noUi-background {
	height: 2px;
	margin: 20px 0px;
}

.noUi-origin {
	margin: 0px;
	border-radius: 0px;
	height: 2px;
	background: rgb(200, 200, 200);
}

.noUi-origin[style^="left: 0"] .noUi-handle {
	background-color: rgb(255, 255, 255);
	border: 2px solid rgb(200, 200, 200);
}

.noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
	border-width: 1px;
}

.noUi-target {
	border-radius: 3px;
}

.noUi-horizontal {
	height: 2px;
	margin: 15px 0px;
}

.noUi-vertical {
	height: 100%;
	width: 2px;
	margin: 0px 15px;
	display: inline-block;
}

.noUi-handle.noUi-active {
	transform: scale3d(2, 2, 1);
}

[disabled].noUi-slider {
	opacity: 0.5;
}

[disabled] .noUi-handle {
	cursor: not-allowed;
}

.slider {
	background: rgb(200, 200, 200);
}

.c-1-color {
	background-color: blue;
}

.c-2-color {
	background-color: white;
}

.slider.noUi-connect {
	background-color: rgb(122, 194, 154);
}

.slider .noUi-handle {
	border-color: rgb(122, 194, 154);
}

.slider.slider-info .noUi-origin:first-child {
	background-color: rgb(81, 203, 206);
}

.slider.slider-info .noUi-handle {
	border-color: rgb(81, 203, 206);
}

.slider.slider-success .noUi-connect,
.slider.slider-success.noUi-connect {
	background-color: rgb(81, 203, 206);
}

.slider.slider-success .noUi-handle {
	border-color: rgb(81, 203, 206);
}

.slider.slider-warning .noUi-connect,
.slider.slider-warning.noUi-connect {
	background-color: rgb(255, 152, 0);
}

.slider.slider-warning .noUi-handle {
	border-color: rgb(255, 152, 0);
}

.slider.slider-danger .noUi-connect,
.slider.slider-danger.noUi-connect {
	background-color: rgb(244, 67, 54);
}

.slider.slider-danger .noUi-handle {
	border-color: rgb(244, 67, 54);
}

.alert {
	border: 0px;
	border-radius: 0px;
	color: rgb(255, 255, 255);
	padding: 10px 15px;
	font-size: 14px;
}

.alert .close {
	font-size: 20px;
	color: rgb(255, 255, 255);
}

.container .alert {
	border-radius: 4px;
}

.navbar .alert {
	border-radius: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 85px;
	width: 100%;
	z-index: 3;
}

.navbar:not(.navbar-transparent) .alert {
	top: 70px;
}

.alert .alert-icon {
	display: block;
	font-size: 30px;
	left: 15px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
}

.alert .alert-wrapper.message {
	padding-right: 60px;
}

.alert .alert-wrapper i {
	position: relative;
	font-size: 20px;
	top: 5px;
	margin-top: -5px;
	font-weight: 600;
}

.alert-info {
	background-color: rgb(110, 199, 224);
}

.alert-success {
	background-color: rgb(134, 217, 171);
}

.alert-warning {
	background-color: rgb(252, 210, 123);
}

.alert-danger {
	background-color: rgb(247, 118, 95);
}

.label {
	padding: 0.2em 0.6em;
	border-radius: 10px;
	color: rgb(255, 255, 255);
	font-weight: 500;
	font-size: 0.75em;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 3px;
	line-height: 17px;
}

.label-primary {
	background-color: rgb(81, 203, 206);
}

.label-info {
	background-color: rgb(81, 188, 218);
}

.label-success {
	background-color: rgb(107, 208, 152);
}

.label-warning {
	background-color: rgb(251, 198, 88);
}

.label-danger {
	background-color: rgb(245, 89, 61);
}

.label-default {
	background-color: rgb(102, 97, 91);
}

.tooltip {
	font-size: 12px;
	font-weight: 400;
}

.tooltip-inner {
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 13px, rgba(115, 71, 38, 0.23) 0px 0px 0px 1px;
	color: rgb(102, 97, 91);
	max-width: 200px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

.tooltip-inner::after {
	content: "";
	display: inline-block;
	position: absolute;
}

.tooltip-inner::before {
	content: "";
	display: inline-block;
	position: absolute;
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
	padding: 0px 3px !important;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.tooltip.tooltip-left .tooltip-inner::before {
	border-left: 11px solid rgba(0, 0, 0, 0.2);
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	right: -7px;
	left: auto;
	margin-left: 0px;
	top: 13px;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::after,
.tooltip.tooltip-left .tooltip-inner::after {
	border-left: 11px solid rgb(255, 255, 255);
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	right: -6px;
	left: auto;
	margin-left: 0px;
	top: 8px;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
	border-top: 11px solid rgba(0, 0, 0, 0.2);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	bottom: -6px;
	left: 100%;
	margin-left: -60%;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::after,
.tooltip.tooltip-top .tooltip-inner::after {
	border-top: 11px solid rgb(255, 255, 255);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	bottom: -5px;
	content: "";
	display: inline-block;
	left: 100%;
	margin-left: -60%;
	position: absolute;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.tooltip.tooltip-right .tooltip-inner::before {
	border-right: 11px solid rgba(0, 0, 0, 0.2);
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 13px;
	margin-left: -8px;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0px;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::after,
.tooltip.tooltip-right .tooltip-inner::after {
	border-right: 11px solid rgb(255, 255, 255);
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 8px;
	margin-left: -7px;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0px;
}

.popover.bs-tether-element-attached-top::after,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::before {
	top: -9px;
	border-bottom-color: rgb(255, 143, 94) !important;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
	border-bottom: 11px solid rgba(0, 0, 0, 0.2);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	top: -7px;
	content: "";
	display: inline-block;
	left: 100%;
	margin-left: -60%;
	position: absolute;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::after,
.tooltip.tooltip-bottom .tooltip-inner::after {
	border-bottom: 11px solid rgb(255, 255, 255);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	top: -6px;
	content: "";
	display: inline-block;
	left: 100%;
	margin-left: -60%;
	position: absolute;
}

.tooltip.show {
	opacity: 1 !important;
}

.popover {
	border: 0px;
	border-radius: 4px;
	background-color: rgb(255, 252, 245);
	color: rgb(102, 97, 91);
	font-weight: 400;
	padding: 0px;
	z-index: 1031;
	box-shadow: none;
}

.popover-title {
	background-color: rgb(255, 252, 245);
	border-bottom: 0px none;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	padding: 15px 15px 0px;
	margin: 0px 0px -10px;
	color: rgb(102, 97, 91);
	text-align: center;
	border-radius: 4px 4px 0px 0px;
}

.popover-content {
	padding: 15px;
	text-align: center;
}

.popover .arrow {
	border: 0px;
}

.popover.top .arrow {
	margin-left: 0px;
}

.popover.bottom .arrow::after {
	border-bottom-color: rgb(247, 118, 95);
}

.popover-filter {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1030;
	background-color: rgb(0, 0, 0);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.popover-filter.in {
	visibility: visible;
	opacity: 0.2;
	transition-delay: 0s;
}

.popover.left > .arrow::after {
	border-left-color: rgb(247, 118, 95);
	bottom: -20px;
}

.popover.top > .arrow::after {
	border-top-color: rgb(247, 118, 95);
}

.popover.right > .arrow::after {
	border-right-color: rgb(247, 118, 95);
}

.popover.left::before {
	border-left-color: rgb(247, 118, 95);
	bottom: -20px;
}

.popover-filter.in {
	visibility: visible;
	opacity: 0.2;
	transition-delay: 0s;
}

.popover-primary {
	background-color: rgb(109, 211, 214);
	color: rgb(255, 255, 255);
}

.popover-primary .popover-title {
	background-color: rgb(109, 211, 214);
	color: rgba(0, 0, 0, 0.56);
}

.popover-primary.bottom .arrow::after {
	border-bottom-color: rgb(109, 211, 214);
}

.popover-primary.left > .arrow::after {
	border-left-color: rgb(109, 211, 214);
}

.popover-primary.top > .arrow::after {
	border-top-color: rgb(109, 211, 214);
}

.popover-primary.right > .arrow::after {
	border-right-color: rgb(109, 211, 214);
}

.popover-info {
	background-color: rgb(110, 199, 224);
	color: rgb(255, 255, 255);
}

.popover-info .popover-title {
	background-color: rgb(110, 199, 224);
	color: rgba(0, 0, 0, 0.56);
}

.popover-info.bottom .arrow::after {
	border-bottom-color: rgb(110, 199, 224);
}

.popover-info.left > .arrow::after {
	border-left-color: rgb(110, 199, 224);
}

.popover-info.top > .arrow::after {
	border-top-color: rgb(110, 199, 224);
}

.popover-info.right > .arrow::after {
	border-right-color: rgb(110, 199, 224);
}

.popover-success {
	background-color: rgb(134, 217, 171);
	color: rgb(255, 255, 255);
}

.popover-success .popover-title {
	background-color: rgb(134, 217, 171);
	color: rgba(0, 0, 0, 0.56);
}

.popover-success.bottom .arrow::after {
	border-bottom-color: rgb(134, 217, 171);
}

.popover-success.left > .arrow::after {
	border-left-color: rgb(134, 217, 171);
}

.popover-success.top > .arrow::after {
	border-top-color: rgb(134, 217, 171);
}

.popover-success.right > .arrow::after {
	border-right-color: rgb(134, 217, 171);
}

.popover-warning {
	background-color: rgb(252, 210, 123);
	color: rgb(255, 255, 255);
}

.popover-warning .popover-title {
	background-color: rgb(252, 210, 123);
	color: rgba(0, 0, 0, 0.56);
}

.popover-warning.bottom .arrow::after {
	border-bottom-color: rgb(252, 210, 123);
}

.popover-warning.left > .arrow::after {
	border-left-color: rgb(252, 210, 123);
}

.popover-warning.top > .arrow::after {
	border-top-color: rgb(252, 210, 123);
}

.popover-warning.right > .arrow::after {
	border-right-color: rgb(252, 210, 123);
}

.popover-danger {
	background-color: rgb(247, 118, 95);
	color: rgb(255, 255, 255);
}

.popover-danger .popover-title {
	background-color: rgb(247, 118, 95);
	color: rgba(0, 0, 0, 0.56);
}

.popover-danger.bottom .arrow::after {
	border-bottom-color: rgb(247, 118, 95);
}

.popover-danger.left > .arrow::after {
	border-left-color: rgb(247, 118, 95);
}

.popover-danger.top > .arrow::after {
	border-top-color: rgb(247, 118, 95);
}

.popover-danger.right > .arrow::after {
	border-right-color: rgb(247, 118, 95);
}

.popover-primary.bs-tether-element-attached-bottom::after,
.popover-primary.bs-tether-element-attached-bottom::before,
.popover-primary.popover-top::after,
.popover-primary.popover-top::before {
	border-top-color: rgb(109, 211, 214) !important;
}

.popover.popover-info.bs-tether-element-attached-top::after,
.popover.popover-info.popover-bottom::after,
.popover.popover-info.bs-tether-element-attached-top::before,
.popover.popover-info.popover-bottom::before {
	border-bottom-color: rgb(110, 199, 224) !important;
}

.popover-success.bs-tether-element-attached-left::after,
.popover-success.bs-tether-element-attached-left::before,
.popover-success.popover-right::after,
.popover-success.popover-right::before {
	border-right-color: rgb(134, 217, 171) !important;
}

.popover.popover-warning.bs-tether-element-attached-right::after,
.popover.popover-warning.bs-tether-element-attached-right::before,
.popover.popover-warning.popover-left::after,
.popover.popover-warning.popover-left::before {
	border-left-color: rgb(252, 210, 123) !important;
}

.popover.popover-danger.bs-tether-element-attached-right::after,
.popover.popover-danger.bs-tether-element-attached-right::before,
.popover.popover-danger.popover-left::after,
.popover.popover-danger.popover-left::before {
	border-left-color: rgb(247, 118, 95) !important;
}

.popover.bs-tether-element-attached-top::after,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::before {
	border-bottom-color: rgb(255, 255, 255) !important;
}

.section {
	padding: 70px 0px;
	position: relative;
	background-color: rgb(255, 255, 255);
}

.section-with-space {
	padding: 60px 0px;
}

.section-gray {
	background-color: rgb(238, 238, 238);
}

.section-nude {
	background-color: rgb(255, 252, 245);
}

.section-gold {
	background-color: rgb(202, 172, 144);
	color: rgb(255, 255, 255);
}

.section-brown {
	background-color: rgb(165, 158, 148);
	color: rgb(255, 255, 255);
}

.section-light-blue {
	background-color: rgb(81, 203, 206);
	color: rgb(255, 255, 255);
}

.section-dark-blue {
	background-color: rgb(80, 99, 103);
	color: rgb(255, 255, 255);
}

.section-dark {
	background-color: rgb(11, 16, 17);
}

.section-image,
.section-gold,
.section-dark {
	position: relative;
}

.section-image .title,
.section-image .info-title,
.section-image .card-plain .card-title,
.section-gold .title,
.section-gold .info-title,
.section-gold .card-plain .card-title,
.section-dark .title,
.section-dark .info-title,
.section-dark .card-plain .card-title {
	color: rgb(255, 255, 255) !important;
}

.section-image .category,
.section-image .description,
.section-image .card-plain .card-description,
.section-image .card-plain .card-category,
.section-gold .category,
.section-gold .description,
.section-gold .card-plain .card-description,
.section-gold .card-plain .card-category,
.section-dark .category,
.section-dark .description,
.section-dark .card-plain .card-description,
.section-dark .card-plain .card-category {
	color: rgba(255, 255, 255, 0.7);
}

.section-image hr,
.section-gold hr,
.section-dark hr {
	border-color: rgba(255, 255, 255, 0.19);
}

.page-header .title,
.page-header .info-title,
.carousel-caption .title,
.carousel-caption .info-title {
	color: rgb(255, 255, 255);
}

[class*="features-"],
[class*="team-"],
[class*="projects-"],
[class*="pricing-"],
[class*="testimonials-"],
[class*="contactus-"] {
	padding: 80px 0px;
}

.section-image {
	background-position: center center;
	background-size: cover;
}

.section-image::before {
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.section-image .container {
	position: relative;
	z-index: 2;
}

.section-login {
	min-height: 700px;
}

.checkbox,
.radio {
	margin-left: -3px;
}

.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 10px;
	width: 67%;
}

.checkbox label::before,
.checkbox label::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 21px;
	height: 21px;
	left: 0px;
	margin-left: -20px;
	border-radius: 4px;
	opacity: 0.5;
	-webkit-font-smoothing: antialiased;
	top: 0px;
	background-color: rgb(102, 97, 91);
	transition: opacity 0.2s linear;
}

.checkbox label::after {
	top: -2px;
	text-align: center;
	font-size: 17px;
	opacity: 0.9;
	color: rgb(255, 255, 255);
	background-color: inherit;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
	cursor: pointer;
	width: 21px;
	height: 21px;
	top: -3px;
}

.checkbox input[type="checkbox"]:checked + label::after {
	font-family: FontAwesome;
	content: "";
}

.checkbox input[type="checkbox"]:checked + label::before {
	opacity: 1;
}

.checkbox input[type="checkbox"]:disabled + label {
	color: rgb(221, 221, 221);
}

.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: rgb(221, 221, 221);
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0px;
}

.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 10px;
	width: 64%;
}

.radio label::before,
.radio label::after {
	font-family: FontAwesome;
	content: "";
	font-size: 25px;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: -8px;
	color: rgb(102, 97, 91);
	opacity: 0.5;
	margin-left: -20px;
	padding: 1px;
}

.radio label::after {
	content: "";
	opacity: 0;
	font-size: 25px;
	background-color: transparent;
	transition: opacity 0.2s linear;
}

.radio input[type="radio"]:not(:disabled):hover + label::before {
	font-family: FontAwesome;
	content: "";
	color: rgb(102, 97, 91);
	opacity: 0.5;
}

.radio input[type="radio"]:checked + label::after {
	opacity: 1;
}

.radio input[type="radio"]:disabled + label {
	color: rgb(221, 221, 221);
}

.radio input[type="radio"]:disabled + label::before,
.radio input[type="radio"]:disabled + label::after {
	color: rgb(221, 221, 221);
}

.radio.radio-inline {
	margin-top: 0px;
}

.nav .nav-item .nav-link:hover,
.nav .nav-item .nav-link:focus {
	background-color: transparent;
}

.navbar {
	border: 0px;
	font-size: 14px;
	transition: all 0.4s;
	padding: 0px;
	background: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 10px -4px;
}

.navbar .navbar-brand {
	font-weight: 600;
	margin: 5px 0px;
	padding: 20px 15px;
	font-size: 14px;
	color: rgb(102, 97, 91);
	text-transform: uppercase;
}

.navbar .nav-link i {
	font-size: 16px;
	position: relative;
	top: 4px;
	right: 3px;
}

.navbar .nav-link [class^="fa"] {
	top: 2px;
}

.navbar .nav-link p {
	margin: 0px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.5em;
	padding: 15px 0px;
	color: rgb(154, 154, 154) !important;
}

.navbar .nav-link p:hover {
	color: rgb(64, 61, 57) !important;
}

.navbar .navbar-nav .nav-item .nav-link {
	line-height: 1.6;
	margin: 15px 0px;
	padding: 10px 15px;
	opacity: 0.8;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: rgb(102, 97, 91);
}

.navbar .navbar-nav .nav-item .nav-link.btn {
	margin: 15px 3px;
	padding: 9px;
}

.navbar .navbar-nav .dropdown-menu {
	border-radius: 12px;
	margin-top: 1px;
}

.navbar .navbar-collapse .nav-item .nav-link p {
	display: inline;
}

.navbar .navbar-collapse .nav-item .dropdown-item i {
	margin: 0px 10px 0px 5px;
	font-size: 18px;
	position: relative;
	top: 3px;
}

.navbar .navbar-collapse.show .navbar-nav .nav-item {
	padding-right: 10px;
}

.navbar .notification-bubble {
	right: 72px;
	padding: 0.2em 0.6em;
	position: absolute;
	top: 15px;
}

.navbar .btn {
	margin: 15px 3px;
	font-size: 12px;
}

.navbar .btn i {
	font-size: 14px;
	line-height: 13px;
}

.navbar .btn-simple {
	font-size: 16px;
}

.navbar .caret {
	left: 0px;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}

.navbar.navbar-transparent {
	padding-top: 25px;
}

.navbar .logo-container {
	margin-top: 5px;
}

.navbar .logo-container .logo {
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid rgb(51, 51, 51);
	width: 50px;
	float: left;
}

.navbar .logo-container .logo img {
	width: 100%;
}

.navbar .logo-container .brand {
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 20px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	width: 75px;
	height: 50px;
}

.navbar.fixed-top .nav-link i {
	top: 4px;
}

.navbar-absolute {
	position: absolute;
	width: 100%;
	padding-top: 10px;
	z-index: 1029;
}

.navbar-transparent .navbar-brand,
[class*="bg"] .navbar-brand {
	color: rgb(255, 255, 255);
	opacity: 0.9;
}

.navbar-transparent .navbar-brand:focus,
.navbar-transparent .navbar-brand:hover,
[class*="bg"] .navbar-brand:focus,
[class*="bg"] .navbar-brand:hover {
	background-color: transparent;
	opacity: 1;
	color: rgb(255, 255, 255);
}

.navbar-transparent .navbar-nav .nav-item .nav-link:not(.btn),
[class*="bg"] .navbar-nav .nav-item .nav-link:not(.btn) {
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
}

.navbar-transparent .navbar-nav .active .nav-link .active .nav-link:hover,
.navbar-transparent .navbar-nav .active .nav-link:focus,
.navbar-transparent .navbar-nav .nav-item .nav-link:hover,
.navbar-transparent .navbar-nav .nav-item .nav-link:focus,
[class*="bg"] .navbar-nav .active .nav-link .active .nav-link:hover,
[class*="bg"] .navbar-nav .active .nav-link:focus,
[class*="bg"] .navbar-nav .nav-item .nav-link:hover,
[class*="bg"] .navbar-nav .nav-item .nav-link:focus {
	background-color: transparent;
	color: rgb(255, 255, 255);
	opacity: 1;
}

.navbar-transparent .navbar-nav .nav .nav-item a.btn:hover,
[class*="bg"] .navbar-nav .nav .nav-item a.btn:hover {
	background-color: transparent;
}

.navbar-transparent .navbar-nav .dropdown .nav-link .caret,
.navbar-transparent .navbar-nav .dropdown .nav-link:hover .caret,
.navbar-transparent .navbar-nav .dropdown .nav-link:focus .caret,
[class*="bg"] .navbar-nav .dropdown .nav-link .caret,
[class*="bg"] .navbar-nav .dropdown .nav-link:hover .caret,
[class*="bg"] .navbar-nav .dropdown .nav-link:focus .caret {
	border-bottom-color: rgb(255, 255, 255);
	border-top-color: rgb(255, 255, 255);
}

.navbar-transparent .navbar-nav .open .nav-link,
.navbar-transparent .navbar-nav .open .nav-link:hover,
.navbar-transparent .navbar-nav .open .nav-link:focus,
[class*="bg"] .navbar-nav .open .nav-link,
[class*="bg"] .navbar-nav .open .nav-link:hover,
[class*="bg"] .navbar-nav .open .nav-link:focus {
	background-color: transparent;
	color: rgb(102, 97, 91);
	opacity: 1;
}

.navbar-transparent .btn-default.btn-fill,
[class*="bg"] .btn-default.btn-fill {
	color: rgb(154, 154, 154);
	background-color: rgb(255, 255, 255);
	opacity: 0.9;
}

.navbar-transparent .btn-default.btn-fill:hover,
.navbar-transparent .btn-default.btn-fill:focus,
.navbar-transparent .btn-default.btn-fill:active,
.navbar-transparent .btn-default.btn-fill.active,
.navbar-transparent .open .dropdown-toggle.btn-fill.btn-default,
[class*="bg"] .btn-default.btn-fill:hover,
[class*="bg"] .btn-default.btn-fill:focus,
[class*="bg"] .btn-default.btn-fill:active,
[class*="bg"] .btn-default.btn-fill.active,
[class*="bg"] .open .dropdown-toggle.btn-fill.btn-default {
	border-color: rgb(255, 255, 255);
	opacity: 1;
}

.nav-open .nav .caret {
	border-bottom-color: rgb(255, 255, 255);
	border-top-color: rgb(255, 255, 255);
}

.navbar-default .brand {
	color: rgb(102, 97, 91) !important;
}

.navbar-default .navbar-nav .nav-item .nav-link:not(.btn) {
	color: rgb(154, 154, 154);
}

.navbar-default .navbar-nav .active .nav-link,
.navbar-default .navbar-nav .active .nav-link:not(.btn):hover,
.navbar-default .navbar-nav .active .nav-link:not(.btn):focus,
.navbar-default .navbar-nav .nav-item .nav-link:not(.btn):hover,
.navbar-default .navbar-nav .nav-item .nav-link:not(.btn):focus {
	background-color: transparent;
	border-radius: 3px;
	color: rgb(81, 188, 218);
	opacity: 1;
}

.navbar-default .navbar-nav .dropdown .nav-link:hover .caret,
.navbar-default .navbar-nav .dropdown .nav-link:focus .caret {
	border-bottom-color: rgb(81, 188, 218);
	border-top-color: rgb(81, 188, 218);
}

.navbar-default .navbar-nav .open .nav-link,
.navbar-default .navbar-nav .open .nav-link:hover,
.navbar-default .navbar-nav .open .nav-link:focus {
	background-color: transparent;
	color: rgb(81, 188, 218);
}

.navbar-default .navbar-nav .navbar-toggle:hover,
.navbar-default .navbar-nav .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default:not(.navbar-transparent) .btn-default:hover {
	color: rgb(81, 188, 218);
	border-color: rgb(81, 188, 218);
}

.navbar-default:not(.navbar-transparent) .btn-neutral,
.navbar-default:not(.navbar-transparent) .btn-neutral:hover,
.navbar-default:not(.navbar-transparent) .btn-neutral:active {
	color: rgb(154, 154, 154);
}

.navbar-icons.navbar .navbar-brand {
	margin-top: 12px;
	margin-bottom: 12px;
}

.navbar-icons .navbar-nav .nav-item .nav-link {
	text-align: center;
	padding: 6px 15px;
	margin: 6px 3px;
}

.navbar-icons .navbar-nav [class^="pe"] {
	font-size: 30px;
	position: relative;
}

.navbar-icons .navbar-nav p {
	margin: 3px 0px 0px;
}

.navbar-form {
	box-shadow: none;
}

.navbar-form .form-control {
	border-radius: 0px;
	border: 0px;
	padding: 0px;
	background-color: transparent;
	height: 22px;
	font-size: 14px;
	line-height: 1.5em;
	color: rgb(227, 227, 227);
}

.navbar-transparent .navbar-form .form-control,
[class*="bg"] .navbar-form .form-control {
	color: rgb(255, 255, 255);
	border-width: 0px 0px 1px;
	border-top-style: initial;
	border-right-style: initial;
	border-left-style: initial;
	border-top-color: initial;
	border-right-color: initial;
	border-left-color: initial;
	border-image: initial;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.6);
}

.navbar-toggle {
	margin-top: 19px;
	margin-bottom: 19px;
	border: 0px;
}

.navbar-toggle .icon-bar {
	background-color: rgb(255, 255, 255);
}

.navbar-toggle .navbar-collapse,
.navbar-toggle .navbar-form {
	border-color: transparent;
}

.navbar-toggle.navbar-default .navbar-toggle:hover,
.navbar-toggle.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: rgb(227, 227, 227);
}

.red {
	color: rgb(255, 0, 0);
}

.collapse .navbar-text {
	line-height: 55px;
}

.navbar-default .navbar-brand {
	color: rgb(102, 97, 91);
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: rgb(94, 94, 94);
}

.navbar-collapse.show .navbar-nav .nav-item {
	padding-right: 100px;
}

.nav-tabs-navigation:last-child {
	border-bottom: 0px none;
}

.nav-tabs-navigation:last-child .nav-stacked {
	border-right: 1px solid rgb(241, 234, 224);
	font-size: 16px;
	font-weight: 600;
	padding: 20px 0px;
}

.nav-tabs-navigation:last-child .nav-stacked .nav-item .nav-link {
	padding: 7px 25px;
}

.navbar-nav > li > .dropdown-menu,
.dropdown .dropdown-menu {
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, height 0s linear 0.35s;
}

.navbar-toggler {
	cursor: pointer;
	outline: none !important;
}

.navbar .navbar-toggler .navbar-toggler-bar {
	background: rgb(102, 97, 91);
}

.navbar[class*="bg-"] .navbar-toggler .navbar-toggler-bar,
.navbar.navbar-transparent .navbar-toggler .navbar-toggler-bar {
	background: rgb(255, 255, 255);
}

.navbar-toggler .navbar-toggler-bar {
	display: block;
	position: relative;
	width: 24px;
	height: 2px;
	border-radius: 1px;
	margin: 0px auto;
}

.navbar-toggler .navbar-toggler-bar + .navbar-toggler-bar,
.navbar-toggler .navbar-toggler-icon + .navbar-toggler-icon {
	margin-top: 4px;
}

.navbar .navbar-toggler {
	margin-top: 24px;
}

.navbar .navbar-burger {
	margin-top: 20px;
}

.navbar-toggler-icon {
	display: block;
	position: relative;
	width: 24px;
	height: 2px;
	border-radius: 1px;
	margin: 0px auto;
	background: gray;
}

.no-transition {
	transition: none;
}

#description-areas .nav-stacked .nav-link.active::before,
#navtabs-row .nav-stacked .nav-link.active::before {
	border-right: 11px solid rgb(241, 234, 224);
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 0px;
	bottom: 7px;
}

#description-areas .nav-stacked .nav-link.active::after,
#navtabs-row .nav-stacked .nav-link.active::after {
	border-right: 11px solid rgb(255, 255, 255);
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: -1px;
	bottom: 7px;
}

#second-tabs {
	margin-left: 20px;
}

.scroll-area {
	max-height: 310px;
	overflow-y: scroll;
	list-style: none outside none;
	padding: 0px;
}

.burger-menu .collapse .navbar-nav a {
	color: rgb(51, 51, 51);
}

.navbar-transparent {
	border-bottom: 1px solid transparent;
	box-shadow: none;
	background: transparent !important;
}

.navbar-transparent .dropdown-menu .divider {
	background-color: rgba(255, 255, 255, 0.2);
}

.section-navbars #menu-dropdown .navbar .navbar-toggler .navbar-toggler-icon {
	background: rgb(255, 255, 255);
}

.img-rounded {
	border-radius: 12px;
	transition: opacity 0.5s ease 0s;
	max-width: 100%;
}

.img-details {
	min-height: 50px;
	padding: 0px 4px 0.5em;
}

.img-details img {
	width: 50px;
}

.img-details .author {
	margin-left: 10px;
	margin-top: -21px;
	width: 40px;
}

.img-circle {
	background-color: rgb(255, 255, 255);
	margin-bottom: 10px;
	padding: 4px;
	max-width: 100%;
	border-radius: 50% !important;
}

.img-thumbnail {
	border: 0px none;
	border-radius: 12px;
	box-shadow: rgba(164, 158, 147, 0.6) 0px 1px 2px;
	margin-bottom: 10px;
}

.img-no-padding {
	padding: 0px;
}

.example-page .img-rounded {
	margin: 50px 0px 20px;
}

.img-shadow {
	box-shadow: rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px, rgba(0, 0, 0, 0.2) 0px 5px 5px -3px;
}

.images-title {
	margin-bottom: 20px;
	height: 50px;
}

.nav-link .profile-photo-small {
	width: 40px;
	height: 30px;
	margin: -10px 0px 0px -15px;
}

.profile-picture {
	margin: 0px auto;
}

.profile-picture .fileinput-new img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.profile-picture .fileinput-exists img {
	max-width: 150px;
	max-height: 150px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.card {
	border-radius: 12px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 10px -4px;
	background-color: rgb(255, 255, 255);
	color: rgb(51, 51, 51);
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	border: 0px none;
	transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}

.card:not(.card-plain):hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 12px 19px -7px;
	transform: translateY(-10px);
}

.card.card-plain {
	background-color: transparent;
	box-shadow: none;
	border-radius: 0px;
}

.card .card-footer {
	padding: 15px;
	background: transparent;
	border-top: 0px none;
}

.card .card-footer .social-line .btn:first-child {
	border-radius: 0px 0px 0px 6px;
}

.card .card-footer .social-line .btn:last-child {
	border-radius: 0px 0px 6px;
}

.card .card-block .card-footer {
	padding: 0px;
}

.card .card-block .card-description + .card-footer {
	padding-top: 10px;
}

.card.no-transition:hover,
.card.card-register:hover,
.card.page-carousel:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 10px -4px;
	transform: none;
}

.section-dark .card-profile.card-plain .card-title {
	color: rgb(255, 255, 255) !important;
}

.section-dark .card-profile.card-plain .card-description {
	color: rgba(255, 255, 255, 0.7);
}

.card-profile {
	margin-top: 30px;
	text-align: center;
}

.card-profile .card-cover {
	height: 130px;
	background-position: center center;
	background-size: cover;
	border-radius: 12px 12px 0px 0px;
}

.card-profile .card-block .card-title {
	margin-top: 5px !important;
}

.card-profile .card-block .card-category {
	margin-bottom: 5px;
	margin-top: 5px;
}

.card-profile .card-avatar {
	max-width: 120px;
	max-height: 120px;
	margin: -60px auto 0px;
	border-radius: 50%;
	overflow: hidden;
}

.card-profile .card-avatar img {
	max-width: 100%;
	height: auto;
}

.card-profile .card-avatar.border-white {
	border: 4px solid rgb(255, 255, 255);
}

.card-profile .card-avatar.border-gray {
	border: 4px solid rgb(204, 204, 204);
}

.section .card-profile {
	margin-top: 100px;
}

.card-register {
	background-color: rgb(255, 143, 94);
	border-radius: 8px;
	color: rgb(255, 255, 255);
	max-width: 350px;
	margin: 120px 0px 70px;
	min-height: 400px;
	padding: 30px;
	z-index: 1;
}

.card-register .social-line .btn {
	margin-top: 0px;
}

.section-image .card-register {
	margin-top: 0px;
}

.card-register label {
	margin-top: 15px;
}

.card-register .title {
	color: rgb(179, 60, 18);
	text-align: center;
}

.card-register .btn {
	margin-top: 30px;
}

.card-register .forgot {
	text-align: center;
}

.footer {
	background-attachment: fixed;
	position: relative;
	line-height: 20px;
}

.footer nav > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.footer nav > ul > li {
	display: inline-block;
	padding: 10px 15px;
	margin: 15px 3px;
	line-height: 20px;
	text-align: center;
}

.footer nav > ul a:not(.btn) {
	color: rgb(119, 119, 119);
	display: block;
	margin-bottom: 3px;
	line-height: 1.6;
	opacity: 0.8;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.footer nav > ul a:not(.btn):hover,
.footer nav > ul a:not(.btn):focus {
	color: rgb(119, 119, 119);
	opacity: 1;
}

.footer .copyright {
	color: rgb(119, 119, 119);
	padding: 10px 0px;
	font-size: 14px;
	margin: 15px 3px;
	line-height: 20px;
	text-align: center;
}

.footer .heart {
	color: rgb(235, 94, 40);
}

.footer {
	background-color: rgb(255, 255, 255);
	line-height: 36px;
}

.footer.footer-black h4 {
	color: rgb(255, 255, 255);
}

.footer .links {
	display: inline-block;
}

.footer .links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
}

.footer .links ul > li {
	display: inline-block;
	padding-right: 20px;
}

.footer .links ul > li:last-child {
	padding-right: 0px;
}

.footer .links ul a:not(.btn) {
	color: rgb(102, 97, 91);
	display: block;
	font-size: 0.9em;
	margin-bottom: 3px;
}

.footer .links ul a:not(.btn):hover,
.footer .links ul a:not(.btn):focus {
	color: rgb(64, 61, 57);
}

.footer .links ul.uppercase-links {
	text-transform: uppercase;
}

.footer .links ul.stacked-links {
	margin-top: 10px;
}

.footer .links ul.stacked-links > li {
	display: block;
	line-height: 26px;
}

.footer .links ul.stacked-links h4 {
	margin-top: 0px;
}

.footer hr {
	border-color: rgb(221, 221, 221);
	border-width: 1px 0px 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.footer .copyright {
	color: rgb(164, 158, 158);
	font-size: 0.9em;
}

.footer .copyright ul > li {
	padding-right: 0px;
}

.footer .title {
	color: rgb(64, 61, 57);
}

.footer-black,
.footer-transparent,
.subscribe-line-transparent {
	background-color: rgb(37, 36, 34);
	color: rgb(221, 221, 221);
}

.footer-black .links ul a:not(.btn),
.footer-transparent .links ul a:not(.btn),
.subscribe-line-transparent .links ul a:not(.btn) {
	color: rgb(164, 158, 158);
}

.footer-black .links ul a:not(.btn):hover,
.footer-black .links ul a:not(.btn):focus,
.footer-transparent .links ul a:not(.btn):hover,
.subscribe-line-transparent .links ul a:not(.btn):hover,
.footer-transparent .links ul a:not(.btn):focus,
.subscribe-line-transparent .links ul a:not(.btn):focus {
	color: rgb(241, 234, 224);
}

.footer-black .copyright,
.footer-transparent .copyright,
.subscribe-line-transparent .copyright {
	color: rgb(102, 97, 91);
}

.footer-black .copyright ul > li a:not(.btn),
.footer-transparent .copyright ul > li a:not(.btn),
.subscribe-line-transparent .copyright ul > li a:not(.btn) {
	color: rgb(102, 97, 91);
}

.footer-black hr,
.footer-transparent hr,
.subscribe-line-transparent hr {
	border-color: rgb(102, 97, 91);
}

.footer-transparent,
.subscribe-line-transparent {
	background-size: cover;
	position: relative;
}

.footer-transparent .container,
.subscribe-line-transparent .container {
	z-index: 2;
	position: relative;
}

.footer-transparent hr,
.subscribe-line-transparent hr {
	border-color: rgb(164, 158, 158);
}

.footer-transparent .copyright,
.subscribe-line-transparent .copyright {
	color: rgb(164, 158, 158);
}

.footer-transparent .copyright ul > li a:not(.btn),
.subscribe-line-transparent .copyright ul > li a:not(.btn) {
	color: rgb(164, 158, 158);
}

.footer-transparent::after,
.subscribe-line-transparent::after {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(17, 17, 17, 0.5);
	display: block;
	content: "";
	z-index: 1;
}

.footer-gray {
	background-color: rgb(243, 242, 238);
}

.footer-big {
	padding: 30px 0px;
}

.footer-big hr {
	margin-top: 20px;
}

.footer-big .copyright {
	margin: 10px 0px 20px;
}

.footer-big .form-group {
	margin-top: 15px;
}

.subscribe-line {
	background-color: rgb(255, 252, 245);
	padding: 35px 0px;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 0px;
}

.subscribe-line .form-group {
	margin: 0px;
}

.subscribe-line .form-control {
	height: auto;
	font-size: 1.825em;
	border: 0px;
	padding: 0px;
	font-weight: 300;
	line-height: 54px;
	background-color: transparent;
}

.subscribe-line .btn:not(.btn-lg) {
	margin-top: 7px;
}

.subscribe-line-black {
	background-color: rgb(37, 36, 34);
}

.subscribe-line-black .form-control {
	color: rgb(255, 255, 255);
}

.subscribe-line-transparent .form-control {
	color: rgb(255, 255, 255);
}

.social-line-black {
	background-color: rgb(37, 36, 34);
	color: rgb(255, 255, 255);
}

.bootstrap-switch {
	display: inline-block;
	direction: ltr;
	cursor: pointer;
	border-radius: 30px;
	border: 0px;
	position: relative;
	text-align: left;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 8px;
	height: 26px;
	outline: none;
	z-index: 0;
	user-select: none;
	vertical-align: middle;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 61px !important;
}

.bootstrap-switch .bootstrap-switch-container {
	display: inline-flex;
	top: 0px;
	height: 26px;
	border-radius: 4px;
	transform: translate3d(0px, 0px, 0px);
	width: 100px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
	box-sizing: border-box;
	cursor: pointer;
	height: 100%;
	color: rgb(255, 255, 255);
	padding: 6px 12px;
	font-size: 11px;
	text-indent: -5px;
	line-height: 15px;
	transition: 0.25s ease-out;
	display: inline-block !important;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
	text-align: center;
	z-index: 1;
	float: left;
	background-color: rgb(102, 97, 91);
	width: 50% !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
	color: rgb(255, 255, 255);
	background: rgb(81, 203, 206);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
	color: rgb(255, 255, 255);
	background: rgb(68, 125, 247);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
	color: rgb(255, 255, 255);
	background: rgb(122, 194, 154);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
	background: rgb(255, 165, 52);
	color: rgb(255, 255, 255);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
	color: rgb(255, 255, 255);
	background: rgb(251, 64, 75);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
	color: rgb(255, 255, 255);
	background: rgb(207, 207, 202);
}

.bootstrap-switch .bootstrap-switch-label {
	text-align: center;
	z-index: 100;
	color: rgb(51, 51, 51);
	background: rgb(255, 255, 255);
	height: 22px;
	margin: 2px -11px;
	border-radius: 12px;
	position: relative;
	float: left;
	padding: 0px;
	box-shadow: rgb(255, 255, 255) 0px 1px 1px inset, rgba(0, 0, 0, 0.25) 0px 1px 1px;
	width: 22px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
	text-indent: 6px;
}

.bootstrap-switch input[type="radio"],
.bootstrap-switch input[type="checkbox"] {
	top: 0px;
	left: 0px;
	opacity: 0;
	z-index: -1;
	position: absolute !important;
}

.bootstrap-switch input[type="radio"].form-control,
.bootstrap-switch input[type="checkbox"].form-control {
	height: auto;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
	padding: 6px 16px;
	font-size: 18px;
	line-height: 1.33;
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
	cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
	opacity: 0.5;
	cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
	transition: margin-left 0.5s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
	border-radius: 0px 3px 3px 0px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
	border-radius: 3px 0px 0px 3px;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
	margin-left: -2px !important;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
	margin-left: -37px !important;
}

.bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
	margin: 2px -15px;
	width: 26px !important;
}

.bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
	margin: 2px -15px -13px -11px;
	width: 26px !important;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-handle-off {
	background-color: rgb(102, 97, 91);
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-handle-on {
	background-color: rgb(207, 207, 202);
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-danger ~ .bootstrap-switch-default {
	background-color: rgb(251, 64, 75);
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-warning ~ .bootstrap-switch-default {
	background-color: rgb(255, 165, 52);
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-success ~ .bootstrap-switch-default {
	background-color: rgb(122, 194, 154);
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-primary ~ .bootstrap-switch-default {
	background-color: rgb(81, 203, 206);
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-info ~ .bootstrap-switch-default {
	background-color: rgb(68, 125, 247);
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-danger,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-primary,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-info,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-warning,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-success {
	background-color: rgb(207, 207, 202);
}

.dropdown-menu {
	background-color: rgb(255, 252, 245);
	border: 0px none;
	border-radius: 12px;
	display: block;
	margin-top: 10px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	box-shadow: rgba(17, 16, 15, 0.1) 0px 2px, rgba(17, 16, 15, 0.1) 0px 2px 10px;
}

.show .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.dropdown-menu .divider {
	background-color: rgb(241, 234, 224);
	margin: 0px;
}

.dropdown-menu .dropdown-header {
	color: rgb(154, 154, 154);
	font-size: 12px;
	padding: 10px 15px;
}

.dropdown-menu .no-notification {
	color: rgb(154, 154, 154);
	font-size: 1.2em;
	padding: 30px;
	text-align: center;
}

.dropdown-menu .dropdown-item {
	padding: 0px !important;
}

.dropdown-menu .dropdown-item a {
	color: rgb(102, 97, 91);
	font-size: 14px;
	padding: 10px 45px 10px 15px;
	clear: both;
	white-space: nowrap;
	width: 100%;
	display: block;
}

.dropdown-menu .dropdown-item a img {
	margin-top: -3px;
}

.dropdown-menu .dropdown-item a:focus {
	outline: 0px !important;
}

.btn-group.select .dropdown-menu {
	min-width: 100%;
}

.dropdown-menu .dropdown-item:first-child a,
.dropdown-menu .dropdown-item:first-child {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.dropdown-menu .dropdown-item:last-child a,
.dropdown-menu .dropdown-item:last-child {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.select .dropdown-menu .dropdown-item:first-child a {
	border-radius: 0px;
	border-bottom: 0px none;
}

.dropdown-menu .dropdown-item a:hover,
.dropdown-menu .dropdown-item a:focus {
	color: rgb(255, 255, 255);
	opacity: 1;
	text-decoration: none;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
	background-color: rgb(102, 97, 91);
}

.dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropdown-menu.dropdown-primary .dropdown-item:focus {
	background-color: rgb(109, 211, 214);
}

.dropdown-menu.dropdown-info .dropdown-item:hover,
.dropdown-menu.dropdown-info .dropdown-item:focus {
	background-color: rgb(110, 199, 224);
}

.dropdown-menu.dropdown-success .dropdown-item:hover,
.dropdown-menu.dropdown-success .dropdown-item:focus {
	background-color: rgb(134, 217, 171);
}

.dropdown-menu.dropdown-warning .dropdown-item:hover,
.dropdown-menu.dropdown-warning .dropdown-item:focus {
	background-color: rgb(252, 210, 123);
}

.dropdown-menu.dropdown-danger .dropdown-item:hover,
.dropdown-menu.dropdown-danger .dropdown-item:focus {
	background-color: rgb(247, 118, 95);
}

.dropdown-divider {
	margin: 0px !important;
}

.btn-group.select.open {
	overflow: visible;
}

.dropdown-menu-right {
	right: -2px;
	left: auto;
}

@media (min-width: 768px) {
	.navbar-form {
		margin-top: 21px;
		margin-bottom: 21px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.navbar-search-form {
		display: none;
	}
	.navbar-nav .dropdown-item .dropdown-menu,
	.dropdown .dropdown-menu,
	.dropdown-btn .dropdown-menu {
		transform: translate3d(0px, -40px, 0px);
		transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, height 0s linear 0.35s;
	}
	.navbar-nav .dropdown-item.show .dropdown-menu,
	.dropdown.show .dropdown-menu,
	.dropdown-btn.show .dropdown-menu {
		transform: translate3d(0px, 0px, 0px);
		visibility: visible !important;
	}
	.bootstrap-select .dropdown-menu {
		box-shadow: none;
		transition: all 150ms linear;
	}
	.bootstrap-datetimepicker-widget {
		opacity: 1;
		visibility: visible !important;
	}
	.dropup.show .dropdown-menu {
		transform: translate3d(0px, -10px, 0px);
		opacity: 1;
		visibility: visible;
	}
	.dropup .dropdown-menu {
		transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, height 0s linear 0.35s;
		transform: translate3d(0px, 30px, 0px);
		opacity: 0;
		visibility: hidden;
		display: block;
	}
	.bootstrap-select .show .dropdown-menu {
		transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, height 0s linear 0.35s;
		transform: translate3d(0px, 0px, 0px);
	}
	.navbar-nav li .dropdown-menu::before,
	#dropdown-row .dropdown .dropdown-menu::before,
	.card.card-just-text .dropdown .dropdown-menu::before,
	.card-just-text .dropdown .dropdown-menu::before,
	.dropdown-btn .dropdown-menu::before {
		border-bottom: 11px solid rgb(241, 234, 224);
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		content: "";
		display: inline-block;
		position: absolute;
		right: 12px;
		top: -11px;
	}
	#dropdown-row .dropdown .dropdown-menu::before {
		right: auto;
		left: 12px !important;
	}
	.navbar-nav li .dropdown-menu::after,
	#dropdown-row .dropdown .dropdown-menu::after,
	.card.card-just-text .dropdown .dropdown-menu::after,
	.card-just-text .dropdown .dropdown-menu::after,
	.dropdown-btn .dropdown-menu::after {
		border-bottom: 11px solid rgb(255, 252, 245);
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		content: "";
		display: inline-block;
		position: absolute;
		right: 12px;
		top: -10px;
	}
	#dropdown-row .dropdown .dropdown-menu::after {
		right: auto;
		left: 12px !important;
	}
	#dropdown-row .dropdown .dropdown-menu {
		left: 15px;
	}
	.navbar-nav.navbar-right li .dropdown-menu::before,
	.navbar-nav.navbar-right li .dropdown-menu::after {
		left: auto;
		right: 12px;
	}
	.footer:not(.footer-big) nav ul li:first-child {
		margin-left: 0px;
	}
	body > .navbar-collapse.collapse {
		display: none !important;
	}
}

#navbar .dropdown-menu .dropdown-item {
	padding: 3px 1.5rem !important;
}

.dropdown-sharing li {
	color: rgb(102, 97, 91);
	font-size: 14px;
}

.dropdown-sharing li .social-line {
	line-height: 28px;
	padding: 10px 20px 5px;
}

.dropdown-sharing li .social-line [class*="icon-"] {
	font-size: 20px;
}

.dropdown-sharing li:hover .social-line,
.dropdown-sharing li:hover a,
.dropdown-sharing li:hover .action-line,
.dropdown-sharing li:focus .social-line,
.dropdown-sharing li:focus a,
.dropdown-sharing li:focus .action-line {
	background-color: rgb(255, 252, 245);
	color: rgb(102, 97, 91);
	opacity: 1;
	text-decoration: none;
}

.show .dropdown-sharing {
	margin-bottom: 1px;
}

.show .dropdown-sharing li:last-child {
	padding: 10px 15px;
}

.show .dropdown-actions {
	margin-bottom: 1px;
}

.dropdown-actions li {
	margin: -15px 35px;
}

.dropdown-actions li .action-line {
	padding: 5px 10px;
	line-height: 24px;
	font-weight: bold;
}

.dropdown-actions li .action-line [class*="icon-"] {
	font-size: 24px;
}

.dropdown-actions li .action-line .col-sm-9 {
	line-height: 34px;
}

.dropdown-actions li .link-danger {
	color: rgb(245, 89, 61);
}

.dropdown-actions li .link-danger:hover,
.dropdown-actions li .link-danger:active,
.dropdown-actions li .link-danger:focus {
	color: rgb(245, 89, 61);
}

.dropdown-actions li:hover a,
.dropdown-actions li:focus a {
	color: rgb(102, 97, 91);
	opacity: 1;
	text-decoration: none;
}

.dropdown-actions .action-line .icon-simple {
	margin-left: -15px;
}

.dropup .dropdown-menu::before {
	border-top: 11px solid rgb(220, 217, 209);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 12px;
	bottom: -12px;
}

.dropup .dropdown-menu::after {
	border-top: 11px solid rgb(255, 252, 245);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 12px;
	bottom: -11px;
}

.dropup .dropdown-toggle::after,
.dropdown .dropdown-toggle::after {
	margin-left: 5px;
}

.dropdown-notification .dropdown-notification-list li {
	border-bottom: 1px solid rgb(241, 234, 224);
	color: rgb(102, 97, 91);
	font-size: 16px;
	padding: 10px 5px;
	width: 330px;
}

.dropdown-notification .dropdown-notification-list li a {
	color: rgb(102, 97, 91);
	white-space: normal;
}

.dropdown-notification .dropdown-notification-list li a .notification-text {
	padding-left: 40px;
	position: relative;
}

.dropdown-notification .dropdown-notification-list li a .notification-text .label {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 7px;
}

.dropdown-notification .dropdown-notification-list li a .notification-text .message {
	font-size: 0.9em;
	line-height: 0.7;
	margin-left: 10px;
}

.dropdown-notification .dropdown-notification-list li a .notification-text .time {
	color: rgb(154, 154, 154);
	font-size: 0.7em;
	margin-left: 10px;
}

.dropdown-notification .dropdown-notification-list li a .read-notification {
	font-size: 12px;
	opacity: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -12px;
}

.dropdown-notification .dropdown-notification-list li:hover {
	background-color: rgb(240, 239, 235);
	color: rgb(102, 97, 91);
	opacity: 1;
	text-decoration: none;
}

.dropdown-notification .dropdown-notification-list li:hover .read-notification {
	opacity: 1 !important;
}

.dropdown-notification .dropdown-footer {
	background-color: rgb(232, 231, 227);
	border-radius: 0px 0px 8px 8px;
}

.dropdown-notification .dropdown-footer .dropdown-footer-menu {
	list-style: none outside none;
	padding: 0px 5px;
}

.dropdown-notification .dropdown-footer .dropdown-footer-menu li {
	display: inline-block;
	text-align: left;
	padding: 0px 10px;
}

.dropdown-notification .dropdown-footer .dropdown-footer-menu li a {
	color: rgb(156, 155, 153);
	font-size: 0.9em;
	line-height: 35px;
}

.section-nucleo-icons {
	padding: 100px 0px;
}

.section-nucleo-icons .icons-container {
	position: relative;
	max-width: 450px;
	height: 300px;
	max-height: 300px;
	margin: 0px auto;
}

.section-nucleo-icons .icons-container i {
	font-size: 34px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.section-nucleo-icons .icons-container i:nth-child(1) {
	top: 5%;
	left: 7%;
}

.section-nucleo-icons .icons-container i:nth-child(2) {
	top: 28%;
	left: 24%;
}

.section-nucleo-icons .icons-container i:nth-child(3) {
	top: 40%;
}

.section-nucleo-icons .icons-container i:nth-child(4) {
	top: 18%;
	left: 62%;
}

.section-nucleo-icons .icons-container i:nth-child(5) {
	top: 74%;
	left: 3%;
}

.section-nucleo-icons .icons-container i:nth-child(6) {
	top: 36%;
	left: 44%;
	font-size: 65px;
	color: rgb(245, 89, 61);
	padding: 1px;
}

.section-nucleo-icons .icons-container i:nth-child(7) {
	top: 59%;
	left: 26%;
}

.section-nucleo-icons .icons-container i:nth-child(8) {
	top: 60%;
	left: 69%;
}

.section-nucleo-icons .icons-container i:nth-child(9) {
	top: 72%;
	left: 47%;
}

.section-nucleo-icons .icons-container i:nth-child(10) {
	top: 88%;
	left: 27%;
}

.section-nucleo-icons .icons-container i:nth-child(11) {
	top: 31%;
	left: 80%;
}

.section-nucleo-icons .icons-container i:nth-child(12) {
	top: 88%;
	left: 68%;
}

.section-nucleo-icons .icons-container i:nth-child(13) {
	top: 5%;
	left: 81%;
}

.section-nucleo-icons .icons-container i:nth-child(14) {
	top: 58%;
	left: 90%;
}

.section-nucleo-icons .icons-container i:nth-child(15) {
	top: 6%;
	left: 40%;
}

.section-dark .icons-container {
	color: rgb(255, 255, 255);
}

.info .icon {
	margin-top: 0px;
	font-size: 3.4em;
}

.icon-primary {
	color: rgb(81, 203, 206);
}

.icon-info {
	color: rgb(81, 188, 218);
}

.icon-success {
	color: rgb(107, 208, 152);
}

.icon-warning {
	color: rgb(251, 198, 88);
}

.icon-danger {
	color: rgb(245, 89, 61);
}

.icon-neutral {
	color: rgb(255, 255, 255);
}

.nav-tabs-navigation {
	text-align: center;
	border-bottom: 1px solid rgb(241, 234, 224);
	margin-bottom: 30px;
}

.nav-tabs-navigation .nav > .nav-item > .nav-link {
	padding-bottom: 20px;
}

.nav-tabs-wrapper {
	display: inline-block;
	margin-bottom: -6px;
	margin-left: 1.25%;
	margin-right: 1.25%;
	position: relative;
	width: auto;
}

.nav-tabs {
	border-bottom: 0px none;
	font-size: 16px;
	font-weight: 600;
}

.nav-tabs .nav-item .nav-link {
	border: 0px none;
	color: rgb(164, 158, 147);
	background-color: transparent;
}

.nav-tabs .nav-item .nav-link:hover {
	color: rgb(102, 97, 91);
}

.nav-tabs .nav-item .nav-link.active {
	color: rgb(102, 97, 91);
}

.nav-tabs .nav-item {
	color: rgb(102, 97, 91);
	position: relative;
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link.active:hover,
.nav-tabs .nav-item .nav-link.active:focus {
	background-color: transparent;
	border: 0px none;
}

.nav-tabs .nav-item .nav-link.active::after,
.nav-tabs .nav-item .nav-link.active:hover::after,
.nav-tabs .nav-item .nav-link.active:focus::after {
	border-bottom: 11px solid rgb(255, 255, 255);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 40%;
	bottom: 5px;
}

.nav-tabs .nav-item .nav-link.active::before,
.nav-tabs .nav-item .nav-link.active:hover::before,
.nav-tabs .nav-item .nav-link.active:focus::before {
	border-bottom: 11px solid rgb(241, 234, 224);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 40%;
	bottom: 6px;
}

.nav-tabs .nav-item.show .nav-link {
	background-color: transparent;
}

.nav-tabs .dropdown-menu {
	margin-top: -6px;
	margin-left: -46px;
	border-radius: 8px;
}

.nav-tabs .dropdown-menu .dropdown-item:hover,
.nav-tabs .dropdown-menu .dropdown-item.active {
	color: rgb(255, 255, 255);
	background-color: rgb(104, 179, 200);
}

.nav-tabs .dropdown-menu ::before {
	border-bottom: 11px solid rgb(241, 234, 224);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 12px;
	top: -11px;
}

.nav-tabs .dropdown-menu ::after {
	border-bottom: 11px solid rgb(255, 252, 245);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 12px;
	top: -10px;
}

.profile-content .tab-content .tab-pane {
	min-height: 200px;
}

.profile-content .tab-content #tweets,
.profile-content .tab-content #connections,
.profile-content .tab-content #media {
	height: 100%;
}

.nav-pills .nav-item + .nav-link {
	margin-left: 0px;
}

.nav-pills .nav-item .nav-link {
	border: 1px solid rgb(102, 97, 91);
	border-radius: 0px;
	color: rgb(102, 97, 91);
	font-weight: 600;
	margin-left: -1px;
	padding: 10px 25px;
}

.nav-pills .nav-item.active .nav-link,
.nav-pills .nav-item.active .nav-link:hover,
.nav-pills .nav-item.active .nav-link:focus {
	background-color: rgb(102, 97, 91);
	color: rgb(255, 255, 255);
}

.nav-pills .nav-item:first-child .nav-link {
	margin: 0px;
	border-radius: 30px 0px 0px 30px !important;
}

.nav-pills .nav-item:last-child .nav-link {
	border-radius: 0px 30px 30px 0px !important;
}

.nav-pills .nav-item .nav-link.active {
	background-color: rgb(102, 97, 91);
	color: rgb(255, 255, 255);
}

.nav-pills-primary .nav-item .nav-link {
	border: 1px solid rgb(81, 203, 206) !important;
	color: rgb(81, 203, 206) !important;
}

.nav-pills-primary .nav-item .nav-link.active {
	border: 1px solid rgb(81, 203, 206) !important;
	color: rgb(255, 255, 255) !important;
}

.nav-pills-danger .nav-item .nav-link {
	border: 1px solid rgb(245, 89, 61) !important;
	color: rgb(245, 89, 61) !important;
}

.nav-pills-danger .nav-item .nav-link.active {
	border: 1px solid rgb(245, 89, 61) !important;
	color: rgb(255, 255, 255) !important;
}

.nav-pills-info .nav-item .nav-link {
	border: 1px solid rgb(81, 188, 218) !important;
	color: rgb(81, 188, 218) !important;
}

.nav-pills-info .nav-item .nav-link.active {
	border: 1px solid rgb(81, 188, 218) !important;
	color: rgb(255, 255, 255) !important;
}

.nav-pills-success .nav-item .nav-link {
	border: 1px solid rgb(107, 208, 152) !important;
	color: rgb(107, 208, 152) !important;
}

.nav-pills-success .nav-item .nav-link.active {
	border: 1px solid rgb(107, 208, 152) !important;
	color: rgb(255, 255, 255) !important;
}

.nav-pills-warning .nav-item .nav-link {
	border: 1px solid rgb(251, 198, 88) !important;
	color: rgb(251, 198, 88) !important;
}

.nav-pills-warning .nav-item .nav-link.active {
	border: 1px solid rgb(251, 198, 88) !important;
	color: rgb(255, 255, 255) !important;
}

.pagination > .page-item > .page-link,
.pagination > .page-item > span,
.pagination > .page-item:first-child > .page-link,
.pagination > .page-item:first-child > span,
.pagination > .page-item:last-child > .page-link,
.pagination > .page-item:last-child > span {
	background-color: transparent;
	border: 2px solid rgb(245, 89, 61);
	border-radius: 20px;
	color: rgb(245, 89, 61);
	height: 36px;
	margin: 0px 2px;
	min-width: 36px;
	font-weight: 600;
}

.nav-pills-danger > .page-item > .page-link,
.pagination-danger > .page-item > .page-link,
.pagination-danger > .page-item > span,
.pagination-danger > .page-item:first-child > .page-link,
.pagination-danger > .page-item:first-child > span,
.pagination-danger > .page-item:last-child > .page-link,
.pagination-danger > .page-item:last-child > span {
	border: 2px solid rgb(245, 89, 61);
	color: rgb(245, 89, 61);
}

.nav-pills-danger > .page-item.active > .page-link,
.nav-pills-danger > .page-item.active > .page-link:hover,
.nav-pills-danger > .page-item.active > .page-link:focus,
.pagination-danger > .page-item > .page-link:hover,
.pagination-danger > .page-item > .page-link:focus,
.pagination-danger > .page-item > .page-link:active,
.pagination-danger > .page-item.active > .page-link,
.pagination-danger > .page-item.active > span,
.pagination-danger > .page-item.active > .page-link:hover,
.pagination-danger > .page-item.active > span:hover,
.pagination-danger > .page-item.active > .page-link:focus,
.pagination-danger > .page-item.active > span:focus {
	color: rgb(255, 255, 255);
	background-color: rgb(245, 89, 61) !important;
	border-color: rgb(245, 89, 61) !important;
}

.nav-text,
.nav-icons {
	margin: 0px 0px 10px;
}

.nav-text > li > a,
.nav-icons > li > a {
	display: block;
	padding: 0px 18px;
	color: rgb(154, 154, 154);
	text-align: center;
	opacity: 0.8;
}

.nav-text > li > a:hover,
.nav-text > li > a:focus,
.nav-icons > li > a:hover,
.nav-icons > li > a:focus {
	background-color: transparent;
	opacity: 1;
}

.nav-text > li:first-child a,
.nav-icons > li:first-child a {
	padding-left: 0px;
}

.nav-text > li.active a,
.nav-icons > li.active a {
	color: rgb(81, 188, 218);
}

.nav-icons > li {
	display: inline-block;
}

.nav-icons > li > a {
	padding: 0px 10px;
	margin-bottom: 10px;
}

.nav-icons > li > a i {
	font-size: 1.6em;
	margin-bottom: 10px;
	width: 1.6em;
}

.nav-icons.nav-stacked > li {
	display: block;
}

.nav-icons.nav-stacked > li > a {
	margin-bottom: 20px;
}

.nav-blue > li.active a {
	color: rgb(81, 203, 206);
}

.nav-azure > li.active a {
	color: rgb(81, 188, 218);
}

.nav-green > li.active a {
	color: rgb(107, 208, 152);
}

.nav-orange > li.active a {
	color: rgb(251, 198, 88);
}

.nav-red > li.active a {
	color: rgb(245, 89, 61);
}

.nav-text {
	margin: 0px 0px 10px;
}

.nav-text > li > a {
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 3px 0px;
	text-align: left;
	font-weight: 500;
}

.nav-text > li:first-child > a {
	padding-top: 0px;
}

.nav-text h4 {
	margin-top: 0px;
}

.nav-text:not(.nav-stacked) > li {
	display: inline-block;
}

.nav-text:not(.nav-stacked) > li > a {
	margin-right: 15px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 20px;
}

.nav-pills-default .nav-item.show .nav-link,
.nav-pills-default .nav-link.active {
	background-color: rgb(102, 97, 91) !important;
}

.nav-pills-primary .nav-item.show .nav-link,
.nav-pills-primary .nav-link.active {
	background-color: rgb(81, 203, 206) !important;
}

.nav-pills-info .nav-item.show .nav-link,
.nav-pills-info .nav-link.active {
	background-color: rgb(81, 188, 218) !important;
}

.nav-pills-warning .nav-item.show .nav-link,
.nav-pills-warning .nav-link.active {
	background-color: rgb(251, 198, 88) !important;
}

.nav-pills-success .nav-item.show .nav-link,
.nav-pills-success .nav-link.active {
	background-color: rgb(107, 208, 152) !important;
}

.nav-pills-danger .nav-item.show .nav-link,
.nav-pills-danger .nav-link.active {
	background-color: rgb(245, 89, 61) !important;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active,
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
	background-color: rgb(245, 89, 61);
	border-color: rgb(245, 89, 61);
	color: rgb(255, 255, 255);
}

.page-item.active .page-link {
	background-color: rgb(245, 89, 61);
	color: white;
	border-color: rgb(245, 89, 61);
}

.nav-pills .nav-link {
	border-radius: 0px;
}

.panel {
	border-width: 0px 0px 1px;
	border-top-style: initial;
	border-right-style: initial;
	border-left-style: initial;
	border-top-color: initial;
	border-right-color: initial;
	border-left-color: initial;
	border-image: initial;
	border-bottom-style: solid;
	border-bottom-color: rgb(221, 221, 221);
	box-shadow: none;
}

.panel-default > .panel-heading {
	background-color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
}

.panel-group .panel {
	border-radius: 0px;
}

.panel-title {
	font-size: 1.35em;
}

.panel-title a {
	display: block;
	padding: 0.75rem;
}

.panel-title i {
	float: right;
	padding-top: 5px;
}

.panel-title a:hover,
.panel-title a:focus {
	text-decoration: none;
}

.gsdk-collapse {
	display: block;
	height: 0px;
	visibility: visible;
	overflow: hidden;
}

#accordion .panel-title a:hover,
#accordion .panel-title a:focus {
	color: rgb(245, 89, 61);
}

#accordion .card-header {
	background-color: rgb(255, 255, 255);
}

.card-collapse {
	padding: 0px !important;
}

.panel-title a[aria-expanded="true"] i {
	transform: rotate(180deg);
	transition: all 300ms linear;
}

.carousel-control {
	background-color: rgb(245, 89, 61);
	border-radius: 50%;
	opacity: 1;
	text-shadow: none;
}

.carousel-control:hover,
.carousel-control:focus {
	opacity: 1;
	background-color: rgb(243, 56, 22);
}

.carousel-control.left {
	height: 30px;
	top: 48%;
	width: 30px;
	left: 20px;
	opacity: 0;
}

.carousel-control.right {
	height: 30px;
	right: 20px;
	top: 48%;
	width: 30px;
	opacity: 0;
}

/* removed 
.carousel-control .fa,
.carousel-control .fa
*/
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa,
.carousel-control .fa {
	display: inline-block;
	z-index: 5;
}

.carousel-control-prev .fa {
	font-size: 26px;
	margin: 2px;
	padding-right: 3px;
}

.carousel-control-next .fa {
	font-size: 26px;
	margin: 2px;
	padding-left: 3px;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

.page-carousel {
	border-radius: 12px !important;
	border: none !important;
}

.carousel-inner .carousel-item img {
	border-radius: 12px;
	box-shadow: rgba(204, 197, 185, 0.5) 0px 2px 2px;
	height: 400px;
	width: 100%;
}

.carousel-indicators {
	bottom: 0px;
}

.carousel-indicators li {
	background-color: rgb(255, 255, 255);
	border: 0px none;
}

.carousel-indicators .active {
	background-color: rgb(245, 89, 61);
}

.page-carousel:hover .carousel-control.right,
.page-carousel:hover .carousel-control.left {
	opacity: 1;
}

.modal-header {
	border-bottom: 1px solid rgb(221, 221, 221);
	padding: 20px;
	text-align: center;
	display: block !important;
}

.modal-header.no-border-header {
	border-bottom: 0px none !important;
}

.modal-header.no-border-header .modal-title {
	margin-top: 20px;
}

.modal-header .modal-title {
	color: rgb(51, 51, 51);
}

.modal-header button.close {
	margin-top: -25px;
}

.modal-content {
	border: 0px none;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px, rgba(0, 0, 0, 0.1) 0px 0px 1px 1px;
}

.modal-content .modal-header h6 {
	margin-top: 10px;
}

.modal-dialog {
	padding-top: 60px;
}

.modal-body {
	padding: 20px 50px;
	color: rgb(0, 0, 0);
}

.modal-footer {
	border-top: 1px solid rgb(221, 221, 221);
	padding: 0px;
}

.modal-footer.no-border-footer {
	border-top: 0px none;
}

.modal-footer .left-side,
.modal-footer .right-side {
	display: inline-block;
	text-align: center;
	width: 49%;
}

.modal-footer .btn-link {
	padding: 20px;
	width: 100%;
}

.modal-footer .divider {
	background-color: rgb(221, 221, 221);
	display: inline-block;
	float: inherit;
	height: 63px;
	margin: 0px -3px;
	width: 1px;
}

.modal.fade .modal-dialog {
	transform: none;
}

.modal.in .modal-dialog {
	transform: none;
}

.modal-backdrop.in {
	opacity: 0.25;
}

.modal-register .modal-footer {
	text-align: center;
	margin-bottom: 25px;
	padding: 20px 0px 15px;
}

.modal-register .modal-footer span {
	width: 100%;
}

.modal-header::after {
	display: table;
	content: " ";
}

.modal-header::before {
	display: table;
	content: " ";
}

@media (max-width: 767px) {
	.navbar-transparent {
		background-color: rgba(0, 0, 0, 0.45);
	}
	body {
		position: relative;
		font-size: 12px;
	}
	h6 {
		font-size: 1em;
	}
	.navbar .container {
		left: 0px;
		width: 100%;
		transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
		position: relative;
	}
	.navbar .navbar-nav .dropdown-menu {
		height: 400px;
		overflow-y: scroll;
	}
	.demo-header .motto {
		padding-top: 30% !important;
	}
	.navbar-toggle .icon-bar {
		display: block;
		position: relative;
		background: rgb(255, 255, 255);
		width: 24px;
		height: 2px;
		border-radius: 1px;
		margin: 0px auto;
	}
	.fog-low {
		margin-bottom: -35px;
	}
	.presentation-title {
		font-size: 5em;
	}
	.presentation-subtitle {
		margin-top: 40px;
	}
	.title-brand {
		max-width: 450px;
	}
	.title-brand .type {
		font-size: 16px;
	}
	.navbar-header .navbar-toggle {
		margin-top: 12px;
		width: 40px;
		height: 40px;
	}
	.bar1,
	.bar2,
	.bar3 {
		outline: transparent solid 1px;
	}
	.bar1 {
		top: 0px;
		animation: topbar-back 500ms 0s forwards;
	}
	.bar2 {
		opacity: 1;
	}
	.bar3 {
		bottom: 0px;
		animation: bottombar-back 500ms 0s forwards;
	}
	.toggled .bar1 {
		top: 6px;
		animation: topbar-x 500ms 0s forwards;
	}
	.toggled .bar2 {
		opacity: 0;
	}
	.toggled .bar3 {
		bottom: 6px;
		animation: bottombar-x 500ms 0s forwards;
	}
	@keyframes topbar-x {
		0% {
			top: 0px;
			transform: rotate(0deg);
		}
		45% {
			top: 6px;
			transform: rotate(145deg);
		}
		75% {
			transform: rotate(130deg);
		}
		100% {
			transform: rotate(135deg);
		}
	}
	@-webkit-keyframes topbar-x {
		0% {
			top: 0px;
			transform: rotate(0deg);
		}
		45% {
			top: 6px;
			transform: rotate(145deg);
		}
		75% {
			transform: rotate(130deg);
		}
		100% {
			transform: rotate(135deg);
		}
	}
	@keyframes topbar-back {
		0% {
			top: 6px;
			transform: rotate(135deg);
		}
		45% {
			transform: rotate(-10deg);
		}
		75% {
			transform: rotate(5deg);
		}
		100% {
			top: 0px;
			transform: rotate(0deg);
		}
	}
	@-webkit-keyframes topbar-back {
		0% {
			top: 6px;
			transform: rotate(135deg);
		}
		45% {
			transform: rotate(-10deg);
		}
		75% {
			transform: rotate(5deg);
		}
		100% {
			top: 0px;
			transform: rotate(0deg);
		}
	}
	@keyframes bottombar-x {
		0% {
			bottom: 0px;
			transform: rotate(0deg);
		}
		45% {
			bottom: 6px;
			transform: rotate(-145deg);
		}
		75% {
			transform: rotate(-130deg);
		}
		100% {
			transform: rotate(-135deg);
		}
	}
	@-webkit-keyframes bottombar-x {
		0% {
			bottom: 0px;
			transform: rotate(0deg);
		}
		45% {
			bottom: 6px;
			transform: rotate(-145deg);
		}
		75% {
			transform: rotate(-130deg);
		}
		100% {
			transform: rotate(-135deg);
		}
	}
	@keyframes bottombar-back {
		0% {
			bottom: 6px;
			transform: rotate(-135deg);
		}
		45% {
			transform: rotate(10deg);
		}
		75% {
			transform: rotate(-5deg);
		}
		100% {
			bottom: 0px;
			transform: rotate(0deg);
		}
	}
	@-webkit-keyframes bottombar-back {
		0% {
			bottom: 6px;
			transform: rotate(-135deg);
		}
		45% {
			transform: rotate(10deg);
		}
		75% {
			transform: rotate(-5deg);
		}
		100% {
			bottom: 0px;
			transform: rotate(0deg);
		}
	}
	@-webkit-keyframes fadeIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes fadeIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	.navbar-nav {
		margin: 1px -15px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 15px 15px 5px 50px;
	}
	.navbar-nav .open .dropdown-menu > li:first-child > a {
		padding: 5px 15px 5px 50px;
	}
	.navbar-nav .open .dropdown-menu > li:last-child > a {
		padding: 15px 15px 25px 50px;
	}
	[class*="navbar-"] .navbar-nav > li > a,
	[class*="navbar-"] .navbar-nav > li > a:hover,
	[class*="navbar-"] .navbar-nav > li > a:focus,
	[class*="navbar-"] .navbar-nav .active > a,
	[class*="navbar-"] .navbar-nav .active > a:hover,
	[class*="navbar-"] .navbar-nav .active > a:focus,
	[class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a,
	[class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover,
	[class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus,
	[class*="navbar-"] .navbar-nav .navbar-nav .open .dropdown-menu > li > a:active {
		color: white;
	}
	[class*="navbar-"] .navbar-nav > li > a:not(.btn),
	[class*="navbar-"] .navbar-nav > li > a:hover,
	[class*="navbar-"] .navbar-nav > li > a:focus,
	[class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:not(.btn),
	[class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover,
	[class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus {
		opacity: 0.7;
		background: transparent;
	}
	[class*="navbar-"] .navbar-nav.navbar-nav .open .dropdown-menu > li > a:active {
		opacity: 1;
	}
	[class*="navbar-"] .navbar-nav .dropdown > a:hover .caret {
		border-bottom-color: rgb(119, 119, 119);
		border-top-color: rgb(119, 119, 119);
	}
	[class*="navbar-"] .navbar-nav .dropdown > a:active .caret {
		border-bottom-color: white;
		border-top-color: white;
	}
	.bootstrap-datetimepicker-widget {
		visibility: visible;
	}
	.dropdown-menu {
		display: none;
	}
	.navbar-fixed-top {
		backface-visibility: hidden;
	}
	.social-line .btn {
		margin: 0px 0px 10px;
	}
	.subscribe-line .form-control {
		margin: 0px 0px 10px;
	}
	.social-line.pull-right {
		float: none;
	}
	.footer nav.pull-left {
		float: none !important;
	}
	.footer:not(.footer-big) nav > ul li {
		float: none;
	}
	.footer .footer-nav,
	.footer .credits {
		margin: 0px auto;
	}
	.section-buttons .input-group {
		margin-top: 15px;
	}
	.section-buttons .form-group.has-danger .form-control-feedback {
		margin-top: 5px;
	}
	.social-area.pull-right {
		float: none !important;
	}
	.form-control + .form-control-feedback {
		margin-top: -8px;
	}
	.navbar-toggle:hover,
	.navbar-toggle:focus {
		background-color: transparent !important;
	}
	.btn.dropdown-toggle {
		margin-bottom: 0px;
	}
	.media-post .author {
		width: 20%;
		display: block;
		margin: 0px auto 10px;
		float: none !important;
	}
	.media-post .media-body {
		width: 100%;
	}
	.modal-footer .btn-simple {
		padding: 15px;
	}
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		border: 1px solid rgb(221, 221, 221);
	}
	.typography-line {
		padding-left: 100px !important;
	}
	.projects-1 .project-pills .nav.nav-pills {
		display: block !important;
	}
	.projects-1 .project-pills .nav.nav-pills .nav-item:first-child .nav-link {
		margin-left: -1px;
		border-radius: 12px 12px 0px 0px !important;
	}
	.projects-1 .project-pills .nav.nav-pills .nav-item.active:first-child .nav-link {
		margin-left: -1px;
		border-radius: 12px 12px 0px 0px !important;
	}
	.projects-1 .project-pills .nav.nav-pills .nav-item:last-child .nav-link {
		margin-left: -1px;
		border-radius: 0px 0px 12px 12px !important;
	}
	.testimonials-2 .testimonials-people img,
	.section-testimonials .testimonials-people img {
		display: none !important;
	}
	.presentation-page .section-cards,
	.presentation-page .section-components {
		overflow: hidden;
	}
	.presentation-page .section-cards .first-card,
	.presentation-page .section-components .first-card {
		top: 750px !important;
	}
	.presentation-page .section-cards .first-card .grid__link,
	.presentation-page .section-components .first-card .grid__link {
		width: 200px !important;
	}
	.presentation-page .section-cards .fourth-card,
	.presentation-page .section-components .fourth-card {
		top: 940px !important;
	}
	.presentation-page .section-cards .fourth-card .grid__link,
	.presentation-page .section-components .fourth-card .grid__link {
		width: 200px !important;
	}
	.presentation-page .section-cards .fifth-card,
	.presentation-page .section-components .fifth-card {
		top: 950px !important;
		left: 220px !important;
	}
	.presentation-page .section-cards .fifth-card .grid__link,
	.presentation-page .section-components .fifth-card .grid__link {
		width: 200px !important;
	}
	.presentation-page .section-cards .sixth-card,
	.presentation-page .section-components .sixth-card {
		top: 1335px !important;
		left: 220px !important;
	}
	.presentation-page .section-cards .sixth-card .grid__link,
	.presentation-page .section-components .sixth-card .grid__link {
		width: 200px !important;
	}
	.presentation-page .section-cards .seventh-card,
	.presentation-page .section-components .seventh-card {
		top: 1155px !important;
	}
	.presentation-page .section-cards .seventh-card .grid__link,
	.presentation-page .section-components .seventh-card .grid__link {
		width: 200px !important;
	}
	.presentation-page .section-content .image-container .add-animation {
		height: 250px !important;
		width: 180px !important;
	}
	.presentation-page .section-components .image-container .components-macbook {
		width: 580px !important;
		height: 400px !important;
	}
	.presentation-page .section-components .image-container .social-img,
	.presentation-page .section-components .image-container .share-btn-img {
		display: none;
	}
	.presentation-page .section-components .title {
		margin-top: -100px !important;
	}
	.presentation-page .section-examples {
		padding-top: 0px !important;
		margin-top: 10px !important;
	}
	.presentation-page .section-icons .icons-nucleo .nc-icon:not(.ninth-left-icon):not(.seventh-left-icon):not(.third-left-icon) {
		display: none !important;
	}
	#typography .typography-line .note {
		margin-left: 7px !important;
	}
	.section-nucleo-icons [class*="col-lg"] {
		margin-bottom: 2em;
		text-align: center !important;
	}
}

@media screen and (max-width: 991px) {
	.navbar-collapse {
		position: fixed;
		display: block;
		top: 0px;
		height: 100%;
		width: 230px;
		right: 0px;
		z-index: 1032;
		visibility: visible;
		background-color: rgb(153, 153, 153);
		overflow-y: visible;
		border-top: none;
		text-align: left;
		border-left: 1px solid rgb(204, 197, 185);
		padding-right: 0px;
		padding-left: 40px;
		padding-top: 15px;
		transform: translate3d(230px, 0px, 0px);
		transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
	.navbar-collapse ul {
		position: relative;
		z-index: 3;
		height: 95%;
	}
	.navbar-collapse .navbar-nav > .nav-item:last-child {
		border-bottom: 0px;
	}
	.navbar-collapse .navbar-nav > .nav-item > .nav-link {
		margin: 0px;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 12px;
		line-height: 1.5em;
		padding: 15px 0px;
		color: rgb(154, 154, 154) !important;
	}
	.navbar-collapse .navbar-nav > .nav-item > .nav-link:hover,
	.navbar-collapse .navbar-nav > .nav-item > .nav-link:active {
		color: rgb(64, 61, 57) !important;
	}
	.navbar-collapse::after {
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		position: absolute;
		background-color: rgb(255, 252, 245);
		background-image: linear-gradient(transparent 0%, rgba(112, 112, 112, 0) 60%, rgba(186, 186, 186, 0.15) 100%);
		display: block;
		content: "";
		z-index: 1;
	}
	.navbar-collapse.has-image::after {
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		position: absolute;
		background-color: rgba(17, 17, 17, 0.8);
		display: block;
		content: "";
		z-index: 1;
	}
	.nav-open .navbar-collapse {
		transform: translate3d(0px, 0px, 0px);
	}
	.nav-open .wrapper {
		left: 0px;
		transform: translate3d(-230px, 0px, 0px);
	}
	.nav-open .navbar-translate {
		transform: translate3d(-230px, 0px, 0px);
	}
	.wrapper .navbar-collapse {
		display: none;
	}
	.fixed-top .navbar-collapse {
		background-color: rgb(255, 143, 94);
		float: left;
	}
	.dropdown.show .dropdown-menu,
	.dropdown .dropdown-menu {
		background-color: transparent;
		border: 0px;
		transition: none;
		box-shadow: none;
		width: auto;
		border-radius: 0px;
	}
	.dropdown.show .dropdown-menu .dropdown-item:hover,
	.dropdown.show .dropdown-menu .dropdown-item:focus,
	.dropdown .dropdown-menu .dropdown-item:hover,
	.dropdown .dropdown-menu .dropdown-item:focus {
		background-color: transparent;
		border-radius: 0px;
	}
	.dropdown.show .dropdown-menu .dropdown-item a:hover,
	.dropdown.show .dropdown-menu .dropdown-item a:focus,
	.dropdown .dropdown-menu .dropdown-item a:hover,
	.dropdown .dropdown-menu .dropdown-item a:focus {
		color: rgb(64, 61, 57);
	}
	.dropdown.show .dropdown-menu::before,
	.dropdown.show .dropdown-menu::after,
	.dropdown .dropdown-menu::before,
	.dropdown .dropdown-menu::after {
		display: none;
	}
	.dropdown .dropdown-menu {
		display: none;
	}
	.dropdown.show .dropdown-menu {
		display: block;
	}
	.navbar-translate {
		width: 100%;
		position: relative;
		transform: translate3d(0px, 0px, 0px);
		transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
	.wrapper {
		transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
		left: 0px;
		background-color: white;
	}
}

@media screen and (min-width: 767px) {
	.section-sections .section-cols {
		position: relative;
		z-index: 1;
	}
	.section-sections .section-cols .row:first-of-type {
		margin-top: 50px;
		margin-right: -120px;
		margin-left: -15px;
		transform: translate3d(-80px, 0px, 0px);
	}
	.section-sections .section-cols .row:nth-of-type(2) {
		margin-left: -100px;
		margin-right: -15px;
		transform: translateX(80px);
	}
	.section-sections .section-cols .row:nth-of-type(3) {
		margin-right: -120px;
		margin-left: 0px;
		transform: translateX(-120px);
	}
	.section-sections .section-cols .row:nth-of-type(4) {
		margin-right: -100px;
		margin-left: -15px;
		transform: translateX(-50px);
	}
}

@media screen and (min-width: 991px) {
	.burger-menu .navbar-collapse {
		position: fixed;
		display: block;
		top: 0px;
		height: 100%;
		width: 230px;
		right: 0px;
		z-index: 1032;
		visibility: visible;
		background-color: rgb(153, 153, 153);
		overflow-y: visible;
		border-top: none;
		text-align: left;
		border-left: 1px solid rgb(204, 197, 185);
		padding-right: 0px;
		padding-left: 40px;
		padding-top: 15px;
		transform: translate3d(230px, 0px, 0px);
		transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
	.burger-menu .navbar-collapse .navbar-nav .nav-item:last-child {
		border-bottom: 0px;
	}
	.burger-menu .navbar-collapse .navbar-nav {
		height: 100%;
		z-index: 2;
		position: relative;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.burger-menu .navbar-collapse::after {
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		position: absolute;
		background-color: rgb(255, 252, 245);
		background-image: linear-gradient(transparent 0%, rgba(112, 112, 112, 0) 60%, rgba(186, 186, 186, 0.15) 100%);
		display: block;
		content: "";
		z-index: 1;
	}
	.burger-menu .navbar-collapse.has-image::after {
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		position: absolute;
		background-color: rgba(17, 17, 17, 0.8);
		display: block;
		content: "";
		z-index: 1;
	}
	.burger-menu .navbar .container .navbar-toggler {
		display: block;
		margin-top: 20px;
	}
	.burger-menu .navbar-translate {
		width: 100%;
		position: relative;
		transform: translate3d(0px, 0px, 0px);
		transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
	.burger-menu .wrapper {
		transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
		left: 0px;
		background-color: white;
	}
	.burger-menu .body .navbar-collapse.collapse {
		height: 100vh !important;
	}
	.burger-menu .navbar-collapse::before,
	.burger-menu .navbar-collapse::after,
	.burger-menu .navbar-nav::before,
	.burger-menu .navbar-nav::after {
		display: table;
		content: " ";
	}
	.nav-open .burger-menu .navbar-collapse.collapse {
		transform: translate3d(0px, 0px, 0px);
	}
	.nav-open .burger-menu .wrapper {
		left: 0px;
		transform: translate3d(-230px, 0px, 0px);
	}
	.nav-open .burger-menu .navbar-translate {
		transform: translate3d(-230px, 0px, 0px);
	}
	.burger-menu .dropdown.show .dropdown-menu,
	.burger-menu .dropdown .dropdown-menu {
		background-color: transparent;
		border: 0px;
		transition: none;
		box-shadow: none;
		width: auto;
		border-radius: 0px;
	}
	.burger-menu .dropdown.show .dropdown-menu .dropdown-item:hover,
	.burger-menu .dropdown.show .dropdown-menu .dropdown-item:focus,
	.burger-menu .dropdown .dropdown-menu .dropdown-item:hover,
	.burger-menu .dropdown .dropdown-menu .dropdown-item:focus {
		background-color: transparent;
		border-radius: 0px;
	}
	.burger-menu .dropdown.show .dropdown-menu .dropdown-item a:hover,
	.burger-menu .dropdown.show .dropdown-menu .dropdown-item a:focus,
	.burger-menu .dropdown .dropdown-menu .dropdown-item a:hover,
	.burger-menu .dropdown .dropdown-menu .dropdown-item a:focus {
		color: rgb(64, 61, 57);
	}
	.burger-menu .dropdown.show .dropdown-menu::before,
	.burger-menu .dropdown.show .dropdown-menu::after,
	.burger-menu .dropdown .dropdown-menu::before,
	.burger-menu .dropdown .dropdown-menu::after {
		display: none;
	}
	.burger-menu .dropdown .dropdown-menu {
		display: none;
	}
	.burger-menu .dropdown.show .dropdown-menu {
		display: block;
	}
}

@media screen and (max-width: 1025px) {
	.input-group .input-group-addon {
		padding-right: 10px;
	}
}

@media screen and (max-width: 324px) {
	.section .container nav {
		overflow: auto;
	}
}

.sr-only,
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget table th.next::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0px;
	overflow: hidden;
	clip: rect(0px 0px 0px 0px);
	border: 0px;
}

.bootstrap-datetimepicker-widget {
	list-style: none;
}

.bootstrap-datetimepicker-widget a .btn:hover {
	background-color: transparent;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	padding: 4px;
	width: 16em;
}

@media (min-width: 768px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}

@media (min-width: 992px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}

@media (min-width: 1200px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em;
	}
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
	border-bottom: 11px solid rgb(241, 234, 224);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 12px;
	left: auto;
	top: -11px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom::after {
	border-bottom: 11px solid rgb(255, 255, 255);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 12px;
	left: auto;
	top: -11px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top {
	margin-top: auto;
	margin-bottom: -20px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top.open {
	margin-top: auto;
	margin-bottom: 5px;
	background-color: rgb(255, 255, 255);
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right::before {
	left: auto;
	right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right::after {
	left: auto;
	right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
	margin: 0px;
}

.bootstrap-datetimepicker-widget a[data-action] {
	padding: 6px 0px;
	border-width: 0px;
	color: rgb(102, 97, 91);
	background-color: transparent;
}

.bootstrap-datetimepicker-widget a[data-action="togglePicker"],
.bootstrap-datetimepicker-widget a[data-action="togglePicker"]:hover {
	color: rgb(66, 156, 182) !important;
}

.bootstrap-datetimepicker-widget a[data-action]:hover {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.85);
}

.bootstrap-datetimepicker-widget a[data-action]:active {
	box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: 300;
	font-size: 1.5em;
	margin: 3px;
	border-radius: 50%;
}

.bootstrap-datetimepicker-widget button[data-action] {
	width: 38px;
	height: 38px;
	padding: 0px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
	content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
	content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
	content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
	content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
	content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
	content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
	content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
	content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
	content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
	text-align: center;
	border-radius: 4px;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
	content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
	line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
	line-height: 2.5;
	height: 2.5em;
	width: 100%;
	border-radius: 4px;
	margin: 2px 0px !important;
}

.bootstrap-datetimepicker-widget table {
	width: 100%;
	margin: 0px;
}

.bootstrap-datetimepicker-widget table td > div,
.bootstrap-datetimepicker-widget table th > div {
	text-align: center;
}

.bootstrap-datetimepicker-widget table th {
	height: 20px;
	line-height: 20px;
	width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
	width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
	background: none;
	color: rgb(207, 207, 202);
	cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev span,
.bootstrap-datetimepicker-widget table th.next span {
	height: 27px;
	width: 27px;
	line-height: 28px;
	font-size: 12px;
	border-radius: 50%;
	text-align: center;
}

.bootstrap-datetimepicker-widget table th.prev::after {
	content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
	content: "Next Month";
}

.bootstrap-datetimepicker-widget table th.dow {
	text-align: center;
	border-bottom: 1px solid rgb(227, 227, 227);
	font-size: 12px;
	text-transform: uppercase;
	color: rgb(154, 154, 154);
	font-weight: 400;
	padding-bottom: 5px;
	padding-top: 10px;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
	cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover span,
.bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
	background: rgb(227, 227, 227);
}

.bootstrap-datetimepicker-widget table td > div {
	border-radius: 4px;
	height: 54px;
	line-height: 54px;
	width: 54px;
	text-align: center;
}

.bootstrap-datetimepicker-widget table td.cw > div {
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	color: rgb(207, 207, 202);
}

.bootstrap-datetimepicker-widget table td.day > div {
	height: 30px;
	line-height: 31px;
	width: 30px;
	text-align: center;
	padding: 0px;
	border-radius: 50%;
	margin: 0px auto;
	z-index: -1;
	position: relative;
}

.bootstrap-datetimepicker-widget table td.minute > div,
.bootstrap-datetimepicker-widget table td.hour > div {
	border-radius: 50%;
}

.bootstrap-datetimepicker-widget table td.day:hover > div,
.bootstrap-datetimepicker-widget table td.hour:hover > div,
.bootstrap-datetimepicker-widget table td.minute:hover > div,
.bootstrap-datetimepicker-widget table td.second:hover > div {
	background: rgb(227, 227, 227);
	cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old > div,
.bootstrap-datetimepicker-widget table td.new > div {
	color: rgb(207, 207, 202);
}

.bootstrap-datetimepicker-widget table td.today > div::before {
	content: "";
	display: inline-block;
	border-bottom-color: rgb(104, 179, 200);
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 4px;
	right: 4px;
}

.bootstrap-datetimepicker-widget table td.active > div,
.bootstrap-datetimepicker-widget table td.active:hover > div {
	background-color: rgb(104, 179, 200);
	color: rgb(255, 255, 255);
}

.bootstrap-datetimepicker-widget table td.disabled > div,
.bootstrap-datetimepicker-widget table td.disabled:hover > div {
	background: none;
	color: rgb(207, 207, 202);
	cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 3px;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
}

.bootstrap-datetimepicker-widget table td span:hover {
	background: rgb(227, 227, 227);
}

.bootstrap-datetimepicker-widget table td span.active {
	background-color: rgb(104, 179, 200);
	color: rgb(255, 255, 255);
}

.bootstrap-datetimepicker-widget table td span.old {
	color: rgb(207, 207, 202);
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
	background: none;
	color: rgb(207, 207, 202);
	cursor: not-allowed;
}

.bootstrap-datetimepicker-widget .timepicker-picker span,
.bootstrap-datetimepicker-widget .timepicker-hours span,
.bootstrap-datetimepicker-widget .timepicker-minutes span {
	border-radius: 50% !important;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
	height: 27px;
	line-height: 27px;
}

.input-group.date .input-group-addon {
	cursor: pointer;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
	padding: 1px;
	text-align: center;
	z-index: 1;
	cursor: pointer;
}

.bootstrap-datetimepicker-widget {
	opacity: 0;
	transform: translate3d(0px, -10px, 0px);
}

.bootstrap-datetimepicker-widget.top {
	transform: translate3d(0px, 0px, 0px);
}

.bootstrap-datetimepicker-widget.open {
	opacity: 1;
	transform: translate3d(0px, 10px, 0px);
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.bootstrap-datetimepicker-widget.open.top {
	transform: translate3d(0px, -10px, 0px);
}

.bootstrap-datetimepicker-widget.open.top::before {
	border-top: 11px solid rgb(220, 217, 209);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 12px;
	bottom: -12px;
}

.bootstrap-datetimepicker-widget.open.top::after {
	border-top: 11px solid rgb(255, 252, 245);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: 12px;
	bottom: -11px;
}

.btn-twitter {
	color: rgb(85, 172, 238) !important;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
	color: rgb(85, 172, 238) !important;
}

.btn-facebook {
	color: rgb(59, 89, 152) !important;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
	color: rgb(59, 89, 152) !important;
}

.btn-google {
	color: rgb(221, 75, 57) !important;
}

.btn-google:hover,
.btn-google:focus,
.btn-google:active {
	color: rgb(221, 75, 57) !important;
}

.btn-linkedin {
	color: rgb(9, 118, 180) !important;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active {
	color: rgb(9, 118, 180) !important;
}

.btn-twitter-bg {
	background-color: rgb(85, 172, 238) !important;
	border-color: rgb(85, 172, 238) !important;
}

.btn-twitter-bg:hover {
	background-color: rgb(62, 161, 236) !important;
	border-color: rgb(62, 161, 236) !important;
}

.btn-facebook-bg {
	background-color: rgb(59, 89, 152) !important;
	border-color: rgb(59, 89, 152) !important;
}

.btn-facebook-bg:hover {
	background-color: rgb(52, 78, 134) !important;
	border-color: rgb(52, 78, 134) !important;
}

.btn-google-bg {
	background-color: rgb(221, 75, 57) !important;
	border-color: rgb(221, 75, 57) !important;
}

.btn-google-bg:hover {
	background-color: rgb(215, 57, 37) !important;
	border-color: rgb(215, 57, 37) !important;
}

.btn-github-bg {
	background-color: rgb(118, 118, 118) !important;
	border-color: rgb(118, 118, 118) !important;
}

.btn-github-bg:hover {
	background-color: dimgray !important;
	border-color: dimgray !important;
}

.landing-alert {
	margin-bottom: 0px;
}

.page-header {
	background-color: rgb(178, 175, 171);
	background-position: center center;
	background-size: cover;
	min-height: 100vh;
	max-height: 999px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-header .filter::after {
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.page-header.page-header-small {
	max-height: 700px;
	min-height: 65vh !important;
}

.page-header.page-header-xs {
	min-height: 40vh !important;
}

.page-header.section-dark .content-center,
.page-header.section-dark .category-absolute {
	z-index: 1;
}

.page-header .motto {
	text-align: left;
	z-index: 3;
	color: rgb(255, 255, 255);
	position: relative;
}

.landing-section {
	padding: 100px 0px;
	z-index: 1;
}

.section-buttons {
	z-index: 1;
}

.landing-section .btn-simple {
	padding: 0px;
}

.landing-section .column {
	padding: 0px 75px 0px 25px;
}

.team-player .img-circle,
.team-player .img-thumbnail {
	display: block;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}

.contact-form {
	margin-top: 30px;
}

.contact-form label {
	margin-top: 15px;
}

.contact-form .btn {
	margin-top: 30px;
}

.navbar-relative {
	position: relative;
	z-index: 2;
}

#register-navbar a {
	color: rgb(255, 255, 255);
}

.register-background .container {
	margin-top: 11%;
	position: relative;
	z-index: 3;
}

.register-footer {
	bottom: 20px;
	position: absolute;
	z-index: 1;
	width: 100%;
	background: transparent;
	color: rgb(255, 255, 255);
}

.register-card label {
	margin-top: 15px;
}

.register-card .title {
	color: rgb(179, 60, 18);
	text-align: center;
}

.register-card .btn {
	margin-top: 30px;
}

.register-card .forgot {
	text-align: center;
}

.profile-content {
	position: relative;
}

.owner {
	text-align: center;
}

.owner .avatar {
	padding: 15px;
	max-width: 180px;
	margin: -165px auto 0px;
	display: inline-block;
}

.owner .name h4 {
	margin-top: 10px;
}

.profile-tabs {
	margin: 50px 0px;
	min-height: 300px;
}

#following h3 {
	margin: 20px 0px 40px;
}

.profile-content .tab-content .tab-pane.active {
	height: 200px;
}

.follows .unfollow {
	width: 15px;
}

#follows .follows .unfollow .checkbox {
	margin-top: -15px;
}

#follows .follows h6 {
	margin-top: 15px;
}

.follows hr {
	margin-top: 10px;
}

.title-brand {
	max-width: 730px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	color: rgb(255, 255, 255);
	display: block;
}

.title-brand .type {
	position: absolute;
	font-size: 20px;
	background: rgb(19, 32, 38);
	padding: 6px 10px;
	border-radius: 4px;
	top: 0px;
	font-weight: 600;
	margin-top: 10px;
	right: -15px;
}

.presentation-title {
	font-size: 8em;
	font-weight: 700;
	margin: 0px;
	color: rgb(255, 255, 255);
	background: linear-gradient(rgb(255, 255, 255) 35%, rgb(78, 103, 115) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.presentation-subtitle {
	font-size: 1.7em;
	color: rgb(255, 255, 255);
}

.category-absolute {
	position: absolute;
	text-align: center;
	top: 100vh;
	margin-top: -60px;
	padding: 0px 15px;
	width: 100%;
	color: rgba(255, 255, 255, 0.5);
}

.category-absolute .creative-tim-logo {
	max-width: 140px;
	top: -2px;
	left: 3px;
	position: relative;
}

.fog-low {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-left: -35%;
	margin-bottom: -50px;
	width: 110%;
	opacity: 0.85;
}

.fog-low img {
	width: 100%;
}

.fog-low.right {
	margin-left: 30%;
	opacity: 1;
}

.page-header .content-center {
	margin-top: 85px;
}

.moving-clouds {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0px;
	width: 250.625em;
	height: 43.75em;
	animation: cloudLoop 80s linear infinite;
}

@keyframes cloudLoop {
	0% {
		transform: translate3d(0px, 0px, 0px);
	}
	100% {
		transform: translate3d(-50%, 0px, 0px);
	}
}

.following img {
	max-width: 70px;
}

.gb-page-header {
	background-image: url("https://storage.googleapis.com/lawnywebassets/webheaderart_med.png");
}

.gb-fa {}

.gb-fa-1 {}

.gb-fa-2 {}

.gb-fa-3 {}