@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,800,700,600);

/*************************************************************
*           App Variables
**************************************************************/
/*************************************************************
*           Colors Definitions
**************************************************************/
/*************************************************************
*         Common Element Variables
**************************************************************/
/* ***************************************************
*     Page Specific Element Variables
****************************************************** */
/*****************************************
*       Background-image: cover mixin
******************************************/
/*****************************************
*       Media Query Mixins
******************************************/
html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 14px;
	min-height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #ccc;
	overflow-x: hidden;
	background: #1f2022;
}

.main-wrapper {
	width: 100%;
	position: absolute;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.bg-wallpaper {
	background-image: url(../images/bg/bg3.png);
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	background-attachment: fixed !important;
	background-repeat: no-repeat !important;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.app {
	position: relative;
	width: 100%;
	padding-left: 230px;
	min-height: 100vh;
	margin: 0 auto;
	left: 0;
	background-color: #181818;
	box-shadow: 0 0 3px #000;
	-webkit-transition: left 0.3s ease, padding-left 0.3s ease;
	transition: left 0.3s ease, padding-left 0.3s ease;
	overflow: hidden;
}

.app .content {
	padding: 95px 20px 0 20px;
	min-height: 100vh;
	margin: 0 auto;
	max-width: 1280px;
}

.app.blank {
	background-color: #667380;
}

.error-card {
	width: 410px;
	min-height: 330px;
	margin: 60px auto;
}

.error-card .error-title {
	font-size: 150px;
	line-height: 150px;
	font-weight: 700;
	color: #252932;
	text-align: center;
	text-shadow: rgba(61, 61, 61, 0.3) 0.5px 0.5px, rgba(61, 61, 61, 0.2) 1px 1px, rgba(61, 61, 61, 0.3) 1.5px 1.5px;
}

.error-card .error-sub-title {
	font-weight: 100;
	text-align: center;
}

.error-card .error-container {
	text-align: center;
	visibility: hidden;
}

.error-card .error-container.visible {
	visibility: visible;
}

.error-card.global {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	margin: 0;
}

.error-card.global .error-title {
	color: #ffffff;
}

.error-card.global .error-sub-title,
.error-card.global .error-container {
	color: #ffffff;
}

@media (min-width: 767px) and (max-width: 1024px) {
	.error-card {
		width: 50%;
	}

	.error-card.global {
		position: relative;
		top: 25%;
		left: 0;
		-webkit-transform: inherit;
		transform: inherit;
		margin: 40px auto;
	}
}

@media (max-width: 767px) {
	.error-card {
		width: 90%;
	}

	.error-card.global {
		position: relative;
		top: 25%;
		left: 0;
		-webkit-transform: inherit;
		transform: inherit;
		margin: 40px auto;
	}
}

.growl.growl-default {
	background: #262626 !important;
}

.growl.growl-default i {
	color: #938359 !important;
}

.growl.growl-error {
	background: #E05555 !important;
}

.growl.growl-notice {
	background: #33ba82 !important;
}

.growl.growl-warning {
	background: #F39C12 !important;
}

.alert {
	background-image: none;
}

.alert .alert-link {
	text-decoration: underline;
}

.alert.alert-primary {
	background-color: #938359;
	border-color: #938359;
	color: #ffffff;
}

.alert.alert-primary hr {
	border-top-color: #776A49;
}

.alert.alert-primary .alert-link {
	color: #e6e6e6;
}

.alert.alert-secondary {
	background-color: #111;
	border-color: #000;
	color: #ccc;
}

.alert.alert-success {
	background-color: #33ba82;
	border-color: #33ba82;
	color: #ffffff;
}

.alert.alert-success hr {
	border-top-color: #37ca8e;
}

.alert.alert-success .alert-link {
	color: #e6e6e6;
}

.alert.alert-info {
	background-color: #5AC2E7;
	border-color: #5AC2E7;
	color: #ffffff;
}

.alert.alert-info hr {
	border-top-color: #5ecdf3;
}

.alert.alert-info .alert-link {
	color: #e6e6e6;
}

.alert.alert-warning {
	background-color: #fe974b;
	border-color: #fe974b;
	color: #ffffff;
}

.alert.alert-warning hr {
	border-top-color: #fe8832;
}

.alert.alert-warning .alert-link {
	color: #e6e6e6;
}

.alert.alert-warning hr {
	border-top-color: #fe8832;
}

.alert.alert-warning .alert-link {
	color: #e6e6e6;
}

.alert.alert-danger {
	background-color: #E05555;
	border-color: #E05555;
	color: #ffffff;
}

.alert.alert-danger hr {
	border-top-color: #ff2b2b;
}

.alert.alert-danger .alert-link {
	color: #e6e6e6;
}

.alert.alert-vip {
	background-image: linear-gradient(to bottom left, #93388B 0%, #5F4BB2 100%);
	border: none;
	color: #ffffff;
}

.alert.alert-vip hr {
	border-top-color: #93388B;
}

.alert.alert-vip .alert-link {
	color: #fff;
}

.alert.alert-vip .btn.btn-transparent {
	border: solid 1px rgba(255, 255, 255, 0.7);
	background: transparent;
	color: #fff;
}

.alert.alert-vip .btn.btn-transparent:hover {
	border-color: #fff;
}

.alert.alert-notification {
	background-color: #222;
	border: 0px solid #f0ad4e;
	border-left-width: 3px !important;
	color: #ffffff;
}

#editprofile .settings .alert.alert-vip .btn.pull-right {
	display: none
}

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

.btn-group .btn {
	overflow: hidden !important;
}

.btn-group-justified {
	display: flex;
	width: 100%;
}

.btn-group-justified .btn,
.btn-group-justified .btn-group {
	flex: 1;
}

.btn-group-justified .btn .btn,
.btn-group-justified .btn-group .btn {
	width: 100%;
}

.btn-group-justified .btn .dropdown-menu,
.btn-group-justified .btn-group .dropdown-menu {
	left: auto;
}

.btn.btn-primary {
	color: #ffffff !important;
	background-color: #938359 !important;
	border-color: #938359 !important;
}

.btn.btn-primary:hover {
	color: #ffffff !important;
	background-color: #776A49 !important;
	border-color: #776A49 !important;
}

.btn.btn-primary:focus,
.btn.btn-primary.focus {
	color: #ffffff !important;
	background-color: #776A49 !important;
	border-color: #776A49 !important;
	box-shadow: 0px 1px 1px #000 !important;
}

.btn.btn-primary:active,
.btn.btn-primary.active,
.open>.btn.btn-primary.dropdown-toggle {
	color: #ffffff !important;
	background-color: #776A49 !important;
	border-color: #776A49 !important;
	background-image: none !important;
}

.btn.btn-primary:active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active.focus,
.btn.btn-primary.active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active.focus,
.open>.btn.btn-primary.dropdown-toggle:hover,
.open>.btn.btn-primary.dropdown-toggle:focus,
.open>.btn.btn-primary.dropdown-toggle.focus {
	color: #ffffff !important;
	background-color: #776A49 !important;
	border-color: #776A49 !important;
}

.btn.btn-primary.disabled:focus,
.btn.btn-primary.disabled.focus,
.btn.btn-primary:disabled:focus,
.btn.btn-primary:disabled.focus {
	background-color: #938359 !important;
	border-color: #938359 !important;
}

.btn.btn-primary.disabled:hover,
.btn.btn-primary:disabled:hover {
	background-color: #938359 !important;
	border-color: #938359 !important;
}

.btn.btn-secondary {
	color: #fff !important;
	background-color: #191919 !important;
	border-color: #000 !important;
}

.btn.btn-secondary:hover {
	color: #ccc !important;
	background-color: #282828 !important;
	border-color: #000 !important;
}

.btn.btn-secondary:focus,
.btn.btn-secondary.focus {
	color: #ccc !important;
	background-color: #282828 !important;
	border-color: #000 !important;
	box-shadow: 0px 1px 1px #000 !important;
}

.btn.btn-secondary:active,
.btn.btn-secondary.active,
.btn.btn-secondary:focus,
.open>.btn.btn-secondary.dropdown-toggle {
	color: #ccc !important;
	background-color: #282828 !important;
	border-color: #000 !important;
	background-image: none !important;
	box-shadow: none !important;
}

.btn.btn-secondary:active:hover,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active.focus,
.btn.btn-secondary.active:hover,
.btn.btn-secondary.active:focus,
.btn.btn-secondary.active.focus,
.open>.btn.btn-secondary.dropdown-toggle:hover,
.open>.btn.btn-secondary.dropdown-toggle:focus,
.open>.btn.btn-secondary.dropdown-toggle.focus {
	color: #ccc !important;
	background-color: #282828 !important;
	border-color: #111212 !important;
	box-shadow: none !important;
}

.btn.btn-secondary.disabled:focus,
.btn.btn-secondary.disabled.focus,
.btn.btn-secondary:disabled:focus,
.btn.btn-secondary:disabled.focus {
	background-color: #333 !important;
	border-color: #111212 !important;
}

.btn.btn-secondary.disabled:hover,
.btn.btn-secondary:disabled:hover {
	background-color: #222 !important;
	border-color: #111212 !important;
}

.text-success {
	color: #33ba82 !important;
}

.btn.btn-success {
	color: #ffffff !important;
	background-color: #33ba82 !important;
	border-color: #33ba82 !important;
}

.btn.btn-success:hover {
	color: #ffffff !important;
	background-color: #2e9f70 !important;
	border-color: #2e9f70 !important;
}

.btn.btn-success:focus,
.btn.btn-success.focus {
	color: #ffffff !important;
	background-color: #2e9f70 !important;
	border-color: #2e9f70 !important;
}

.btn.btn-success:active,
.btn.btn-success.active,
.open>.btn.btn-success.dropdown-toggle {
	color: #ffffff !important;
	background-color: #2e9f70 !important;
	border-color: #2e9f70 !important;
	background-image: none;
}

.btn.btn-success:active:hover,
.btn.btn-success:active:focus,
.btn.btn-success:active.focus,
.btn.btn-success.active:hover,
.btn.btn-success.active:focus,
.btn.btn-success.active.focus,
.open>.btn.btn-success.dropdown-toggle:hover,
.open>.btn.btn-success.dropdown-toggle:focus,
.open>.btn.btn-success.dropdown-toggle.focus {
	color: #ffffff !important;
	background-color: #299a6c !important;
	border-color: #217a55 !important;
}

.btn.btn-success.disabled:focus,
.btn.btn-success.disabled.focus,
.btn.btn-success:disabled:focus,
.btn.btn-success:disabled.focus {
	background-color: #33ba82 !important;
	border-color: #33ba82 !important;
}

.btn.btn-success.disabled:hover,
.btn.btn-success:disabled:hover {
	background-color: #33ba82 !important;
	border-color: #33ba82 !important;
}

.btn.btn-info {
	color: #ffffff;
	background-color: #5AC2E7;
	border-color: #5AC2E7;
}

.btn.btn-info:hover {
	color: #ffffff;
	background-color: #53B4D7;
	border-color: #53B4D7;
}

.btn.btn-info:focus,
.btn.btn-info.focus {
	color: #ffffff;
	background-color: #53B4D7;
	border-color: #53B4D7;
}

.btn.btn-info:active,
.btn.btn-info.active,
.open>.btn.btn-info.dropdown-toggle {
	color: #ffffff;
	background-color: #53B4D7;
	border-color: #53B4D7;
	background-image: none;
}

.btn.btn-info:active:hover,
.btn.btn-info:active:focus,
.btn.btn-info:active.focus,
.btn.btn-info.active:hover,
.btn.btn-info.active:focus,
.btn.btn-info.active.focus,
.open>.btn.btn-info.dropdown-toggle:hover,
.open>.btn.btn-info.dropdown-toggle:focus,
.open>.btn.btn-info.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #25bbef;
	border-color: #10a7db;
}

.btn.btn-info.disabled:focus,
.btn.btn-info.disabled.focus,
.btn.btn-info:disabled:focus,
.btn.btn-info:disabled.focus {
	background-color: #5AC2E7;
	border-color: #5AC2E7;
}

.btn.btn-info.disabled:hover,
.btn.btn-info:disabled:hover {
	background-color: #5AC2E7;
	border-color: #5AC2E7;
}

.btn.btn-warning {
	color: #ffffff;
	background-color: #fe974b;
	border-color: #fe974b;
}

.btn.btn-warning:hover {
	color: #ffffff;
	background-color: #fe7a18;
	border-color: #fe740e;
}

.btn.btn-warning:focus,
.btn.btn-warning.focus {
	color: #ffffff;
	background-color: #fe7a18;
	border-color: #fe740e;
}

.btn.btn-warning:active,
.btn.btn-warning.active,
.open>.btn.btn-warning.dropdown-toggle {
	color: #ffffff;
	background-color: #fe7a18;
	border-color: #fe740e;
	background-image: none;
}

.btn.btn-warning:active:hover,
.btn.btn-warning:active:focus,
.btn.btn-warning:active.focus,
.btn.btn-warning.active:hover,
.btn.btn-warning.active:focus,
.btn.btn-warning.active.focus,
.open>.btn.btn-warning.dropdown-toggle:hover,
.open>.btn.btn-warning.dropdown-toggle:focus,
.open>.btn.btn-warning.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #f16701;
	border-color: #c85601;
}

.btn.btn-warning.disabled:focus,
.btn.btn-warning.disabled.focus,
.btn.btn-warning:disabled:focus,
.btn.btn-warning:disabled.focus {
	background-color: #fe974b;
	border-color: #fe974b;
}

.btn.btn-warning.disabled:hover,
.btn.btn-warning:disabled:hover {
	background-color: #fe974b;
	border-color: #fe974b;
}

.btn.btn-danger {
	color: #ffffff;
	background-color: #E05555;
	border-color: #E05555;
}

.btn.btn-danger:hover {
	color: #ffffff;
	background-color: #CB5454;
	border-color: #CB5454;
}

.btn.btn-danger:focus,
.btn.btn-danger.focus {
	color: #ffffff;
	background-color: #CB5454;
	border-color: #CB5454;
}

.btn.btn-danger:active,
.btn.btn-danger.active,
.open>.btn.btn-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #CB5454;
	border-color: #CB5454;
	background-image: none;
}

.btn.btn-danger:active:hover,
.btn.btn-danger:active:focus,
.btn.btn-danger:active.focus,
.btn.btn-danger.active:hover,
.btn.btn-danger.active:focus,
.btn.btn-danger.active.focus,
.open>.btn.btn-danger.dropdown-toggle:hover,
.open>.btn.btn-danger.dropdown-toggle:focus,
.open>.btn.btn-danger.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #ec0000;
	border-color: #c40000;
}

.btn.btn-danger.disabled:focus,
.btn.btn-danger.disabled.focus,
.btn.btn-danger:disabled:focus,
.btn.btn-danger:disabled.focus {
	background-color: #E05555;
	border-color: #E05555;
}

.btn.btn-danger.disabled:hover,
.btn.btn-danger:disabled:hover {
	background-color: #E05555;
	border-color: #E05555;
}

.btn-basic {
	color: #ffffff !important;
	background-color: #262746 !important;
	border-color: #262746;
}

.btn-basic:hover {
	color: #ffffff !important;
	background-color: #444688 !important;
	border-color: #444688;
}

.btn-basic:focus,
.btn-basic.focus {
	color: #ffffff !important;
	background-color: #444688 !important;
	border-color: #444688;
}

.btn-basic:active,
.btn-basic.active,
.open>.btn-basic.dropdown-toggle {
	color: #ffffff !important;
	background-color: #444688 !important;
	border-color: #444688;
	background-image: none !important;
}

.btn-basic:active:hover,
.btn-basic:active:focus,
.btn-basic:active.focus,
.btn-basic.active:hover,
.btn-basic.active:focus,
.btn-basic.active.focus,
.open>.btn-basic.dropdown-toggle:hover,
.open>.btn-basic.dropdown-toggle:focus,
.open>.btn-basic.dropdown-toggle.focus {
	color: #ffffff !important;
	background-color: #444688 !important;
	border-color: #444688;
}

.btn-basic.disabled:focus,
.btn-basic.disabled.focus,
.btn-basic:disabled:focus,
.btn-basic:disabled.focus {
	background-color: #100D1C !important;
	border-color: #100D1C;
}

.btn-basic.disabled:hover,
.btn-basic:disabled:hover {
	background-color: #100D1C !important;
	border-color: #100D1C;
}

.btn- {
	color: #ffffff !important;
	background-color: #5F4BB2 !important;
	border-color: #5F4BB2;
}

.btn-:hover {
	color: #ffffff !important;
	background-color: #3f346f !important;
	border-color: #3f346f;
}

.btn-:focus,
.btn-.focus {
	color: #ffffff !important;
	background-color: #3f346f !important;
	border-color: #3f346f;
}

.btn-:active,
.btn-.active,
.open>.btn-.dropdown-toggle {
	color: #ffffff !important;
	background-color: #3f346f !important;
	border-color: #3f346f;
	background-image: none !important;
}

.btn-:active:hover,
.btn-:active:focus,
.btn-:active.focus,
.btn-.active:hover,
.btn-.active:focus,
.btn-.active.focus,
.open>.btn-.dropdown-toggle:hover,
.open>.btn-.dropdown-toggle:focus,
.open>.btn-.dropdown-toggle.focus {
	color: #ffffff !important;
	background-color: #3f346f !important;
	border-color: #3f346f;
}

.btn-.disabled:focus,
.btn-.disabled.focus,
.btn-:disabled:focus,
.btn-:disabled.focus {
	background-color: #100D1C !important;
	border-color: #100D1C;
}

.btn-.disabled:hover,
.btn-:disabled:hover {
	background-color: #100D1C !important;
	border-color: #100D1C;
}

.btn-vip {
	color: #ffffff !important;
	background-color: #93388B !important;
	border-color: #93388B;
}

.btn-vip:hover {
	color: #ffffff !important;
	background-color: #6C1F67 !important;
	border-color: #6C1F67;
}

.btn-vip:focus,
.btn-vip.focus {
	color: #ffffff !important;
	background-color: #6C1F67 !important;
	border-color: #6C1F67;
}

.btn-vip:active,
.btn-vip.active,
.open>.btn-vip.dropdown-toggle {
	color: #ffffff !important;
	background-color: #6C1F67 !important;
	border-color: #6C1F67;
	background-image: none;
}

.btn-vip:active:hover,
.btn-vip:active:focus,
.btn-vip:active.focus,
.btn-vip.active:hover,
.btn-vip.active:focus,
.btn-vip.active.focus,
.open>.btn-vip.dropdown-toggle:hover,
.open>.btn-vip.dropdown-toggle:focus,
.open>.btn-vip.dropdown-toggle.focus {
	color: #ffffff !important;
	background-color: #6C1F67 !important;
	border-color: #6C1F67;
}

.btn-vip.disabled:focus,
.btn-vip.disabled.focus,
.btn-vip:disabled:focus,
.btn-vip:disabled.focus {
	background-color: #1F0C1D !important;
	border-color: #1F0C1D;
}

.btn-vip.disabled:hover,
.btn-vip:disabled:hover {
	background-color: #1F0C1D !important;
	border-color: #1F0C1D;
}

.btn.btn-blue {
	color: #ffffff;
	background-color: #175177;
	border-color: #175177;
}

.btn.btn-blue:hover {
	color: #ffffff;
	background-color: #124160;
	border-color: #124160;
}

.btn.btn-blue:focus,
.btn.btn-blue.focus {
	color: #ffffff;
	background-color: #124160;
	border-color: #124160;
}

.btn.btn-blue:active,
.btn.btn-blue.active,
.open>.btn.btn-blue.dropdown-toggle {
	color: #ffffff;
	background-color: #124160;
	border-color: #124160;
	background-image: none;
}

.btn.btn-blue:active:hover,
.btn.btn-blue:active:focus,
.btn.btn-blue:active.focus,
.btn.btn-blue.active:hover,
.btn.btn-blue.active:focus,
.btn.btn-blue.active.focus,
.open>.btn.btn-blue.dropdown-toggle:hover,
.open>.btn.btn-blue.dropdown-toggle:focus,
.open>.btn.btn-blue.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #124160;
	border-color: #124160;
}

.btn.btn-blue.disabled:focus,
.btn.btn-blue.disabled.focus,
.btn.btn-blue:disabled:focus,
.btn.btn-blue:disabled.focus {
	background-color: #0B2A3E;
	border-color: #0B2A3E;
}

.btn.btn-blue.disabled:hover,
.btn.btn-blue:disabled:hover {
	background-color: #0B2A3E;
	border-color: #0B2A3E;
}

.btn.btn-primary-outline {
	color: #938359;
	background-image: none;
	background-color: transparent;
	border-color: #938359;
}

.btn.btn-primary-outline:hover {
	color: #fff;
	background-color: #938359;
	border-color: #938359;
}

.btn.btn-primary-outline:focus,
.btn.btn-primary-outline.focus {
	color: #fff;
	background-color: #938359;
	border-color: #938359;
}

.btn.btn-primary-outline:active,
.btn.btn-primary-outline.active,
.open>.btn.btn-primary-outline.dropdown-toggle {
	color: #fff;
	background-color: #938359;
	border-color: #938359;
}

.btn.btn-primary-outline:active:hover,
.btn.btn-primary-outline:active:focus,
.btn.btn-primary-outline:active.focus,
.btn.btn-primary-outline.active:hover,
.btn.btn-primary-outline.active:focus,
.btn.btn-primary-outline.active.focus,
.open>.btn.btn-primary-outline.dropdown-toggle:hover,
.open>.btn.btn-primary-outline.dropdown-toggle:focus,
.open>.btn.btn-primary-outline.dropdown-toggle.focus {
	color: #fff;
	background-color: #598b22;
	border-color: #446b1a;
}

.btn.btn-primary-outline.disabled:focus,
.btn.btn-primary-outline.disabled.focus,
.btn.btn-primary-outline:disabled:focus,
.btn.btn-primary-outline:disabled.focus {
	border-color: #b7e288;
}

.btn.btn-primary-outline.disabled:hover,
.btn.btn-primary-outline:disabled:hover {
	border-color: #b7e288;
}

.btn.btn-secondary-outline {
	color: #d7dde4;
	background-image: none;
	background-color: transparent;
	border-color: #d7dde4;
}

.btn.btn-secondary-outline:hover {
	color: #fff;
	background-color: #d7dde4;
	border-color: #d7dde4;
}

.btn.btn-secondary-outline:focus,
.btn.btn-secondary-outline.focus {
	color: #fff;
	background-color: #d7dde4;
	border-color: #d7dde4;
}

.btn.btn-secondary-outline:active,
.btn.btn-secondary-outline.active,
.open>.btn.btn-secondary-outline.dropdown-toggle {
	color: #fff;
	background-color: #d7dde4;
	border-color: #d7dde4;
}

.btn.btn-secondary-outline:active:hover,
.btn.btn-secondary-outline:active:focus,
.btn.btn-secondary-outline:active.focus,
.btn.btn-secondary-outline.active:hover,
.btn.btn-secondary-outline.active:focus,
.btn.btn-secondary-outline.active.focus,
.open>.btn.btn-secondary-outline.dropdown-toggle:hover,
.open>.btn.btn-secondary-outline.dropdown-toggle:focus,
.open>.btn.btn-secondary-outline.dropdown-toggle.focus {
	color: #fff;
	background-color: #a3b1c1;
	border-color: #8b9cb1;
}

.btn.btn-secondary-outline.disabled:focus,
.btn.btn-secondary-outline.disabled.focus,
.btn.btn-secondary-outline:disabled:focus,
.btn.btn-secondary-outline:disabled.focus {
	border-color: white;
}

.btn.btn-secondary-outline.disabled:hover,
.btn.btn-secondary-outline:disabled:hover {
	border-color: white;
}

.btn.btn-info-outline {
	color: #5AC2E7;
	background-image: none;
	background-color: transparent;
	border-color: #5AC2E7;
}

.btn.btn-info-outline:hover {
	color: #fff;
	background-color: #5AC2E7;
	border-color: #5AC2E7;
}

.btn.btn-info-outline:focus,
.btn.btn-info-outline.focus {
	color: #fff;
	background-color: #5AC2E7;
	border-color: #5AC2E7;
}

.btn.btn-info-outline:active,
.btn.btn-info-outline.active,
.open>.btn.btn-info-outline.dropdown-toggle {
	color: #fff;
	background-color: #5AC2E7;
	border-color: #5AC2E7;
}

.btn.btn-info-outline:active:hover,
.btn.btn-info-outline:active:focus,
.btn.btn-info-outline:active.focus,
.btn.btn-info-outline.active:hover,
.btn.btn-info-outline.active:focus,
.btn.btn-info-outline.active.focus,
.open>.btn.btn-info-outline.dropdown-toggle:hover,
.open>.btn.btn-info-outline.dropdown-toggle:focus,
.open>.btn.btn-info-outline.dropdown-toggle.focus {
	color: #fff;
	background-color: #25bbef;
	border-color: #10a7db;
}

.btn.btn-info-outline.disabled:focus,
.btn.btn-info-outline.disabled.focus,
.btn.btn-info-outline:disabled:focus,
.btn.btn-info-outline:disabled.focus {
	border-color: #d5f2fc;
}

.btn.btn-info-outline.disabled:hover,
.btn.btn-info-outline:disabled:hover {
	border-color: #d5f2fc;
}

.btn.btn-success-outline {
	color: #33ba82;
	background-image: none;
	background-color: transparent;
	border-color: #33ba82;
}

.btn.btn-success-outline:hover {
	color: #fff;
	background-color: #33ba82;
	border-color: #33ba82;
}

.btn.btn-success-outline:focus,
.btn.btn-success-outline.focus {
	color: #fff;
	background-color: #33ba82;
	border-color: #33ba82;
}

.btn.btn-success-outline:active,
.btn.btn-success-outline.active,
.open>.btn.btn-success-outline.dropdown-toggle {
	color: #fff;
	background-color: #33ba82;
	border-color: #33ba82;
}

.btn.btn-success-outline:active:hover,
.btn.btn-success-outline:active:focus,
.btn.btn-success-outline:active.focus,
.btn.btn-success-outline.active:hover,
.btn.btn-success-outline.active:focus,
.btn.btn-success-outline.active.focus,
.open>.btn.btn-success-outline.dropdown-toggle:hover,
.open>.btn.btn-success-outline.dropdown-toggle:focus,
.open>.btn.btn-success-outline.dropdown-toggle.focus {
	color: #fff;
	background-color: #299a6c;
	border-color: #217a55;
}

.btn.btn-success-outline.disabled:focus,
.btn.btn-success-outline.disabled.focus,
.btn.btn-success-outline:disabled:focus,
.btn.btn-success-outline:disabled.focus {
	border-color: #9ce4c7;
}

.btn.btn-success-outline.disabled:hover,
.btn.btn-success-outline:disabled:hover {
	border-color: #9ce4c7;
}

.btn.btn-warning-outline {
	color: #fe974b;
	background-image: none;
	background-color: transparent;
	border-color: #fe974b;
}

.btn.btn-warning-outline:hover {
	color: #fff;
	background-color: #fe974b;
	border-color: #fe974b;
}

.btn.btn-warning-outline:focus,
.btn.btn-warning-outline.focus {
	color: #fff;
	background-color: #fe974b;
	border-color: #fe974b;
}

.btn.btn-warning-outline:active,
.btn.btn-warning-outline.active,
.open>.btn.btn-warning-outline.dropdown-toggle {
	color: #fff;
	background-color: #fe974b;
	border-color: #fe974b;
}

.btn.btn-warning-outline:active:hover,
.btn.btn-warning-outline:active:focus,
.btn.btn-warning-outline:active.focus,
.btn.btn-warning-outline.active:hover,
.btn.btn-warning-outline.active:focus,
.btn.btn-warning-outline.active.focus,
.open>.btn.btn-warning-outline.dropdown-toggle:hover,
.open>.btn.btn-warning-outline.dropdown-toggle:focus,
.open>.btn.btn-warning-outline.dropdown-toggle.focus {
	color: #fff;
	background-color: #f16701;
	border-color: #c85601;
}

.btn.btn-warning-outline.disabled:focus,
.btn.btn-warning-outline.disabled.focus,
.btn.btn-warning-outline:disabled:focus,
.btn.btn-warning-outline:disabled.focus {
	border-color: #ffd2b0;
}

.btn.btn-warning-outline.disabled:hover,
.btn.btn-warning-outline:disabled:hover {
	border-color: #ffd2b0;
}

.btn.btn-danger-outline {
	color: #E05555;
	background-image: none;
	background-color: transparent;
	border-color: #E05555;
}

.btn.btn-danger-outline:hover {
	color: #fff;
	background-color: #E05555;
	border-color: #E05555;
}

.btn.btn-danger-outline:focus,
.btn.btn-danger-outline.focus {
	color: #fff;
	background-color: #E05555;
	border-color: #E05555;
}

.btn.btn-danger-outline:active,
.btn.btn-danger-outline.active,
.open>.btn.btn-danger-outline.dropdown-toggle {
	color: #fff;
	background-color: #E05555;
	border-color: #E05555;
}

.btn.btn-danger-outline:active:hover,
.btn.btn-danger-outline:active:focus,
.btn.btn-danger-outline:active.focus,
.btn.btn-danger-outline.active:hover,
.btn.btn-danger-outline.active:focus,
.btn.btn-danger-outline.active.focus,
.open>.btn.btn-danger-outline.dropdown-toggle:hover,
.open>.btn.btn-danger-outline.dropdown-toggle:focus,
.open>.btn.btn-danger-outline.dropdown-toggle.focus {
	color: #fff;
	background-color: #ec0000;
	border-color: #c40000;
}

.btn.btn-danger-outline.disabled:focus,
.btn.btn-danger-outline.disabled.focus,
.btn.btn-danger-outline:disabled:focus,
.btn.btn-danger-outline:disabled.focus {
	border-color: #ffaaaa;
}

.btn.btn-danger-outline.disabled:hover,
.btn.btn-danger-outline:disabled:hover {
	border-color: #ffaaaa;
}

.btn.btn-pill-left:focus,
.btn.btn-pill-right:focus,
.btn.btn-oval:focus {
	outline: none;
	outline-offset: initial;
}

.btn.btn-pill-left {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.btn.btn-pill-right {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.btn.btn-circle {
	padding: 0px;
	font-size: 28px;
	line-height: 1.33;
	border-radius: 50%;
}

.btn.btn-oval {
	border-radius: 25px;
}

.btn.btn-link {
	text-decoration: none;
	color: #fff !important;
}

.btn.btn-link:hover {
	color: #ccc !important;
}

.btn strong {
	font-weight: 600;
}

.btn-group .dropdown-menu>li:last-child a:hover:before {
	height: 0px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.btn.action-follow {
	text-transform: capitalize;
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.easy-pie-chart {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-color: #454749;
	border-radius: 5px;
}

.card {
	background-color: #1f2022;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	border-radius: 0;
	border: none;
}

.card .card {
	box-shadow: none;
}

.card .card-header.bordered {
	border-bottom: 1px solid #000;
}

.card .card-header.card-header-sm {
	min-height: 40px;
}

.card .card-header>span {
	vertical-align: middle;
}

.card .card-header .pull-right {
	margin-left: auto;
}

.card .card-header .header-block {
	padding: 0.5rem 15px;
}

@media (min-width: 1200px) {
	.card .card-header .header-block {
		padding: 0.5rem 20px;
	}
}

@media (max-width: 767px) {
	.card .card-header .header-block {
		padding: 0.5rem 10px;
	}
}

.card .card-header .title {
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.card .card-header .btn {
	margin: 0;
}

.card .card-header .nav-tabs {
	border-color: transparent;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	top: 1px;
}

.card .card-header .nav-tabs .nav-item {
	margin-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.card .card-header .nav-tabs .nav-item .nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ccc;
	opacity: 0.7;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0;
	font-size: 14px;
	border-top-width: 2px;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}

.card .card-header .nav-tabs .nav-item .nav-link.active {
	border-top-color: #938359;
	border-bottom-color: transparent;
	opacity: 1;
}

.card .card-header .nav-tabs .nav-item .nav-link.active:hover,
.card .card-header .nav-tabs .nav-item .nav-link.active:focus {
	opacity: 1;
	background-color: #ffffff;
	border-color: #d7dde4 #d7dde4 transparent;
	border-top-color: #938359;
}

.card .card-header .nav-tabs .nav-item .nav-link:hover,
.card .card-header .nav-tabs .nav-item .nav-link:focus {
	opacity: 1;
	background-color: transparent;
	border-color: transparent;
}

.card.card-default>.card-header {
	background-color: #1f2022;
	color: inherit;
}

.card.card-primary {
	border-color: #938359;
}

.card.card-primary>.card-header {
	background-color: #938359;
	border-color: #938359;
}

.card.card-success>.card-header {
	background-color: #33ba82;
}

.card.card-info>.card-header {
	background-color: #5AC2E7;
}

.card.card-warning>.card-header {
	background-color: #fe974b;
}

.card.card-danger>.card-header {
	background-color: #E05555;
}

.card.card-inverse>.card-header {
	background-color: #fff;
}

.card .title-block,
.card .card-title-block {
	padding-bottom: 0;
	margin-bottom: 20px;
	border: none;
}

.card .title-block::after,
.card .card-title-block::after {
	content: "";
	display: table;
	clear: both;
}

.card .section {
	margin-bottom: 20px;
}

.card .example,
.card .section.demo {
	margin-bottom: 20px;
}

.card-block {
	padding: 20px;
}

.card-block .tab-content {
	padding: 0;
	border-color: transparent;
}

.card-footer {
	background-color: #fafafa;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.centralize-y {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

input,
textarea {
	outline: none;
}

.form-group .row {
	margin-left: -10px;
	margin-right: -10px;
}

.form-group .row [class^='col'] {
	padding-left: 10px;
	padding-right: 10px;
}

.form-group.has-error span.has-error {
	color: #E05555;
	font-size: 13px;
	display: block !important;
}

.form-group.has-error .form-control- {
	color: #E05555;
}

.form-group.has-warning span.has-warning {
	color: #fe974b;
	font-size: 13px;
	display: block !important;
}

.form-group.has-warning .form-control- {
	color: #fe974b;
}

.form-group.has-success span.has-success {
	color: #33ba82;
	font-size: 13px;
	display: block !important;
}

.form-group.has-success .form-control- {
	color: #33ba82;
}

/* Input groups */
.input-group {
	margin-bottom: 10px;
}

.input-group-prepend {
	background: rgba(0, 0, 0, .6);
	border-radius: 4px 0 0 4px;
}

.input-group-text {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	border: #000;
}

.input-group .form-control {
	padding-left: 5px;
}

.input-group span.input-group-addon {
	font-style: italic;
	border-radius: 0;
	border: none;
	background-color: #000;
	color: #ccc;
	-webkit-transition: background-color ease-in-out 15s, color ease-in-out 0.15s;
	transition: background-color ease-in-out 15s, color ease-in-out 0.15s;
}

.input-group span.input-group-addon.underlined {
	background: none;
}

.input-group span.input-group-addon.focus {
	background-color: #938359;
	color: #ffffff;
}

label,
.control-label {
	font-weight: 600;
}

.form-control,
.form-control:focus,
.input-group-addon {
	border-color: #000;
	color: rgba(255, 255, 255, 0.5);
	background-color: #1f2022;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #000;
	border-color: #000;
	color: rgba(255, 255, 255, .5);
}

.has-danger .input-group-addon {
	background-color: #1f2022;
}

.form-control:focus {
	color: rgba(255, 255, 255, 0.9);
}

.form-control.underlined {
	background: none;
	padding-left: 0;
	padding-right: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #333;
	color: #fff;
}

.form-control.underlined.indented {
	padding: .375rem .75rem;
}

select.form-control.underlined option {
	color: initial;
}

.has-error .form-control.underlined:focus,
.has-warning .form-control.underlined:focus,
.has-success .form-control.underlined:focus,
.form-control.underlined:focus {
	background: none;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #938359;
	color: #fff;
}

.has-error .form-control.underlined {
	box-shadow: none;
	border-color: #E05555;
}

.has-warning .form-control.underlined {
	box-shadow: none;
	border-color: #fe974b;
}

.has-success .form-control.underlined {
	box-shadow: none;
	border-color: #33ba82;
}

hr {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.form-control.boxed {
	border-radius: 0;
	box-shadow: none;
}

.form-control.boxed:focus {
	border: 1px solid #938359;
}

.radio,
.checkbox {
	display: none;
}

.radio+span,
.checkbox+span {
	padding: 0;
	padding-right: 10px;
}

.radio+span:before,
.checkbox+span:before {
	font-family: FontAwesome;
	font-size: 21px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 10px;
	color: #c8d0da;
}

.radio:checked+span:before,
.checkbox:checked+span:before {
	color: #938359;
}

.radio:disabled+span:before,
.checkbox:disabled+span:before {
	opacity: 0.5;
	cursor: not-allowed;
}

.radio:checked:disabled+span:before,
.checkbox:checked:disabled+span:before {
	color: #c8d0da;
}

.checkbox+span:before {
	content: "\f0c8";
}

.checkbox:checked+span:before {
	content: "\f14a";
}

.checkbox.rounded+span:before {
	content: "\f111";
}

.checkbox.rounded:checked+span:before {
	content: "\f058";
}

.radio+span:before {
	content: "\f111";
}

.radio:checked+span:before {
	content: "\f192";
}

.radio.squared+span:before {
	content: "\f0c8";
}

.radio.squared:checked+span:before {
	content: "\f14a";
}

.form-control::-webkit-input-placeholder {
	font-style: italic;
	color: #aaa;
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	font-style: italic;
	color: #aaa;
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	font-style: italic;
	color: #aaa;
}

.form-control:-ms-input-placeholder {
	font-style: italic;
	color: #aaa;
}

.dropdown-menu {
	float: left;
	background: #1f2022;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-align: left;
}

.dropdown-menu .dropdown-item {
	color: #fff !important;
}

.dropdown-menu .dropdown-item i {
	margin-right: 2px;
	color: #999;
	width: 25px;
	line-height: 20px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
	background: none;
	background-color: #1f2022 !important;
}

.dropdown-menu .dropdown-item:hover>i,
.dropdown-menu .dropdown-item:focus>i {
	color: #938359 !important;
}

.dropdown-menu .dropdown-divider {
	border-color: #000;
}

/* *******************************************
*     Item List general styles
********************************************** */
.item-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	line-height: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.item-list {
		font-size: 1rem;
	}
}

@media (min-width: 767px) and (max-width: 1024px) {
	.item-list {
		font-size: 0.95rem;
	}
}

@media (max-width: 767px) {
	.item-list {
		font-size: 1.05rem;
	}
}

.item-list.striped>li {
	border-bottom: 1px solid #000;
}

.item-list.striped>li:nth-child(2n + 1) {
	background-color: #292929;
}

@media (max-width: 767px) {
	.item-list.striped>li:nth-child(2n + 1) {
		background-color: #555;
	}
}

.item-list.striped .item-list-footer {
	border-bottom: none;
}

/* *******************************************
*     Item general styles
********************************************** */
.item-list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.item-list .item-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-width: 100%;
}

.item-list .item-row.nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.item-list .item-col {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 10px 10px 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
	-ms-flex-negative: 3;
	flex-shrink: 3;
	margin-left: auto;
	margin-right: auto;
	min-width: 0;
}

.item-list .item-col.fixed {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.item-list .item-col.pull-left {
	margin-right: auto;
}

.item-list .item-col.pull-right {
	margin-left: auto;
}

.item-list .item-col>div {
	width: 100%;
}

.item-list .item-col:last-child {
	padding-right: 0;
}

.item-list .no-overflow {
	overflow: hidden;
}

.item-list .no-wrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* *******************************************
*       Item components
********************************************** */
.item-list {
	/********************************************
	*         Header
	*********************************************/
	/********************************************
	*         Heading
	*********************************************/
	/********************************************
	*         Checkbox
	*********************************************/
	/********************************************
	*         Image
	*********************************************/
	/********************************************
	*         Title
	*********************************************/
	/********************************************
	*         Stats
	*********************************************/
	/********************************************
	*            Actions
	*********************************************/
	/********************************************
	*        Something else?
	*********************************************/
}

.item-list .item-list-header .item-col.item-col-header span {
	color: #999;
	font-size: 0.8rem;
	font-weight: 700 !important;
}

.item-list .item-heading {
	font-size: 0.9rem;
	display: none;
	color: #666;
	font-weight: 700;
	padding-right: 10px;
}

@media (max-width: 767px) {
	.item-list .item-heading {
		display: block;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.item-list .item-heading {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.item-list .item-heading {
		width: 40%;
	}
}

.item-list .item-col.item-col-check {
	-ms-flex-preferred-size: 30px;
	flex-basis: 30px;
}

@media (max-width: 767px) {
	.item-list .item-col.item-col-check {
		-webkit-box-ordinal-group: -7;
		-ms-flex-order: -8;
		order: -8;
	}
}

.item-list .item-check {
	margin-bottom: 0;
}

.item-list .item-check .checkbox+span {
	padding-right: 0;
}

.item-list .item-check .checkbox+span:before {
	width: 20px;
}

.item-list .item-col.item-col-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 70px;
	flex-basis: 70px;
}

.item-list .item-col.item-col-img.xs {
	-ms-flex-preferred-size: 40px;
	flex-basis: 40px;
}

.item-list .item-col.item-col-img.sm {
	-ms-flex-preferred-size: 50px;
	flex-basis: 50px;
}

.item-list .item-col.item-col-img.lg {
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
}

.item-list .item-col.item-col-img.xl {
	-ms-flex-preferred-size: 120px;
	flex-basis: 120px;
}

.item-list .item-col.item-col-img a {
	width: 100%;
}

.item-list .item-img {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background-color: #efefef;
	padding-bottom: 100%;
	width: 100%;
	height: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.item-list .item-col.item-col-title {
		-webkit-box-ordinal-group: -3;
		-ms-flex-order: -4;
		order: -4;
	}
}

.item-list .item-col.item-col-title a {
	display: block;
}

.item-list .item-title {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: 600;
}

.item-list .item-stats {
	height: 1.4rem;
}

.item-list .item-col.item-col-actions-dropdown {
	-ms-flex-preferred-size: 40px;
	flex-basis: 40px;
	text-align: center;
	padding-left: 0 !important;
}

@media (max-width: 767px) {
	.item-list .item-col.item-col-actions-dropdown {
		-webkit-box-ordinal-group: -2;
		-ms-flex-order: -3;
		order: -3;
		-ms-flex-preferred-size: 40px !important;
		flex-basis: 40px !important;
		padding-right: 10px;
	}
}

.item-list .item-actions-dropdown {
	position: relative;
	font-size: 1.1rem;
}

.item-list .item-actions-dropdown.active .item-actions-block {
	max-width: 120px;
}

.item-list .item-actions-dropdown.active .item-actions-toggle-btn {
	color: #938359;
}

.item-list .item-actions-dropdown.active .item-actions-toggle-btn .active {
	display: block;
}

.item-list .item-actions-dropdown.active .item-actions-toggle-btn .inactive {
	display: none;
}

.item-list .item-actions-dropdown .item-actions-toggle-btn {
	color: #ccc;
	font-size: 1.2rem;
	cursor: pointer;
	width: 100%;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}

.item-list .item-actions-dropdown .item-actions-toggle-btn .active {
	display: none;
}

.item-list .item-actions-dropdown .item-actions-block {
	height: 30px;
	max-width: 0px;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 100%;
	background-color: #d7dde4;
	border-radius: 3px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.item-list .item-actions-dropdown .item-actions-block.direction-right {
	right: auto;
	left: 100%;
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list {
	padding: 0;
	list-style: none;
	white-space: nowrap;
	padding: 0 5px;
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list li {
	display: inline-block;
	padding: 0;
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list a {
	display: block;
	padding: 0 5px;
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.edit {
	color: #38424C;
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.check {
	color: #40B726;
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.remove {
	color: #DB0E1E;
}

/* *******************************************
*       Adjustments
********************************************** */
.card>.item-list .item>.item-row {
	padding: 0 15px;
}

@media (min-width: 1200px) {
	.card>.item-list .item>.item-row {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.card>.item-list .item>.item-row {
		padding: 0 10px;
	}
}

.images-container::after {
	content: "";
	display: table;
	clear: both;
}

.images-container .image-container {
	float: left;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 35px;
	position: relative;
	border: 1px solid #e6eaee;
	overflow: hidden;
}

.images-container .image-container.active {
	border-color: #938359;
}

.images-container .image-container:hover .controls {
	bottom: 0;
	opacity: 1;
}

.images-container .controls {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	bottom: -35px;
	text-align: center;
	height: 35px;
	font-size: 24px;
	-webkit-transition: bottom 0.2s ease, opacity 0.2s ease;
	transition: bottom 0.2s ease, opacity 0.2s ease;
	background-color: #fff;
}

.images-container .controls::after {
	content: "";
	display: table;
	clear: both;
}

.images-container .controls .control-btn {
	display: inline-block;
	color: #ccc;
	cursor: pointer;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.images-container .controls .control-btn:hover {
	opacity: 1;
}

.images-container .controls .control-btn.move {
	cursor: move;
}

.images-container .controls .control-btn.star {
	color: #FFB300;
}

.images-container .controls .control-btn.star i:before {
	content: "\f006";
}

.images-container .controls .control-btn.star.active i:before {
	content: "\f005";
}

.images-container .controls .control-btn.remove {
	color: #E05555;
}

.images-container .image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 130px;
	height: 135px;
	line-height: 135px;
	text-align: center;
}

.images-container .image-container.main {
	border-color: #FFB300;
}

.images-container .image-container.new {
	opacity: 0.6;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	border-style: dashed;
	border: 1px #938359 solid;
	color: #938359;
}

.images-container .image-container.new .image {
	font-size: 2.5rem;
}

.images-container .image-container.new:hover {
	opacity: 1;
}

.logo {
	display: inline-block;
	height: 32px;
	width: 100%;
	vertical-align: middle;
	position: relative;
	background: url(../images/branding/uplust-formerly-pornostagram.png) no-repeat center;
	background-size: auto 100%;
	text-indent: -9999em
}

a:not(.btn) {
	-webkit-transition: initial;
	transition: initial;
	text-decoration: none;
	color: #ddd;
}

a:not(.btn):hover {
	text-decoration: none;
	color: #fff;
}

a:not(.btn):hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

a:not(.btn):focus {
	text-decoration: none;
}

span a {
	vertical-align: text-bottom;
}

span.verified::before {
	font-size: 0.9em;
	font-family: FontAwesome;
	content: "\f058";
	color: #1787fb;
	margin-left: 3px;
}

span.verified-::before {
	font-size: 0.9em;
	font-family: FontAwesome;
	content: "\f058";
	color: #fff;
	margin-left: 3px;
	margin-right: 4px;
}

span.verified- {
	background: #DA4453;
	background: -webkit-linear-gradient(to right, #89216B, #DA4453);
	background: linear-gradient(to right, #89216B, #DA4453);
	padding: 3px 5px;
	color: #fff !important;
	font-size: 0.8em;
	border-radius: .2rem;
	margin-left: 5px;
	font-weight: 400;
}

[class^='nav'] li>a,
[class*=' nav'] li>a {
	display: block;
}

[class^='nav'] li>a:before,
[class*=' nav'] li>a:before {
	display: none;
}

.nav.nav-tabs-bordered {
	border-color: #938359;
}

.nav.nav-tabs-bordered+.tab-content {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #938359;
	padding: 10px 20px 0;
}

.nav.nav-tabs-bordered .nav-item .nav-link {
	text-decoration: none;
}

.nav.nav-tabs-bordered .nav-item .nav-link:hover {
	color: #ffffff;
	background-color: #938359;
	border: 1px solid #938359;
}

.nav.nav-tabs-bordered .nav-item .nav-link.active {
	border-color: #938359;
	border-bottom-color: transparent;
}

.nav.nav-tabs-bordered .nav-item .nav-link.active:hover {
	background-color: #ffffff;
	color: inherit;
}

.nav.nav-pills+.tab-content {
	border: 0;
	padding: 5px;
}

.nav.nav-pills .nav-item .nav-link {
	text-decoration: none;
	text-transform: capitalize;
}

.nav.nav-pills .nav-item .nav-link:hover {
	color: #ccc;
	background-color: transparent;
	border: 0;
}

.nav.nav-pills .nav-item .nav-link.active {
	border-color: #938359;
	border-bottom-color: transparent;
	background-color: #938359;
}

.nav.nav-pills .nav-item .nav-link.active:hover {
	background-color: #938359;
	color: #ffffff;
}

.pagination {
	margin-top: 0;
}

@media (max-width: 767px) {
	.pagination {
		padding: 0 20px;
	}
}

.pagination .page-item .page-link {
	color: #ccc;
	background: rgba(0, 0, 0, 0.4);
	border-color: #000;
}

.pagination .page-item .page-link:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.1);
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:focus,
.pagination .page-item.active .page-link:hover {
	color: #fff;
	border-color: #938359;
	background-color: #938359;
}

#nprogress .bar {
	background: #938359 !important;
}

#nprogress .bar .peg {
	box-shadow: 0 0 10px #938359, 0 0 5px #938359;
}

#nprogress .spinner {
	top: 25px !important;
	right: 23px !important;
}

#nprogress .spinner .spinner-icon {
	border-top-color: #938359 !important;
	border-left-color: #938359 !important;
}

/* Track */
::-webkit-scrollbar-track {
	background-color: #535353 !important;
}

/* Handle */
::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: #1f2022 !important;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #1D1E20 !important;
}

.table label {
	margin-bottom: 0;
}

.table .checkbox+span {
	margin-bottom: 0;
}

.table .checkbox+span:before {
	line-height: 20px;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #000;
}

.row .col {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.row-sm {
	margin-left: -10px;
	margin-right: -10px;
}

.row-sm [class^='col'] {
	padding-left: 10px;
	padding-right: 10px;
}

.row-no-padding [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.title-block {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d7dde4;
}

.title-block::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 767px) {
	.title-block {
		margin-bottom: 20px;
	}
}

.subtitle-block {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e0e5ea;
}

.section {
	display: block;
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.section {
		margin-bottom: 25px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.section {
		margin-bottom: 20px;
	}
}

@media (min-width: 767px) and (max-width: 1024px) {
	.section {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.section {
		margin-bottom: 10px;
	}
}

.section:last-of-type {
	margin-bottom: 0;
}

.box-placeholder {
	margin-bottom: 15px;
	padding: 20px;
	border: 1px dashed #ddd;
	background: #fafafa;
	color: #444;
	cursor: pointer;
}

.underline-animation {
	position: absolute;
	top: auto;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #938359;
	content: '';
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.stat-chart {
	border-radius: 50%;
}

.stat {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	margin-right: 10px;
}

.stat .value {
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
}

.stat .name {
	overflow: hidden;
	text-overflow: ellipsis;
}

.stat.lg .value {
	font-size: 26px;
	line-height: 28px;
}

.stat.lg .name {
	font-size: 16px;
}

.list-icon [class^='col'] {
	cursor: pointer;
}

.list-icon [class^='col'] em {
	font-size: 14px;
	width: 40px;
	vertical-align: middle;
	margin: 0;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 1s;
	transition: all 1s;
	line-height: 30px;
}

.list-icon [class^='col']:hover em {
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2);
}

.well {
	background-image: none;
	background-color: #fff;
}

.jumbotron {
	background-image: none;
	background-color: #fff;
	padding: 15px 30px;
}

.jumbotron.jumbotron-fluid {
	padding-left: 0;
	padding-right: 0;
}

.rounded {
	border-radius: 0.25rem;
}

.rounded-l {
	border-radius: 0.3rem;
}

.rounded-s {
	border-radius: 0.2rem;
}

.jqstooltip {
	height: 25px !important;
	width: auto !important;
	border-radius: 0.2rem;
}

.title {
	font-size: 1.45rem;
	font-weight: 600;
	margin-bottom: 0;
}

.title.l {
	font-size: 1.6rem;
}

.title.s {
	font-size: 1.4rem;
}

.card .title {
	font-size: 1.1rem;
	color: #ccc;
}

.title-description {
	margin: 0;
	font-size: 0.9rem;
	font-weight: normal;
	color: #ccc;
}

.title-description.s {
	font-size: 0.8rem;
}

.subtitle {
	font-size: 1.2rem;
	margin: 0;
	color: #ccc;
}

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

.text-muted {
	color: #ccc !important;
}

pre {
	padding: 0;
	border: none;
	background: none;
}

.footer {
	background: none;
	position: relative;
	margin: 30px 0 15px;
}

.footer-block a {
	text-decoration: underline;
	color: #aaa;
}


.footer .author>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .author>ul li {
	display: inline-block;
}

.footer .author>ul.collapse li:after {
	content: "|";
	padding: 0 0 0 5px;
	color: #444;
}

.footer li,
.footer li a {
	font-size: 12px;
	color: #888;
	text-decoration: none;
}

.footer li.copyright {
	color: #888;
}

.footer .uscfooter {
	color: #555;
}

.footer .author>ul li:last-child:after {
	content: "";
}

.footer .company-address {
	color: #888;
	font-size: 12px;
}

.header {
	background-color: #1f2022;
	height: 60px;
	position: absolute;
	left: 230px;
	right: 0;
	-webkit-transition: left 0.3s ease;
	transition: left 0.3s ease;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-fixed .header {
	position: fixed;
	z-index: 1000;
}

.sidebar {
	background-color: #1f2022;
	width: 230px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-transition: left 0.3s ease;
	transition: left 0.3s ease;
	z-index: 1000;
}

.sidebar-fixed .sidebar {
	position: fixed;
}

.sidebar-open .sidebar {
	left: 0;
}

.sidebar .sidebar-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.sidebar .sidebar-container::-webkit-scrollbar-track {
	background-color: #2c353e;
}

.sidebar .nav {
	font-size: 14px;
	display: block;
}

.sidebar .nav li a:focus,
.open .sidebar .nav li a:focus {
	background-color: inherit;
}

.sidebar .nav ul {
	padding: 0;
	overflow: hidden;
}

.loaded .sidebar .nav ul {
	height: auto;
}

.sidebar .nav li.active-nav ul {
	height: auto;
}

.sidebar .nav li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	text-transform: capitalize;
}

.sidebar .nav li a i {
	color: rgba(255, 255, 255, 0.3);
	font-size: 20px;
}

.sidebar .nav li a:hover,
.sidebar .nav li.open>a,
.sidebar .nav li.open a:hover {
	color: #ffffff;
	background-color: #191818;
}

.sidebar .nav>li>a {
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 20px;
	padding-right: 10px;
	position: relative;
}

.sidebar .nav>li.active-nav>a i,
.sidebar .nav>li.active-nav>a:hover i {
	color: #938359 !important;
}

.sidebar .nav>li.open>a i.arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sidebar .nav>li.open a.obselected {
	color: #938359;
}

.sidebar .nav>li>a i.arrow {
	float: right;
	font-size: 20px;
	margin-right: 5px;
	line-height: initial;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sidebar .nav>li>a i.arrow:before {
	content: "\f105" !important;
}

.sidebar .nav>li>a span {
	position: absolute;
	left: 50px;
}

.sidebar .nav>li>ul>li a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #191818 !important;
}

.sidebar .nav>li>ul>li.active a {
	color: #ffffff;
}

.sidebar-overlay {
	position: absolute;
	display: none;
	left: 200vw;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 15;
}

@media (max-width: 1024px) {
	.sidebar-overlay {
		display: block;
	}
}

@media (max-width: 767px) {
	.sidebar-overlay {
		background-color: rgba(0, 0, 0, 0.7);
	}
}

@media (max-width: 1024px) {
	.sidebar-open .sidebar-overlay {
		left: 0;
		opacity: 1;
	}
}

.badge-new {
	background: #DA4453;
	background: -webkit-linear-gradient(to right, #89216B, #DA4453);
	background: linear-gradient(to right, #89216B, #DA4453);
	position: absolute;
	color: #fff;
	right: 10px;
	top: 0;
	left: inherit !important;
}

.sidebar .badge-new {
	top: 16px;
}

.-pop {
	position: fixed;
	bottom: 70px;
	right: 15px;
	z-index: 9;
	overflow: hidden;
}

.-pop .btn-circle {
	width: 60px;
	height: 60px;
}

.-pop input {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 2em;
	cursor: pointer;
	opacity: 0;
	height: 75px;
}

.header .header-block-buttons {
	text-align: center;
	margin-right: 30px;
	white-space: nowrap;
}

.header .header-block-buttons a {
	text-decoration: none;
	margin: 0 10px;
	line-height: 1rem;
}

.header .header-block-buttons a i {
	margin-right: 7px;
}

@media (max-width: 767px) {
	.header .header-block-buttons .btn.header-btn span {
		display: none;
	}
}

.header .header-block-collapse {
	padding-right: 5px;
}

@media (max-width: 767px) {
	.header .header-block-collapse {
		width: 155px;
	}
}

.header .header-block-collapse .collapse-btn {
	background: none;
	border: none;
	box-shadow: none;
	color: #ccc;
	font-size: 24px;
	line-height: 40px;
	border-radius: 0;
	outline: none;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: initial;
}

.header .header-block-nav {
	margin-left: auto;
	white-space: nowrap;
	padding-right: 15px;
}

@media (max-width: 767px) {
	.header .header-block-nav {
		padding-right: 5px;
	}
}

.mobile-navigation {
	display: none;
}

.header .header-block-nav::after {
	content: "";
	display: table;
	clear: both;
}

.header .header-block-nav a {
	text-decoration: none;
}

.header .header-block-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header .header-block-nav>ul {
	display: table;
}

.header .header-block-nav>ul>li {
	display: table-cell;
	position: relative;
}

.header .header-block-nav>ul>li>a {
	padding: 0 15px;
	color: #ccc;
}

.header .header-block-nav>ul>li>a:hover>i,
.header .header-block-nav>ul>li>a.active-nav i {
	color: #938359;
}

.header .header-block-nav .dropdown-menu {
	margin-top: 0;
	right: 0 !important;
	left: auto !important;
}

.header .header-block-search {
	margin-right: auto;
	padding-left: 20px;
}

.header .header-block-search {
	position: relative;
	color: #ccc;
}

.header .header-block-search i.fa-search {
	margin-right: 12px;
}

/* Search page */

.searchResults .list-group a {
	font-size: 1.3em;
}

/* Not found - 404 */

#notfound .bg-wallpaper {
	background-image: url(../images/bg/404.png);
}

#notfound .not-found {
	height: 100vh;
	width: 100%;
}

#cart-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 230px;
}

@media (max-width: 1024px) {
	.sidebar-open #cart-menu {
		left: 0;
	}
}

@media (max-width: 1024px) {
	#cart-menu {
		-webkit-transition: left 0.3s ease;
		transition: left 0.3s ease;
		left: -230px;
	}
}

#cart-menu>li>a {
	background-color: #33ba82;
	color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}

#cart-menu>li>a:hover,
#cart-menu>li.open>a {
	background-color: #5C7F38;
}

.sidebar-header .brand {
	color: #fff;
	text-align: left;
	padding: 0;
	line-height: 60px;
	font-size: 16px;
}

@media (max-width: 767px) {
	.sidebar-header .brand {
		line-height: 50px;
		font-size: 16px;
	}
}

.header .header-block-nav .nav-icon {
	font-size: 20px;
}

.header .header-block-nav .nav-icon a,
.header .header-block-nav .nav-icon span.link {
	padding-left: 14px;
	padding-right: 14px;
	cursor: pointer;
	color: #fff !important;
}

.header .header-block-nav .nav-icon a:hover,
.header .header-block-nav .nav-icon span.link:hover {
	color: #938359 !important;
}

.header .header-block-nav .nav-icon .dropdown-toggle::after {
	vertical-align: 0.1em;
}

.header .header-block-nav .nav-icon .img {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	vertical-align: middle;
}

.header .header-block-nav .counter,
#subheader .counter {
	font-size: 14px;
	position: absolute;
	top: 4px;
	left: -10px;
	color: #e73138;
	float: left;
}

#subheader .counter {
	left: -8px;
}

.header .header-block-nav .nav-messenger .counter,
#subheader .nav-messenger .counter {
	top: 0px;
	background: #1787fb;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
}

.header .header-block-nav .nav-upgrade,
#subheader .nav-upgrade .counter {
	font-size: 14px;
}

.header .header-block-nav .nav-upgrade i,
#subheader .nav-upgrade i {
	margin-right: 6px;
}

.nav-icon span.nav-text {
	font-size: 14px;
}

@media (max-width: 1048px) {
	.nav-icon span.nav-text {
		display: none;
	}
}

.header .header-block-nav .dropdown-item {
	padding: 5px 15px;
}

.header .dropdown-item.active,
.header .dropdown-item.active:focus,
.header .dropdown-item.active:hover,
.header .header-block-nav .dropdown-item a:hover,
.header .header-block-nav .dropdown-item a:active:hover,
.header .header-block-nav .dropdown-item a:focus,
.header .header-block-nav .dropdown-item a:active:focus {
	background: transparent !important;
	color: #ccc !important;
}

/* Home Header */

h1.home-title,
h2.home-title {
	font-size: 26px;
	color: #f0f0f0;
	text-shadow: 1px 2px 2px #000;
	-webkit-text-shadow: 1px 2px 2px #000;
	-moz-text-shadow: 1px 2px 2px #000;
	margin-right: 20px;
	display: inline-block;
}

h1.home-title i,
h2.home-title i {
	margin-right: 10px;
}

h1.home-title span,
h2.home-title span {
	color: #938359;
}

h1.home-title img,
h2.home-title img {
	margin-left: 10px;
}

h1.follow-title {
	font-size: 14px;
	color: #aaa;
	text-transform: uppercase;
	text-shadow: 1px 2px 2px #000;
	-webkit-text-shadow: 1px 2px 2px #000;
	-moz-text-shadow: 1px 2px 2px #000;
	margin: 0px 15px 0px 15px;
	padding: 10px 0 0px;
	line-height: 40px;
	display: inline-block;
	font-weight: 700;
}

/* Active s Bar */
.active-s .blinking {
	-webkit-animation: 1s liveblink ease infinite;
	-moz-animation: 1s liveblink ease infinite;
	-ms-animation: 1s liveblink ease infinite;
	-o-animation: 1s liveblink ease infinite;
	animation: 1s liveblink ease infinite;
	float: left;
	margin-top: -5px;
}

@keyframes "liveblink" {

	from,
	to {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@-moz-keyframes liveblink {

	from,
	to {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@-webkit-keyframes "liveblink" {

	from,
	to {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@-ms-keyframes "liveblink" {

	from,
	to {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@-o-keyframes "liveblink" {

	from,
	to {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

.active-s ul.s-items {
	display: flex;
	overflow-x: scroll;
	padding: 0;
	list-style: none;
	text-align: center;
	scroll-snap-type: x mandatory;
}

.active-s ul.s-items li.s-item {
	flex: 1 0 150px;
	margin-top: 0.5rem;
	scroll-snap-align: start;
	padding: 10px;
	max-width: 120px;
	width: 120px;
}

.active-s ul li img {
	border-radius: 50%;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	position: relative !important;
	z-index: 1;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	border: 5px solid rgb(31, 32, 34);
	box-sizing: border-box;
	min-height: 0;
	min-width: 0;
}

.active-s ul li img:hover {
	opacity: .9;
}

.active-s .-featured {
	position: relative;
	margin: auto;
	margin: 0 0 12px;
	border-radius: 50%;
}

.active-s .-featured:after {
	content: '';
	position: absolute;
	top: -4px;
	bottom: -4px;
	right: -4px;
	left: -4px;
	background-image: linear-gradient(to bottom left, #93388B 0%, #5F4BB2 100%);
	z-index: 0;
	border-radius: inherit;
}

.active-s ul li a {
	font-weight: bold;
	font-size: 0.9rem;
	text-decoration: none;
}

.active-s ul li a:hover {
	color: #ddd;
	text-decoration: none;
}

@media (max-width: 767px) {
	.active-s ul.s-items {
		padding: 0 0 0 10px;
	}

	.active-s ul.s-items li.s-item {
		flex-basis: 90px;
		padding: 3px;
		margin-right: 0.4rem;
	}

	.active-s .-featured {
		width: 82px;
		height: 82px;
		margin: 0 0 7px !important;
	}

	.active-s .-featured:after {
		top: -3px;
		bottom: -3px;
		right: -3px;
		left: -3px;
	}

	.active-s ul li a {
		font-size: 0.7rem !important;
	}
}



/* Ad */

.ad-pave img {
	width: 100%;
	max-width: 400px;
}

/* Media */

.media-left {
	padding-right: 10px;
}

/* Starred, Followers, Followings, Credits */

.s-list {
	list-style: none;
	padding: 0;
	width: 100%;
}

.s-list .notification {
	border-bottom: solid 1px #111;
	margin: 5px 0 10px;
}

.s-list .notification:last-child {
	border: 0;
}

.s-list .notification .media:not(.media-top) {
	display: flex;
	align-items: center !important;
	justify-content: center !important;
}

.s-list .notification a {
	text-decoration: none;
	font-weight: bold;
}

.s-list .media-left {
	margin-bottom: 10px;
	margin-right: 10px;
}

.s-list .notification .media-left img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.s-list .notification .media-left .media-canva {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.s-list .notification .media-left .media-img {
	background-size: cover;
	background-position: center;
	width: 70px;
	height: 70px;
}

.s-list .notification .media-left .media-img.media-blurred {
	filter: blur(6px);
	-webkit-filter: blur(6px);
}

.s-list .notification .notification-icon {
	font-size: 1.4em;
}

.s-list .notification .notification-desc {
	font-size: 0.90rem;
	line-height: 1.5em;
	max-width: 70%;
}

.s-list .notification .notification-desc.notification-desc-fullwidth {
	max-width: 100%;
}

.s-list .notification .notification-desc small {
	display: block;
}

.no-token-yet {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	background: url(../images/bg/lock.png) no-repeat center;
	background-size: 100%;
	color: #555;
	font-weight: 700;
	text-shadow: inner 1px 1px 1px #FFF;
	margin: 30px auto;
}

.starred .notifications {
	list-style: none;
	padding: 0;
}

.starred .notification {
	border-bottom: solid 1px #111;
	padding: 8px 0;
}

.starred .notification:first-child {
	padding-top: 0px !important;
}

.starred .notification:last-child {
	border: 0;
	padding-bottom: 0px !important;
}

.starred .notification .media {
	display: flex;
	align-items: center !important;
	justify-content: center !important;
}

.starred .notification a {
	text-decoration: none;
}

.starred .notification .notification-desc {
	margin: 0;
}

.starred .notifications img {
	width: 50px;
	height: 50px;
}

@media (max-width: 767px) {
	.starred .notifications button span {
		display: none;
	}
}

/* Home - Post */

.photo .card-header {
	padding: 0 10px !important;
}

.photo .dropdown-post-actions .more-ellipsis {
	background: none !important;
	border: 0 !important;
}

.photo .dropdown-post-actions .more-ellipsis i {
	font-size: 1.5em;
	cursor: pointer;
	padding: 10px;
	color: rgba(255, 255, 255, 0.6);
}

.photo .dropdown-post-actions ul.dropdown-menu {
	border-radius: 4px;
	padding: 5px 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.photo .dropdown-post-actions ul.dropdown-menu li {
	padding: 4px 0;
	border-bottom: solid 1px rgba(0, 0, 0, 0.6);
}

.photo .dropdown-post-actions ul.dropdown-menu li i {
	color: rgba(255, 255, 255, 0.3);
	margin-right: 5px;
}

.photo .dropdown-post-actions ul.dropdown-menu li:last-child {
	border: none;
}

.photo .dropdown-post-actions .more-ellipsis i:hover {
	color: rgba(255, 255, 255, 0.8);
}

.photo .activity-item {
	position: relative;
	margin: 0 10px;
	padding: 8px 0;
	width: 100%;
}

.photo .activity-item a {
	text-decoration: none;
}

.photo .activity-item a:hover {
	text-decoration: none;
}

.photo .activity-item .avatar {
	width: 40px;
}

.photo .activity-item>i {
	font-size: 18px;
	line-height: 1;
	color: #fff;
}

.photo .activity-item .media-body {
	position: relative;
	padding-left: 10px;
}

.photo .activity-item .activity-title {
	margin-top: 4px;
	margin-bottom: 0;
	line-height: 1.3;
	font-weight: 700;
}

.photo .activity-item .activity-date a {
	color: #888;
	font-weight: 300;
}

.photo .activity-item .activity-date a:hover {
	color: #aaa;
}

.photo .activity-item .activity-date span.title {
	background-color: #33ba82;
	border-color: #33ba82;
	color: #ffffff;
	padding: 4px;
	border-radius: 3px !important;
	margin-left: 10px;
	display: inline-block !important;
}

.photo .imgImg {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
}

.photo .postContainer {
	display: block;
	position: relative;
	width: 100%;
	background: #111;
}

.photo .postContainer .imgDoubleClick {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 4;
	-webkit-touch-callout: none;
	-webkit--select: none;
	-khtml--select: none;
	-moz--select: none;
	-ms--select: none;
	-select: none;
}

.photo .postContainer .loaderImg {
	position: absolute;
	margin: 0 auto;
	top: calc(50% - 20px);
	width: 100%;
	text-align: center;
	z-index: 0;
	display: none;
}

.photo .postContainer .loaderImg i {
	line-height: 40px;
	font-size: 40px;
	color: rgb(255, 255, 255, 0.2);
}

.photo .postContainer.postRatio .loaderImg {
	display: block;
}

.photo .postContainer.postRatio .imgImg {
	position: absolute;
}

.photo .card-block {
	padding: 7px 20px 5px;
}

.photo .postContainer .heart {
	opacity: 0;
	transition: opacity 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}

.photo .postContainer .heart.active {
	opacity: 1;
}

.photo .postContainer .heart i {
	font-size: 5em;
	color: #fff;
}

.photo .videoContainer {
	background: none !important;
}

#play_button,
#fake_play_button {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity 100ms ease-in;
}

#play_button:hover,
#fake_play_button:hover {
	opacity: 0.8;
}

#play_button.hide,
#fake_play_button.hide {
	opacity: 0;
}

.playnow .containplay {
	position: absolute;
	margin: 0 auto;
	width: 30px;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}

.playnow .triangle {
	position: relative;
	background-color: white;
	opacity: 0.8;
	text-align: left;
}

.playnow .triangle:before,
.playnow .triangle:after {
	content: '';
	position: absolute;
	background-color: inherit;
}

.playnow .triangle,
.playnow .triangle:before,
.playnow .triangle:after {
	width: 30px;
	height: 30px;
	border-top-right-radius: 30%;
}

.playnow .triangle {
	transform: rotate(-90deg) skewX(-30deg) scale(1, .866);
	-moz-transform: rotate(-90deg) skewX(-30deg) scale(1, .866);
	-webkit-transform: rotate(-90deg) skewX(-30deg) scale(1, .866);
}

.playnow .triangle:before {
	transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
	-moz-transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
	-webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
}

.playnow .triangle:after {
	transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
	-moz-transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
	-webkit-transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
}

.playnow .triangle:hover {
	opacity: 0.4
}

.photo .postContainer {
	display: block;
	position: relative;
	background: none;
}

.photo .postContainer .notif {
	right: 0;
	padding: 15px;
	font-size: 36px;
	color: rgba(255, 255, 255, 1);
	opacity: 1;
	z-index: 1;
	border-radius: 50%;
	opacity: 0.9;
	line-height: 20px;
	text-align: center;
	position: absolute;
	z-index: 5;
}

.photo .postContainer .notiftriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 100px 0;
	border-color: transparent #33ba82 transparent transparent;
	right: 0;
	position: absolute;
	z-index: 5;
}

.photo .postContainer:hover>.unlockpic {
	opacity: 1;
}

.photo .postContainer .unlockpic {
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 50px 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	z-index: 8;
	opacity: 0;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.photo .postContainer .unlockpic .msg {
	position: absolute;
	top: 50%;
	margin: -70px 0 0;
	color: #fff;
	text-align: center;
	width: 100%;
}

.photo .postContainer .unlockpic .msg h3 {
	text-transform: uppercase;
}

.photo .postContainer .unlockpic .msg button {
	margin-top: 10px;
}

.photo .post-legend p,
.post-comment p {
	word-break: break-all;
}

.photo .post-legend button {
	color: #938359;
}

.photo .post-legend a,
.post-comment a,
.post-link a {
	color: #938359;
}

.photo .post-legend a:hover,
.post-comment a:hover;

.post-link a:hover {
	color: #776A49;
}

.photo .post-actions a,
.photo .post-actions button {
	font-size: 1.6em;
	font-weight: 300;
	background: transparent !important;
	border: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 20px !important;
	color: #ccc !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.photo .post-actions a:hover i,
.photo .post-actions button:hover i {
	opacity: 0.7;
}

.photo .post-actions a i,
.photo .post-actions button i {
	color: rgba(255, 255, 255, 0.3);
}

.photo .post-actions a.active i,
.photo .post-actions a.active:hover i,
.photo .post-actions a.active:active i,
.photo .post-actions a.active:focus i,
.photo .post-actions button.active i {
	color: #938359 !important;
	opacity: 1 !important;
}

.loore {
	display: none;
	width: 100%;
	height: 70px;
	background: none;
	text-align: center;
	padding: 10px 0;
}

.loore svg path,
.loore svg rect {
	fill: #938359;
}

.endposts {
	display: none;
}

/* Challenges */

.challenges .card-img-overlay {
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	min-height: 100%;
}

.challenges .row {
	height: 100%;
	min-height: 100%;
}

.challenges .card-title {
	text-transform: uppercase;
	font-weight: bold;
}

.challenges p.daysleft {
	text-align: center;
	margin: 20px 0 !important;
	background: #080808;
	font-size: 16px;
	padding: 10px 0;
}

.challenges p.daysleft i {
	margin-right: 10px;
}

.challenges p.daysleft span {
	color: #8d805e;
	font-weight: bold;
}

@media (max-width: 767px) {
	.challengedesc {
		padding: 0 20px;
	}
}

/* Tag Bar */

.tag-bar {
	position: relative;
	background: none;
}

.tag-bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tag-bar a {
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
}

.tag-bar ul li a span {
	color: #797a7d;
}

.tag-bar ul li {
	margin-right: 30px;
	float: left;
}

.tag-bar ul li a:hover {
	border-bottom: solid 3px #938359;
}

.tag-bar a.pull-right {
	padding: 0;
}

/* Settings */

nav.bd-links ul {
	display: block;
}

nav.bd-links ul li a {
	padding: 6px 0;
}

nav.bd-links ul li a i {
	width: 30px;
	float: left;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.3);
}

nav.bd-links ul li.active a i {
	color: #938359;
}

/* Payment Subscriptions */

.planSwitch .btn.btn-secondary.active {
	background: #938359 !important;
	color: #fff !important;
}

.subscriptions .price {
	margin: 0em;
}

.subscriptions .price span {
	display: block;
}

.subscriptions .price span.plan-price {
	font-size: 36px;
	line-height: 35px;
	display: none;
}

.subscriptions .price span.plan-price.active {
	display: block;
}

.subscriptions .price span.permonth {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	margin: 0;
	font-weight: 300;
}

.subscriptions .alreadyoffer {
	padding: 15px 0;
	font-style: italic;
}

/* Subscriptions CTA */

.cta-advancedsearch {
	width: 100%;
	background: url(../images/bg/bg-cta-advancedsearch.png) no-repeat center;
	background-size: cover;
	height: 100px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.cta-advancedsearch:hover {
	opacity: 0.6
}

.cta-advancedsearch p {
	display: block;
	position: absolute;
	text-align: center;
	width: calc(100%-40px);
	top: 50%;
	padding: 0 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* Auth */

.auth ul.feature-list {
	margin: 20px 0;
	border-top: dotted 3px #333;
	border-bottom: dotted 3px #333;
	padding: 20px 0 20px 20px;
	list-style: circle
}

.auth ul.feature-list li {
	margin-bottom: 10px;
}

.auth-container .auth-content {
	padding: 30px;
}

.auth-container .auth-content img.invitation-sent {
	max-width: 200px;
}

.auth-container .forgot-btn {
	line-height: 28px;
}

.auth-container .checkbox label {
	padding: 0;
}

.auth-container .checkbox a {
	vertical-align: text-top;
}

.auth-container .checkbox span {
	color: #ccc;
}

.auth-container .checkbox+span {
	font-weight: 300;
}

.auth-container .text-muted a {
	color: #777;
}

.auth-container .g-recaptcha>div {
	margin: auto;
}

@media (max-width: 767px) {
	.auth-container {
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		-webkit-transform: inherit;
		transform: inherit;
		margin: 0;
		margin-bottom: 10px;
	}

	.auth-container .auth-content {
		padding: 20px;
	}
}

#Modal .noted {
	background: #111;
	padding: 30px;
}

/* Profile */

.profile-card {
	background-color: #1f2022;
	padding: 0 !important;
}

.profile-header {
	position: relative;
	height: 100px;
}

.profile-header .pro-badge {
	float: right;
	z-index: 200;
	position: relative;
	margin: 10px 15px 0 0;
}

.profile-header .back-pic-url {
	position: relative;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	height: 100px;
	filter: blur(2px);
	-webkit-filter: blur(2px);
}

.profile-pic {
	border-radius: 50%;
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 4;
	max-width: 100px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.profile-info {
	color: #BDBDBD;
	padding: 25px;
	position: relative;
	margin-top: 15px;
	padding: 20px;
}

.profile-info .main-info {
	display: flex;
	justify-content: center;
	align-items: center;
}

.profile-info .main-info div {
	margin: 0 5px;
}

.profile-info h1 {
	color: #fff;
	font-size: 1.5rem;
	margin: 10px 0;
}

.profile-info h1 span {
	width: 1px;
	height: 10px;
	overflow: hidden;
	display: inline-block;
}

.profile-info span.verified {
	font-size: 1.3em;
	line-height: 0;
}

.profile-info span.followsyou {
	font-size: 12px;
	color: #999;
}

.profile-info .biozone a {
	color: #938359;
}

.profile-info .biozone h2 {
	font-size: 14px !important;
	line-height: 20px !important;
	word-wrap: break-word;
}

.profile-info .genderzone,
.profile-info .orientationzone {
	display: inline-block;
}

.profile-card:hover .profile-pic {
	transform: scale(1.1);
}

.profile-card:hover .profile-info hr {
	opacity: 1;
}

.profile-stats {
	border-top: solid #111 1px;
}

.profile-stats ul.-stats {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	border-radius: 6px;
}

.profile-stats ul.-stats li {
	display: inline-block;
	border-right: solid 1px #333;
	width: 24%;
}

.profile-stats ul.-stats li:last-child {
	border: 0;
}

.profile-stats ul.-stats li span {
	display: block;
}

.profile-stats ul.-stats li span:first-child {
	font-size: 1em;
}

.profile-stats ul.-stats li span:last-child {
	font-size: 0.9em;
	color: #999;
}

.profile-actions a {
	color: #BDBDBD;
	font-size: 0.9em;
}

.profile-actions a:hover>i {
	color: #938359;
}

.profile-actions i {
	padding: 0 35px 5px;
	display: block;
	color: rgba(255, 255, 255, 0.3);
}

#skin {
	position: relative;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 14px;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	top: 2px;
}

.fdw_left {
	background-color: #aa2d5a;
	border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	-webkit-border-radius: 7px 0 0 7px;
	text-indent: -30px;
}

.fdw_left,
.fdw_right {
	float: left;
	width: 50%;
	height: 100%;
	margin: 0;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
}

.fdw_right {
	background-color: #356197;
	text-indent: 35px;
}

.fdw_right {
	border-radius: 0 7px 7px 0;
	-moz-border-radius: 0 7px 7px 0;
	-webkit-border-radius: 0 7px 7px 0;
}

.skingirl .fdw_right,
.skinlovegirls .fdw_right {
	background-color: #aa2d5a !important;
}

.skinguy .fdw_left,
.skinloveguys .fdw_left {
	background-color: #356197 !important;
}

@media (max-width: 767px) {
	.sidebar- {
		padding: 0;
	}
}

/* Social Sharing Buttons */

.ssb .btn {
	font-size: 14px;
	color: #fff !important;
	padding: 10px 0 5px;
	text-align: center;
	margin: 0 0 10px 5px;
	position: relative;
	transition: all 0.25s ease;
	border-radius: 4px;
	width: 40px;
	display: inline-block;
}

.ssb .btn:first-child {
	margin-left: 0 !important;
}

.ssb .btn i {
	margin: 0;
	position: relative;
	color: #fff;
	font-size: 18px;
	text-shadow: none;
	font-weight: 500;
}

.ssb .btn:hover {
	opacity: 0.8
}

.btn-twitter {
	background-color: #00acee;
}

.btn-facebook {
	background-color: #3b5998;
}

.btn-googleplus {
	background-color: #e93f2e;
}

.btn-reddit {
	background-color: #333;
}

.btn-tumblr {
	background-color: #35465c;
}

/* More Tags */

.alphabet a.alphabet-letter {
	font-size: 16px;
	margin: 0 10px;
	text-transform: uppercase;
}

.tags .row {
	height: 100%;
	min-height: 100%;
}

.tags h3,
.tags h3 a {
	color: #fff;
}

.tags .card {
	margin: 0;
}

.tags .card-container {
	background-size: 150% auto;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
}

.tags .card-img-container {
	margin-top: 100%;
}

.tags .card-img-overlay {
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	min-height: 100%;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tags .card-img-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}

/* Features - Shop */

#featurelist .feature-option {
	padding: 20px;
}

#featurelist .feature-option .feature-option-header {
	border-bottom: solid 1px rgba(0, 0, 0, 0.8);
	margin-bottom: 20px;
}

#featurelist .feature-option .feature-notes {
	margin: 0 0 0 10px;
	line-height: 24px
}

#featurelist .feature-option .feature-price {
	font-size: 1.6em;
}

#featurelist .feature-option .feature-price span.oldprice {
	text-decoration: line-through;
}

#featurelist .feature-option .feature-price span.pricereduction {
	color: #33ba82;
}

/* Features - Star Rating */

.positioner {
	position: relative;
	display: block;
	line-height: 0;
}

.starbox {
	float: left;
	margin: 2px 10px 0 0;
	cursor: pointer
}

.starbox .colorbar,
.starbox .ghost {
	z-index: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.starbox .stars {
	display: inline-block;
}

.starbox .stars .star_holder {
	position: relative;
	z-index: 1;
}

.starbox .stars .star_holder .star {
	display: inline-block;
	vertical-align: baseline;
	background-repeat: no-repeat;
}

.starbox .stars .star_holder .star {
	background-image: url('../images/Rating/stars.png');
	width: 17px;
	height: 17px;
}

.starbox .stars {
	background: #cccccc;
}

.starbox .rated .stars {
	background: #dcdcdc;
}

.starbox .rated.hover .stars {
	background: #cccccc;
}

.starbox .colorbar {
	background: #33ba82;
}

.starbox .hover .colorbar {
	background: #2CA473;
}

.starbox .rated .colorbar {
	background: #33ba82;
}

.starbox .rated.hover .colorbar {
	background: #2CA473;
}

.starbox .ghost {
	background: #a1a1a1;
}

/* Ask for Options */

.askfor-options .choice .media-object {
	position: relative;

}

.askfor-options .choice input[type="file"] {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: none;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	z-index: 1;
}

.askfor-message .messages li .message {
	background: #1f2022;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
}

.askfor-message .messages .left .message {
	margin-right: 30%;
	margin-left: 60px;
}

.askfor-message .messages .left>a {
	left: 0;
}

.askfor-message .messages .right .message {
	margin-left: 30%;
	margin-right: 60px;
}

.askfor-message .messages .right>a {
	right: 0;
}

/* Notifications */

.light-likes,
.light-comments,
.light-followers,
.light-mentions,
.light-relusts {
	background: url(../images/bg/light.png) no-repeat center;
	padding: 10px 13px;
	width: 30px;
}

.nav-notif .btn-primary .light {
	display: none;
}

.nav-notif .notif-name {
	text-transform: capitalize;
}

.nav-notif a {
	color: #ddd;
}

.nav-notif i {
	color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
	.nav-notif i {
		font-size: 1.3em;
	}
}

/* Stats */

#stats ul {
	list-style: none;
	padding: 0;
}

#stats .top- ul {
	padding: 0;
	margin: 0
}

#stats .top- ul li {
	min-height: 50px;
	border-bottom: solid 1px #000;
	box-shadow: 0 1px 1px #222;
	width: 100%;
	list-style: none;
	padding: 1% 0 2%;
	position: relative;
}

#stats .top- ul li p.rank {
	float: left;
	background: #93388B;
	width: 30px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	border-radius: 50%;
}

.analytics-notpro {
	position: relative;
	display: block;
}

.analytics-notpro img {
	width: 100%;
	opacity: 0.3;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}

.analytics-notpro .become {
	padding: 20px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: 99;
}

.analytic-unit canvas {
	background: #1f2022;
}

/*  */

#options .choose {
	border: solid 1px #000;
	padding: 100px 0;
}

@media (max-width: 767px) {
	#options .choose {
		padding: 30px 0;
	}
}

.fileWrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.fileWrapper video {
	position: absolute;
	width: 100%;
	height: auto;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fileWrapper input.fileInput,
.fileWrapper -input.fileInput,
.fileWrapper -input::part(input) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	opacity: 0;
}

.fileWrapper -input::part(input) {
	font-size: 0;
}

a.fileButton,
span.fileButton {
	width: 100%;
	text-align: center;
	opacity: 0.8;
	background: rgba(0, 0, 0, 0.2);
	border: 3px dashed #222;
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
	float: right;
	cursor: pointer !important;
	margin: 0;
	padding: 90px 0 70px;
}

.fileWrapper:hover a.fileButton,
.fileWrapper:hover {
	background: rgba(0, 0, 0, 0.1);
}

.resize {
	background: rgba(0, 0, 0, 0.3);
	padding: 20px 0;
}

.resize a i {
	padding: 10px 15px;
	cursor: pointer;
	opacity: 0.8;
}

.resize a i:hover {
	opacity: 1;
}

.resize+.container-viewer {
	height: 500px;
	margin: 0 auto;
}

.container-viewer {
	background: rgba(0, 0, 0, 0.3);
}

.container-viewer canvas {
	display: block;
	margin: 0 auto;
}

/* Buy Credits */

#buy-credits .voucher {
	display: none;
}

#buy-credits input[type=radio] {
	display: none;
}

#buy-credits ul.paymentsecure {
	padding: 0;
}

#buy-credits ul.paymentsecure li {
	font-size: 14px;
	display: block;
	margin: 0;
	padding: 7px 0;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
}

#buy-credits label {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
	text-transform: capitalize;
	letter-spacing: 1px;
	text-indent: 20px;
	cursor: pointer;
	position: relative;
	padding: 10px 0;
	margin: 0;
	transition: all 0.4s ease;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#buy-credits label span.optionbonus {
	margin: 0 40px 0 0;
	font-size: 12px;
	line-height: 23px;
}

#buy-credits label:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #000;
	display: block;
	position: absolute;
	border-radius: 100%;
	right: 10px;
	top: 30%;
	transition: border 0.4s ease
}

#buy-credits #label-0:checked~label[for=label-0],
#buy-credits #label-1:checked~label[for=label-1],
#buy-credits #label-2:checked~label[for=label-2],
#buy-credits #label-3:checked~label[for=label-3] {
	background: #938359;
	color: #fff;
}

#buy-credits #label-0:checked~label[for=label-0] span,
#buy-credits #label-1:checked~label[for=label-1] span,
#buy-credits #label-2:checked~label[for=label-2] span,
#buy-credits #label-3:checked~label[for=label-3] span {
	color: #fff !important;
}

#buy-credits #label-0:checked~label[for=label-0]:before,
#buy-credits #label-1:checked~label[for=label-1]:before,
#buy-credits #label-2:checked~label[for=label-2]:before,
#buy-credits #label-3:checked~label[for=label-3]:before {
	background: url("../images/glyphs/done.png") no-repeat center center;
}

@media (max-width: 767px) {
	#buy-credits label {
		text-indent: 10px;
	}

	#buy-credits label .h5 {
		font-size: 1rem;
	}
}

/* Who to follow */

#who-to-follow .categories {
	font-size: 1.3em;
	font-weight: 300;
	margin: 10px 0 20px;
}

#who-to-follow .categories li {
	padding-right: 25px;
}

@media(max-width: 767px) {
	#who-to-follow .categories li {
		padding: 10px 0;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	#who-to-follow .categories li:first-child,
	#who-to-follow .categories li:last-child {
		border: 0px;
	}
}

#who-to-follow .categories li i {
	color: rgba(255, 255, 255, 0.3);
	margin-right: 5px;
}

#who-to-follow .categories li.active i {
	color: #938359;
	font-weight: 700;
}

#who-to-follow .img-wtf {
	position: relative;
}

#who-to-follow .img-wtf:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.05), 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#who-to-follow .img-wtf:hover:before {
	box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.05), 0 1px 2px rgba(0, 0, 0, 0.2);
}

#advanced-search .wtf-badge span.verified,
#who-to-follow .wtf-badge span.verified {
	position: absolute;
	right: 20px;
	z-index: 1;
	top: 10px;
	font-size: 3em;
}

/* Invite friends */

.referralHeader {
	background-image: url();
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 500px;
}

.referralHeader p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding: 0 60px;
	font-size: 1.7em;
	color: #fff;
}

@media (max-width: 767px) {
	.referralHeader p {
		font-size: 1.5em;
		padding: 50px;
	}
}

@media (max-width: 350px) {
	.referralHeader p {
		font-size: 1.3em;
		padding: 30px 40px;
	}
}


/* Report */

.list-group-item {
	background: #1f2022;
	border-color: #000;
	padding: 0.75em !important;
}

.list-group-item label {
	margin: 0;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	background: #111 !important;
}

/* Video */
.wrapper-video {
	position: relative;
}

.wrapper-video video {
	width: 100%;
}

.video-js {
	width: 100%;
}

/* Modal */

.modal .top-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 17;
}

.modal-dialog {
	min-height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
}

@media(max-width: 767px) {
	.modal-dialog {
		min-height: calc(100vh - 20px);
	}
}

.modal-backdrop.fade {
	opacity: .9;
}

.modal.fade.show .modal-dialog {
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

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

.modal-header,
.modal-footer {
	border-color: #000;
}

.modal-content {
	padding: 20px;
	background: rgb(24, 24, 24);
}

@media (max-width: 767px) {
	.modal-content {
		padding: 15px;
	}
}

/* Ask For Popup */

body.modal-open #askfor.modal {
	display: flex !important;
	height: 100%;
}

body.modal-open #askfor.modal .modal-dialog {
	margin: auto;
}

#askfor .ask-for {
	z-index: 8080;
	width: 100%;
}

#askfor .ask-for ul {
	overflow: auto;
}

#askfor .ask-for li {
	box-sizing: border-box;
	width: 31%;
	padding-top: 31%;
	float: left;
	position: relative;
	margin: 1%;
	background: #222;
}

@media (max-width: 767px) {
	#askfor .ask-for li {
		padding-top: 48%;
		width: 48%;
	}
}

#askfor .ask-for li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#askfor .ask-for li i.moreinfos {
	position: absolute;
	z-index: 2;
	padding: 10px;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

#askfor .ask-for li i.moreinfos:hover {
	opacity: 0.3;
}

#askfor .ask-for li .infos {
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, .9);
	bottom: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	z-index: 1;
}

#askfor .ask-for li i.moreinfos:hover+.infos {
	display: block;
}

#askfor .ask-for label {
	cursor: pointer;
	display: block;
}

#askfor .ask-for ul li label {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 10px;
	text-transform: capitalize;
}

#askfor .ask-for ul li label span.askfor-name {
	font-weight: bold;
}

#askfor .ask-for ul li label span.askfor-name i {
	font-size: 10px;
	margin-left: 4px;
	color: #888;
	background: #222;
	border-radius: 4px;
	padding: 1px 2px;
}

#askfor .ask-for ul li input {
	display: none
}

#askfor .ask-for ul li input:checked+label {
	border-bottom: 5px solid #938359;
	background: rgba(0, 0, 0, .4);
}

#askfor .ask-for .load {
	display: block;
	width: 100%;
	height: 40px;
	background: transparent url(/images/glyphs/video-loader.gif) top center no-repeat;
	background-size: 40px 40px;
}

/* Filters Modal */

.modal-content .btn.active::before {
	font-family: FontAwesome;
	content: "\f00c";
	color: #938359;
	margin-right: 3px;
}

/* Subscribe Modal */

#subscribeModal .-price {
	display: block;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin-top: 10px;
}

#subscribeModal .-type {
	text-transform: uppercase;
	font-weight: bold;
}

#subscribeModal .orpayment {
	padding: 7px 0;
}

#subscribeModal .subscribe-success,
#subscribeModal .upgrade,
#subscribeModal .extend {
	display: none;
}

#subscribeModal .extend,
#subscribeModal .upgrade {
	margin: 30px 0;
}

#subscribeModal ul li {
	list-style: none;
}

#subscribeModal ul li i {
	margin-right: 10px;
	color: #938359;
}

#subscribeModal .subscribe-success img {
	max-width: 300px;
}

#subscribeModal .makepaymentsubscription {
	position: relative;
}

#subscribeModal .makepaymentsubscription svg {
	height: 20px;
	width: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 2;
}

#subscribeModal .makepaymentsubscription .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 1;
	display: none;
}

#subscribeModal .makepaymentsubscription[disabled] svg,
#subscribeModal .makepaymentsubscription[disabled] .bg {
	display: block;
}

/* Major Modal */

.rules {
	height: 50px;
	overflow-y: scroll;
	background: rgba(0, 0, 0, 0.2);
	font-size: 12px;
	width: 100%;
	padding: 5px;
	text-align: justify;
	line-height: 15px;
	box-shadow: inset 1px 1px 3px #000
}

.rules-zone {
	font-size: 12px;
}

.-background {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}

.-background input[type=file] {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100px;
	width: 100%;
	z-index: 1;
	opacity: 0;
}

.-background .button {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.-background+.utils {
	display: none;
	position: absolute;
	z-index: 3;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.-background+.utils+canvas {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
	cursor: move;
}

.hidden {
	display: none !important;
}

.switch-form,
.switch-end {
	display: none;
}

/* Mobile Responsivity */

@media (max-width: 767px) {
	::-webkit-scrollbar {
		display: none !important;
	}

	.row .col {
		padding: 0;
	}

	.sidebar .nav li a {
		font-size: 17px;
	}
}

.loading-app.loader {
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 10001;
}

.loading-app.loader .state {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loading-zone.loader {
	width: 100%;
	display: none;
	position: relative;
	text-align: center;
}

.loading-zone.loader .state {
	display: block;
	position: relative;
}

.loader .state svg {
	height: 100px;
	width: 100px;
}

.loader .state svg path,
.loader .state svg rect {
	fill: #a88847;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}

.create-post {
	padding: 10px 20px;
}

#create-post .app .content {
	padding: 80px 20px 93px;
}

.create-post .avatar {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
	border-radius: 50%;
}

#create-post .create-post .avatar {
	float: none;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	margin-right: 0;
}

.create-post .form {
	float: left;
	width: calc(100% - 60px);
	min-height: 50px;
}

#create-post .create-post .form {
	width: 100%;
	float: none;
}

.create-post .message {
	position: relative;
}

.create-post textarea {
	height: 40px;
	line-height: 22px;
}

#create-post .create-post textarea {
	height: 200px;
}

.create-post .-zone,
.create-post .link-zone {
	display: inline-block;
	margin-left: 6px;
	overflow: hidden;
}

.create-post .camera-zone {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.create-post .-zone i,
.create-post .camera-zone i,
.create-post .link-zone i {
	color: #938359;
	margin-right: 4px;
}

@media (max-width: 767px) {

	.create-post textarea,
	.create-post .emoji-wysiwyg-editor {
		font-size: 1.2em !important;
		line-height: 1.4em !important;
	}

	.create-post .-zone span,
	.create-post .camera-zone span,
	.create-post .link-zone span {
		display: none;
	}

	.create-post .-zone i,
	.create-post .link-zone i {
		margin-right: 0;
	}
}

.create-post .camera-zone input,
.create-post .camera-zone -input,
.create-post .camera-zone -input::part(input) {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.create-post .camera-zone -input::part(input) {
	font-size: 0;
}

.create-post .progress {
	display: none;
	width: 100%;
	margin: 0;
	background: rgba(255, 255, 255, 0.3);
}

.create-post .progress-bar {
	background: #938359 !important;
	margin: 0;
}

.create-post .send {
	float: right;
}

.create-post textarea {
	height: auto;
	line-height: inherit;
}

.create-post.active .send,
#create-post .create-post .send {
	display: inline-block;
	float: right;
}

.create-post .info {
	padding: 15px;
	background: rgba(0, 0, 0, 0.3);
	border-left: solid 6px #33ba82;
	margin-bottom: 10px;
}

.create-post.active .-file:hover {
	opacity: 0.7;
}

.create-post .preview {
	display: none;
}

.create-post .preview {
	margin-bottom: 10px;
	background: #111;
	padding: 10px 0;
	text-align: center;
}

.create-post .preview img,
.create-post .preview video {
	display: none;
}

.create-post .preview .display {
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.create-post .preview.image .display {
	width: 113px;
	height: 113px;
	background: #E3E4E5;
}

.create-post .display .fa {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	border-radius: 100px;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	width: 50px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.create-post .display .fa:hover {
	background: rgba(0, 0, 0, 0.7);
}

.create-post .display .fa-close {
	left: 50%;
	transform: translate(-50%, -50%);
}

.create-post .image .display .fa-pencil {
	right: 60px;
}

.create-post .video .display .fa-pencil {
	display: none;
}

.create-post .video .display .fa-close {
	right: auto;
	left: 50%;
	transform: translate(-50%, -50%);
}

#profilepic-container {
	height: 500px;
}

#timeline-container {
	height: 400px;
}

.imglykit-container .imglykit-header {
	display: none !important;
}

.imglykit-container .imglykit-top-controls.imglykit-header-padding {
	top: 0 !important;
}

.imglykit-container .imglykit-canvas-container.imglykit-header-padding {
	padding-top: 40px !important;
}

.imglykit-container .imglykit-scrollbar-button,
.imglykit-container .imglykit-slider .imglykit-slider-slider .imglykit-slider-fill,
.imglykit-container .imglykit-slider .imglykit-slider-slider .imglykit-slider-center-dot {
	background: #938359 !important;
}

/* Preview Photo */

.preview-widget .form-file {
	text-align: center;
}

.preview-widget .form-file .inputfile,
.preview-widget .form-file .inputfile::part(input) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 1;
}

.preview-widget .form-file .inputfile+label {
	max-width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0;
}

.preview-widget .form-file .inputfile+label figure {
	width: 154px;
	height: 154px;
	border-radius: 5%;
	background-color: transparent;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.preview-widget .form-file .inputfile+label figure img {
	width: 100%;
	height: 100%;
	border-radius: 5%;
	opacity: 0;
}

.preview-widget .form-file span.file-delete-button {
	cursor: pointer;
}

/* Comments */

.comments-zone {
	padding: 10px 20px;
}

.comments-zone .comments-extract {
	list-style: none;
	padding: 0
}

.comments-zone .comments-extract li {
	margin-bottom: 10px;
}

.comments-zone .comments-extract li:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.comments-zone .comments-extract small {
		display: none;
	}
}

.comments-zone .notification .media-left img {
	width: 50px;
	height: 50px;
}

#whoToFollowModal .list-unstyled li {
	margin-top: 1em;
}

#bottom-bar {
	position: fixed;
	bottom: 0;
	right: 0;
	padding-right: 10px;
}

/* Tooltip */

[tooltip] {
	position: relative;
}

[tooltip]:hover::after,
[tooltip]:hover::before {
	opacity: 1
}

[tooltip]::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 4px 6px 0 6px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	z-index: 100;
	opacity: 0;
}

[tooltip]::after {
	content: attr(tooltip);
	position: absolute;
	left: 50%;
	top: -6px;
	transform: translateX(-50%) translateY(-100%);
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: #fff;
	padding: 5px 6px;
	font-size: 12px;
	min-width: 80px;
	border-radius: 5px;
	pointer-events: none;
	opacity: 0;
}

[tooltip-position='left']::before {
	left: 0%;
	top: 50%;
	margin-left: -12px;
	transform: translatey(-50%) rotate(-90deg)
}

[tooltip-position='top']::before {
	left: 50%;
}

[tooltip-position='bottom']::before {
	top: 100%;
	margin-top: 8px;
	transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

[tooltip-position='right']::before {
	left: 100%;
	top: 50%;
	margin-left: 1px;
	transform: translatey(-50%) rotate(90deg)
}

[tooltip-position='left']::after {
	left: 0%;
	top: 50%;
	margin-left: -8px;
	transform: translateX(-100%) translateY(-50%);
}

[tooltip-position='top']::after {
	left: 50%;
}

[tooltip-position='bottom']::after {
	top: 100%;
	margin-top: 8px;
	transform: translateX(-50%) translateY(0%);
}

[tooltip-position='right']::after {
	left: 100%;
	top: 50%;
	margin-left: 8px;
	transform: translateX(0%) translateY(-50%);
}

/* Tablette */

@media screen and (max-width: 1024px) {

	/* General */

	* {
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
		-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
		outline: none !important;
	}

	.app .content {
		padding: 70px 15px 70px;
	}

	.app {
		padding-left: 0;
	}

	.app.sidebar-open {
		left: 0;
	}

	/* Typo */

	html,
	body {
		font-size: 0.9em !important;
	}

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

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

	h3,
	.h3 {
		font-size: 1.3rem;
	}


	/* Header */

	.header {
		left: 0;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
		height: 50px;
	}

	.sidebar {
		position: fixed;
		left: -280px;
		width: 280px;
	}

	.sidebar-open .sidebar {
		box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
	}

	.header-block-collapse {
		width: 100% !important;
	}

	.header-block-collapse strong {
		font-weight: 500;
		line-height: 40px;
		font-size: 16px;
		position: absolute;
	}

	/* Sub header */

	#subheader {
		position: fixed;
		bottom: 0;
		z-index: 1000;
	}

	#subheader,
	#subheader .btn {
		border-radius: 0 !important;
		box-shadow: 0px 0px 0px #000 !important;
		font-size: 1.4em !important;
	}

	#subheader .btn,
	#subheader .btn:focus,
	#subheader .btn.focus,
	#subheader .btn:active,
	#subheader .btn.active,
	#subheader .btn:active:hover,
	#subheader .btn:active:focus,
	#subheader .btn:active.focus,
	#subheader .btn.active:hover,
	#subheader .btn.active:focus,
	#subheader .btn.active.focus {
		background: #191919 !important;
		border-color: #000 !important;
		color: #ccc;
	}

	#subheader .btn.active-nav,
	#subheader .btn.active-nav:focus,
	#subheader .btn.active-nav.focus,
	#subheader .btn.active-nav:active,
	#subheader .btn.active-nav.active,
	#subheader .btn.active-nav:active:hover,
	#subheader .btn.active-nav:active:focus,
	#subheader .btn.active-nav:active.focus,
	#subheader .btn.active-nav.active:hover,
	#subheader .btn.active-nav.active:focus,
	#subheader .btn.active-nav.active.focus {
		background: #191919 !important;
		box-shadow: 0px -3px 0px #938359 inset !important;
		border-color: #000 !important;
		color: #fff !important;
	}

	#subheader span.typo {
		font-size: 14px;
		margin-left: 10px;
	}

	/* Sub settings menus */

	.mobile-hidden-menu {
		display: none;
		position: fixed;
		z-index: 13;
		box-shadow: 0 0 200px rgba(0, 0, 0, 0.9);
		top: 50px;
		left: 0;
		right: 0;
		padding: 0;
		margin: 0;
		background: #111;
	}

	.mobile-hidden-menu .card {
		background: none;
		box-shadow: none;
		padding: 10px 0;
	}

	.mobile-hidden-menu .card ul {
		padding: 0 30px;
	}

	.mobile-hidden-menu .card ul li a {
		font-size: 1.1rem;
	}

	/* Content */

	.app .section-title {
		display: none;
	}

	.mobile-hidden-text {
		display: none;
		padding: 20px;
	}

	.mobile-hidden-social-sharing {
		display: none;
		position: fixed;
		z-index: 13;
		box-shadow: 0 0 200px rgba(0, 0, 0, 0.9);
		top: 50px;
		left: 0;
		right: 0;
		padding: 40px 0 30px;
		margin: 0;
		background: #111;
		text-align: center;
	}

	.mobile-hidden-social-sharing .card {
		background: none;
		box-shadow: none;
		padding: 10px 0;
	}

}


/* Mobile */

@media screen and (max-width: 767px) {

	.app .content {
		padding: 50px 15px 70px;
	}

	.row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.no-margin-sm {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.header {
		left: 0;
		height: 50px;
	}

	.header .header-block {
		padding: 5px;
	}

	.title-description {
		display: none;
	}

	.footer .collapse {
		display: block;
	}

	.footer .collapse {
		display: none;
	}

	.footer .collapse.in {
		display: block !important;
	}
}

.-preview {
	display: none;
	width: 500px;
	max-width: calc(100% - 42px);
	margin: 0 auto 42px auto;
	padding: 18px;
	border: 3px dashed #222;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	box-sizing: content-box;
}

.-preview .-preview-img {
	position: relative;
	width: 500px;
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.-preview .-preview-img::after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.-preview .-preview-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 3px dashed #222;
}

.preview {
	position: relative;
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.preview img.img-fluid {
	opacity: 0;
}

.preview .progress-preview,
.-preview .progress-preview {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
}

.preview .progress-preview-bar,
.-preview .progress-preview-bar {
	width: 2%;
	height: 4px;
	background: #1aaabd;
	transition: all 0.8s ease;
}

.preview .progress-preview-bar.progress-preview-bar-done,
.-preview .progress-preview-bar.progress-preview-bar-done {
	background: #468317;
}

video.video-preview {
	height: 300px;
	width: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(/images/glyphs/processing-video.png);
}

.zeder img {
	max-width: 100%;
}

.temp-verif-pic img {
	width: 300px;
}