.landing {
	height: 100vh;
	width: 100%;
	margin-top: -60px;
	margin-bottom: -100px;
	z-index: 1;
	background: url("../images/game_pattern_white.png");
}

.landing .landing-bg {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.landing-gradient-bg {
	background: linear-gradient(0deg, rgba(25, 24, 24, 1) 5%, rgba(25, 24, 24, 0.55) 50%);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}

.landing .landing-wrapper {
	width: 100%;
	margin: 0px auto;
	margin-bottom: 80px;
	margin-top: -100px;
	z-index: 2 !important;
}


.landing .search {
	position: relative;
	width: 500px;
	margin: 0 auto;
	text-align: left;
}

.landing .search input {
	background-color: #fff !important;
	height: 50px !important;
	width: 500px;
	border-radius: 50px !important;
	outline: none;
	border: none;
	padding: 0;
	font-weight: 500;
	font-size: 16px !important;
	padding-left: 50px !important;
	color: #191818 !important;
}

.landing .search .tt-input {
	background-color: transparent !important;
}

.landing .search .tt-hint {
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #838383 !important;
}

.landing .search .tt-menu {
	background-color: transparent !important;
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
	z-index: 10 !important;
}

.landing .search .tt-dataset {
	margin-top: 10px;
	border-radius: 25px;
	overflow: hidden;
}

.landing .search .searchresult:nth-child(odd) {
	background-color: #fff;
}

.landing .search .searchresult:nth-child(even) {
	background-color: #f8f8f8;
}

.landing .search .searchresult {
	border-radius: 0px !important;
	border-bottom: 0px !important;
}

.landing .search .searchresult .title {
	color: #191818 !important;
}

.landing .search .searchresult:hover,
.landing .search .searchresult:active,
.landing .search .searchresult:focus {
	background-color: #e8e8e8 !important;
}

.landing .search .searchresult .release-year,
.landing .search .searchresult .price {
	color: #000 !important;
}

.landing .search .landing-icon {
	color: #191818;
	font-size: 16px;
	position: absolute;
	left: 18px;
	top: 17px;
	z-index: 1;
}

.landing .flip-text {
	font-weight: 200;
	color: #fff !important;
	font-size: 40px;
	position: relative;
	padding: 20px;
}

.landing .flip-text .text {
	opacity: 0.8;
}

.landing .flip-text .flip {
	font-weight: 900;
}

.landing .landing-game {
	position: absolute;
	bottom: 80px;
	width: 100%;
	text-align: right;
	padding: 20px 10px;
}

.landing .landing-game .game-button {
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.07);
	border-radius: 50px;
	display: inline-block;
	text-align: right;
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.landing .landing-game .game-button:hover {
	background-color: #fff;
	color: #191818;
}


@media (max-width: 767px) {

	.landing .search,
	.landing .search input {
		width: 450px ! important;
	}

	.landing .flip-text {
		font-size: 32px !important;
	}

}

@media (max-width: 479px) {

	.landing .search,
	.landing .search input {
		width: 350px ! important;
	}

	.landing .flip-text {
		font-size: 28px !important;
		padding: 10px;
	}

	.landing .landing-game .game-button {
		padding: 7px 14px !important;
		font-size: 16px !important;
	}

}

@media (max-width: 369px) {

	.landing .search,
	.landing .search input {
		width: 300px ! important;
	}
}


/*------------------------------------------------------------------
[ Cookie consent ]
*/

.cookie-consent {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: rgba(34, 33, 33, 0.9);
	z-index: 999999;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 100px 0px 0px 100px;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	-ms-transition: all .6s ease-in;
	transition: all .6s ease-in;
}

.cookie-consent.hide {
	right: -500px;
	opacity: 0;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	-ms-transition: all .6s ease-in;
	transition: all .6s ease-in;
}

@media (max-width: 479px) {
	.cookie-consent {
		width: 100%;
		margin-bottom: 0px;
		border-radius: 0px;
	}
}

.cookie-consent img {
	height: 100px;
}

.cookie-consent .cookie-consent__message {
	color: #fff;
	font-weight: 700;
	display: block;
	max-width: 250px;
}

.cookie-consent .btn {
	color: #32221a;
	background-color: #f6ba7c !important;
}

.cookie-consent .btn:hover,
.cookie-consent .btn:active,
.cookie-consent .btn:focus {
	background-color: #fdca94 !important;
}


/*------------------------------------------------------------------
[ Messenger ]
*/

.selected-user {
	background-color: #302f2f;
	border-radius: 5px;
	display: block;
	color: #fff;
	padding: 10px;
	width: 100%;
}

.selected-user .selected-user-info {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
}

.messages .empty-list {
	height: auto;
	background-color: #222121;
	border-radius: 50px;
	padding: 30px;
}

.messages .page-content {
	padding: 0px 30px !important;
}

@media (max-width: 767px) {
	.messages .page-content {
		padding: 0px 0px !important;
	}
}

.page-aside {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 260px;
	overflow-y: scroll;
	-webkit-transition: visibility .1s ease, top .3s ease, left .5s ease, right .5s ease;
	-o-transition: visibility .1s ease, top .3s ease, left .5s ease, right .5s ease;
	transition: visibility .1s ease, top .3s ease, left .5s ease, right .5s ease;
}

.page-aside::-webkit-scrollbar {
	display: none;
}

.page-aside .list-group-item.active,
.page-aside .list-group-item.active:focus,
.page-aside .list-group-item.active:hover {
	z-index: 0;
}

.page-aside-left .page-aside+.page-main {
	margin-left: 260px;
}

.page-aside-right .page-aside {
	right: 0;
}

.page-aside-right .page-aside+.page-main {
	margin-right: 260px;
}

.page-aside-right .page-aside .page-aside-inner {
	border-right: 0;
	border-left: 1px solid #e4eaec;
}

.page-aside-fixed .page-aside {
	position: fixed;
	top: 66.01px;
	height: -webkit-calc(100% - 66.01px);
	height: calc(100% - 66.01px);
}

.page-aside-fixed .page-aside-inner {
	height: 100%;
	overflow-y: scroll;
}

.page-aside-fixed.page-aside-left .site-footer {
	margin-left: 260px;
}

.page-aside-fixed.page-aside-right .site-footer {
	margin-right: 260px;
}

.page-aside-section {
	position: relative;
}

.page-aside-section:first-child {
	padding-top: 22px;
}

.page-aside-section:last-child {
	margin-bottom: 22px;
}

.page-aside-section:after {
	position: relative;
	display: block;
	margin: 22px;
	content: "";
	border-bottom: 1px solid #e4eaec;
}

.page-aside-section:last-child:after {
	display: none;
}

.page-aside-switch {
	position: absolute;
	top: -webkit-calc(50% - 40px);
	top: calc(50% - 40px);
	left: -webkit-calc(100% + 10px);
	left: calc(100% + 10px);
	display: none;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	background-color: #232323;
	color: #fff;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	-webkit-transition: transform .3s ease-in;
	-moz-transition: transform .3s ease-in;
	-o-transition: transform .3s ease-in;
	-ms-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
}

.page-aside-switch.open {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(180deg);
	}
}

.page-aside-title {
	padding: 10px 30px;
	margin: 20px 0 10px;
	overflow: hidden;
	font-weight: 500;
	color: #526069;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
}

.page-aside .list-group {
	margin-bottom: 80px;
}

.page-aside .list-group .new-message .btn {
	border-radius: 0px 0px 0px 50px;
}

@media (max-width: 767px) {
	.page-aside .list-group .new-message .btn {
		border-radius: 0px 0px 50px 0px;
	}
}

.page-aside .list-group-item .profile-name {
	font-size: 16px;
	line-height: 16px;
	color: inherit;
}

.page-aside .list-group-item .last-message {
	font-size: 12px;
	color: #757575;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.page-aside .list-group-item .last-time {
	font-size: 12px;
	color: #757575;
	font-weight: 700;
}

.page-aside .list-group-item {
	padding: 15px;
	margin-bottom: 5px;
	border-radius: 50px 0px 0px 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 0;
	background-color: #232323;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}


.page-aside .list-group-item .icon {
	color: #a3afb7;
}

.page-aside .list-group-item .list-content {
	width: 100%;
}

.page-aside .list-group-item .item-right {
	float: right;
}

.page-aside .list-group-item:hover,
.page-aside .list-group-item:focus {
	color: #fff;
	background-color: #000;
	border: 0;
}

.page-aside .list-group-item:hover>.icon,
.page-aside .list-group-item:focus>.icon {
	color: #3e8ef7;
}

.page-aside .list-group-item.active {
	color: #fff;
	background-color: #2d2c2c;
}

.page-aside .list-group-item.active>.icon {
	color: #3e8ef7;
}

.page-aside .list-group-item.active:hover,
.page-aside .list-group-item.active:focus {
	background-color: #000;
	border: 0;
}

.page-aside .list-group-item.active:hover>.icon,
.page-aside .list-group-item.active:focus>.icon {
	color: #3e8ef7;
}

.page-aside .list-group.has-actions .list-group-item {
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 2.573rem;
	cursor: pointer;
}

.page-aside .list-group.has-actions .list-group-item .list-editable {
	position: relative;
	display: none;
}

.page-aside .list-group.has-actions .list-group-item .list-editable .input-editable-close {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	outline: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-appearance: none;
}

.page-aside .list-group.has-actions .list-group-item .list-editable .form-group {
	margin: 0;
}

.page-aside .list-group.has-actions .list-group-item .item-actions {
	position: absolute;
	top: 6px;
	right: 20px;
	display: none;
}

.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon {
	padding-right: 2px;
	padding-left: 2px;
	background-color: transparent;
}

.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon:hover .icon {
	color: #3e8ef7;
}

.page-aside .list-group.has-actions .list-group-item .item-actions .icon {
	margin: 0;
}

.page-aside .list-group.has-actions .list-group-item:hover .item-right {
	display: none;
}

.page-aside .list-group.has-actions .list-group-item:hover .item-actions {
	display: block;
}

.page-aside .list-group.has-actions .list-group-item:hover .item-actions .icon {
	color: #76838f;
}

@media (max-width: 1199px) {
	.page-aside {
		width: 220px;
	}

	.page-aside-left .page-aside+.page-main {
		margin-left: 220px;
	}

	.page-aside-right .page-aside+.page-main {
		margin-right: 220px;
	}

	.page-aside-fixed.page-aside-left .site-footer {
		margin-left: 220px;
	}

	.page-aside-fixed.page-aside-right .site-footer {
		margin-right: 220px;
	}
}

@media (max-width: 767px) {
	.page-aside {
		position: fixed;
		top: 66.01px;
		z-index: 1100;
		width: 260px;
		height: -webkit-calc(100% - 66.01px);
		height: calc(100% - 66.01px);
		overflow-y: visible;
		visibility: visible;
		border: none;
	}

	.messages .page-aside .page-aside-inner {
		-webkit-transition: opacity .5s ease;
		-o-transition: opacity .5s ease;
		transition: opacity .5s ease;
		opacity: 0;
		overflow-y: scroll;
	}

	.messages .page-aside.open .page-aside-inner {
		opacity: 1;
	}

	.page-aside .list-group-item {
		border-radius: 0px 50px 50px 0px;
	}

	.site-navbar-collapse-show .page-aside {
		top: 132.02px;
		height: -webkit-calc(100% - 66.01px*2);
		height: calc(100% - 66.01px*2);
	}

	.site-menubar-changing .page-aside,
	.site-menubar-open .page-aside {
		height: 100%;
	}

	.page-aside.open {
		left: 0;
	}

	.site-menubar-changing .page-aside.open,
	.site-menubar-open .page-aside.open {
		visibility: hidden;
	}

	.page-aside.open .page-aside-switch .wb-chevron-right {
		display: none;
	}

	.page-aside.open .page-aside-switch .wb-chevron-left {
		display: inline;
	}

	.page-aside-left .page-aside {
		left: -260px;
	}

	.page-aside-left .page-aside+.page-main {
		margin-left: 0;
	}

	.page-aside-right .page-aside {
		right: -260px;
	}

	.page-aside-right .page-aside+.page-main {
		margin-right: 0;
	}

	.page-aside-right .page-aside.open .page-aside-switch .wb-chevron-right {
		display: inline;
	}

	.page-aside-right .page-aside.open .page-aside-switch .wb-chevron-left {
		display: none;
	}

	.page-aside-left .page-aside {
		left: -260px !important;
	}

	.page-aside-left .page-aside.open {
		left: 0 !important;
	}

	.page-aside-left .site-footer {
		margin-left: 0 !important;
	}

	.page-aside-right .page-aside {
		right: -260px !important;
	}

	.page-aside-right .page-aside.open {
		right: 0 !important;
		left: auto;
	}

	.page-aside-right .site-footer {
		margin-right: 0 !important;
	}

	.page-aside-switch {
		display: block;
	}
}

.page-main {
	position: relative;
}

.page-main .message-loading {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.page-main .message-loading .fas {
	font-size: 70px;
	position: absolute;
	top: 45%;
	left: 45%;
}

.messages .page,
.messages .page-content,
.messages .page-main,
.messages .page-aside-left {
	height: 100%;
}

.messages .page-aside .form-control {
	border-radius: 0;
	border-width: 0 0 1px 0;
	border-color: rgba(0, 0, 0, .06);
	padding: 10px 60px 10px 30px;
	height: 56px;
}

.messages .page-aside .input-search-btn {
	padding-right: 30px;
	border-radius: 0;
}

.messages .page-aside-inner {
	height: 100%;
}

.messages-list {
	height: -webkit-calc(100% - 4.003rem);
	height: calc(100% - 4.003rem);
}

.list-group .list-gradient {
	position: fixed;
	width: 100%;
	height: 70px;
	background: linear-gradient(0deg, rgb(25, 24, 24) 0%, rgba(25, 24, 24, 0) 100%);
	bottom: 0;
	list-style: none;
}

.messages-list .list-group .list-group-item {
	border-bottom: 0;
	border-radius: 0;
	padding: 15px 20px;
	white-space: nowrap;
	z-index: 0;
}

.messages-list .list-group .list-group-item:hover,
.messages-list .list-group .list-group-item.active {
	background-color: #e8e8e8;
	cursor: pointer;
}

.messages-list .list-group .list-group-item.active:after {
	width: 2px;
	position: absolute;
	content: " ";
	height: 100%;
	right: 0px;
	top: 0;
	background-color: #2d2c2c;
}

.messages-list .list-group .list-group-item .media-time {
	color: #808080;
}

.messages-chats {
	padding: 20px 30px;
	overflow-y: auto;
	text-align: center;
	height: -webkit-calc(100% - 64px);
	height: calc(100% - 64px);
	background-color: #2d2c2c;
}

.messages-chats::-webkit-scrollbar {
	display: none;
}

.messages-chats>.btn {
	color: #589ffc;
}

.messages-chats>.btn:hover {
	color: #76838f;
}

.messages-chats .chats {
	padding: 0;
}

.chat-avatar .avatar {
	width: 60px;
	margin-top: -10px;
}

.messages-chats .chats .time {
	color: #a3afb7;
	font-size: 12px;
	text-align: center;
	margin: 40px 0;
}

.messages-input {
	position: relative;
	padding: 10px;
	padding-right: 74px;
	background-color: #4e4d4d;
}

.messages-input .message-input {
	position: relative;
}

.messages-input .message-input textarea {
	padding: 10px;
	height: 44px;
	resize: none;
	max-height: 100px;
	border-radius: 0px;
	overflow-y: auto !important;
	background-color: #4e4d4d;
	border: 0px;
	color: #9a9a9a;
	line-height: 30px;
}

.messages-input .message-input textarea::-webkit-scrollbar {
	display: none;
}

.messages-input .message-input textarea:focus {
	color: #fff;
}

.messages-input .message-input textarea::placeholder {
	color: #9a9a9a;
}

.messages-input .message-input textarea::-webkit-input-placeholder {
	color: #9a9a9a;
}

.messages-input .message-input textarea::-moz-placeholder {
	color: #9a9a9a;
}

.messages-input .message-input textarea::-moz-placeholder {
	color: #9a9a9a;
}

.messages-input .message-input textarea::-ms-input-placeholder {
	color: #9a9a9a;
}

.messages-input .message-input-actions {
	position: absolute;
	bottom: 0;
	right: 0;
}

.messages-input .message-input-actions input {
	display: none;
}

.messages-input .message-input-btn {
	width: 64px;
	height: 64px;
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0px;
}

@media (max-width: 1199px) {
	.messages .page-aside .list-group-item {
		padding: 15px;
		font-size: 12px;
	}

	.messages .page-aside .list-group-item h4 {
		font-size: 12px;
	}

	.messages .page-aside .list-group-item .avatar {
		width: 34px;
	}

	.messages .page-aside .list-group-item .badge {
		padding: 1px 4px;
	}
}

.messages .chat-read-badge {
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	color: #252525;
	background-color: #d7d7d7;
}

.messages .chat-read-badge.read {
	background-color: #509a31;
	color: #fff;
}

.messages .chat-time {
	display: block;
	font-size: 12px;
	text-transform: inherit;
	color: #969696 !important;
}

.messages .chat-time .fa-stack {
	height: 9px;
	line-height: 10px;
	vertical-align: inherit;
	width: 10px;
}

.messages .chat-left .chat-time {
	margin: 0 0 5px 20px;
	text-align: left;
}

.messages .chat-right .chat-time {
	margin: 0 20px 5px 0;
	text-align: right;
}

.messages .chat-left .chat-avatar {
	float: left;
}

.messages .chat-left .chat-body {
	margin-right: 0;
	margin-left: 30px;
}

.messages .chat-left .chat-content {
	float: left;
	margin: 0 0 2px 20px;
	color: #555;
	background-color: #d7d7d7;
}

.messages .chat-right .chat-content {
	margin: 0 20px 2px 0;
}

.messages .chat-left .chat-content:hover {
	background-color: #bebebe;
}

.messages .chat-left .chat-content:before {
	right: auto;
	left: -10px;
	border-right-color: #d7d7d7;
	border-left-color: transparent;
}

/*------------------------------------------------------------------
[ Breadcrumbs ]
*/

.page-breadcrumbs-wrapper {
	flex: 1;
	overflow: hidden;
	height: 61px;
}

.page-breadcrumbs {
	background-color: #1b1b1b;
	white-space: nowrap;
	height: 120px;
}

.page-breadcrumbs .breadcrumb {
	margin-bottom: 0px;
	padding: 20px 30px;
	overflow-x: auto;
}

.page-breadcrumbs ol.breadcrumb:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 60px;
	background: linear-gradient(90deg, rgba(27, 27, 27, 0), rgba(27, 27, 27, 1));
	content: "";
	height: 61px;
}

.page-breadcrumbs .breadcrumb li {
	white-space: nowrap;
	display: inline-block;
	float: inherit;
	color: rgba(255, 255, 255, 0.3);
}

.page-breadcrumbs .breadcrumb li a {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
	-webkit-transition: color .3s ease-in-out 0s;
	-moz-transition: color .3s ease-in-out 0s;
	-o-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s;
}

.page-breadcrumbs .breadcrumb li a:hover,
.page-breadcrumbs .breadcrumb li a:active {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
}

.page-breadcrumbs .breadcrumb li:last-child {
	margin-right: 60px;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 479px) {
	.page-breadcrumbs .breadcrumb {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}


/*------------------------------------------------------------------
[ Blog / Article ]
*/

.article-picture {
	position: absolute;
	width: 25%;
	height: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	max-height: 350px;
}

.article .panel-heading,
.article .panel-body,
.article .article-footer {
	margin-left: 25%;
}

.article .article-title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.article .article-category {
	font-size: 14px;
	font-weight: 500;
}

.article .article-title a {
	color: #fff;
}

.article .panel-body img {
	max-width: 100% !important;
	height: 100% !important;
}

.article-body-limit {
	max-height: 150px !important;
	overflow: hidden;
	margin-bottom: 20px;
}

/*------------------------------------------------------------------
[ Payment Dashboard ]
*/

.balance-wrapper {
	width: 100%;
}

.balance-text {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	opacity: 0.5;
}

.balance-count {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
}

.withdrawal .subheader-link {
	padding: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
}

.withdrawal .withdrawal-amount {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

/*------------------------------------------------------------------
[ Comments ]
*/

.comment {
	position: relative;
	margin-bottom: 20px;
	background-color: #212121;
	border: 0 solid transparent;
	border-radius: 5px;
}

.comment-left {
	background-color: #302f2f;
	border-radius: 5px 0px 0px 5px;
	padding: 20px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-body {
	padding: 20px;
}

.comment-head .created-at,
.reply-head .created-at {
	opacity: 0.5;
}

.comment-head .heart a,
.reply-head .heart a {
	font-weight: 700;
	text-decoration: none;
	color: #a6a6a6;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.comment-head .heart.liked a,
.reply-head .heart.liked a {
	color: #c33333;
}

.comment-head .heart.liked .fa-heart,
.reply-head .heart.liked .fa-heart {
	animation: heartbeat 1s 1;
}

.comment-head .heart a:hover,
.reply-head .heart a:hover {
	color: #fff;
}

.comment-head .heart.liked a:hover,
.reply-head .heart.liked a:hover {
	color: #e44b4b;
}

@keyframes heartbeat {
	0% {
		transform: scale(1.3);
	}

	20% {
		transform: scale(.75);
	}

	40% {
		transform: scale(1.3);
	}

	60% {
		transform: scale(.75);
	}

	80% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
	}
}

.popover.comment-likes {
	border: 0px !important;
	border-radius: 5px !important;
	background-color: #302f2f !important;
	width: 120px;
}

.popover.comment-likes.bs-tether-element-attached-top>.popover-arrow:after,
.popover.comment-likes.popover-bottom>.popover-arrow:after {
	border-bottom-color: #302f2f !important;
}

.popover.comment-likes.bs-tether-element-attached-top .popover-arrow,
.popover.comment-likes.popover-bottom .popover-arrow {
	border-bottom-color: transparent !important;
}

.comment-meta {
	margin-left: 5px;
	display: inline-block;
	font-size: .858rem;
	color: #a3afb7;
}

.comment-content {
	margin-top: 5px;
}

.comment-content p {
	margin-bottom: 10px;
}

.comment-actions {
	margin-top: 10px;
	opacity: 0.5;
}


.comment-reply {
	margin: 21px 0 10px;
}

.comment-reply .form-group:last-child {
	margin-bottom: 0;
}

.reply {
	border: 2px solid #302f2f;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.1);
}

.reply-head {
	background-color: #302f2f;
	border-radius: 5px 5px 0px 0px;
	padding: 10px;
}

.total-comments {
	display: inline-block;
	padding: 10px;
	background-color: #212121;
	border-radius: 5px;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding: .429rem 1rem;
}

.reply-form-wrapper {
	padding: 0px 20px 20px 20px;
	display: none;
}


/*------------------------------------------------------------------
[ Owl carousel ]
*/

.game-carousel {
	height: auto;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	padding: 0px;
	border: 5px solid transparent;
	box-sizing: border-box;
}

.game-carousel a.link {
	display: block;
	height: 100%;
}

.game-carousel img {
	width: 100%;
	max-width: inherit;
}

.game-carousel .overlay {
	display: block;
	height: 100%;
	width: 100%;
	bottom: 0;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
	-webkit-transition: background 0.25s linear;
	transition: background 0.25s linear;
}

.game-carousel .caption {
	bottom: 10px;
	left: 0px;
	padding: 0 20px;
	width: 100%;
	position: absolute;
}

.game-carousel .caption-release {
	top: 20px;
	left: 20px;
	position: absolute;
	-moz-transition: top 0.5s;
	-webkit-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	border-radius: 5px;
	padding: 3px 7px;
	background-color: rgba(0, 0, 0, 0.5);
}

.game-carousel .caption-metacritic {
	top: -50px;
	right: 20px;
	position: absolute;

	-moz-transition: top 0.5s;
	-webkit-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.game-carousel a.link:hover .caption-metacritic {
	top: 10px;
}

.game-carousel .caption p {
	display: block;
	color: #E4E4E4;
	font-size: 13px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.7);
}

.game-carousel .caption-labels {
	margin-top: -10px;
}

.game-carousel span.label {
	font-size: 12px;
	float: left;
	margin-right: 10px;
	font-weight: 500;
}

.game-carousel .post-title {
	display: block;
	width: 100%;
	margin-top: 30px;
	color: #FFF;
	font-weight: 600 !important;
	font-size: 18px;
	line-height: 20px;
	display: block;
	text-overflow: ellipsis;
	height: 20px;
	white-space: nowrap;
	overflow: hidden !important;
}

.game-carousel .listings-count {
	float: right;
	display: inline-block;
	margin-top: 0;
	color: #FFF;
	font-size: 12px;
	border-radius: 5px;
	padding: 2px 5px;
	background-color: rgba(0, 0, 0, 0.5);
}

.owl-lazy {
	opacity: 0.5 !important;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	width: 100%;
	padding-bottom: 60%;
	background: radial-gradient(#383838 0%, #212121 100%);
	background-size: cover;
}

.game-carousel a.link:hover .owl-lazy {
	opacity: 1 !important;
}

.theme-two{
	margin-bottom: 0px !important;
	max-height: 0px !important;
	overflow: hidden;
	-moz-transition: max-height 1s, margin-bottom 1s;
	-webkit-transition: max-height 1s, margin-bottom 1s;
	-o-transition: max-height 1s, margin-bottom 1s;
	transition: max-height 1s, margin-bottom 1s;
}

.carousel-loaded {
	max-height: 300px !important;
}

.owl-video {
	margin-bottom: 20px !important;
}

.owl-video .time {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #FFF;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 5px;
	font-weight: 700;
}

.owl-video .videoname {
	position: absolute;
	top: 5px;
	left: 5px;
	margin-right: 5px;
	color: #FFF;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.8);
	padding: 2px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}


.theme-two.carousel-loaded {
	max-height: 400px;
	margin-bottom: -10px !important;
}

@media (max-width: 479px) {
	.theme-two.carousel-loaded {
		margin-bottom: 10px !important;
	}
}

.theme-two .game-carousel {
	background-color: inherit;
	margin: 10px;
	margin-top: 20px;
	border-radius: 15px;
	position: relative;
}

.theme-two .game-carousel .owl-lazy {
	border-radius: 15px;
}

.theme-two .game-carousel .overlay {
	background: inherit;
}

.theme-two .game-carousel .caption {
	padding: 0px 10px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 80%);
	bottom: 0;
	-moz-transition: bottom 0.5s;
	-webkit-transition: bottom 0.5s;
	-o-transition: bottom 0.5s;
	transition: bottom 0.5s;
}

.theme-two .game-carousel .caption .caption-labels {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.theme-two .game-carousel .caption p {
	margin-bottom: 10px;
}

.theme-two .game-carousel .listings-count {
	background-color: #000;
	color: #fff;
}

.theme-two .game-carousel .caption-metacritic {
	right: 10px;
}

.theme-two .game-carousel .caption-metacritic {
	right: 10px;
}

.theme-two .game-carousel .caption-release {
	top: 10px;
	left: 10px;
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px;
}

.theme-two .game-carousel a.link:hover .caption {
	bottom: -80px;
}

.theme-two .game-carousel a.link:hover .caption-labels {
	margin-top: -115px;
	margin-bottom: 50px;
}

.theme-two .owl-lazy {
	-moz-transition: filter 1s !important;
	-webkit-transition: filter 1s !important;
	-o-transition: filter 1s !important;
	transition: filter 1s !important;
	-webkit-transition-property: box-shadow, transform, filter !important;
	transition-property: box-shadow, transform, filter !important;
	opacity: 1 !important;
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);

}

.theme-two .game-carousel a.link:hover .owl-lazy {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}




/*------------------------------------------------------------------
[ Offcanvas plugin ]
*/

@media (max-width: 767px) {
	.offcanvas-stop-scrolling {
		height: 100%;
		overflow: hidden;
	}

	.navbar-default .navbar-offcanvas {
		background-color: #f8f8f8;
	}

	.navbar-inverse .navbar-offcanvas {
		background-color: #222;
	}

	.navbar-offcanvas {
		height: 100%;
		position: fixed;
		width: 100%;
		max-width: 250px;
		left: -250px;
		top: 0;
		padding-left: 15px;
		padding-right: 15px;
		z-index: 999;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all 0.15s ease-in;
		transition: all 0.15s ease-in;
	}

	.navbar-offcanvas.in {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	}

	.navbar-offcanvas.navbar-offcanvas-fade {
		opacity: 0;
	}

	.navbar-offcanvas.navbar-offcanvas-fade.in {
		opacity: 1;
	}

	.navbar-offcanvas.offcanvas-transform.in {
		-webkit-transform: translateX(250px);
		transform: translateX(250px);
	}

	.navbar-offcanvas.offcanvas-position.in {
		left: 0;
	}

	.navbar-offcanvas.navbar-offcanvas-right {
		left: auto;
		right: -250px;
	}

	.navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
	}

	.navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
		left: auto;
		right: 0;
	}

	.navbar-offcanvas .dropdown.active .caret {
		border-top: 0;
		border-bottom: 4px solid;
	}

	.navbar-offcanvas .dropdown-menu {
		position: relative;
		width: 100%;
		border: inherit;
		box-shadow: none;
		-webkit-transition: height 0.15s ease-in;
		transition: height 0.15s ease-in;
	}

	.navbar-offcanvas .dropdown-menu.shown {
		display: block;
		margin-bottom: 10px;
	}
}

.offcanvas-toggle .icon-bar {
	background: #000;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(5px, 4px);
	transform: rotate(45deg) translate(5px, 4px);
}

.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
	opacity: 0;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(4px, -4px);
	transform: rotate(-45deg) translate(4px, -4px);
}

/*------------------------------------------------------------------
[ Footer ]
*/

.platform-footer {
	background-color: #212121;
	border-bottom: 1px solid #252525;
}

.platform-footer a {
	text-decoration: none;
	opacity: 0.2;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.platform-footer .col-xs-6 {
	padding: 20px;
}

.platform-footer img {
	height: 30px;
	margin-top: 10px;
}

.platform-footer span {
	line-height: 50px;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
}

.platform-footer a:hover {
	opacity: 1;
}

.platform-footer .platform {
	height: 50px;
	width: 100%;
	border-radius: 15px;
	text-align: center;
}

.site-footer {
	padding: 10px 30px;
	background-color: #212121;
	/* background: url('../images/game_pattern_white.png'); */
	color: #909090;
	position: relative;
}

.site-footer .footer-menu-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.site-footer .footer-menu-wrapper .parent-item {
	font-size: 16px;
	font-weight: 500;
	color: #565656;
	background-color: #252525;
	padding: .429rem 1rem;
	border-radius: 50px;
	display: inline-block;
}

.site-footer .select {
	border-radius: 50px !important;
}

.site-footer .social {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 30px;
	background-color: #252525;
	padding: 20px;
	border-radius: 20px 20px 0px 0px;
	margin-bottom: -10px;
}

.site-footer .social .copyright {
	font-size: 12px;
	line-height: 34px;
}

.site-footer .footer-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.site-footer .footer-menu li {
	margin-top: 20px;
	display: inline-block;
	margin-right: 10px;
}

.site-footer .footer-menu li a {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.05);
	padding: .429rem 1rem;
	border-radius: 50px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.site-footer .footer-menu li a:hover,
.site-footer .footer-menu li a:focus,
.site-footer .footer-menu li a:active {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 0.1);
	text-decoration: none;
}

.site-footer::after {
	content: "";
	display: table;
	clear: both;
}

.site-footer-legal {
	float: left;
}

.site-footer-actions {
	float: right;
}

.site-footer-right {
	float: right;
}

.site-footer .scroll-to-top {
	color: #76838f;
}

.site-footer .scroll-to-top,
.site-footer .scroll-to-top:hover,
.site-footer .scroll-to-top:active {
	text-decoration: none;
}

@media (max-width: 479px) {
	.site-footer {
		height: auto;
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.site-footer .flex-center-space {
		display: inline-block;
	}

	.site-footer .flex-center-space .no-flex-shrink {
		margin-top: 15px;
	}
}

@media (max-width: 479px) {

	.site-footer-legal,
	.site-footer-right,
	.site-footer-actions {
		display: block;
		float: none;
		text-align: center;
	}
}

/*------------------------------------------------------------------
[ Settings ]
*/

.current-location {
	background-color: #302f2f;
	padding: 6px 14px;
	border-radius: 5px;
}

/*------------------------------------------------------------------
[ Login ]
*/

.page-login-gif-bg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('../img/login_bg.gif');
	background-size: cover;
	background-position: 50% 80%;
	z-index: 0;
}

.page-login-color-bg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

.page-login .panel {
	width: 400px;
	margin-bottom: 45px;
	background: #302f2f;
	border-radius: 5px;
	color: #fff !important;
}

.page-login .panel a {
	color: #fff !important;
	outline: 0;
}

.page-login .panel h3 {
	color: #fff !important;
}

.page-login .panel .game-bg {
	height: 100%;
	width: 100%;
	position: absolute;
	background: #fff;
	background: linear-gradient(180deg, rgba(48, 47, 47, 0) 0, rgba(48, 47, 47, 1) 60%, rgba(48, 47, 47, 1) 100%), url('../img/panel_bg_chars.jpg') center 20%;
	background-size: cover;
	opacity: 0.2;
}

.page-login .panel .panel-login-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	z-index: 1 !important;
	position: relative;
	color: #b1b1b1;
}

.page-login .panel .panel-login-footer .create-account {
	padding: 10px;
}

.page-login .panel .brand {
	margin-top: 8px;
}

.page-login .panel .brand>img {
	max-height: 40px;
}

.page-login form {}

.page-login form a {
	margin-left: 20px;
}


@media (max-width: 480px) {
	.page-login .page-content {}

	.page-login .panel {
		width: auto;
	}

	.page-login .panel .panel-body {
		padding: 35px 25px 35px;
	}
}

.strike {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.strike>span {
	position: relative;
	display: inline-block;
}

.strike>span:before,
.strike>span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	;
}

.strike>span:before {
	right: 100%;
	margin-right: 15px;
}

.strike>span:after {
	left: 100%;
	margin-left: 15px;
}


/*------------------------------------------------------------------
[ Save location modal ]
*/

.postal-code-input {
	padding-right: 0 !important;
}

.locality-select {
	padding-left: 1px !important;
}

.locality-search-status {
	border-radius: 5px;
	padding: 10px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.selected-location {
	text-align: center;
	background-color: #302f2f;
	border-radius: 5px;
	padding: 10px;
}

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

.location-saved .icon {
	font-size: 80px;
}

.location-saved .text {
	font-size: 18px;
	font-weight: 500;
}


/*------------------------------------------------------------------
[ Game / Listing Overview ]
*/

@media (min-width: 768px) {
	.item-content {
		margin-left: 20px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.row.equal {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
}


.platform-title {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
}

.listing-sold-overlay {
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 6;
	background-color: rgba(26, 24, 24, 0.8);
}

.listing-sold-overlay .msg {
	margin: 0 auto;
}

.listing-sold-overlay .msg.bg-danger {
	font-size: 20px;
	font-weight: 500;
	padding: 10px;
	border-radius: 5px;
}

.open-listing-picture,
.open-listing-picture:active,
.open-listing-picture:focus {
	outline: 0;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.listing-description {
	word-wrap: break-word;
	max-width: 850px;
	min-height: 48px;
}

.listing-title {
	margin-bottom: 20px;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}

.listing-images {
	margin-right: -10px;
	margin-left: -10px;
}

.listing-images .col-md-3 {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.listing-image-wrapper {
	border-radius: 5px;
	background-color: #212121;
	width: 100%;
	height: 122px !important;
	display: block;
	outline: 0;
}

.listing-image-wrapper,
.listing-image-wrapper:active,
.listing-image-wrapper:focus {
	outline: 0 !important;
}

.listing-image-wrapper .fa-image {
	position: absolute;
	top: 0;
	right: 10px;
	padding: 5px;
	color: #ffffff;
	background-color: #191818;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	margin: 5px;
}

.listing-image {
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	background-size: cover;
	background-position: center
}

.listing-image .picture-loader {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 0;
	opacity: 0.4;
}

@media (min-width: 768px) {
	.game-cover-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 70px;
		bottom: 300px
	}
}

.game-cover-wrapper {
	border-radius: 5px;
	background-color: #383838;
	/** background: radial-gradient(#383838 0%,  #212121 100%); **/
	padding-bottom: 125%;
	width: 100%;
	position: relative;
}

.game-cover-wrapper.filtered {
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.game-cover-wrapper.filtered:hover {
	-moz-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.game-cover-wrapper.shadow {
	box-shadow: 0 30px 50px -10px rgba(0, 0, 0, 1);
}

.game-cover-wrapper .on-wishlist {
	position: absolute;
	z-index: 1;
	padding: 2px 5px;
	margin: 5px;
	color: #000;
	font-size: 12px;
	border-radius: 5px;
	font-weight: 700;
	background-color: #fff;
	opacity: 0.8;
}

.game-cover-wrapper .on-wishlist.with-new {
	top: 29px;
}

.game-cover-wrapper .on-wishlist.with-platform {
	top: 30px;
}

.game-cover-wrapper .on-wishlist.with-platform.with-new {
	top: 59px;
}

.game-cover-wrapper .cover-loader {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 0;
	opacity: 0.4;
}

.game-cover-wrapper .no-cover-name {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 0;
	opacity: 1;
	color: #fff;
	font-weight: 700;
	width: 90%;
	text-align: center;
}

.game-cover-wrapper .no-cover-name.suggestion-icon {
	font-size: 40px;
	opacity: 0.4;
}

.game-cover-wrapper .suggestion-name {
	position: absolute;
	bottom: 0%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 0;
	opacity: 1;
	color: #fff;
	font-weight: 700;
	width: 90%;
	text-align: center;
	opacity: 0.2;
}

.game-cover-wrapper .digital-download {
	position: absolute;
	top: 15px;
	z-index: 2;
	right: 0;
	font-size: 16px;
	margin-right: -10px;
	background-color: #fff;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #302f2f;
}

.game-cover-wrapper .digital-download.with-payment {
	top: 50px;
}

.game-cover-wrapper .payment-enabled {
	position: absolute;
	top: 15px;
	z-index: 2;
	right: 0;
	font-size: 18px;
	margin-right: -10px;
	background: linear-gradient(to right, #009cde 0%, #004497 100%);
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

.game-cover-wrapper .pickup-icon {
	position: absolute;
	top: 0px;
	z-index: 2;
	right: 0;
	font-size: 16px;
	margin-right: -10px;
	background-color: #fff;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #302f2f;
	opacity: 0;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.game-cover-wrapper .pickup-icon.with-digital,
.game-cover-wrapper .pickup-icon.with-payment {
	top: 35px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.game-cover-wrapper .pickup-icon.with-digital.with-payment {
	top: 50px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.game-cover-wrapper:hover .pickup-icon {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	top: 15px;
}

.game-cover-wrapper:hover .pickup-icon.with-digital,
.game-cover-wrapper:hover .pickup-icon.with-payment {
	opacity: 1;
	top: 50px;
}

.game-cover-wrapper:hover .pickup-icon.with-digital.with-payment {
	opacity: 1;
	top: 85px;
}

.game-cover-scores {
	position: relative;
	margin-top: -20px;
}

@media (min-width: 768px) {
	.game-cover-scores {
		margin-bottom: 10px;
	}
}

.listing-details {
	z-index: 10;
	position: relative;
	margin-bottom: 5px !important;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.game-cover-wrapper:hover+.listing-details {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	margin-top: -10px !important;
	margin-bottom: 20px !important;
}

.listing-details .listing-price {
	text-overflow: ellipsis;
	background-color: #128298;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 2px 5px;
	overflow: hidden;
	white-space: nowrap;
}

.listing-details .listing-trade {
	background-color: #97360e;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 2px 5px;
}

@media (max-width: 767px) {

	.listing-details .listing-price,
	.listing-details .listing-trade {
		font-size: 18px !important;
	}
}

.listing-details .listing-trade.with-price {
	margin-left: 5px;
}

.listing-details .listing-active-wrapper {
	height: 31px;
}

.listing-details .listing-active,
.listing-details .game-popularity {
	text-overflow: ellipsis;
	background-color: #555;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding: 2px 5px;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

.listing-details .listing-active.with-game-popularity {
	border-radius: 5px 0px 0px 5px;
}

.listing-details .game-popularity {
	background-color: #2c2c2c;
}

.listing-details .game-popularity.with-listing-active {
	border-radius: 0px 5px 5px 0px;
}

.listing-details .listing-active.great {
	background-color: #519a31;
	text-decoration: none;
}

.listing-details .listing-active.average {
	background-color: #ffbf00;
	text-decoration: none;
}


.listing-details .listing-active.poor {
	background-color: #c33333;
	text-decoration: none;
}

.game-cover-wrapper .delivery-icon {
	position: absolute;
	top: 0px;
	z-index: 2;
	right: 0;
	font-size: 16px;
	margin-right: -10px;
	background-color: #fff;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #302f2f;
	opacity: 0;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.game-cover-wrapper:hover .delivery-icon {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	top: 15px;
}

.game-cover-wrapper .delivery-icon.with-pickup,
.game-cover-wrapper .delivery-icon.with-digital,
.game-cover-wrapper .delivery-icon.with-payment {
	top: 35px;
	-moz-transition: all .3s ease .1s;
	-webkit-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.game-cover-wrapper:hover .delivery-icon.with-pickup,
.game-cover-wrapper:hover .delivery-icon.with-digital,
.game-cover-wrapper:hover .delivery-icon.with-pickup,
.game-cover-wrapper:hover .delivery-icon.with-payment {
	opacity: 1;
	top: 50px;
}

.game-cover-wrapper .delivery-icon.with-pickup.with-digital,
.game-cover-wrapper .delivery-icon.with-pickup.with-payment,
.game-cover-wrapper .delivery-icon.with-digital.with-payment {
	top: 70px;
	-moz-transition: all .3s ease .1s;
	-webkit-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.game-cover-wrapper:hover .delivery-icon.with-pickup.with-digital,
.game-cover-wrapper:hover .delivery-icon.with-pickup.with-payment,
.game-cover-wrapper:hover .delivery-icon.with-digital.with-payment {
	opacity: 1;
	top: 85px;
}

.game-cover-wrapper .delivery-icon.with-pickup.with-digital.with-payment {
	top: 85px;
	-moz-transition: all .3s ease .1s;
	-webkit-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.game-cover-wrapper:hover .delivery-icon.with-pickup.with-digital.with-payment {
	opacity: 1;
	top: 120px;
}

.game-cover-wrapper .item-name {
	position: absolute;
	bottom: 0;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.4);
	opacity: 1;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-radius: 5px;
	z-index: 2;
	overflow: hidden;
}

.game-cover-wrapper:hover .item-name {
	bottom: -10px;
	opacity: 0;
}

.game-cover-wrapper .item-image {
	position: absolute;
	width: 30%;
	height: 25%;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 5px;
	overflow: hidden;
	bottom: 5px;
	right: 5px;
	background-size: cover;
	z-index: 1;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.game-cover-wrapper .item-image:hover {
	width: 60%;
	height: 50%;
}

.game-cover-wrapper .item-new {
	position: absolute;
	left: 0;
	padding: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background-color: #dd1818;
	z-index: 2;
	border-radius: 5px;
	margin: 5px;
}

.game-cover-wrapper .item-new.with-platform {
	top: 30px;
}

.game-user-details {
	margin-top: -25px;
}

.game-user-details .distance {
	float: right;
	color: #545353 !important;
}

.game-cover-suggestion {
	height: 100%;
	width: 100%;
	position: absolute;
	background: #fff;
	background-size: cover;
	opacity: 1;
	border-radius: 5px;
}

.game-cover {
	position: absolute;
	top: 0;
	text-align: left;
	width: 100%;
	opacity: 1;
	height: 100%;
	background-size: cover;
	border-radius: 5px;
}

.game-cover.gen {
	background-position: center 30px;
}

.game-platform-gen {
	position: absolute;
	top: 0%;
	text-align: left;
	width: 100%;
	opacity: 1;
	height: 30px;
	padding: 5px;
	border-radius: 5px 5px 0px 0px;
	font-size: 10px;
}

.game-platform-gen span {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}

.game-platform-gen img {
	height: auto;
	max-height: 18px !important;
	width: auto;
	max-width: 100%;
}

.game-details {
	height: 140px;
}

.game-details .ginfo {
	width: 100%;
}

@media (min-width: 479px) {
	.game-details {
		margin-left: 20px;
	}
}

@media (max-width: 479px) {
	.game-details {
		margin-left: 0px;
		margin-top: 20px;

	}
}

@media (max-width: 767px) {
	.game-details {
		height: 100%;
	}

	.game-details .gbuttons {
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
}

.game-details .gtitle {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	line-height: 28px;
}

.game-details .gtitle .release-year {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 300;
}

.game-details .heartbeat {
	font-size: 20px;
	line-height: 0px;
	font-weight: 900;
	color: #fff;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50px;
	margin-bottom: -6px;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.game-details .heartbeat {
		font-size: 16px;
	}
}

.game-details .gbuttons {
	margin-top: 10px;
}

.game-details .gbuttons .btn {
	font-size: 12px;
	padding: 2px 10px;
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.7);
}

.game-details .gbuttons .btn:hover {
	font-size: 12px;
	padding: 2px 10px;
	background-color: #fff;
	color: #000;
}

.game-details .on-wishlist {
	font-size: 12px;
	padding: 2px 10px;
	background-color: #fff;
	color: #000;
	border-radius: 50px 0px 0px 50px;
	vertical-align: middle;
	font-weight: 500;
	line-height: 1.5;
	display: inline-block;
	text-decoration: none !important;
	outline: 0 !important;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.game-details .on-wishlist:hover {
	background-color: #d2d2d2;
}

.game-details .delete-wishlist {
	border-radius: 0px 50px 50px 0px !important;
}

.game-details .delete-wishlist:hover {
	background-color: #c33333 !important;
	color: #fff !important;
}

.game-details .gpublisher {
	font-size: 14px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.8);
}

.gsummary {
	font-size: 14px;
	font-weight: 400;
	color: #8e8e8e;
	margin-top: 10px;
	position: relative;
	z-index: 10;
}

.game-details .gsummary {
	color: #fff;
}

.game-details .gavailable {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	max-width: 500px;
	margin-top: 10px;
}

.glist {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.glist .gitem {
	overflow: visible !important;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: 700;
	color: #fff;
	border-radius: 50px;
	display: block;
	text-align: center;
	background-color: #242424;
	position: relative;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

@media screen and (max-width: 767px) {
	.glist .gitem {
		display: inline-block;
		margin-right: 5px;
	}
}

.glist a:hover,
.game-details .glist a:focus,
.game-details .glist a:active {
	text-decoration: none;
}

.glist .gitem img {
	height: 18px !important;
	width: auto;
}

.glist .gitem.is-light img {
	-moz-transition: filter .3s ease 0s;
	-webkit-transition: filter .3s ease 0s;
	-o-transition: filter .3s ease 0s;
	transition: filter .3s ease 0s;
	filter: invert(1);
}

.glist .gitem.is-light:hover img {
	filter: invert(0);
}

.metascore {
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.metascore.round {
	border-radius: 100%;
	height: 40px;
	width: 40px;
}

.metascore.great,
.metascore.great:focus {
	background-color: #519a31;
	text-decoration: none;
}

.metascore.great:hover,
.metascore.great:active {
	background-color: #62b63d;
	text-decoration: none;
}

.metascore.average,
.metascore.average:focus {
	background-color: #ffbf00;
	text-decoration: none;
}

.metascore.average:hover,
.metascore.average:active {
	background-color: #fcd04d;
	text-decoration: none;
}

.metascore.poor,
.metascore.poor:focus {
	background-color: #c33333;
	text-decoration: none;
}

.metascore.poor:hover,
.metascore.poor:active {
	background-color: #e44b4b;
	text-decoration: none;
}

.metascore.user,
.metascore.user:focus {
	background-color: #302f2f;
	text-decoration: none;
}

.metascore.user:hover,
.metascore.user:active {
	background-color: #454545;
	text-decoration: none;
}

.metascore .score {
	padding: 3px;
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.metascore.round .score {
	line-height: 34px;
}

.metascore .text {
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.1);
	display: block;
	font-size: 8px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
}

.buy-button {
	cursor: pointer;
	background-color: #128298;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50px;
	position: relative;
	text-align: center;
	width: 100%;
	color: #fff;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.modal .buy-button,
.modal .trade-button {
	width: inherit;
	border-radius: 5px;
}

.buy-button .text,
.trade-button .text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.buy-button.ad {
	background-color: #424242;
}

.buy-button span,
.trade-button span {
	padding: 10px;
	display: inline-block;
}

.buy-button .suggestion,
.trade-button .suggestion {
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.buy-button .icon,
.trade-button .icon {
	background-color: rgba(0, 0, 0, 0.15);
	padding: 15px;
	padding-left: 17px;
	border-radius: 50px 0px 0px 50px;
	width: 50px;
}

.buy-button:hover,
.buy-button:active,
.buy-button:focus {
	text-decoration: none;
	background-color: #2aa4bb;
	color: #efefef !important;
	outline: 0;
}

.buy-button.ad:hover,
.buy-button.ad:active,
.buy-button.ad:focus {
	background-color: #535353;
}

.buy-button.loading {
	pointer-events: none !important;
	background-color: #0d505d;
}


.buy-button.loading:hover {
	cursor: not-allowed;
}

.btn.loading {
	pointer-events: none !important;
}

.btn.loading:hover {
	cursor: not-allowed;
}

.trade-button {
	background-color: #97360e;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50px;
	position: relative;
	width: 100%;
	text-align: center;
	color: #fff;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.trade-button:hover,
.trade-button:active,
.trade-button:focus {
	text-decoration: none;
	background-color: #b34b21;
	color: #efefef !important;
	outline: 0;
}

.trade-button.loading {
	pointer-events: none !important;
	background-color: #6f290d;
}

@media (max-width: 767px) {

	.buy-button,
	.trade-button {
		font-size: 16px;
	}

	.button-fix {
		min-width: 0;
		width: 100%;
	}
}


.trade-button.loading:hover {
	cursor: not-allowed;
}


.message-button {
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	border-radius: 50px;
	position: relative;
	text-align: center;
	width: 100%;
	color: #fff;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.message-button.ad {
	background-color: #424242;
}

.message-button span {
	padding: 10px;
	display: inline-block;
}


.message-button .icon {
	background-color: rgba(0, 0, 0, 0.15);
	padding: 10px;
	padding-left: 13px;
	border-radius: 50px 0px 0px 50px;
	width: 50px;
}

.message-button:hover,
.message-button:active,
.message-button:focus {
	text-decoration: none;
	background-color: #2aa4bb;
	color: #efefef !important;
	outline: 0;
}


.gameoverview-button {
	border-radius: 1000px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	padding: 4px 8px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

.gameoverview-button:hover,
.gameoverview-button:active,
.gameoverview-button:focus {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 1);
	text-decoration: none;
}


.ribbon {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 150px;
	height: 150px;
	text-align: center;
	background-color: transparent;
}

.ribbon-inner {
	position: absolute;
	top: 16px;
	left: 0;
	display: inline-block;
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 30px;
	color: #fff;
	white-space: nowrap;
	background-color: #526069;
}

.ribbon-inner .icon {
	font-size: 16px;
}


.ribbon-clip {
	left: -14px;
}

.ribbon-clip .ribbon-inner {
	padding-left: 23px;
	border-radius: 0 5px 5px 0;
}

.ribbon-clip .ribbon-inner:after {
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	border: 7px solid transparent;
	border-top-color: #37474f;
	border-right-color: #37474f;
}

.ribbon-clip.ribbon-reverse {
	right: -14px;
	left: auto;
}

.ribbon-clip.ribbon-reverse .ribbon-inner {
	padding-right: 23px;
	padding-left: 15px;
	border-radius: 5px 0 0 5px;
}

.ribbon-clip.ribbon-reverse .ribbon-inner:after {
	right: 0;
	left: auto;
	border-right-color: transparent;
	border-left-color: #37474f;
}

.ribbon-clip.ribbon-bottom {
	top: auto;
	bottom: -3px;
}

.ribbon-clip.ribbon-bottom .ribbon-inner {
	top: auto;
	bottom: 16px;
}

.ribbon-clip.ribbon-bottom .ribbon-inner:after {
	top: -14px;
	bottom: auto;
	border-top-color: transparent;
	border-bottom-color: #37474f;
}

.ribbon-trade {
	z-index: 2 !important;
}

.ribbon-trade .ribbon-inner {
	background-color: #97360e;
	width: 15px;
	padding-left: 8px !important;
	padding-right: 25px !important;
	font-size: 20px;
	color: #c5663f;
	line-height: 26px;
}


.ribbon-trade .ribbon-inner:after {
	border-top-color: #5c250e;
	border-right-color: #5c250e;
}


.ribbon-trade.ribbon-bottom .ribbon-inner:after {
	border-top-color: transparent;
	border-bottom-color: #5c250e;
}


.ribbon-sell {
	z-index: 1 !important;
	margin-bottom: 10px;
}

.ribbon-sell .ribbon-inner {
	background: #FFF !important;
	color: #128298;
	padding: 0 !important;
	font-weight: 700;
	font-size: 20px;
}

.ribbon-sell .ribbon-inner .currency {
	background: #128298 !important;
	color: #39c3de;
	text-align: center;
	display: inline-block;
	height: 30px;
	width: 22px;
	line-height: 30px;
}

.ribbon-sell .ribbon-inner .price {
	background: #FFF !important;
	color: #128298;
	padding-right: 5px;
	padding-left: 0px;
}


.ribbon-sell .ribbon-inner:after {
	border-top-color: #0d505d;
	border-right-color: #0d505d;
}


.ribbon-sell.ribbon-bottom .ribbon-inner:after {
	border-top-color: transparent;
	border-bottom-color: #0d505d;
}

.ribbon-danger,
.ribbon-success,
.ribbon-dark {
	z-index: 1 !important;
	margin-bottom: 10px;
}

.ribbon-danger .ribbon-inner {
	background: #FFF !important;
	color: #c33333;
	padding: 0 !important;
	font-weight: 700;
	font-size: 20px;
}

.ribbon-danger .ribbon-inner .currency {
	background: #c33333 !important;
	color: #f17878;
	line-height: 30px;
	display: inline-block;
	height: 30px;
	width: 30px;
}

.ribbon-danger .ribbon-inner .price {
	background: #FFF !important;
	color: #c33333;
	padding-right: 5px;
	padding-left: 0px;
}


.ribbon-danger .ribbon-inner:after {
	border-top-color: #882323;
	border-right-color: #882323;
}


.ribbon-danger.ribbon-bottom .ribbon-inner:after {
	border-top-color: transparent;
	border-bottom-color: #882323;
}


.ribbon-success .ribbon-inner {
	background: #FFF !important;
	color: #519a31;
	padding: 0 !important;
	font-weight: 700;
	font-size: 20px;
}

.ribbon-sell .ribbon-inner .currency {
	background: #128298 !important;
	color: #39c3de;
	text-align: center;
	display: inline-block;
	height: 30px;
	width: 22px;
	line-height: 30px;
}


.ribbon-success .ribbon-inner .currency {
	background: #519a31 !important;
	color: #8dd26e;
	line-height: 30px;
	display: inline-block;
	height: 30px;
	width: 30px;
}

.ribbon-success .ribbon-inner .price {
	background: #FFF !important;
	color: #519a31;
	padding-right: 5px;
	padding-left: 0px;
}


.ribbon-success .ribbon-inner:after {
	border-top-color: #31631a;
	border-right-color: #31631a;
}


.ribbon-success.ribbon-bottom .ribbon-inner:after {
	border-top-color: transparent;
	border-bottom-color: #31631a;
}

.ribbon-dark .ribbon-inner {
	background: #FFF !important;
	color: #555;
	padding: 0 !important;
	font-weight: 700;
	font-size: 20px;
}

.ribbon-dark .ribbon-inner .currency {
	background: #555 !important;
	color: #868686;
	line-height: 30px;
	display: inline-block;
	height: 30px;
	width: 30px;
}

.ribbon-dark .ribbon-inner .price {
	background: #FFF !important;
	color: #555;
	padding-right: 5px;
	padding-left: 0px;
}


.ribbon-dark .ribbon-inner:after {
	border-top-color: #393939;
	border-right-color: #393939;
}


.ribbon-dark.ribbon-bottom .ribbon-inner:after {
	border-top-color: transparent;
	border-bottom-color: #393939;
}

.listing-values {
	/*padding: 0px 10px 10px 10px;*/
	margin-bottom: 5px;
}



.listing-values .value {
	display: inline-block;
	padding: 10px;
	background-color: #212121;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin-right: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
}

.listing-values .value .delivery-price-span {
	font-weight: 500;
	font-size: 12px;
	opacity: 0.5;
}

.listing-values .value.paypal-payment {
	padding: 0px;
	background: linear-gradient(to right, #009cde 0%, #004497 100%) !important;
}

.listing-values .value.paypal-payment .protected {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 0px 5px 5px 0px;
}

/*------------------------------------------------------------------
[ Listing Details in Game Overview ]
*/

.load-progress,
.load-progress-animation {
	display: block;
	width: 0%;
	height: 3px;
	background: #fff;
	transition: width .3s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.load-progress-animation {
	top: -3px;
	width: 100% !important;
}

.load-progress.hide,
.load-progress-animation.hide {
	top: 0px;
	opacity: 0;
	transition: opacity 1.2s;
}

.listing {
	width: 100%;
	background-color: #242424;
	border-radius: 5px;
	margin-top: 20px;
	overflow: hidden;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	display: flex;
}

.declined {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	z-index: 4;
}

.declined .declined-text {
	margin: auto;
	background-color: #c33333;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	font-weight: 500;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.declined .declined-text:hover,
.declined .declined-text:active,
.declined .declined-text:focus {
	text-decoration: none;
	background-color: #e44b4b;
}

.listing .sell-details {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	background-color: #128298;
	display: inline-block;
	padding: 10px;
	height: 65px;
	float: left;
	flex-shrink: 0;
}

.listing .secure-payment-details {
	font-size: 18px;
	line-height: 65px;
	font-weight: 700;
	color: #fff;
	background-color: #004497;
	display: inline-block;
	padding: 0px 10px;
	height: 65px;
	float: left;
	flex-shrink: 0;
}

.listing .transaction-details {
	font-size: 20px !important;
	line-height: 45px !important;
	font-weight: 700;
	color: #fff;
	background-color: #128298;
	display: inline-block;
	padding: 10px;
	height: 65px;
	float: left;
	flex-shrink: 0;
}

.listing .sell-details.flex-center {
	display: flex;
}

.listing .sell-details .price-suggestion {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	margin-right: -24px;
	margin-left: 6px;
	padding: 5px;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	line-height: 10px;
	z-index: 2;
}

.listing .sell-details .price-suggestion.down {
	background-color: #c33333;
}

.listing .sell-details .price-suggestion.up {
	background-color: #519a31;
}

.listing .sell-details .price-suggestion.up span {
	margin-top: -12px;
}

.listing .trade-details {
	font-size: 20px;
	font-weight: 700;
	color: #c5663f;
	background-color: #97360e;
	display: inline-block;
	padding: 10px;
	height: 65px;
	line-height: 45px;
	float: left;
	flex-shrink: 0;
}



.listing-detail-wrapper {
	flex: 1;
	overflow: hidden;
	height: 65px;
}

.listing-detail {
	overflow-x: auto;
	white-space: nowrap;
	height: 100px;
}

.listing-detail .value-title {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 0px;
}

.listing-detail .value {
	padding: 20px;
	display: inline-block;
	height: 65px;
	vertical-align: top;
}


.listing-detail .value.condition .text {
	font-size: 20px;
	margin-top: 4px;
	color: #fff;
	font-weight: 500;
}

.listing-detail .value .vicon {
	font-size: 30px;
	margin-top: 2px;
	color: #fff;
	font-weight: 500;
	text-align: center;
}

.listing-detail .value .vicon.disabled {
	color: rgba(255, 255, 255, 0.1);
}


.listing-detail .value.pickup {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding-right: 0px;
}

.listing-detail .value.limited-edition {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}


.trade-list {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding: 13px;
	padding-left: 20px;
	height: 65px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.trade-list a {
	outline: 0 !important;
}

.trade-list .avatar {
	border: 2px solid rgba(0, 0, 0, 0) !important;
}

.trade-list .avatar.gray {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}


.trade-list .avatar img {
	border: 2px solid rgba(0, 0, 0, 0) !important;
}

.popover.trade-list-game {
	border: 0px !important;
	border-radius: 5px !important;
	background-color: #212121 !important;
}

.popover.trade-list-game .popover-title {
	background-color: #302f2f;
	color: #fff;
	border: 0px;
	padding: 7px 10px;
	font-weight: 500;
}

.listing-user-details {
	padding: 5px;
	color: #a6a6a6;
}

.no-listings {
	width: 100%;
	height: 250px;
	position: relative;
}

.no-listings.game-overview {
	width: 100%;
	height: 100%;
	position: inherit;
}

.popover.trade-list-game .popover-content {
	padding: 5px !important;
}

.popover.trade-list-game .popover-arrow::after,
.popover.trade-list-game .popover-arrow::before {
	border-top-color: #212121 !important;
}


.listing .details-button {
	font-size: 14px;
	line-height: 45px;
	font-weight: 700;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px;
	float: right;
	height: 65px;
	flex-shrink: 0;
	align-self: flex-end;
	margin-left: auto;
	box-shadow: -20px 0px 40px #242424 !important;
	z-index: 3;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.listing .details-button:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.listing:hover .details-button {
	box-shadow: 0px 0px 0px rgba(26, 24, 24, 1) !important;
}

.modal-buy .modal-header {
	background: linear-gradient(to right, #00d8ff, #0099b5);
}

.modal-trade .modal-header {
	background: linear-gradient(to right, #b54000, #ff5a00);
}


.modal-buy .modal-body .game-overview,
.modal-trade .modal-body .game-overview {
	display: flex;
	align-items: center;
}

.modal-trade .modal-body .game-overview.trade.game {
	justify-content: space-between;
}

.modal-trade .modal-body .game-overview.trade.game .overview {
	display: flex;
	text-align: right;
}

.additional-charge {
	font-size: 18px;
	color: #fff;
	flex-shrink: 0;
	height: 30px;
}

.additional-charge .charge-icon {
	background-color: #97e675;
	padding: 0px 10px;
	text-align: center !important;
	display: inline-block;
	line-height: 30px;
	border-radius: 5px 0px 0px 5px;
	color: #519a31;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.additional-charge a.charge-icon:hover {
	background-color: #c0f2ab;
	color: #6bb44b;
}

.additional-charge a.charge-icon.partner:hover {
	background-color: #ff9393;
	color: #d75555;
}

.additional-charge.contract a.charge-icon,
.additional-charge.contract a.charge-icon:active,
.additional-charge.contract a.charge-icon:focus {
	background-color: #302f2f;
	border-radius: 5px;
	color: #424242;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.additional-charge.contract a.charge-icon:hover {
	background-color: #4d4d4d;
	color: #797979;
}

.additional-charge.contract .fa-money.money-user {
	max-width: 20px;
	opacity: 1;
	margin-right: 5px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-moz-transition-property: opacity, max-width;
	-webkit-transition-property: opacity, max-width;
	-o-transition-property: opacity, max-width;
	transition-property: opacity, max-width;
}

.additional-charge .fa-money.money-user {
	margin-right: 0px;
	max-width: 0px;
	opacity: 0;
}

.additional-charge.contract .fa-money.money-partner {
	max-width: 20px;
	opacity: 1;
	margin-left: 5px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-moz-transition-property: opacity, max-width;
	-webkit-transition-property: opacity, max-width;
	-o-transition-property: opacity, max-width;
	transition-property: opacity, max-width;
}

.additional-charge .fa-money.money-partner {
	margin-left: 0px;
	max-width: 0px;
	opacity: 0;
}

.additional-charge .charge-icon.partner {
	background-color: #ff7a7a;
	border-radius: 0px 5px 5px 0px;
	color: #c33333;
}

.additional-charge .charge-money {
	padding: 0px 10px;
	border-radius: 0px 5px 5px 0px;
	background-color: #519a31;
	color: #fff;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.additional-charge .charge-money .input {
	height: 30px;
	background-color: rgba(0, 0, 0, 0);
	padding: 0px;
	width: 60px;
	display: inline-block;
	line-height: 30px;
	font-size: inherit;
}

.additional-charge .charge-money .input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.additional-charge .charge-money .input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.additional-charge .charge-money .input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.additional-charge .charge-money .input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.additional-charge .charge-money.partner {
	border-radius: 5px 0px 0px 5px;
	background-color: #c33333;
	margin-left: 0px;
}


.modal-buy .modal-body .game-overview .cover,
.modal-trade .modal-body .game-overview .cover {
	margin-right: 10px;
}

.modal-trade .modal-body .game-overview .cover.trade {
	margin-left: 10px;
	margin-right: 0px;
}

.modal-buy .modal-body .game-overview .title,
.modal-trade .modal-body .game-overview .title {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin-top: -5px;
}

.modal-buy .modal-body .game-overview .platform,
.modal-trade .modal-body .game-overview .platform {
	color: #fff;
	border-radius: 5px;
	padding: 3px 7px;
	font-size: 12px;
}

.modal-buy .modal-body .price-overview {
	text-align: right;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.modal-buy .modal-body .price-overview .paypal-payment {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: linear-gradient(to right, #009cde 0%, #004497 100%) !important;
	border-radius: 5px;
	padding: 0px;
}

.modal-buy .modal-body .price-overview .paypal-payment.cash {
	background: #424242 !important;
	opacity: 0.5;
}


.modal-buy .modal-body .price-overview .paypal-payment .protected {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 0px 5px 5px 0px;
	padding: 10px;
	display: inline-block;
}

@media (max-width: 479px) {
	.modal-buy .modal-body .price-overview .paypal-payment .protected {
		display: none;
	}
}

.modal-buy .modal-body .price-overview .payment-gateways {
	font-size: 42px;
	text-align: left;
	margin-top: -9px;
	font-weight: 400;
}

.modal-buy .modal-body .price-overview .payment-gateways i {
	opacity: 0.2;
	-moz-transition: opacity .3s ease 0s;
	-webkit-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
}

.modal-buy .modal-body .price-overview .payment-gateways i:hover {
	opacity: 0.8;
}

.modal-buy .modal-body .price-overview .total {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.2);
}

@keyframes priceanim {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.price-suggestion-enabled {
	position: relative;
	-moz-transition: color 0.4s ease 0s;
	-webkit-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
	color: #888888;
}

.price-suggestion-enabled:after {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #c33333;
	animation-name: priceanim;
	animation-duration: 0.4s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.modal-buy .modal-body .price-overview .price-suggestion-enabled {}

.modal-buy .modal-body .price-overview .total.shipping {
	color: rgba(255, 255, 255, 0.5);
}

.modal-buy .modal-body .price-overview .price-suggest-link,
.modal-buy .modal-body .price-overview .price-suggest-link:active {
	display: inline-block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.modal-buy .modal-body .price-overview .price-suggest-link:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}


.cancel-button {
	background-color: #424242;
	display: inline-block;
	padding: 10px;
	font-size: 20px;
	font-weight: 500;
	border-radius: 5px;
	color: #aaa;
	margin-right: 10px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.cancel-button:hover,
.cancel-button:active,
.cancel-button:focus {
	text-decoration: none;
	background-color: #535353;
	color: #efefef !important;
	outline: 0;
}


.seperator {
	position: relative;
	text-align: center;
}

.seperator:after {
	content: "";
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
}

.seperator span {
	padding: 0 20px;
	background-color: #212121;
	color: rgba(255, 255, 255, 0.1);
	font-size: 30px;
	position: relative;
	z-index: 2;
}

/*------------------------------------------------------------------
[ Subheader ]
*/

.subheader-image-bg {
	position: relative;
}

.subheader-image-bg .bg-image-wrapper {
	position: absolute;
	z-index: 0 !important;
	top: 0;
	width: 100%;
	overflow: hidden;
	margin-top: -70px;
}

.subheader-image-bg .bg-image-wrapper .bg-image {
	height: 500px;
	background-size: cover !important;
	background-position: 50% 50% !important;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.subheader-image-bg .bg-image-wrapper .bg-image.no-image {
	background-size: initial !important;
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	margin-top: -70px;
}

.subheader-image-bg .bg-color {
	background: rgba(25, 24, 24, 0.5);
	height: 300px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
	margin-top: 197px;
}

.subheader-image-bg .bg-color.user-profile {
	margin-top: 177px;
}

.subheader-image-bg .bg-color.user-profile.with-rating {
	margin-top: 188px;
}

.subheader-tabs-wrapper {
	height: 54px;
}

@media (max-width: 767px) {
	.subheader-image-bg .bg-color {
		display: none;
	}

	.subheader-tabs-wrapper {
		height: 74px;
		background-color: #242424;
		padding: 10px;
		margin-left: -30px;
		margin-right: -30px;
		position: -webkit-sticky;
		position: sticky;
		top: 59px;
		bottom: 300px;
		z-index: 10;
		margin-top: 40px;
	}
}

@media (max-width: 479px) {
	.subheader-tabs-wrapper {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.subheader-tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 5;
	position: relative;
}

.subheader-tabs .nav-item {
	display: inline;
}

.subheader-link {
	color: rgba(255, 255, 255, 0.5) !important;
	padding: 15px;
	font-size: 18px;
	background-color: rgb(36, 36, 36);
	border-radius: 50px;
	font-weight: 500;
	margin-right: 5px;
	text-decoration: none !important;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	outline: 0 !important;
}

.subheader-link:hover {
	color: #191818 !important;
	background-color: rgba(255, 255, 255, 1) !important;
}


.subheader-link.active {
	color: #191818 !important;
	background-color: rgba(255, 255, 255, 1);
}

.subheader-link.active:hover {
	color: #191818 !important;
	background-color: rgba(255, 255, 255, 1) !important;
}

@media screen and (max-width: 767px) {
	.subheader-social-comments .btn-lg {
		font-size: 15px !important;
		padding: 7px !important;
	}
}

.tab-pane {
	min-height: 45vh;
}

.tab-content.subheader-margin {
	margin-top: 20px;
}

/*------------------------------------------------------------------
[ Listing form ]
*/

.loading-backdrop {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	top: 0;
	left: 0;
}

.loading-wrapper {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	font-size: 98px;
	color: #fff;
}

.payment-system-form {
	width: 100%;
	background: linear-gradient(to right, #009cde 0%, #004497 100%);
	border-radius: 5px;
	max-height: 56px;
	overflow: hidden;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.payment-system-form.show-fees {
	max-height: 170px;
	overflow: visible;
}

.payment-system-form .payment-head {
	line-height: 56px;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}

.payment-system-form .payment-fees {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	background-color: rgba(0, 0, 0, 0.15);
	padding: 10px;
	font-size: 12px;
	color: #fff;
	opacity: 0;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.payment-system-form .delivery-info {
	width: 150px;
	font-size: 12px;
	opacity: 0.7;
	text-align: center;
	padding: 10px;
}

.payment-system-form.show-fees .payment-fees {
	opacity: 1;
}

.payment-system-form .payment-fees .total {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	display: block;
}

.payment-system-form .payment-fees .info-text {
	font-weight: 500;
	font-size: 12px;
	display: block;
}

.payment-system-form .payment-fees .info-text.total-fees {
	opacity: 0.5;
}

.payment-system-form .payment-fees .advantages {
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}

.payment-system-form .payment-fees .advantages .fa {
	width: 28px;
	text-align: center;
}

.payment-system-form .payment-fees .payment-status {
	text-align: right;
}

.payment-system-form .payment-fees .protected-payment {
	font-weight: 500;
	font-size: 12px;
	margin: 0px 5px;
	opacity: 0.5;
}

.payment-system-form .payment-fees .text-light {
	font-weight: 500;
	font-size: 12px;
	opacity: 0.5;
	color: #fff !important;
}

.payment-system-form .payment-fees .total-amount {
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}


.payment-system-form .payment-fees .payment-status .status-value {
	font-weight: 700;
	font-size: 20px;
}

.panel-heading-listing-form-content {
	position: relative;
	z-index: 5;
}

.suggestion-text {
	line-height: 60px;
	color: rgba(255, 255, 255, 0.5);
}

/* The switch - the box around the slider */
.suggestion-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin-top: 10px;
}

/* Hide default HTML checkbox */
.suggestion-switch input {
	display: none;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #519a31;
}

input:focus+.slider {
	box-shadow: 0 0 1px #519a31;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.alert {
	border-radius: 5px;
	border: 0px;
}

.alert-danger {
	background-color: #c33333 !important;
}

.selection {
	display: flex;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.selection .background-color {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.4) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}

.trigger {
	flex: 1;
	text-align: center;
	line-height: 100px;
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

@media (max-width: 479px) {
	.trigger {
		font-size: 28px;
	}
}

.trigger.trade {
	background-color: #ff5a00;
}

.trigger.trade:hover {
	color: #fff;
	background-color: #d64f04;
	text-decoration: none;
}

.trigger.sell {
	background-color: #00d8ff;
}

.trigger.sell:hover {
	color: #fff;
	background-color: #0099b5;
	text-decoration: none;
}

.trigger:active,
.trigger:focus,
.trigger:active,
.trigger:focus {
	color: #fff;
	text-decoration: none;
}

.trigger.disabled {
	background: #444;
	color: #a2a2a2;
}

.trigger.disabled:active,
.trigger.disabled:focus {
	color: #a2a2a2;
	text-decoration: none;
}

.trigger.disabled:hover {
	color: #b8b8b8;
	background-color: #555;
}

.trigger .text {
	position: relative;
	z-index: 4;
	display: block;
}

.trigger .text .icon {
	margin-right: -10px;
}

.trigger .text .icon .ban {
	-moz-transition: opacity .3s ease 0s;
	-webkit-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
}

.selected-game-title {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: block;
}

.select-game,
.trade-game {
	background-color: #4d4d4d;
	border-radius: 5px;
}

.select-game .input,
.trade-game .input {
	border: 0px !important;
	background-color: transparent;
}

.game-add {
	padding: 20px;
}

.game-add .text {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
}

.game-add .add-link {
	font-size: 12px;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0);
	color: rgba(255, 255, 255, 0.4);
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	font-weight: 500;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.game-add .add-link:hover,
.game-add .add-link:active,
.game-add .add-link:focus {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.6);
}

.platform-not-supported {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	z-index: 4;
}

.platform-not-supported span {
	margin: auto;
	background-color: #c33333;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	font-weight: 500;
}

.panel-heading.sell {
	background: linear-gradient(to right, #00d8ff, #0099b5);
}

.panel-heading.trade {
	background: linear-gradient(to right, #b54000, #ff5a00);
}

.panel-heading.sell .panel-title,
.panel-heading.trade .panel-title {
	color: #fff;
	position: relative;
	z-index: 3;
}

.panel-heading .bg-color {
	background: rgba(0, 0, 0, 0.2);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}

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

.trade_list .tgame {
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: #222121;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}

.trade_list .tgame .tremove {
	padding: 15px 5px;
	background-color: #646464;
	margin-right: 10px;
	font-size: 20px;
}

.trade_list .tgame .tremove .remove_game {
	color: #333232;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.trade_list .tgame .tremove .remove_game:hover {
	color: #c33333;
}

.trade_list .tgame .title {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: block;
}

.listing-buttons {
	margin-top: 20px;
	float: right;
}

.get_price {
	width: 100px !important;
}

.show_putprice,
.show_getprice {
	color: #b9b9b9;
	font-size: 20px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.show_putprice:hover,
.show_getprice:hover {
	color: #fff;
}


/*------------------------------------------------------------------
[ Game API Search ]
*/

.game-title {
	font-weight: 500;
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: -5px;
}

.game-labels {
	color: rgba(255, 255, 255, 0.5);
}

.game-labels .platform-label {
	font-size: 14px !important;
}

.in-database {
	padding-left: 30px;
}

.games-search-pagination {
	display: flex;
	justify-content: space-between;
}

.games-search-pagination div {
	font-size: 16px;
	border-radius: 5px;
	background-color: #424242;
	color: #ffffff;
	height: 48px;
	width: 48px;
	text-align: center;
	line-height: 50px;
	-moz-transition: background-color .3s ease 0s;
	-webkit-transition: background-color .3s ease 0s;
	-o-transition: background-color .3s ease 0s;
	transition: background-color .3s ease 0s;
}

.games-search-pagination span {
	font-size: 24px;
	line-height: 48px;
	color: #ffffff;
	font-weight: 600;
}

.games-search-pagination span.pages {
	opacity: 50%;
	font-weight: 300;
}

.games-search-pagination div:hover {
	cursor: pointer;
	background-color: #535353;
}

.games-search-pagination div.disabled {
	opacity: 30%;
	cursor: not-allowed;
}

.dropdown-system.btn {
	background-color: #424242;
	color: #fff !important;
	border: 0 !important;
}

.dropdown-system.btn:hover {
	cursor: initial !important;
	z-index: initial !important;
}

.loading-bar {
	height: 50px;
	padding: 12px;
	text-align: center;
	background-color: #424242;
	border-radius: 5px;
	font-size: 18px;
}

.dropdown-menu.systems {
	background-color: #1a1a1a;
	border: 0px;
	border-radius: 5px !important;
}

.dropdown-menu.systems li a {
	color: #aaa !important;
	font-weight: 500;
	padding: 10px;
	display: block;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.dropdown-menu.systems li a:hover {
	color: #fff !important;
	background-color: rgba(255, 255, 255, 0.05);
	text-decoration: none !important;
}

.modal-loading {
	text-align: center;
	color: #fff;
	border-radius: 5px;
}


/*------------------------------------------------------------------
[ Notifications ]
*/

.notification {
	-webkit-display: flex;
	display: flex;
	margin: 0 auto 5px auto;
	width: 100%;
}

.notification .info {
	-webkit-flex: 1;
	flex: 1;
	padding: 10px;
	border-radius: 0px 5px 5px 0px;
	background-color: #212121;
	-moz-transition: background-color .3s ease 0s !important;
	-webkit-transition: background-color .3s ease 0s !important;
	-o-transition: background-color .3s ease 0s !important;
	transition: background-color .3s ease 0s !important;
}

.notification .info h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

.notification .info h1 a {
	text-decoration: none;
	color: #444;
}

.notification .info p {
	margin: 0;
	font-size: 12px;
	color: #888;
}

.notification .icons {
	padding: 10px;
	border-radius: 5px 0px 0px 5px;
	text-align: center;
	color: #fff;
	margin-right: 0px;
	display: flex;
	background: #383838;
}

.notification .icons span {
	line-height: 40px;
}

.notification .icons .fa {
	line-height: 40px;
}

.notification .icons .circle-icon {
	height: 40px;
	width: 40px;
	border-radius: 50px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}

.notification.grayscale .info h1 {
	color: #ccc;
	font-weight: 300;
}

.notification:hover,
.notification:active,
.notification:focus {
	text-decoration: none;
}

.notification .info:hover {
	background-color: #383838;
}


/* Notifcations in navbar */

.dropdown-menu-nofications {
	width: 450px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: rgba(0, 0, 0, 0) !important;
	border: 0px !important;
	right: -200px !important;
	max-height: inherit !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.dropdown-menu-nofications {
		right: -100px !important;
	}
}

@media screen and (max-width: 767px) {
	.navbar-toolbar .open .dropdown-menu {
		margin-top: 60px !important;
	}

	.dropdown-menu-nofications {
		right: 0 !important;
	}
}

.dropdown-notifications-loading {
	background-color: #212121;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 5px;
	color: #5c5c5c;
}

.dropdown-notifications-loading.more {
	text-align: left;
}

.dropdown-notifications-content .panel {
	margin-bottom: 5px !important;
}

.dropdown-notifications-content .panel .notification {
	height: 63px !important;
}

.dropdown-notifications-content .panel .notification .icons {
	height: 63px !important;
}

.dropdown-notifications-showall {
	background-color: #212121;
	padding: 10px;
	border-radius: 5px;
}

.dropdown-notifications-showall a {
	color: #aaa;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.dropdown-notifications-showall a:hover,
.dropdown-notifications-showall a:active,
.dropdown-notifications-showall a:focus {
	color: #fff;
	text-decoration: none;
}

.dropdown-notifications-push-subscribe {
	background-color: #212121;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.dropdown-notifications-push-subscribe a {
	color: #aaa;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.dropdown-notifications-push-subscribe a:hover,
.dropdown-notifications-push-subscribe a:active,
.dropdown-notifications-push-subscribe a:focus {
	color: #fff;
	text-decoration: none;
}

.badge {
	padding: 3px 6px;
}

.btn .badge {
	top: 0;
}

.badge.up {
	position: relative;
	top: -10px;
	margin-left: -11px;
	/*margin-right: -4px;*/
	border-radius: 15px;
}

.badge.badge-absolute {
	position: absolute;
	top: -8px;
	right: -10px;
	z-index: 5;
}

.badge-radius {
	border-radius: 3px;
}

.badge-primary {
	color: #fff;
	background-color: #62a8ea;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
	color: #fff;
	background-color: #358fe4;
}

.list-group-item.active>.badge-primary,
.nav-pills>.active>a>.badge-primary {
	color: #fff;
	background-color: #62a8ea;
}

.badge-success {
	color: #fff;
	background-color: #46be8a;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
	color: #fff;
	background-color: #369b6f;
}

.list-group-item.active>.badge-success,
.nav-pills>.active>a>.badge-success {
	color: #fff;
	background-color: #46be8a;
}

.badge-info {
	color: #fff;
	background-color: #57c7d4;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
	color: #fff;
	background-color: #33b6c5;
}

.list-group-item.active>.badge-info,
.nav-pills>.active>a>.badge-info {
	color: #fff;
	background-color: #57c7d4;
}

.badge-warning {
	color: #fff;
	background-color: #f2a654;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
	color: #fff;
	background-color: #ee8d25;
}

.list-group-item.active>.badge-warning,
.nav-pills>.active>a>.badge-warning {
	color: #fff;
	background-color: #f2a654;
}

.badge-danger {
	color: #fff;
	background-color: #c33333;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
	color: #fff;
	background-color: #f73737;
}

.list-group-item.active>.badge-danger,
.nav-pills>.active>a>.badge-danger {
	color: #fff;
	background-color: #f96868;
}

.badge-dark {
	color: #fff;
	background-color: #302f2f;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
	color: #fff;
	background-color: #3e3e3e;
}

.list-group-item.active>.badge-dark,
.nav-pills>.active>a>.badge-dark {
	color: #fff;
	background-color: #526069;
}

.badge-lg {
	padding: 5px 9px 8px;
	font-size: 16px;
}

.badge-sm {
	padding: 2px 5px;
	font-size: 10px;
}

/*------------------------------------------------------------------
[ Login / Reg Modal ]
*/

.user-dialog {
	overflow-y: initial !important;
}

.user-background {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1 !important;
	overflow: hidden;
	background-position: 50% 50%;
	border-radius: 5px;
	opacity: 0.5;
}

.user-body {
	padding: 10px !important;
	border-radius: 5px;
}

.user-body .row {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.user-body .row {
		display: inherit;
	}
}

.user-body .social {
	padding: 15px !important;
	z-index: 2 !important;
}

.user-body .social .logo {
	text-align: center;
	margin-bottom: 20px;
}

.user-body .social .logo>img {
	max-height: 40px;
}

.user-body .social .buttons {
	margin-bottom: 20px;
	text-align: center;
}

.user-body .form {
	border-radius: 5px;
	padding: 15px !important;
	z-index: 2 !important;
	position: relative;
	background-color: #302f2f;
}

.user-body .form .error,
.page-login .error {
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;
	display: none;
}

.user-body .form .error.reg {
	padding: 6px;
	margin-bottom: 10px;
}

.input-group-addon.login-form {
	background-color: rgba(255, 255, 255, 0.3) !important;
	color: rgba(0, 0, 0, 0.5) !important;
	border: 0px !important;
	width: 40px !important;
}


/*------------------------------------------------------------------
[ User Profile ]
*/

.google-maps {
	width: 100%;
	height: 149px;
	display: block;
	overflow: hidden;
	opacity: 0.5;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.google-maps-location {
	width: 100%;
	height: 200px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

.google-maps:hover {
	opacity: 0.99;
	height: 300px;
}

.google-maps-info {
	color: rgba(255, 255, 255, 0.3) !important;
}

.google-maps-info a {
	color: rgba(255, 255, 255, 0.3);
	font-weight: 500;
	-moz-transition: color .3s ease 0s;
	-webkit-transition: color .3s ease 0s;
	-o-transition: color .3s ease 0s;
	transition: color .3s ease 0s;
}

.google-maps-info a:hover,
.google-maps-info a:active,
.google-maps-info a:focus {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 500;
}


.profile-link:hover,
.profile-link:active,
.profile-link:focus {
	text-decoration: none;
}

.profile-name {
	font-weight: 700;
	color: #fff;
	font-size: 30px;
	display: block;
	line-height: 30px;
}

.profile-avatar {
	width: 80px !important;
}

.profile-avatar i {
	height: 20px !important;
	width: 20px !important;
}

.profile-name.small {
	font-size: 18px;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.profile-location {
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	display: block;
}

.listing-user-details .profile-location {
	color: #a6a6a6;
}


.profile-location .postal-code {
	opacity: 0.3;
}

.profile-last-seen {
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	opacity: 0.3;
}

.profile-location.small {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rating-wrapper {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.rating-bar {
	width: 100%;
	height: 5px;
	background-color: rgba(255, 255, 255, 0.1);
}

.rating-bar span {
	height: 5px;
}

.no-ratings {
	font-size: 18px;
	font-weight: 700;
}

.no-ratings.small {
	font-size: 14px;
}

.rating-percent {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

.rating-percent.small {
	font-size: 22px;
}

.rating-counts {
	font-size: 14px;
	font-weight: 500;
	display: block;
	text-align: center;
}

.rating-counts.profile {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 0px 0px 5px 5px;
}

.rating-counts.small {
	font-size: 10px;
}

.rating-panel {
	overflow: hidden;
}

.rating-panel .panel-body {
	position: relative;
	z-index: 2 !important;
	color: #fff;
	display: flex;
	align-items: center;
}

.rating-panel .rating-icon {
	font-size: 30px;
	flex-shrink: 0
}

.rating-panel .panel-body .avatar {
	margin-left: 10px;
	margin-right: 10px;
	flex-shrink: 0
}

.rating-panel .panel-body .from-user {
	display: block;
	color: #fff;
}

.rating-panel .panel-body .notice {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}



/*------------------------------------------------------------------
[ Forms ]
*/
.input-group-addon {
	background-color: #636363;
	color: #323232;
	border: 0px !important;
	border-radius: 5px 0px 0px 5px;
}

.input-group-addon.fixed-width {
	width: 40px;
}

.input-group-addon.input-group-addon-lg.fixed-width {
	width: 60px;
}

.input {
	border: 0px !important;
	background-color: #4e4d4d;
	color: #fff;
}

.input[readonly] {
	border: 0px !important;
	background-color: #302f2f;
	color: #b1b1b1;
}

.input-group.has-error,
.input-wrapper.has-error {
	border-radius: 5px;
	border: 1px solid #c33333;
}

.input-group.has-error .input-group-addon {
	background-color: #c33333 !important;
	color: #de7a7a !important;
	border-radius: 0px;
}

.input-group .input {
	border-radius: 0px 5px 5px 0px;
}

.input::-webkit-input-placeholder {
	color: #9a9a9a;
}

.input::-moz-placeholder {
	color: #9a9a9a;
}

.input::-moz-placeholder {
	color: #9a9a9a;
}

.input::-ms-input-placeholder {
	color: #9a9a9a;
}

.input-wrapper {
	margin-bottom: 20px;
}

.input-wrapper .input-error {
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}


.select {
	background-color: #4d4d4d !important;
	color: #fff;
	border: 0px;
	border-radius: 5px;
	background: #4d4d4d url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAMAAACDi47UAAAABGdBTUEAALGPC/xhBQAAAEhQTFRFwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBAAAAwcHByjGmuAAAABd0Uk5TwK79nJCM/vyslYSCv8SKhcEK+wIJAQDGbDLvAAAAVUlEQVQI122OVwrAQAhETW9b3Kb3v2kU8qGQQRAfow7Qj4BK71K9WDjFgAgY4mngwp8uu75xrfXg7G7SyvPOyT1qRInV16xThvtxTNeH9uFzChC58C9rTg/skbz72gAAAABJRU5ErkJggg==') no-repeat center right !important;
}

.select:disabled {
	background-color: #3c3c3c !important;
	color: #aaa;
	border: 0px;
	border-radius: 5px;
}

/*------------------------------------------------------------------
[ Navigation ]
*/

/* Start Search Bar */
.input-search-fix {
	overflow: hidden;
}

.navbar-search-overlap {
	background-color: #302f2f !important;

}

.navbar-search-overlap .form-control {
	border: 0px !important;
	color: #fff;
	font-weight: 500;
}

.navbar-search-overlap .form-control::-webkit-input-placeholder {
	color: #9a9a9a;
}

.navbar-search-overlap .form-control::-moz-placeholder {
	color: #9a9a9a;
}

.navbar-search-overlap .form-control::-moz-placeholder {
	color: #9a9a9a;
}

.navbar-search-overlap .form-control::-ms-input-placeholder {
	color: #9a9a9a;
}

.input-search .input-search-icon {
	color: #fff;
}

.input-search-close {
	color: #fff !important;
	-moz-transition: opacity .3s ease 0s;
	-webkit-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
}

/* End Search Bar */

.site-menu-games .site-menu-item>a {
	width: 100% !important;
}


.site-menu-games {
	left: 0px;
	border-radius: 5px;
	width: 690px;
	position: absolute;
	display: none;
	background-color: #222121;
	padding: 0px;
}

.site-menu-games ul {
	padding: 0;
	list-style-type: none;
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.site-menu-games ul::-webkit-scrollbar {
	display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.site-menu-games {
		left: 0;
		width: 690px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.site-menu-games {
		left: -80px;
		width: 600px;
	}
}

@media screen and (max-width: 767px) {
	.site-menu-games {
		left: 0;
		width: 100%;
	}

	.site-menu-games .col-xs-12 {
		border: 0 !important;
	}

	.site-menu-games ul {
		max-height: inherit;
		;
	}


	.site-menu>.site-menu-item>a {
		border-radius: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 1px;
	}
}


.site-menu-games-title {
	padding: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0.5;
	font-weight: 300;
}


.navigation {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	position: relative;
}


@media (max-width: 767px) {
	.navigation {
		position: static !important;
		height: initial;
	}
}

.pagination-wrapper {
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
	background: #212121;
	border-radius: 5px;
}

.pagination {
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.page-item:first-child .page-link {
	border-radius: 0px;
}

.page-item.arrow-left .page-link {
	border-radius: 5px 0px 0px 5px;
}

.page-item.arrow-right .page-link {
	border-radius: 0px 5px 5px 0px;
}

.page-link {
	color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
	font-size: 14px;
}

.page-link:hover,
.page-link:active,
.page-link:focus {
	color: rgba(255, 255, 255, 1);
	background-color: #3c3c3c;
	font-weight: 500;
	font-size: 14px;
}

.page-item.active .page-link {
	background-color: #424242;
	border-radius: 0px !important;
}

.page-item.active .page-link:hover,
.page-item.active .page-link:active,
.page-item.active .page-link:focus {
	background-color: #535353;
}



/*------------------------------------------------------------------
[ Dashboard ]
*/

.quick-action {
	border-radius: 5px;
	width: 90px;
	height: 90px;
	display: inline-block;
	position: relative;
	background-color: #424242;
	color: #fff;
	font-weight: 500;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin-right: 20px;
	margin-bottom: 20px;
}

.quick-action:hover,
.quick-action:active,
.quick-action:focus {
	text-decoration: none;
	background-color: #535353;
	color: #fff;
}

.quick-action .quick-icon {
	font-size: 40px;
	text-align: center;
}

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

.quick-action.quick-action-orange {
	background-color: #E98F2E;
}

.quick-action.quick-action-orange:hover,
.quick-action.quick-action-orange:active,
.quick-action.quick-action-orange:focus {
	background-color: #F2A654;
}

.quick-action.quick-action-primary {
	background-color: #31a9e7;
}

.quick-action.quick-action-primary:hover,
.quick-action.quick-action-primary:active,
.quick-action.quick-action-primary:focus {
	background-color: #45b8f4;
}

@media (max-width: 479px) {
	.quick-action {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

.stats-counter {
	height: 80px;
	padding: 10px;
	text-align: center;
}

.stats-counter .counter {
	font-size: 22px;
	font-weight: 500;
	display: block;
	color: #fff;
}

.stats-counter .counter .fa {
	font-size: 15px;
	line-height: 22px;
}

.stats-counter .counter-text {
	font-size: 12px;
	text-transform: uppercase;
}

.listing-heading {
	padding: 20px !important;
}

.listing-heading .title {
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: -5px;
}

.listing-heading .sell-status {
	background-color: #128298;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	overflow: hidden;
}

.listing-heading .sell-status span,
.listing-heading .trade-status span {
	padding: 10px;
	display: inline-block;
}

.listing-heading .sell-status .suggestion,
.listing-heading .trade-status .suggestion {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 0px 5px 5px 0px;
	padding: 5px;
	line-height: 31px;
	margin-right: -1px;
}

.listing-heading .trade-status {
	background-color: #97360e;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	overflow: hidden;
}

.listing-body {
	padding: 10px !important;
	padding-bottom: 0px !important;
}

.listing-body .listing {
	background-color: #191818;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 100%;
	border: 0px;
}

.listing-body .listing.grayscale {
	opacity: 0.7;
}

.listing-body .listing .sell-details {
	font-size: 22px !important;
	line-height: 45px !important;
}

.listing-body .listing .trade-details {
	font-size: 20px !important;
	line-height: 45px !important;
}

.listing-detail .listing-detail-fix {
	height: 65px;
}

.listing-detail .delivery-pickup {
	padding: 0px 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	height: 65px;
	text-align: center;
}

.listing-detail .delivery-pickup .fa {
	font-size: 20px;
	color: #fff;
	display: block;
}

.listing-detail .trade-offer-game {
	padding: 0px 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	height: 65px;
}

.listing-body .trade-offer-game .offer-game-title {
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: -5px;
}

.listing-detail .offer-user {
	padding: 0px 20px;
	color: #b1b1b1;
}

.listing-detail .offer-user:hover {
	text-decoration: none;
}

.listing-detail .offer-user .offer-username {
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
	display: block;
	text-decoration: none;
}


.details-button.status-0 {
	background-color: #c1a300 !important;
}

.details-button.status-0:hover {
	background-color: #dfc432 !important;
}

.details-button.status-1 {
	background-color: #2182b4 !important;
}

.details-button.status-1:hover {
	background-color: #3ea7dd !important;
}

.details-button.status-2.good {
	background-color: #519a31 !important;
}

.details-button.status-2.good:hover {
	background-color: #72c34f !important;
}

.details-button.status-2.avg {
	background-color: #5f5f5f !important;
}

.details-button.status-2.avg:hover {
	background-color: #7c7c7c !important;
}

.details-button.status-2.bad {
	background-color: #c33333 !important;
}

.details-button.status-2.bad:hover {
	background-color: #e35454 !important;
}

.listing-no-offers {
	text-align: center;
	opacity: 0.2;
	padding: 10px;
	padding-bottom: 20px !important;
}

.listing-footer-time {
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 10px;
}

.listing-footer-time.deleted {
	padding-left: 0px;
}

.loader {
	width: 30px;
	height: 30px;
	position: relative;
	margin: auto;
}

.loader.loader-lg {
	width: 50px;
	height: 50px;
}

.loader::before,
.loader::after {
	content: "";
	position: absolute;
}

.loader-item {
	/*width: 30%;*/
	height: 120px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.loader-item.lg {
	margin-bottom: 0px;
}

.pacman-loader {
	border-radius: 50%;
	width: 4px;
	height: 4px;
	background: #fff;
	-webkit-animation-name: pacmanDot;
	animation-name: pacmanDot;
	-webkit-transform: translateX(14px);
	transform: translateX(14px);
}

.pacman-loader.lg {
	width: 12px;
	height: 12px;
}

.pacman-loader::before,
.pacman-loader::after {
	border-radius: 50%;
	border: 14px solid #fff;
	border-right-color: transparent;
	top: -12px;
	left: -24px;
}

.pacman-loader.lg::before,
.pacman-loader.lg::after {
	border-radius: 50%;
	border: 36px solid #fff;
	border-right-color: transparent;
	top: -32px;
	left: -58px;
}

.pacman-loader,
.pacman-loader::before,
.pacman-loader::after {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.pacman-loader::before {
	-webkit-animation-name: upperJaw;
	animation-name: upperJaw;
}

.pacman-loader::after {
	-webkit-animation-name: lowerJaw;
	animation-name: lowerJaw;
}

@-webkit-keyframes pacmanDot {

	0%,
	50% {
		background: #fff;
	}

	51%,
	100% {
		background: none;
	}

	0%,
	100% {
		-webkit-transform: translateX(19px);
		transform: translateX(19px);
	}

	50% {
		-webkit-transform: translateX(14px);
		transform: translateX(14px);
	}
}

@keyframes pacmanDot {

	0%,
	50% {
		background: #fff;
	}

	51%,
	100% {
		background: none;
	}

	0%,
	100% {
		-webkit-transform: translateX(19px);
		transform: translateX(19px);
	}

	50% {
		-webkit-transform: translateX(14px);
		transform: translateX(14px);
	}
}

@-webkit-keyframes upperJaw {
	50% {
		-webkit-transform: rotate(50deg) translate(2px, -2px);
		transform: rotate(50deg) translate(2px, -2px);
	}
}

@keyframes upperJaw {
	50% {
		-webkit-transform: rotate(50deg) translate(2px, -2px);
		transform: rotate(50deg) translate(2px, -2px);
	}
}

@-webkit-keyframes lowerJaw {
	50% {
		-webkit-transform: rotate(-50deg) translate(2px, 2px);
		transform: rotate(-50deg) translate(2px, 2px);
	}
}

@keyframes lowerJaw {
	50% {
		-webkit-transform: rotate(-50deg) translate(2px, 2px);
		transform: rotate(-50deg) translate(2px, 2px);
	}
}

.panel.notify:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f12a';
	color: #fff;
	display: block;
	position: absolute;
	top: -15px;
	left: -7px;
	width: 2em;
	margin: 1.0833em 0;
	border-radius: 50%;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	background: #e44b4b;
	box-shadow: 0 0 0 0.25em #c33333;
	animation: pulse 0.75s infinite;
}


.listing.notify:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f12a';
	color: #fff;
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 2em;
	margin: 1.0833em 0;
	border-radius: 50%;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	background: #e44b4b;
	box-shadow: 0 0 0 0.25em #c33333;
	animation: pulse 0.75s infinite;
}

@-webkit-keyframes pulse {
	0% {
		box-shadow: 0 0 0 0.2em #c33333;
	}

	25% {
		box-shadow: 0 0 0 0.05em #c33333;
	}

	50% {
		box-shadow: 0 0 0 0.375em #c20a0a;
	}

	75% {
		box-shadow: 0 0 0 0.2em #c33333;
	}

	100% {
		box-shadow: 0 0 0 0.3em #c33333;
	}
}

@-moz-keyframes pulse {
	0% {
		box-shadow: 0 0 0 0.2em #c33333;
	}

	25% {
		box-shadow: 0 0 0 0.05em #c33333;
	}

	50% {
		box-shadow: 0 0 0 0.375em #c33333;
	}

	75% {
		box-shadow: 0 0 0 0.2em #c33333;
	}

	100% {
		box-shadow: 0 0 0 0.3em #c33333;
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0.2em #c33333;
	}

	25% {
		box-shadow: 0 0 0 0.05em #c33333;
	}

	50% {
		box-shadow: 0 0 0 0.375em #c33333;
	}

	75% {
		box-shadow: 0 0 0 0.2em #c33333;
	}

	100% {
		box-shadow: 0 0 0 0.3em #c33333;
	}
}


/*------------------------------------------------------------------
[ Offer overview ]
*/

.modal-payment .balance {
	background-color: #302f2f;
	padding: 10px;
	border-radius: 5px;
}

.modal-payment .balance .price {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
}

.modal-payment .balance .price.available {
	color: #519a31 !important;
}

.modal-payment .total {
	border: 1px solid #302f2f;
	margin: 10px 0px;
	border-radius: 5px;
}

.modal-payment .total-seperator {
	padding: 10px;
}

.modal-payment .total-seperator.border {
	border-bottom: 1px solid #302f2f;
}

.modal-payment .total-seperator .price {
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
}

.modal-payment .total-seperator .price.total-price {
	color: #c33333;
}

.modal-payment .hold-info {
	font-size: 12px;
	color: #616161;
}

.staff-tools-seperator {
	display: inline-block;
	height: 10px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0px 10px;
}

.form-messageadd {
	width: 100%;
}

.offer-subheader {
	position: relative;
}

.offer-subheader .offer-content {
	position: relative;
}

.page-hero-sell-overview {
	padding: 0px 30px;
	background-color: rgba(0, 0, 0, 0) !important;
	height: 150px;
}

.page-hero-bg-img-sell-overview {
	margin-top: -80px;
	height: 360px;
	width: 100%;
	position: absolute;
	top: 0;
	background-repeat: repeat-x;
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
}

.page-hero-offer-overview-color {
	background: linear-gradient(0deg, rgba(26, 24, 24, 1) 0%, rgba(26, 24, 24, 0.3) 100%);
	height: 410px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
	margin-top: -80px;
}

.offer-overview {
	margin-top: 20px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.offer-overview .icon-between {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #363535;
}

.offer-overview .icon-between .fa {
	color: rgba(255, 255, 255, 0.1);
	font-size: 40px;
}

.offer-overview .offer-price {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	display: block;
	text-align: center;
}

.offer-overview .listing-price {
	text-align: center;
	text-decoration: line-through;
}

.offer-overview .price-difference {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.offer-overview .delivery-price {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 5px;
	display: block;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.offer-overview .offer-price {
		font-size: 24px;
	}
}

.offer-status {
	border-radius: 5px;
	position: relative;
	overflow: hidden !important;
}

.offer-status .opacity {
	opacity: 0.5;
}

.offer-status .notification-circle.complete {
	background-color: #519a31 !important;
}

.offer-status .fa-arrow-right.complete {
	color: #519a31 !important;
}

.offer-status.wait-status {
	background: linear-gradient(to right, #ffd800, #c1a300);
}

.offer-status.wait-status .notification-circle {
	background-color: #dbc02e;
}

.offer-status.wait-status .fa-arrow-right {
	color: #dbc02e;
}

.offer-status.rate-status {
	background: linear-gradient(to right, #31a9e7, #2182b4);
}

.offer-status.rate-status .notification-circle {
	background-color: #31a9e7;
}

.offer-status.rate-status .fa-arrow-right {
	color: #31a9e7;
}

.offer-status .offer-status-wrapper {
	width: 100%;
	position: relative;
	z-index: 3;
	padding: 10px;
}

.offer-status .offer-status-wrapper .text {
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
}

.offer-status .offer-status-wrapper .text-rating {
	display: block;
	color: #fff;
}

.offer-status .offer-status-wrapper .btn {
	margin-right: 10px;
	padding: 10px;
	font-size: 18px;
}

.offer-chat {
	overflow: hidden;
}

.offer-chat .shadow-top {
	height: 1px;
	width: 100%;
	position: absolute;
	top: -10px;
	z-index: 2;
	box-shadow: 0 5px 45px 30px #212121;
}

.offer-chat .panel-body,
.offer-chat .panel-footer {
	padding: 0px !important;
}

.offer-chat .panel-footer .input {
	border: 0px !important;
	border-radius: 0px 0px 0px 5px !important;
}

.offer-chat .panel-footer .send-message {
	border-radius: 0px 0px 5px 0px !important;
}

.chat-box {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.chats {
	padding: 30px 15px;
}

.chats::-webkit-scrollbar {
	display: none;
}

.chat-avatar {
	float: right;
}

.chat-body {
	display: block;
	margin: 10px 30px 0 0;
	overflow: hidden;
}

.chat-body:first-child {
	margin-top: 0;
}

.chat-content {
	position: relative;
	display: block;
	float: right;
	padding: 8px 15px;
	margin: 0 20px 10px 0;
	clear: both;
	color: #fff;
	background-color: #31a9e7;
	border-radius: .286rem;
	max-width: 400px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	word-wrap: break-word;
}

.chat-content:hover {
	background-color: #298fc3;
}

.chat-content:before {
	position: absolute;
	top: 10px;
	right: -10px;
	width: 0;
	height: 0;
	content: "";
	border: 5px solid transparent;
	border-left-color: #31a9e7;
}

.chat-content>p:last-child {
	margin-bottom: 0;
}

.chat-content+.chat-content:before {
	border-color: transparent;
}

.chat-time {
	display: block;
	color: rgba(255, 255, 255, .6);
	font-size: 12px;
	text-transform: uppercase;
}

.chat-left .chat-avatar {
	float: left;
}

.chat-left .chat-body {
	margin-right: 0;
	margin-left: 30px;
}

.chat-left .chat-content {
	float: left;
	margin: 0 0 10px 20px;
	color: #555;
	background-color: #d7d7d7;
}


.chat-left .chat-content:hover {
	background-color: #bebebe;
}

.chat-left .chat-content:before {
	right: auto;
	left: -10px;
	border-right-color: #d7d7d7;
	border-left-color: transparent;
}

.chat-left.staff .chat-content {
	color: #fff;
	background-color: #e98f2e;
}

.chat-left.staff .chat-content .staff-badge {
	font-weight: 700;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 10px;
}

.chat-left.staff .chat-content:hover {
	background-color: #cc7b25;
}

.chat-left.staff .chat-content:before {
	border-right-color: #e98f2e;
}

.chat-left.staff .chat-time {
	color: rgba(255, 255, 255, .6);
}

.chat-left .chat-content+.chat-content:before {
	border-color: transparent;
}

.chat-left .chat-time {
	color: rgba(0, 0, 0, .3);
}



/*------------------------------------------------------------------
[ Help classes ]
*/

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: inherit !important;
	touch-action: inherit !important;
}

@-webkit-keyframes ring {
	0% {
		-webkit-transform: rotateZ(0);
	}

	1% {
		-webkit-transform: rotateZ(30deg);
	}

	2% {
		-webkit-transform: rotateZ(-28deg);
	}

	3% {
		-webkit-transform: rotateZ(34deg);
	}

	4% {
		-webkit-transform: rotateZ(-32deg);
	}

	5% {
		-webkit-transform: rotateZ(30deg);
	}

	6% {
		-webkit-transform: rotateZ(-28deg);
	}

	7% {
		-webkit-transform: rotateZ(26deg);
	}

	8% {
		-webkit-transform: rotateZ(-24deg);
	}

	9% {
		-webkit-transform: rotateZ(22deg);
	}

	10% {
		-webkit-transform: rotateZ(-20deg);
	}

	11% {
		-webkit-transform: rotateZ(18deg);
	}

	12% {
		-webkit-transform: rotateZ(-16deg);
	}

	13% {
		-webkit-transform: rotateZ(14deg);
	}

	14% {
		-webkit-transform: rotateZ(-12deg);
	}

	15% {
		-webkit-transform: rotateZ(10deg);
	}

	16% {
		-webkit-transform: rotateZ(-8deg);
	}

	17% {
		-webkit-transform: rotateZ(6deg);
	}

	18% {
		-webkit-transform: rotateZ(-4deg);
	}

	19% {
		-webkit-transform: rotateZ(2deg);
	}

	20% {
		-webkit-transform: rotateZ(-1deg);
	}

	21% {
		-webkit-transform: rotateZ(1deg);
	}

	22% {
		-webkit-transform: rotateZ(0);
	}

	100% {
		-webkit-transform: rotateZ(0);
	}
}

@-moz-keyframes ring {
	0% {
		-moz-transform: rotate(0);
	}

	1% {
		-moz-transform: rotate(30deg);
	}

	2% {
		-moz-transform: rotate(-28deg);
	}

	3% {
		-moz-transform: rotate(34deg);
	}

	4% {
		-moz-transform: rotate(-32deg);
	}

	5% {
		-moz-transform: rotate(30deg);
	}

	6% {
		-moz-transform: rotate(-28deg);
	}

	7% {
		-moz-transform: rotate(26deg);
	}

	8% {
		-moz-transform: rotate(-24deg);
	}

	9% {
		-moz-transform: rotate(22deg);
	}

	10% {
		-moz-transform: rotate(-20deg);
	}

	11% {
		-moz-transform: rotate(18deg);
	}

	12% {
		-moz-transform: rotate(-16deg);
	}

	13% {
		-moz-transform: rotate(14deg);
	}

	14% {
		-moz-transform: rotate(-12deg);
	}

	15% {
		-moz-transform: rotate(10deg);
	}

	16% {
		-moz-transform: rotate(-8deg);
	}

	17% {
		-moz-transform: rotate(6deg);
	}

	18% {
		-moz-transform: rotate(-4deg);
	}

	19% {
		-moz-transform: rotate(2deg);
	}

	20% {
		-moz-transform: rotate(-1deg);
	}

	21% {
		-moz-transform: rotate(1deg);
	}

	22% {
		-moz-transform: rotate(0);
	}

	100% {
		-moz-transform: rotate(0);
	}
}

@keyframes ring {
	0% {
		transform: rotate(0);
	}

	1% {
		transform: rotate(30deg);
	}

	2% {
		transform: rotate(-28deg);
	}

	3% {
		transform: rotate(34deg);
	}

	4% {
		transform: rotate(-32deg);
	}

	5% {
		transform: rotate(30deg);
	}

	6% {
		transform: rotate(-28deg);
	}

	7% {
		transform: rotate(26deg);
	}

	8% {
		transform: rotate(-24deg);
	}

	9% {
		transform: rotate(22deg);
	}

	10% {
		transform: rotate(-20deg);
	}

	11% {
		transform: rotate(18deg);
	}

	12% {
		transform: rotate(-16deg);
	}

	13% {
		transform: rotate(14deg);
	}

	14% {
		transform: rotate(-12deg);
	}

	15% {
		transform: rotate(10deg);
	}

	16% {
		transform: rotate(-8deg);
	}

	17% {
		transform: rotate(6deg);
	}

	18% {
		transform: rotate(-4deg);
	}

	19% {
		transform: rotate(2deg);
	}

	20% {
		transform: rotate(-1deg);
	}

	21% {
		transform: rotate(1deg);
	}

	22% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(0);
	}
}

.faa-shake.animated,
.faa-shake.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-shake {
	-webkit-animation: ring 8s .7s ease-in-out infinite;
	-webkit-transform-origin: 50% 4px;
	-moz-animation: ring 8s .7s ease-in-out infinite;
	-moz-transform-origin: 50% 4px;
	animation: ring 8s .7s ease-in-out infinite;
	transform-origin: 50% 4px;
}


.overflow-smooth {
	scroll-behavior: smooth;
}

.o-50 {
	opacity: 0.5;
}

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

.flex-overflow-fix {
	min-width: 0 !important;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
}

a {
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	color: #E98F2E;
	text-decoration: none !important;
}

a:hover {
	color: #e8af72;
}

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

.grayscale {
	-webkit-filter: grayscale(100%) !important;
	-ms-filter: grayscale(100%) !important;
	filter: grayscale(100%) !important;
}

.modal-open[style] {
	padding-right: 0 !important;
}

.empty-list {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center !important;
	width: 300px;
	height: 200px;
}

.empty-list.add-button {
	height: 250px;
}

.empty-list .icon {
	font-size: 150px;
	color: rgba(255, 255, 255, 0.2);
	line-height: 80px;
}

.empty-list .text {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.2);
	text-align: center;
	margin-bottom: 20px;
}

.p-10 {
	padding: 10px;
}

.p-20 {
	padding: 20px;
}

.m-r-5 {
	margin-right: 5px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-r-20 {
	margin-right: 20px;
}

.m-l-5 {
	margin-left: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-20 {
	margin-top: 20px;
}

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

.m-b-5 {
	margin-bottom: 5px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.f-s-12 {
	font-size: 12px;
}

.f-w-700 {
	font-weight: 700;
}

.b-r {
	border-radius: 5px;
}

.display-block {
	display: block;
}

.flex-center-space {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-center-space-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex-center.wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.no-flex-shrink {
	flex-shrink: 0;
}

.hidden {
	display: none;
}

.border-radius {
	border-radius: 5px;
}

@media (max-width: 479px) {
	.row {
		margin-right: -.749rem;
	}
}

.dropdown-item {
	margin: 0px !important;
	border-radius: 0px !important;
	width: 100%;
	color: #777;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.dropdown-item:hover {
	background-color: #302f2f !important;
	color: #fff !important;
}

.text-muted {
	color: inherit !important;
	opacity: 0.5;
}

.text-success {
	color: #519a31 !important;
}

.text-read {
	color: #84ee55 !important;
}

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

.text-danger {
	color: #c33333 !important;
}

.bg-success {
	background-color: #519a31 !important
}

.bg-danger {
	background-color: #c33333 !important
}

.bg-dark {
	background-color: #302f2f !important;
}

.f-w-500 {
	font-weight: 500;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.platform-label {
	color: #fff;
	border-radius: 5px;
	padding: 3px 7px;
	font-size: 12px;
}

.platform-label.is-light {
	color: #000;
}

.platform-filter,
.platform-filter:focus {
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	background-color: #424242;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.platform-filter:hover,
.platform-filter:active {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	background-color: #535353;
}

.platform-filter.platform-filter-active {
	color: rgba(255, 255, 255, 1);
}

.option-filter,
.option-filter:focus {
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	background-color: #424242;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.option-filter:hover,
.option-filter:active {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	background-color: #535353;
}

.option-filter.option-filter-active {
	color: rgba(0, 0, 0, 1);
	background-color: #fff;
}

.charge-label {
	margin-right: 6px;
	color: #fff;
	border-radius: 5px;
	padding: 3px 7px;
	font-size: 12px;
}

.btn {
	border: 0px;
	border-radius: 5px;
	font-weight: 500;
}

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

.btn-floating {
	border-radius: 100%;
}

.btn-orange {
	color: #fff;
	background-color: #E98F2E !important;
	font-weight: 400;
	margin-right: 0px;
}

.btn-orange:hover {
	color: #fff !important;
	background-color: #F2A654 !important;
}

.btn-orange:visited,
.btn-orange:active,
.btn-orange:focus {
	color: #fff !important;
	background-color: #E98F2E;
}

.btn-success {
	background-color: #519a31 !important;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
	background-color: #62b63d !important;
}

.btn-danger {
	background-color: #c33333 !important;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
	background-color: #e44b4b !important;
}

.btn-dark {
	color: #fff !important;
	background-color: #424242 !important;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
	background-color: #535353 !important;
}

.btn-primary {
	background-color: #31a9e7 !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #45b8f4 !important;
}

.btn-group>.btn {
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}


.btn-group>.btn:hover,
.btn-group>.btn:active,
.btn-group>.btn:focus {
	-webkit-filter: grayscale(70%);
	-ms-filter: grayscale(70%);
	filter: grayscale(70%);
	outline: 0 !important;
}

.btn-group>.btn.active {
	-webkit-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
	outline: 0 !important;
}


.modal-header {
	border-radius: 5px 5px 0 0;
	border: 0px !important;
	background: linear-gradient(to right, #62b63d, #519a31);
	overflow: hidden;
	padding: 0px;
	position: relative;
}

.modal-seperator {
	padding: 10px 20px;
	background-color: #2b2b2b;
	color: #fff;
	font-size: 16px;
}

.modal-orange .modal-header {
	background: linear-gradient(to right, #F2A654, #E98F2E);
}

.modal-success .modal-header {
	background: linear-gradient(to right, #7fcb5e, #519a31);
}

.modal-danger .modal-header {
	background: linear-gradient(to right, #e44b4b, #c33333);
}

.modal-primary .modal-header {
	background: linear-gradient(to right, #45b8f4, #31a9e7);
}

.modal-dark .modal-header {
	background: linear-gradient(to right, #424242, #323232);
}

.modal-header .title {
	z-index: 2;
	position: relative;
	padding: 20px;
}

.modal-header * {
	color: #fff
}

.modal-content {
	border-radius: 5px !important;
	background-color: #212121;
}

.modal-body {
	background-color: #212121;
}

.modal-footer {
	padding: 10px !important;
	background-color: #302f2f;
	border: 0px !important;
	position: relative;
	border-radius: 0 0 5px 5px;
}


.tag-dash {
	color: rgba(255, 255, 255, 0.5) !important;
	background-color: rgba(255, 255, 255, 0.1) !important;
	font-weight: 500;
}

.notifcation-content {
	z-index: 15 !important;
	position: relative;
}

.notification-circle {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
}

.notification-bg {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1 !important;
	opacity: 0.95;
}

/** NOTIFICATION END **/


/*------------------------------------------------------------------
[ Homepage ]
*/


.user-link {
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	height: 24px;
	/*width: 100%;*/
	display: block;
	color: #a6a6a6;
	font-size: 14px;
	font-weight: 700;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.listing-user-details .user-link,
.comment-head .user-link,
.reply-head .user-link {
	display: inline;
	white-space: normal;
}

.user-link:hover,
.user-link:active,
.user-link:focus {
	color: #fff;
	text-decoration: none;
}

.grecaptcha-badge {
	height: 60px !important;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: grey 0px 0px 0px !important;
	margin-bottom: 10px;
	background-color: #4e4d4d;
	opacity: 0.8;
	z-index: 99999 !important;
}

/*------------------------------------------------------------------
[ Pac-Man Loading]
*/

.pac-man {
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 5em;
	border-radius: 100em 100em 0 0;
	background: #f00;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation: eating-top 0.5s infinite;
	animation: eating-top 0.5s infinite;
}

.pac-man,
.pac-man::before {
	width: 70px;
	height: calc(35px);
	background: #fed75a;
}

.pac-man::before {
	content: '';
	display: block;
	margin-top: calc(35px);
	position: absolute;
	-webkit-transform-origin: top;
	transform-origin: top;
	border-radius: 0 0 100em 100em;
	-webkit-transform: rotate(80deg);
	transform: rotate(80deg);
	-webkit-animation: eating-bottom 0.5s infinite;
	animation: eating-bottom 0.5s infinite;
}

.pac-man::after {
	position: absolute;
	border-radius: 100em;
	content: '';
	display: block;
	height: 20px;
	width: 20px;
	margin-top: calc(25px);
	margin-left: calc(25px);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation: center 0.5s infinite, ball 0.5s -0.33s infinite linear;
	animation: center 0.5s infinite, ball 0.5s -0.33s infinite linear;
}

@-webkit-keyframes eating-top {
	0% {
		-webkit-transform: rotate(-40deg);
		transform: rotate(-40deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-40deg);
		transform: rotate(-40deg);
	}
}

@keyframes eating-top {
	0% {
		-webkit-transform: rotate(-40deg);
		transform: rotate(-40deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-40deg);
		transform: rotate(-40deg);
	}
}

@-webkit-keyframes eating-bottom {
	0% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}
}

@keyframes eating-bottom {
	0% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}
}

@-webkit-keyframes center {
	0% {
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg);
	}
}

@keyframes center {
	0% {
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg);
	}
}

@-webkit-keyframes ball {
	0% {
		opacity: .7;
		box-shadow: 70px 0 0 0 #fed75a, 120px 0 0 0 #fed75a, 170px 0 0 0 #fed75a, 220px 0 0 0 #fed75a;
	}

	100% {
		box-shadow: 20px 0 0 0 #fed75a, 70px 0 0 0 #fed75a, 120px 0 0 0 #fed75a, 170px 0 0 0 #fed75a;
	}
}

@keyframes ball {
	0% {
		opacity: .7;
		box-shadow: 70px 0 0 0 #fed75a, 120px 0 0 0 #fed75a, 170px 0 0 0 #fed75a, 220px 0 0 0 #fed75a;
	}

	100% {
		box-shadow: 20px 0 0 0 #fed75a, 70px 0 0 0 #fed75a, 120px 0 0 0 #fed75a, 170px 0 0 0 #fed75a;
	}
}


/*------------------------------------------------------------------
[ Subheader ]
*/

.subheader {
	background: linear-gradient(to right, #00d8ff, #ff5a00);
	height: 100px;
	overflow: hidden !important;
	position: relative;
}

.subheader.tabs {
	height: 150px;
}

.background-pattern {
	height: 100%;
	width: 100%;
	z-index: 1;
	background-repeat: repeat;
	position: absolute;
}

.background-color {
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}

.subheader .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 3;
	position: relative;
	height: 100px;
	align-items: center;
}

.subheader .content .title {
	font-weight: 700;
	font-size: 22px;
	color: #fff;
}

.subheader .tabs {
	z-index: 3;
	position: relative;
	height: 50px;
	align-items: center;
}


.subheader .tabs .tab {
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(26, 24, 24, 0.5);
	border-radius: 5px 5px 0px 0px;
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	padding: 0px 20px;
	margin-right: 5px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.subheader .tabs .tab:hover,
.subheader .tabs .tab:active,
.subheader .tabs .tab:focus {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(26, 24, 24, 1);
	text-decoration: none;
}

.subheader .tabs .tab.active {
	color: #fff;
	background-color: #191818;
}

.navbar {
	webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, .08) !important;
	box-shadow: 0 0px 0px rgba(0, 0, 0, .08) !important;
}


/**********************************************************
*     typeahead.js v0.11.1 - twitter bootstrap v3.3.5    *
**********************************************************/

.nosearchresult {
	text-align: center;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.nosearchresult a,
.nosearchresult .link {
	padding: 10px;
	display: block;
	text-decoration: none;
}


.nosearchresult:hover {
	background-color: #e44b4b !important;
}


.searchresult {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	color: #fff !important;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 100%;
}

@media screen and (max-width: 480px) {
	.searchresult.hvr-grow-shadow2.tt-suggestion.tt-selectable .inline-block {
		white-space: nowrap !important;
		max-width: 74% !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}
}

.searchresult:hover,
.searchresult:active,
.searchresult:focus {
	background-color: #444 !important;
	text-decoration: none !important;
}

.searchresult a,
.searchresult .link {
	padding: 10px;
	display: block;
	text-decoration: none;
}

.searchresult .title {
	color: #fff !important;
	font-weight: 500;
}

.searchresult .platform-label {
	margin-right: 0px !important;
}

.searchresult .listings-label {
	background-color: #000;
	color: #fff;
	padding: 3px 7px 3px 7px;
	border-radius: 5px;
	opacity: 0.5;
	margin: 0px 3px;
}

.searchresult .price {
	color: #fff;
	opacity: 0.5;
}

.searchresult .release-year,
.selected-game-title .release-year,
.title .release-year {
	color: #fff;
	opacity: 0.3;
	font-weight: 500;
	line-height: 20px;
	font-size: 11px;
}

/*root typeahead class*/
.twitter-typeahead {
	display: inherit !important;
	width: 100%;

}

.twitter-typeahead .tt-input[disabled] {
	background-color: #eeeeee !important;

}


/*Added to input that's initialized into a typeahead*/
.twitter-typeahead .tt-input {
	border-radius: 0px 5px 5px 0px !important;
	height: 50px !important;
	padding: 10px 16px !important;
	font-size: 18px !important;
	line-height: 1.3333333 !important;
	padding: 10px 16px !important;
	background-color: #4d4d4d !important;
	color: rgba(255, 255, 255, 0.9) !important;
	/*background-color: rgba(0,0,0,0.4) !important;*/
}

.navbar-search-overlap .twitter-typeahead .tt-input {
	background-color: inherit !important;
	margin-left: 35px !important;
}

/*Added to hint input.*/
.twitter-typeahead .tt-hint {
	display: block;
	height: 50px !important;
	padding: 10px 16px !important;
	color: rgba(255, 255, 255, 0.3) !important;
	font-size: 18px !important;
	line-height: 1.3333333 !important;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-search-overlap .twitter-typeahead .tt-hint {
	background-color: inherit !important;
	margin-left: 35px !important;
}


/*Added to menu element*/
.twitter-typeahead .tt-menu {
	width: 100%;
	max-height: 500px;
	border: 0px solid #cccccc;
	border-radius: 10px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	background-color: #323232 !important;
	-moz-box-shadow: 0px 10px 0px -4px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0px 10px 0px -4px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 10px 0px -4px rgba(0, 0, 0, 0.22);
}

/*Added to dataset elements*/
.twitter-typeahead .tt-dataset {}

/*dded to suggestion elements*/
.twitter-typeahead .tt-suggestion {
	white-space: nowrap;
}

/*Added to menu element when it contains no content*/
.twitter-typeahead .tt-empty {
	background-color: white;
}

/*Added to menu element when it is opened*/
.twitter-typeahead .tt-open {
	background-color: white;
}

/*Added to suggestion element when menu cursor moves to said suggestion*/
.twitter-typeahead .tt-suggestion:hover,
.twitter-typeahead .tt-suggestion:focus,
.twitter-typeahead .tt-cursor {
	cursor: hand !important;
	background-color: #eaeef1;
	color: white;

}

/*Added to the element that wraps highlighted text*/
.twitter-typeahead .tt-highlight {}

/*------------------------------------------------------------------
[ Wishlist Classes ]
*/

.modal-wishlist .selected-game {
	background-color: #302f2f;
	padding: 20px;
	width: 100%;
}

.modal-wishlist .checkbox-custom label {
	color: #fff;
	font-weight: 500;
}

.modal-wishlist .max-price {
	background-color: #302f2f;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
	max-width: 300px;
}

.modal-wishlist .input-group {
	max-width: 280px;
}

.modal-wishlist .text-xs {
	font-size: 12px;
	color: #888;
}

/*------------------------------------------------------------------
[ Game View ]
*/

.grid-item {
	width: 25%;
}

.grid-item .game-gallery {
	outline: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.grid-item {
		width: 33%;
	}
}

@media (max-width: 768px) {
	.grid-item {
		width: 50%;
	}
}


/* =transition */

.mfp-container {
	z-index: 100 !important;
}

.mfp-ready .mfp-figure {
	opacity: 0;
}

.mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0;
}

.mfp-iframe-scaler {
	overflow: visible;
	/*so the close button is shown*/
}

.mfp-zoom-out-cur {
	cursor: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/* Grow Shadow */
.hvr-grow-shadow2 {
	-webkit-transform: perspective(0px) translateZ(0);
	transform: perspective(0px) translateZ(0);
	box-shadow: 0 0 0px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}

.hvr-grow-shadow2.notification {
	-webkit-transition-property: box-shadow, transform, background;
	transition-property: box-shadow, transform, background;
	border-radius: 5px;
}

.hvr-grow-shadow2:hover,
.hvr-grow-shadow2:focus,
.hvr-grow-shadow2:active {
	box-shadow: 0 30px 50px -10px rgba(0, 0, 0, 1);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	background-color: rgba(255, 255, 255, 0.1);
	will-change: box-shadow, transform;
}

.game-carousel.hvr-grow-shadow2:hover,
.game-carousel.hvr-grow-shadow2:focus,
.game-carousel.hvr-grow-shadow2:active {
	box-shadow: 0 -5px 22px 0px rgba(0, 0, 0, 1);
}

/* Grow Shadow */
.hvr-grow-shadow {
	-webkit-transform: perspective(0px) translateZ(0);
	transform: perspective(0px) translateZ(0);
	/*-webkit-filter: brightness(0.95);
filter: brightness(0.95);*/
	box-shadow: 0 0 0px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform, filter;
	transition-property: box-shadow, transform, filter;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
	box-shadow: 0 30px 50px -10px rgba(0, 0, 0, 1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 10;
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	will-change: box-shadow, transform;
}

/* Grow Shadow */
.hvr-grow-shadow3 {
	-webkit-transform: perspective(0px) translateZ(0);
	transform: perspective(0px) translateZ(0);
	box-shadow: 0 0 0px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}

.hvr-grow-shadow3:hover,
.hvr-grow-shadow3:focus,
.hvr-grow-shadow3:active {
	box-shadow: 0 30px 50px -10px rgba(0, 0, 0, 1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.1) !important;
	will-change: box-shadow, transform;
}


.imgDescription {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	color: #fff;

	visibility: hidden;
	opacity: 0;

	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;

	/*remove comment if you want a gradual transition between states
-webkit-transition: visibility opacity 0.2s;
*/
}

.imgDescription.gcover {
	border-radius: 5px;
}

.valign {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 40px;
	/* vendor prefixes omitted due to brevity */
}

.hvr-grow-shadow3:hover .imgDescription,
.hvr-grow-shadow2:hover .imgDescription {
	visibility: visible;
	opacity: 1;
}

.hvr-grow-shadow:hover .imgDescription {
	visibility: visible;
	opacity: 1;
}

/* Responsive */

@media (min-width: 1600px) {
	.page {
		max-width: 1300px;
	}

	.site-menubar {
		padding-left: -webkit-calc((100% - 1300px) / 2 + 10px) !important;
		padding-left: calc((100% - 1300px) / 2 + 10px) !important;
		padding-right: -webkit-calc((100% - 1300px) / 2 + 30px) !important;
		padding-right: calc((100% - 1300px) / 2 + 30px) !important;
	}

	.site-navbar {
		padding-left: -webkit-calc((100% - 1300px) / 2 + 10px) !important;
		padding-left: calc((100% - 1300px) / 2 + 10px) !important;
		padding-right: -webkit-calc((100% - 1300px) / 2 + 30px) !important;
		padding-right: calc((100% - 1300px) / 2 + 30px) !important;
	}

	.site-footer {
		padding-left: -webkit-calc((100% - 1300px) / 2 + 10px) !important;
		padding-left: calc((100% - 1300px) / 2 + 30px) !important;
		padding-right: -webkit-calc((100% - 1300px) / 2 + 30px) !important;
		padding-right: calc((100% - 1300px) / 2 + 30px) !important;
	}

	.subheader .content,
	.offer-content,
	.subheader .tabs {
		padding-left: -webkit-calc((100% - 1300px) / 2 + 30px) !important;
		padding-left: calc((100% - 1300px) / 2 + 30px) !important;
		padding-right: -webkit-calc((100% - 1300px) / 2 + 30px) !important;
		padding-right: calc((100% - 1300px) / 2 + 30px) !important;
	}

	.offer-content {
		margin-bottom: -10px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.page {
		max-width: 1000px;
	}

	.site-menubar {
		padding-left: -webkit-calc((100% - 1000px) / 2 + 30px) !important;
		padding-left: calc((100% - 1000px) / 2 + 30px) !important;
		padding-right: -webkit-calc((100% - 1000px) / 2 + 30px) !important;
		padding-right: calc((100% - 1000px) / 2 + 30px) !important;
	}

	.site-navbar {
		padding-left: -webkit-calc((100% - 1000px) / 2 + 30px) !important;
		padding-left: calc((100% - 1000px) / 2 + 10px) !important;
		padding-right: -webkit-calc((100% - 1000px) / 2 + 30px) !important;
		padding-right: calc((100% - 1000px) / 2 + 30px) !important;
	}

	.site-footer {
		padding-left: -webkit-calc((100% - 1000px) / 2 + 30px) !important;
		padding-left: calc((100% - 1000px) / 2 + 30px) !important;
		padding-right: -webkit-calc((100% - 1000px) / 2 + 30px) !important;
		padding-right: calc((100% - 1000px) / 2 + 30px) !important;
	}

	.subheader .content,
	.offer-content,
	.subheader .tabs {
		padding-left: -webkit-calc((100% - 1000px) / 2 + 30px) !important;
		padding-left: calc((100% - 1000px) / 2 + 30px) !important;
		padding-right: -webkit-calc((100% - 1000px) / 2 + 30px) !important;
		padding-right: calc((100% - 1000px) / 2 + 30px) !important;
	}

	.offer-content {
		margin-bottom: -10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.page {
		max-width: 992px;
	}

	.site-menubar {
		padding-left: -webkit-calc((100% - 992px) / 2 + 10px) !important;
		padding-left: calc((100% - 992px) / 2 + 10px) !important;
		padding-right: -webkit-calc((100% - 992px) / 2 + 30px) !important;
		padding-right: calc((100% - 992px) / 2 + 30px) !important;
	}

	.site-navbar {
		padding-left: -webkit-calc((100% - 992px) / 2 + 10px) !important;
		padding-left: calc((100% - 992px) / 2 + 10px) !important;
		padding-right: -webkit-calc((100% - 992px) / 2 + 30px) !important;
		padding-right: calc((100% - 992px) / 2 + 30px) !important;
	}

	.site-footer {
		padding-left: -webkit-calc((100% - 992px) / 2 + 30px) !important;
		padding-left: calc((100% - 992px) / 2 + 30px) !important;
		padding-right: -webkit-calc((100% - 992px) / 2 + 30px) !important;
		padding-right: calc((100% - 992px) / 2 + 30px) !important;
	}

	.subheader .content,
	.offer-content,
	.subheader .tabs {
		padding-left: -webkit-calc((100% - 992px) / 2 + 30px) !important;
		padding-left: calc((100% - 992px) / 2 + 30px) !important;
		padding-right: -webkit-calc((100% - 992px) / 2 + 30px) !important;
		padding-right: calc((100% - 992px) / 2 + 30px) !important;
	}

	.offer-content {
		margin-bottom: -10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.page {
		max-width: 768px;
	}

	.site-menubar {
		padding-left: -webkit-calc((100% - 768px) / 2 + 10px) !important;
		padding-left: calc((100% - 768px) / 2 + 10px) !important;
		padding-right: -webkit-calc((100% - 768px) / 2 + 30px) !important;
		padding-right: calc((100% - 768px) / 2 + 30px) !important;
	}

	.site-navbar {
		padding-left: -webkit-calc((100% - 768px) / 2 + 10px) !important;
		padding-left: calc((100% - 768px) / 2 + 10px) !important;
		padding-right: -webkit-calc((100% - 768px) / 2 + 30px) !important;
		padding-right: calc((100% - 768px) / 2 + 30px) !important;
	}

	.site-footer {
		padding-left: -webkit-calc((100% - 768px) / 2 + 30px) !important;
		padding-left: calc((100% - 768px) / 2 + 30px) !important;
		padding-right: -webkit-calc((100% - 768px) / 2 + 30px) !important;
		padding-right: calc((100% - 768px) / 2 + 30px) !important;
	}

	.subheader .content,
	.offer-content,
	.subheader .tabs {
		padding-left: -webkit-calc((100% - 768px) / 2 + 30px) !important;
		padding-left: calc((100% - 768px) / 2 + 30px) !important;
		padding-right: -webkit-calc((100% - 768px) / 2 + 30px) !important;
		padding-right: calc((100% - 768px) / 2 + 30px) !important;
	}

	.offer-content {
		margin-bottom: -10px;
	}
}

@media (max-width: 767px) {

	.subheader .content,
	.offer-content,
	.subheader .tabs {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.offer-content {
		margin-bottom: -10px;
	}
}

@media (max-width: 480px) {
	.offer-content {
		margin-bottom: 10px;
	}
}


/**

Site Navbar

**/

.navbar-dark {
	/** background: linear-gradient(0deg, #000, #202020); **/
	background-color: #000;
}

.site-navbar .navbar-header .navbar-brand-logo {
	height: 40px;
	margin-top: -10px !important;
}

.site-navbar .navbar-header .navbar-brand-logo-normal {
	display: none;
}

.site-navbar .navbar-header .navbar-brand {
	font-family: "Roboto", sans-serif;
	cursor: pointer;
	background-image: radial-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 70%);
	background-position: 0px -60px;
	background-size: 0%;
	background-position: 65%;
	background-repeat: no-repeat;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	line-height: 60px;
	height: 60px;
}

.site-navbar .navbar-header .navbar-brand>img {
	display: inline;
	max-height: 40px;
}

.site-navbar .navbar-header .navbar-brand:hover {
	background-position: 0 -5px;
	background-size: 100%;
}


.site-navbar .navbar-container {
	background-color: transparent;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 0px !important;
}

@media (min-width: 768px) {

	.site-navbar .navbar-container #toggleMenubar {
		display: none;
	}
}

@media (max-width: 767px) {
	.site-navbar .navbar-container {
		background-color: #222121 !important;
		width: 100%;
	}

	.site-navbar .navbar-container.userbar {
		background-color: #302f2f !important;
		width: 100%;
	}

	.navbar-collapse {
		border-top: 0px !important;
	}
}

.site-navbar.navbar-inverse .navbar-header .hamburger:before,
.site-navbar.navbar-inverse .navbar-header .hamburger:after,
.site-navbar.navbar-inverse .navbar-header .hamburger .hamburger-bar {
	background-color: #fff;
}

.site-navbar.navbar-inverse .navbar-header .navbar-brand-logo-normal {
	display: inline-block;
}

.site-navbar.navbar-inverse .navbar-header .navbar-brand-logo-special {
	display: none;
}

.site-navbar.navbar-inverse .navbar-container {
	background-color: transparent;
}

@media (max-width: 767px) {
	.site-navbar.navbar-inverse .navbar-container {
		background-color: #222121;
	}
}

@media (max-width: 767px) {
	.site-navbar.navbar-inverse .navbar-toolbar>li>a {
		color: inherit;
	}
}

html,
body {
	height: 100%;
	background: #191818;
	color: #8e8e8e;
	-webkit-backface-visibility: hidden;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;

	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;


	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	padding-top: 116.018px;
}

.site-menubar {
	z-index: 1400;
	position: fixed;
	top: 66.01px;
	background: #263238;
	color: rgba(163, 175, 183, .9);
	height: 3.572rem;
	width: 100%;
	font-family: "Roboto", sans-serif;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.site-menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-menubar a {
	outline: none;
}

.site-menubar a:hover,
.site-menubar a:focus {
	text-decoration: none;
}


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

	.site-menubar {
		width: 260px;
	}

	.site-menubar-body {
		height: 100%;
	}
}

.css-menubar .site-menu-scroll-wrap {
	overflow-x: auto;
}


.css-menubar .site-menu-item:hover>.site-menu-sub {
	display: block;
}

.css-menubar .site-menu-sub .site-menu-item:hover>a>.site-menu-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}


.css-menubar .site-menu-item:hover>a {
	color: #fff;
}

.css-menubar .site-menu-item:hover>a:hover {
	background-color: transparent;
}

.css-menubar .site-menu-item.active:hover>a {
	background-color: transparent;
}

.css-menubar .site-menu-section:hover {
	background-color: transparent;
}

.site-menu {
	font-size: 14px;
	font-weight: 500;
}

.nav-item .dropdown-menu {
	background-color: #222121;
	border: 0px;
	border-radius: 5px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	opacity: 0;
	visibility: hidden;

}

.nav-item.open>.dropdown-menu {
	opacity: 1;
	visibility: visible;
	;
}



.site-menu .dropdown-menu {
	display: block;
	visibility: hidden;
	margin-top: 0px;
	background-color: #222121;
	color: inherit;
	;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border: 0px;
	border-radius: 5px;
}

.site-menu .dropdown-menu::after {
	content: "";
	display: table;
	clear: both;
}

.site-menu .open>.dropdown-menu {
	visibility: visible;
}

.site-menu .dropdown-toggle::after {
	content: "";
	display: table;
	clear: both;
}

.site-menu-scroll-wrap.is-list {
	max-height: 420px;
	width: 217px;
}

.site-menu-category {
	display: none;
}

.site-menu>.site-menu-item {
	display: inline-block;
}

.site-menu>.site-menu-item.has-section {
	position: inherit;
}

.site-menu>.site-menu-item>a {
	display: block;
	white-space: nowrap;
	cursor: pointer;
	padding: .429rem 1rem;
	margin-right: 5px;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 50px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.site-menu-item.has-sub>a:focus {
	color: #fff;
	background-color: transparent;
	background-color: #000;
	text-decoration: none;
}

.site-menu-item.has-sub.open>.site-menu-sub {
	display: block;
}

.site-menu-item.is-hidden {
	opacity: 0;
}

.site-menu-item.is-shown {
	opacity: 1;
}

.site-menu-icon {
	display: inline-block;
	margin-right: 4px;
	width: 1em;
	text-align: center;
}

.site-menu-title {
	display: inline-block;
	max-width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.site-menu-arrow {
	font-family: "Font Awesome 5 Pro";
	margin-left: 5px;
	-webkit-transition: -webkit-transform .15s;
	-o-transition: -o-transform .15s;
	transition: transform .15s;
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	text-rendering: auto;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.site-menu-arrow:before {
	font-weight: 900;
	content: "\f0d7";
}

.site-menu-sub {
	list-style-type: none;
	padding: 0px;
}

.site-menu-sub .site-menu-arrow {
	position: absolute;
	right: 15px;
}

.site-menu-sub .site-menu-arrow:before {
	content: "\f0d7";
}

.site-menu-sub .site-menu-item>a {
	display: block;
	padding: 0 20px;
	line-height: 38px;
	min-width: 200px;
}

.site-menu-sub .site-menu-item.open>a>.site-menu-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.site-menu-sub .site-menu-sub {
	position: relative;
	top: 0;
	display: none;
	max-height: none;
}

.site-menu-sub .site-menu-sub .site-menu-item>a {
	clear: both;
	padding: 0 20px;
}

.site-menu-section>header {
	font-weight: 400;
	margin-bottom: 10px;
	padding: 10px 0;
	text-transform: uppercase;
}

.site-menu-section>header::after {
	content: "";
	display: table;
	clear: both;
}

.site-menu-section>header>.site-menu-arrow {
	display: none;
}

.site-menu-section>.site-menu-scroll-wrap {
	max-height: 340px;
}

.site-menu-section .site-menu-section-list {
	display: block;
}

.site-menu-section-wrap {
	left: 20px;
	right: 20px;
}

.site-menu-section-wrap.site-menu-sub {
	overflow: hidden;
}

.site-menu-section-wrap>.site-menu-section {
	margin-top: 10px;
	margin-bottom: 20px;
}

.site-menu-item>a {
	color: rgba(255, 255, 255, 0.5);
	-moz-transition: color .3s ease 0s, background .3s ease 0s;
	-webkit-transition: color .3s ease 0s, background .3s ease 0s;
	-o-transition: color .3s ease 0s, background .3s ease 0s;
	transition: color .3s ease 0s, background .3s ease 0s;
}

.site-menu-item>a:hover,
.site-menu-item>a:active,
.site-menu-item>a:focus {
	color: rgba(255, 255, 255, .8);
	background-color: rgba(0, 0, 0, 0.4) !important;
	text-decoration: none;
}

.site-menu-item.open {
	background-color: rgba(0, 0, 0, .06);
}

.site-menu-item.open>a {
	color: #fff;
}

.site-menu-item.open>a:hover {
	background-color: transparent;
}

.site-menu-item.active>a {
	color: #000;
	background-color: rgba(255, 255, 255, 1);

}

.site-menu-item.active.open>a {
	background-color: transparent;
}

.site-menu-section>header {
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.site-menu-section.open {
	background-color: transparent;
}

ul.site-menu {
	padding-left: 10px;
	padding-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}

@media (max-width: 767px) {
	.site-menu {
		overflow-y: hidden;
	}

	.site-menu-category {
		display: block;
		font-size: 15px;
		padding: 0 24px;
		line-height: 46px;
		text-transform: uppercase;
		margin-top: 20px;
	}

	.site-menu-item>a {
		padding: 0 30px;
		margin-bottom: 15px;
	}

	.site-menu-item.open>a .site-menu-arrow,
	.site-menu-item.open>header .site-menu-arrow {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.site-menu-icon {
		margin-right: 14px;
	}

	.site-menu-title {
		max-width: 160px;
	}

	.site-menu-arrow {
		position: absolute;
		right: 30px;
	}

	.site-menu-arrow:before {
		content: "\f0d7";
	}

	.site-menu>.site-menu-item {
		display: block;
	}

	.site-menu>.site-menu-item>a {
		padding: 0 30px;
		line-height: 46px;
	}

	.site-menu .dropdown-menu {
		display: none;
		margin-top: 0;
		float: none;
		position: relative;
		border: none;
		padding: 0;
		color: rgba(255, 255, 255, 0.3) !important;
		background-color: transparent;
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.site-menu .open>.dropdown-menu {
		display: block;
	}

	.site-menu-scroll-wrap.is-list {
		width: auto;
		max-height: none;
	}

	.site-menu-sub .site-menu-item>a {
		padding: 0 30px;
	}

	.site-menu-sub .site-menu-arrow {
		right: 30px;
	}

	.site-menu-sub .site-menu-sub .site-menu-item>a {
		padding: 0 30px;
	}

	.site-menu-section {
		display: block;
		padding: 0;
		margin: 0;
		font-size: 14px;
	}

	.site-menu-section-wrap {
		left: auto;
		right: auto;
	}

	.site-menu-section-wrap.blocks>li,
	.site-menu-section-wrap[class*="blocks-"]>li {
		float: none;
		padding: 0;
		margin: 0;
	}

	.site-menu-section>header {
		padding: 0 30px;
		line-height: 38px;
		cursor: pointer;
		font-weight: inherit;
		margin-bottom: 0;
		text-transform: none;
		border: none;
	}

	.site-menu-section>header>.site-menu-arrow {
		display: inline-block;
	}

	.site-menu-section>.site-menu-scroll-wrap {
		display: none;
		max-height: none;
	}

	.site-menu-section.open>.site-menu-scroll-wrap {
		display: block;
	}

	.site-menu-section>header {
		border-bottom: none;
	}

	.site-menu-section>header:hover {
		color: rgba(255, 255, 255, .8);
		background-color: rgba(255, 255, 255, .02);
	}

	.site-menu-section.open {
		background-color: rgba(0, 0, 0, .06);
	}

	.site-menu-section.open>header {
		color: #fff;
	}

	.site-menu-section.open>header:hover {
		background-color: transparent;
	}

	.site-menu-section.active>header {
		color: #fff;
		background-color: rgba(0, 0, 0, .06);
	}

	.site-menu-section.active.open>header {
		background-color: transparent;
	}

	ul.site-menu {
		padding: 0 0 20px;
	}

	.site-menu .scrollable-container,
	.site-menu .scrollable-content {
		height: auto !important;
		width: auto !important;
	}

	.site-menu [class*=blocks-]>li {
		display: block;
	}
}

.site-sidebar {
	z-index: 1210;
}

.site-sidebar.slidePanel {
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

.site-sidebar.slidePanel.slidePanel-right,
.site-sidebar.slidePanel.slidePanel-left {
	width: 300px;
	overflow: hidden;
}

.site-sidebar-content {
	height: 100%;
}

.site-sidebar-nav.nav-tabs {
	width: 100%;
}

.site-sidebar-nav.nav-tabs>.nav-item {
	display: table-cell;
	float: none;
	width: 1%;
}

.site-sidebar-nav.nav-tabs>.nav-item>.nav-link {
	padding: 0;
	font-size: 16px;
	line-height: 90px;
	text-align: center;
}

.site-sidebar-nav.nav-tabs>.nav-item>.nav-link>.icon {
	margin-right: 0;
}

.site-sidebar-tab-content {
	height: 100%;
	height: -webkit-calc(100% - 90px);
	height: calc(100% - 90px);
}

.site-sidebar-tab-content>.tab-pane {
	height: 100%;
	padding: 20px 30px;
}

.site-sidebar-tab-content>.tab-pane.scrollable {
	padding: 0;
}

.site-sidebar-tab-content>.tab-pane .scrollable-content {
	padding: 20px 30px;
}

.site-sidebar-tab-content>.tab-pane .list-group {
	margin-right: -30px;
	margin-left: -30px;
}

.site-sidebar-tab-content>.tab-pane .list-group>.list-group-item {
	padding-right: 30px;
	padding-left: 30px;
}

.site-sidebar .conversation {
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 1700;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.site-sidebar .conversation.active {
	right: 0;
}

.site-sidebar .conversation-header {
	border-bottom: 1px solid #e4eaec;
}

.site-sidebar .conversation-header>* {
	padding: 0 30px;
	margin: 0;
	line-height: 90px;
}

.site-sidebar .conversation-more,
.site-sidebar .conversation-return {
	color: rgba(55, 71, 79, .4);
	cursor: pointer;
}

.site-sidebar .conversation-more:hover,
.site-sidebar .conversation-more:focus,
.site-sidebar .conversation-return:hover,
.site-sidebar .conversation-return:focus {
	color: rgba(55, 71, 79, .6);
}

.site-sidebar .conversation-more:active,
.site-sidebar .conversation-return:active {
	color: #37474f;
}

.site-sidebar .conversation-title {
	position: relative;
	top: 1px;
	z-index: -1;
	color: #37474f;
	text-align: center;
}

.site-sidebar .conversation-content {
	padding: 30px 15px;
}

.site-sidebar .conversation-reply {
	position: absolute;
	bottom: 0;
	padding: 10px 0;
	border-top: 1px solid #e4eaec;
}

.site-sidebar .conversation-reply .form-control {
	border: 0;
	border-right: 1px solid #e4eaec;
}

@media (max-width: 767px) {

	.site-sidebar.slidePanel.slidePanel-right,
	.site-sidebar.slidePanel.slidePanel-left {
		width: 100%;
	}
}

.site-action {
	position: fixed;
	right: 32px;
	bottom: 55px;
	z-index: 1290;
	-webkit-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
}

.site-action input {
	display: none;
}

.site-action .btn {
	-webkit-box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
	box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
}

.site-action .front-icon {
	display: block;
}

.site-action .back-icon {
	display: none;
}

.site-action-buttons {
	position: absolute;
	bottom: 56px;
	left: 0;
	display: none;
	width: 100%;
	text-align: center;
}

.site-action-buttons .btn {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	-webkit-animation-delay: 100ms;
	-o-animation-delay: 100ms;
	animation-delay: 100ms;
}

.site-action.active .front-icon {
	display: none;
}

.site-action.active .back-icon {
	display: block;
}

.site-action.active .site-action-buttons {
	display: block;
}

@media (max-width: 767px) {
	.site-action .btn-floating {
		width: 46px;
		height: 46px;
		padding: 0;
		font-size: 16px;
		-webkit-box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
		box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
	}

	.site-action-buttons {
		bottom: 46px;
	}
}

.sub-background {
	background-color: #1b1b1b;
}

.page {
	margin: 0 auto;
	position: relative;
	min-height: -webkit-calc(100% - 44px);
	min-height: calc(100% - 44px);
}

.page.sub-page {
	min-height: 0 !important;
}

@media (max-width: 479px) {
	.page {
		overflow: hidden;
	}

	.page.game-overview {
		overflow: inherit;
	}
}

.page-dark.layout-full {
	color: #fff;
}

.page-dark.layout-full::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
}

.page-dark.layout-full::after {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(38, 50, 56, .6);
}

.page-dark.layout-full .brand {
	margin-bottom: 21px;
}

.page-dark.layout-full .brand-text {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.page-nav-tabs {
	padding: 0 30px;
}

.page-content {
	padding: 30px 30px;
}

@media (max-width: 479px) {
	.page-content {
		padding: 10px;
	}
}

.page-content-actions {
	padding: 0 30px 30px;
}

.page-content-actions .dropdown {
	display: inline-block;
}

.page-content-actions::after {
	content: "";
	display: table;
	clear: both;
}

.page-content-table {
	max-width: 100%;
	padding: 0;
	overflow-x: auto;
}

.page-content-table .table>thead>tr>th,
.page-content-table .table>tbody>tr>th,
.page-content-table .table>thead>tr>td,
.page-content-table .table>tbody>tr>td {
	padding-top: 20px;
	padding-bottom: 20px;
}

.page-content-table .table>thead>tr>th:first-child,
.page-content-table .table>tbody>tr>th:first-child,
.page-content-table .table>thead>tr>td:first-child,
.page-content-table .table>tbody>tr>td:first-child {
	padding-left: 30px;
}

.page-content-table .table>thead>tr>th:last-child,
.page-content-table .table>tbody>tr>th:last-child,
.page-content-table .table>thead>tr>td:last-child,
.page-content-table .table>tbody>tr>td:last-child {
	padding-right: 30px;
}

.page-content-table .table>tbody>tr:hover>td {
	background-color: #f3f7f9;
}

.page-content-table .table>tbody>tr>td {
	cursor: pointer;
}

.page-content-table .table>tbody>tr:last-child td {
	border-bottom: 1px solid #e4eaec;
}

.page-content-table .table.is-indent>thead>tr>th.pre-cell,
.page-content-table .table.is-indent>thead>tr>th.suf-cell,
.page-content-table .table.is-indent>tbody>tr>th.pre-cell,
.page-content-table .table.is-indent>tbody>tr>th.suf-cell,
.page-content-table .table.is-indent>thead>tr>td.pre-cell,
.page-content-table .table.is-indent>thead>tr>td.suf-cell,
.page-content-table .table.is-indent>tbody>tr>td.pre-cell,
.page-content-table .table.is-indent>tbody>tr>td.suf-cell {
	width: 30px;
	padding: 0;
	border-top: 0;
	border-bottom: 0;
}

.page-content-table .table.is-indent>tbody>tr:first-child td {
	border-top: 0;
}

.page-content-table .table.is-indent>tbody>tr:last-child td.pre-cell,
.page-content-table .table.is-indent>tbody>tr:last-child td.suf-cell {
	border-bottom: 0;
}

.page-content-table .table.is-indent>tfoot>tr>td {
	border-top: 0;
}

.page-content-table .pagination {
	margin-right: 30px;
	margin-left: 30px;
}

.page-copyright {
	margin-top: 60px;
	font-size: .858rem;
	color: #37474f;
	letter-spacing: 1px;
}

.page-copyright .social a {
	margin: 0 10px;
	text-decoration: none;
}

.page-copyright .social .icon {
	font-size: 1rem;
	color: rgba(55, 71, 79, .6);
}

.page-copyright .social .icon:hover,
.page-copyright .social .icon:focus {
	color: rgba(55, 71, 79, .8);
}

.page-copyright .social .icon.active,
.page-copyright .social .icon:active {
	color: #37474f;
}

.page-copyright-inverse {
	color: #fff;
}

.page-copyright-inverse .social .icon {
	color: #fff;
}

.page-copyright-inverse .social .icon:hover,
.page-copyright-inverse .social .icon:active {
	color: rgba(255, 255, 255, .8);
}

@media (max-width: 991px) {
	.page {
		min-height: -webkit-calc(100% - 66px);
		min-height: calc(100% - 66px);
	}
}

.page-header+.page-content {
	padding-top: 0;
}

.content-title {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}

.page-top-background {
	position: absolute;
	z-index: 0 !important;
	top: 0;
	width: 100%;
}

.page-top-background .background-overlay {
	background: linear-gradient(0deg, rgba(26, 24, 24, 1) 0%, rgba(26, 24, 24, 0.8) 30%, rgba(26, 24, 24, 0.5) 100%), url('../images/game_pattern_white.png');
	height: 300px;
}

.sub-background .page-top-background .background-overlay {
	background: linear-gradient(0deg, rgba(27, 27, 27, 1) 0%, rgba(27, 27, 27, 0.8) 30%, rgba(27, 27, 27, 0.5) 100%), url('../images/game_pattern_white.png');
	height: 250px;
}

.page-top-background.with-carousel .background-overlay {
	height: 600px;
}

.page-top-background .background-overlay.listings-overview {
	z-index: 1;
	height: 400px;
	position: absolute;
	top: 0;
	width: 100%;
	margin-top: -60px;
}

.page-top-background .background-overlay.with-platform {
	background: linear-gradient(0deg, rgba(26, 24, 24, 1) 0%, rgba(26, 24, 24, 0.6) 50%, rgba(26, 24, 24, 0) 100%), url('../images/game_pattern_white.png');
	z-index: 1;
	height: 400px;
	position: absolute;
	top: 0;
	width: 100%;
	margin-top: -60px;
}

.page-top-background .background-overlay.with-platform.is-light {
	background: linear-gradient(0deg, rgba(26, 24, 24, 1) 0%, rgba(26, 24, 24, 0.6) 50%, rgba(26, 24, 24, 0) 100%), url('../images/game_pattern.png');
}

.page-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 26px;
}

.page-title>.icon {
	margin-right: .3em;
}

.page-description {
	color: #B8B8B8;
}

.page-header {
	position: relative;
	padding: 30px 30px;
	margin-top: 0;
	margin-bottom: 0;
	background: transparent;
	border-bottom: 0;
}

.page-header-actions {
	position: absolute;
	top: 50%;
	right: 30px;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-header-actions .btn-icon {
	margin-left: 6px;
}

.page-header-actions>* {
	margin-bottom: 0;
}

.page-header .breadcrumb {
	padding: 0;
	margin: 0;
}

.page-header-bordered {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	background-color: #fff;
	border-bottom: 1px solid transparent;
}

.page-header-tabs {
	padding-bottom: 0;
}

.page-header-tabs .nav-tabs-line {
	margin-top: 5px;
	border-bottom-color: transparent;
}

.page-header-tabs .nav-tabs-line>li>a {
	padding: 5px 20px;
}

@media (max-width: 767px) {
	.site-navbar-collapsing {
		-webkit-transition: padding-top .35s;
		-o-transition: padding-top .35s;
		transition: padding-top .35s;
	}

	body.site-navbar-collapse-show {
		padding-top: calc(2 * 66.01px);
	}

	.site-navbar-collapse-show .slidePanel.slidePanel-right,
	.site-navbar-collapse-show .slidePanel.slidePanel-left {
		top: 135px;
		-webkit-transition: top .35s;
		-o-transition: top .35s;
		transition: top .35s;
	}
}

body.site-navbar-small {
	padding-top: 4.286rem;
}

.site-navbar-small .site-navbar {
	height: 4.286rem;
	min-height: 4.286rem;
}


.site-navbar-small .site-navbar .navbar-nav {
	margin: .6965rem -.9375rem;
}

@media (min-width: 768px) {
	.site-navbar-small .site-navbar .navbar-nav>li>a {
		padding-top: 1.393rem;
		padding-bottom: 1.393rem;
	}
}

.site-navbar-small .site-navbar .navbar-toggler {
	height: 4.286rem;
	padding: 1.393rem .9375rem;
}

.navbar-toolbar .nav-item .badge.up {
	position: absolute;
	top: -3px;
	right: -3px;
	border-radius: 15px;
	height: 15px;
	line-height: 12px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.navbar-toolbar-right {
		margin-top: 13px;
	}
}


.navbar-toolbar .nav-item {
	margin-right: 5px;
}

.site-navbar-small .site-navbar .navbar-toolbar>li>a {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0px;
	background-color: rgba(255, 255, 255, 0.05);
	width: 33px;
	height: 33px;
	border-radius: 100%;
	line-height: 33px;
	text-align: center;
	font-size: 18px;
	overflow: visible;
	padding: 0px;
	-moz-transition: background-color .3s ease 0s;
	-webkit-transition: background-color .3s ease 0s;
	-o-transition: background-color .3s ease 0s;
	transition: background-color .3s ease 0s;
}

.navbar-btn {
	margin-top: 0px;
	margin-bottom: 0px;
}

.site-navbar-small .site-navbar .navbar-toolbar>li>a.navbar-avatar {
	width: 100%;
	border-radius: 50px;
}

.site-navbar-small .site-navbar .navbar-toolbar>li>a.navbar-avatar .avatar {
	height: 33px;
	vertical-align: initial;
}

.site-navbar-small .site-navbar .navbar-toolbar>li>a.navbar-avatar .avatar img {
	vertical-align: inherit;
	margin-top: 5px;
	margin-left: 5px;
	height: 24px;
	width: 24px;
}

.site-navbar-small .site-navbar .navbar-toolbar>li>a.navbar-avatar .avatar i {
	bottom: 3px;
}


.site-navbar-small .site-navbar .navbar-search-overlap .form-control {
	height: 4.286rem !important;
}

.site-navbar-small .page-aside-fixed .page-aside {
	top: 7.858rem;
	height: -webkit-calc(100% - 7.858rem);
	height: calc(100% - 7.858rem);
}

.site-navbar-small .site-menubar {
	top: 4.286rem;
}

.site-navbar-small .site-skintools {
	top: 10.001rem;
}

.site-navbar-small .slidePanel-right,
.site-navbar-small .slidePanel-left {
	top: 7.858rem;
}

@media (max-width: 767px) {
	body.site-navbar-small {
		padding-top: 4.286rem;
	}

	body.site-navbar-small .site-menubar {
		top: 4.286rem;
		height: -webkit-calc(100% - 4.286rem);
		height: calc(100% - 4.286rem);
	}

	body.site-navbar-small .page-aside {
		top: 4.286rem;
		height: -webkit-calc(100% - 4.286rem);
		height: calc(100% - 4.286rem);
	}

	body.site-navbar-small .page-aside-fixed .page-aside {
		top: 4.286rem;
		height: -webkit-calc(100% - 4.286rem);
		height: calc(100% - 4.286rem);
	}

	body.site-navbar-small .site-skintools {
		top: 6.429rem;
	}

	body.site-navbar-small .slidePanel-right,
	body.site-navbar-small .slidePanel-left {
		top: 4.286rem;
	}

	body.site-navbar-small.site-navbar-collapse-show {
		padding-top: 8.572rem;
	}

	body.site-navbar-small.site-navbar-collapse-show .site-menubar {
		top: 8.572rem;
		height: -webkit-calc(100% - 8.572rem);
		height: calc(100% - 8.572rem);
	}

	body.site-navbar-small.site-navbar-collapse-show .page-aside {
		top: 8.572rem;
		height: -webkit-calc(100% - 8.572rem);
		height: calc(100% - 8.572rem);
	}

	body.site-navbar-small.site-navbar-collapse-show .site-skintools {
		top: 10.715rem;
	}

	body.site-navbar-small.site-navbar-collapse-show .slidePanel.slidePanel-left,
	body.site-navbar-small.site-navbar-collapse-show .slidePanel.slidePanel-right {
		top: 8.572rem;
	}
}

@media (max-width: 767px) {
	body {
		padding-top: 66.01px;
	}

	.site-navbar .brand {
		display: none;
	}

	.site-navbar .brand-mobile {
		display: block;
	}

	.site-menubar {
		top: 66.01px;
		height: -webkit-calc(100% - 66.01px);
		height: calc(100% - 66.01px);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		perspective: 1000;
		-ms-transform: translate(-260px, 0);
		-webkit-transform: translate3d(-260px, 0, 0);
		transform: translate3d(-260px, 0, 0);
	}

	.site-navbar-collapse-show .site-menubar {
		top: 132.02px;
		height: -webkit-calc(100% - 132.02px);
		height: calc(100% - 132.02px);
	}

	.disable-scrolling {
		overflow: hidden;
		height: 100%;
	}

	body.site-menubar-open {
		overflow: hidden;
		height: 100%;
	}

	body.site-menubar-open .page {
		overflow: hidden;
		height: 100%;
		pointer-events: none;
	}

	.site-menubar-open .page,
	.site-menubar-open .site-footer {
		-ms-transform: translate(260px, 0);
		-webkit-transform: translate3d(260px, 0, 0);
		transform: translate3d(260px, 0, 0);
	}

	.site-menubar-changing {
		overflow: hidden;
	}

	.site-menubar-changing .page,
	.site-menubar-changing .site-footer {
		-webkit-transition: -webkit-transform .25s;
		-o-transition: -o-transform .25s;
		transition: transform .25s;
	}

	.site-menubar-hide .site-menubar,
	.site-menubar-open .site-menubar {
		-webkit-transition: -webkit-transform .25s, top .35s, height .35s;
		-o-transition: -o-transform .25s, top .35s, height .35s;
		transition: transform .25s, top .35s, height .35s;
	}

	.site-menubar-open .site-menubar {
		-ms-transform: translate(0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.radio-custom,
.checkbox-custom {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio-custom label,
.checkbox-custom label {
	min-height: 21px;
	margin-bottom: 0;
	font-weight: 300;
	cursor: pointer;
}

.radio-custom input[type="radio"],
.checkbox-custom input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 0;
	margin-bottom: 0;
}

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

.input-group-addon .radio-custom,
.input-group-addon .checkbox-custom {
	margin: 0;
}

.checkbox-custom {
	padding-left: 20px;
}

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

.checkbox-custom label:empty {
	padding-left: 0;
}

.checkbox-custom label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	margin-left: -20px;
	border-radius: 5px;
	background-color: #4d4d4d;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.checkbox-custom.has-error label::before {
	background-color: #c33333;
}

.checkbox-custom label::after {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	left: 0;
	top: 0;
	margin-left: -20px;
	text-align: center;
	padding-top: 1px;
	font-size: 12px;
	color: #76838f;
}

.checkbox-custom input[type="checkbox"],
.checkbox-custom input[type="radio"] {
	opacity: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
}


.checkbox-custom input[type="checkbox"]:checked+label::before,
.checkbox-custom input[type="radio"]:checked+label::before {
	border-color: #e4eaec;
	border-width: 10px;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.checkbox-custom input[type="checkbox"]:checked+label::after,
.checkbox-custom input[type="radio"]:checked+label::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f00c";
}

.checkbox-custom input[type="checkbox"]:disabled+label,
.checkbox-custom input[type="radio"]:disabled+label {
	opacity: .65;
}

.checkbox-custom input[type="checkbox"]:disabled+label::before,
.checkbox-custom input[type="radio"]:disabled+label::before {
	background-color: #f3f7f9;
	border-color: #e4eaec;
	border-width: 1px;
	cursor: not-allowed;
}

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

.checkbox-custom.checkbox-inline {
	margin-top: 0;
	display: inline-block;
	margin-bottom: 0;
}

.checkbox-offer {
	position: relative;
	display: inline-block;
	background-color: #424242;
	border-radius: 5px;
	padding: 5px 10px !important;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.checkbox-offer:hover {
	background-color: #535353;
}

@media (max-width: 767px) {
	.checkbox-offer {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.both-options#delivery-wrapper {
		margin-right: 5px;
	}

	.both-options#pickup-wrapper {
		margin-left: 5px;
	}
}

.checkbox-offer.unchecked {
	opacity: 0.3;
}

.checkbox-offer label {
	min-height: 21px;
	margin-bottom: 0;
	font-weight: 300;
	cursor: pointer;
}

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

.input-group-addon .checkbox-offer {
	margin: 0;
}

.checkbox-offer label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 10px;
	font-weight: 700;
	font-size: 16px;
	margin-top: -3px;
}

.checkbox-offer label:empty {
	padding-left: 0;
}

.checkbox-offer label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	left: 0;
	margin-left: -20px;
	border-radius: 5px;
	background-color: #191818;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.checkbox-offer label::after {
	display: inline-block;
	position: absolute;
	width: 20px;
	line-height: 20px;
	left: 0;
	top: 0;
	margin-left: -20px;
	text-align: center;
	padding-top: 1px;
	font-size: 12px;
	color: #76838f;
}

.checkbox-offer input[type="checkbox"],
.checkbox-offer input[type="radio"] {
	opacity: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
}


.checkbox-offer input[type="checkbox"]:checked+label::before,
.checkbox-offer input[type="radio"]:checked+label::before {
	border-color: #e4eaec;
	border-width: 10px;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.checkbox-offer input[type="checkbox"]:checked+label::after,
.checkbox-offer input[type="radio"]:checked+label::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
}

.checkbox-offer input[type="checkbox"]:disabled+label,
.checkbox-offer input[type="radio"]:disabled+label {
	opacity: 1;
}

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

.checkbox-offer.checkbox-inline {
	margin-top: 0;
	display: inline-block;
	margin-bottom: 0;
}

.checkbox-offer.checkbox-lg input[type="checkbox"] {
	height: inherit;
}

.checkbox-inline+.checkbox-inline {
	margin-left: 20px;
}

.checkbox-default input[type="checkbox"]:checked+label::before,
.checkbox-default input[type="radio"]:checked+label::before {
	background-color: #fff;
}

.checkbox-default input[type="checkbox"]:checked+label::after,
.checkbox-default input[type="radio"]:checked+label::after {
	color: #191818;
}

.checkbox-default input[type="checkbox"].error+label::before {
	background-color: #c33333 !important;
}


.checkbox-sm {
	padding-left: 18px;
}

.checkbox-sm label {
	padding-left: 8px;
}

.checkbox-sm label:empty {
	padding-left: 0;
}

.checkbox-sm label::before,
.checkbox-sm label::after {
	width: 18px;
	height: 18px;
	margin-left: -18px;
}

.checkbox-sm label::after {
	font-size: 10px;
	line-height: 18px;
}

.checkbox-sm input[type="checkbox"],
.checkbox-sm input[type="radio"] {
	width: 18px;
	height: 18px;
}

.checkbox-sm input[type="checkbox"]:checked+label::before,
.checkbox-sm input[type="radio"]:checked+label::before {
	border-width: 9px;
}

.checkbox-lg {
	padding-left: 24px;
}

.checkbox-lg label {
	padding-left: 12px;
}

.checkbox-lg label:empty {
	padding-left: 0;
}

.checkbox-lg label::before,
.checkbox-lg label::after {
	width: 24px;
	height: 24px;
	margin-left: -24px;
}

.checkbox-lg label::after {
	font-size: 14px;
	line-height: 24px;
}

.checkbox-lg input[type="checkbox"],
.checkbox-lg input[type="radio"] {
	width: 24px;
	height: 24px;
}

.checkbox-lg input[type="checkbox"]:checked+label::before,
.checkbox-lg input[type="radio"]:checked+label::before {
	border-width: 12px;
}

.radio-custom {
	padding-left: 20px;
}

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

.radio-custom label:empty {
	padding-left: 0;
}

.radio-custom label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #e4eaec;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
	-o-transition: border 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
	transition: border 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
}

.radio-custom label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 6px;
	height: 6px;
	left: 7px;
	top: 7px;
	margin-left: -20px;
	border: 2px solid #76838f;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: .1s cubic-bezier(.8, -.33, .2, 1.33);
	-o-transition: .1s cubic-bezier(.8, -.33, .2, 1.33);
	transition: .1s cubic-bezier(.8, -.33, .2, 1.33);
}

.radio-custom input[type="radio"] {
	width: 20px;
	height: 20px;
	opacity: 0;
	z-index: 1;
}

.radio-custom input[type="radio"]:focus+label::before {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.radio-custom input[type="radio"]:checked+label::before {
	border-color: #e4eaec;
	border-width: 10px;
}

.radio-custom input[type="radio"]:checked+label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio-custom input[type="radio"]:disabled+label {
	opacity: .65;
}

.radio-custom input[type="radio"]:disabled+label::before {
	cursor: not-allowed;
}

.radio-custom.radio-inline {
	margin-top: 0;
	display: inline-block;
	margin-bottom: 0;
}

.radio-inline+.radio-inline {
	margin-left: 20px;
}

.radio-default input[type="radio"]:checked+label::before {
	background-color: #fff;
	border-color: #e4eaec;
	border-width: 1px;
}

.radio-default input[type="radio"]:checked+label::after {
	border-color: #62a8ea;
}

.radio-primary input[type="radio"]:checked+label::before {
	border-color: #62a8ea;
}

.radio-primary input[type="radio"]:checked+label::after {
	border-color: #fff;
}

.radio-danger input[type="radio"]:checked+label::before {
	border-color: #f96868;
}

.radio-danger input[type="radio"]:checked+label::after {
	border-color: #fff;
}

.radio-info input[type="radio"]:checked+label::before {
	border-color: #57c7d4;
}

.radio-info input[type="radio"]:checked+label::after {
	border-color: #fff;
}

.radio-warning input[type="radio"]:checked+label::before {
	border-color: #f2a654;
}

.radio-warning input[type="radio"]:checked+label::after {
	border-color: #fff;
}

.radio-success input[type="radio"]:checked+label::before {
	border-color: #46be8a;
}

.radio-success input[type="radio"]:checked+label::after {
	border-color: #fff;
}

.radio-sm {
	padding-left: 18px;
}

.radio-sm label {
	padding-left: 8px;
}

.radio-sm label:empty {
	padding-left: 0;
}

.radio-sm label::before {
	width: 18px;
	height: 18px;
	margin-left: -20px;
}

.radio-sm label::after {
	width: 4px;
	height: 4px;
	left: 7px;
	top: 7px;
	margin-left: -20px;
	border-width: 2px;
}

.radio-sm input[type="radio"] {
	width: 18px;
	height: 18px;
}

.radio-sm input[type="radio"]:checked+label::before {
	border-width: 9px;
}

.radio-lg {
	padding-left: 24px;
}

.radio-lg label {
	padding-left: 12px;
}

.radio-lg label:empty {
	padding-left: 0;
}

.radio-lg label::before {
	width: 24px;
	height: 24px;
	margin-left: -20px;
}

.radio-lg label::after {
	width: 8px;
	height: 8px;
	left: 8px;
	top: 8px;
	margin-left: -20px;
	border-width: 2px;
}

.radio-lg input[type="radio"] {
	width: 24px;
	height: 24px;
}

.radio-lg input[type="radio"]:checked+label::before {
	border-width: 12px;
}

@media (min-width: 768px) {

	.form-inline .radio-custom,
	.form-inline .checkbox-custom {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio-custom label,
	.form-inline .checkbox-custom label {
		padding-left: 0;
	}

	.form-inline .radio-custom input[type="radio"],
	.form-inline .checkbox-custom input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.form-inline .radio-custom label {
		padding-left: 10px;
	}

	.form-inline .checkbox-custom label {
		padding-left: 10px;
	}

	.form-inline .checkbox-custom input[type="checkbox"] {
		position: absolute;
		margin-left: -20px;
	}

	.form-inline .radio-custom input[type="radio"] {
		position: absolute;
		margin-left: -20px;
	}
}

.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: .501rem;
}

.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom {
	min-height: 2.001rem;
}

.form-control-wrap {
	position: relative;
}

[class*=animation-] {
	-webkit-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animation-hover:not(:hover),
.animation-hover:not(:hover) [class*=animation-],
.touch .animation-hover:not(.hover),
.touch .animation-hover:not(.hover) [class*=animation-] {
	-webkit-animation-name: none;
	-o-animation-name: none;
	animation-name: none;
}

.animation-reverse {
	-webkit-animation-direction: reverse;
	-o-animation-direction: reverse;
	animation-direction: reverse;
	-webkit-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

.animation-repeat {
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animation-fade {
	-webkit-animation-name: fade;
	-o-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: .8s;
	-o-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}

.animation-scale {
	-webkit-animation-name: scale-12;
	-o-animation-name: scale-12;
	animation-name: scale-12;
}

.animation-scale-up {
	-webkit-animation-name: fade-scale-02;
	-o-animation-name: fade-scale-02;
	animation-name: fade-scale-02;
}

.animation-scale-down {
	-webkit-animation-name: fade-scale-18;
	-o-animation-name: fade-scale-18;
	animation-name: fade-scale-18;
}

.animation-slide-top {
	-webkit-animation-name: slide-top;
	-o-animation-name: slide-top;
	animation-name: slide-top;
}

.animation-slide-bottom {
	-webkit-animation-name: slide-bottom;
	-o-animation-name: slide-bottom;
	animation-name: slide-bottom;
}

.animation-slide-left {
	-webkit-animation-name: slide-left;
	-o-animation-name: slide-left;
	animation-name: slide-left;
}

.animation-slide-right {
	-webkit-animation-name: slide-right;
	-o-animation-name: slide-right;
	animation-name: slide-right;
}

.animation-shake {
	-webkit-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}

.animation-duration-10 {
	-webkit-animation-duration: 15s;
	-o-animation-duration: 15s;
	animation-duration: 15s;
}

.animation-duration-9 {
	-webkit-animation-duration: 9s;
	-o-animation-duration: 9s;
	animation-duration: 9s;
}

.animation-duration-8 {
	-webkit-animation-duration: 8s;
	-o-animation-duration: 8s;
	animation-duration: 8s;
}

.animation-duration-7 {
	-webkit-animation-duration: 7s;
	-o-animation-duration: 7s;
	animation-duration: 7s;
}

.animation-duration-6 {
	-webkit-animation-duration: 6s;
	-o-animation-duration: 6s;
	animation-duration: 6s;
}

.animation-duration-5 {
	-webkit-animation-duration: 5s;
	-o-animation-duration: 5s;
	animation-duration: 5s;
}

.animation-duration-4 {
	-webkit-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
}

.animation-duration-3 {
	-webkit-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
}

.animation-duration-2 {
	-webkit-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

.animation-duration-1 {
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animation-delay-100 {
	-webkit-animation-duration: 100ms;
	-o-animation-duration: 100ms;
	animation-duration: 100ms;
}

.animation-duration-250 {
	-webkit-animation-duration: 250ms;
	-o-animation-duration: 250ms;
	animation-duration: 250ms;
}

.animation-duration-300 {
	-webkit-animation-duration: 300ms;
	-o-animation-duration: 300ms;
	animation-duration: 300ms;
}

.animation-duration-500 {
	-webkit-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	animation-duration: 500ms;
}

.animation-duration-750 {
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
}

.animation-delay-1000 {
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.animation-delay-900 {
	-webkit-animation-delay: 900ms;
	-o-animation-delay: 900ms;
	animation-delay: 900ms;
}

.animation-delay-800 {
	-webkit-animation-delay: 800ms;
	-o-animation-delay: 800ms;
	animation-delay: 800ms;
}

.animation-delay-700 {
	-webkit-animation-delay: 700ms;
	-o-animation-delay: 700ms;
	animation-delay: 700ms;
}

.animation-delay-600 {
	-webkit-animation-delay: 600ms;
	-o-animation-delay: 600ms;
	animation-delay: 600ms;
}

.animation-delay-500 {
	-webkit-animation-delay: 500ms;
	-o-animation-delay: 500ms;
	animation-delay: 500ms;
}

.animation-delay-400 {
	-webkit-animation-delay: 400ms;
	-o-animation-delay: 400ms;
	animation-delay: 400ms;
}

.animation-delay-300 {
	-webkit-animation-delay: 300ms;
	-o-animation-delay: 300ms;
	animation-delay: 300ms;
}

.animation-delay-200 {
	-webkit-animation-delay: 200ms;
	-o-animation-delay: 200ms;
	animation-delay: 200ms;
}

.animation-delay-100 {
	-webkit-animation-delay: 100ms;
	-o-animation-delay: 100ms;
	animation-delay: 100ms;
}

.animation-top-left {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.animation-top-center {
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.animation-top-right {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.animation-middle-left {
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.animation-middle-right {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.animation-bottom-left {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.animation-bottom-center {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.animation-bottom-right {
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.animation-easing-easeInOut {
	-webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
	-o-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
	animation-timing-function: cubic-bezier(.42, 0, .58, 1);
}

.animation-easing-easeInQuad {
	-webkit-animation-timing-function: cubic-bezier(.55, .085, .68, .53);
	-o-animation-timing-function: cubic-bezier(.55, .085, .68, .53);
	animation-timing-function: cubic-bezier(.55, .085, .68, .53);
}

.animation-easing-easeInCubic {
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	-o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.animation-easing-easeInQuart {
	-webkit-animation-timing-function: cubic-bezier(.895, .03, .685, .22);
	-o-animation-timing-function: cubic-bezier(.895, .03, .685, .22);
	animation-timing-function: cubic-bezier(.895, .03, .685, .22);
}

.animation-easing-easeInQuint {
	-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
	-o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
	animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}

.animation-easing-easeInSine {
	-webkit-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
	-o-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
	animation-timing-function: cubic-bezier(.47, 0, .745, .715);
}

.animation-easing-easeInExpo {
	-webkit-animation-timing-function: cubic-bezier(.95, .05, .795, .035);
	-o-animation-timing-function: cubic-bezier(.95, .05, .795, .035);
	animation-timing-function: cubic-bezier(.95, .05, .795, .035);
}

.animation-easing-easeInCirc {
	-webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
	-o-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
	animation-timing-function: cubic-bezier(.6, .04, .98, .335);
}

.animation-easing-easeInBack {
	-webkit-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
	-o-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
	animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
}

.animation-easing-eastOutQuad {
	-webkit-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
	-o-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
	animation-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.animation-easing-easeOutCubic {
	-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.animation-easing-easeOutQuart {
	-webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
	-o-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
	animation-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.animation-easing-easeOutQuint {
	-webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
	-o-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
	animation-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.animation-easing-easeOutSine {
	-webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
	-o-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
	animation-timing-function: cubic-bezier(.39, .575, .565, 1);
}

.animation-easing-easeOutExpo {
	-webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	animation-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.animation-easing-easeOutCirc {
	-webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
	-o-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
	animation-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.animation-easing-easeOutBack {
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	-o-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

.animation-easing-easeInOutQuad {
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	-o-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.animation-easing-easeInOutCubic {
	-webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	-o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.animation-easing-easeInOutQuart {
	-webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
	-o-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
	animation-timing-function: cubic-bezier(.77, 0, .175, 1);
}

.animation-easing-easeInOutQuint {
	-webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
	-o-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
	animation-timing-function: cubic-bezier(.86, 0, .07, 1);
}

.animation-easing-easeInOutSine {
	-webkit-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
	-o-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
	animation-timing-function: cubic-bezier(.445, .05, .55, .95);
}

.animation-easing-easeInOutExpo {
	-webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
	-o-animation-timing-function: cubic-bezier(1, 0, 0, 1);
	animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

.animation-easing-easeInOutCirc {
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	-o-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}

.animation-easing-easeInOutBack {
	-webkit-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	-o-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

.animation-easing-easeInOutElastic {
	-webkit-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
	-o-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
	animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes scale-12 {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes scale-12 {
	0% {
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-12 {
	0% {
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes fade-scale-02 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2);
		transform: scale(.2);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes fade-scale-02 {
	0% {
		opacity: 0;
		-o-transform: scale(.2);
		transform: scale(.2);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes fade-scale-02 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2);
		-o-transform: scale(.2);
		transform: scale(.2);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes fade-scale-18 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes fade-scale-18 {
	0% {
		opacity: 0;
		-o-transform: scale(1.8);
		transform: scale(1.8);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes fade-scale-18 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.8);
		-o-transform: scale(1.8);
		transform: scale(1.8);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

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

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

@-o-keyframes slide-top {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

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

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

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

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

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

@-o-keyframes slide-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

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

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

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

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

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

@-o-keyframes slide-left {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

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

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

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

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

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

@-o-keyframes slide-right {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

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

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

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

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10% {
		-webkit-transform: translateX(-9px);
		transform: translateX(-9px);
	}

	20% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}

	30% {
		-webkit-transform: translateX(-7px);
		transform: translateX(-7px);
	}

	40% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}

	50% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	60% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	70% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}

	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}

	90% {
		-webkit-transform: translateX(-1px);
		transform: translateX(-1px);
	}
}

@-o-keyframes shake {

	0%,
	100% {
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	10% {
		-o-transform: translateX(-9px);
		transform: translateX(-9px);
	}

	20% {
		-o-transform: translateX(8px);
		transform: translateX(8px);
	}

	30% {
		-o-transform: translateX(-7px);
		transform: translateX(-7px);
	}

	40% {
		-o-transform: translateX(6px);
		transform: translateX(6px);
	}

	50% {
		-o-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	60% {
		-o-transform: translateX(4px);
		transform: translateX(4px);
	}

	70% {
		-o-transform: translateX(-3px);
		transform: translateX(-3px);
	}

	80% {
		-o-transform: translateX(2px);
		transform: translateX(2px);
	}

	90% {
		-o-transform: translateX(-1px);
		transform: translateX(-1px);
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	10% {
		-webkit-transform: translateX(-9px);
		-o-transform: translateX(-9px);
		transform: translateX(-9px);
	}

	20% {
		-webkit-transform: translateX(8px);
		-o-transform: translateX(8px);
		transform: translateX(8px);
	}

	30% {
		-webkit-transform: translateX(-7px);
		-o-transform: translateX(-7px);
		transform: translateX(-7px);
	}

	40% {
		-webkit-transform: translateX(6px);
		-o-transform: translateX(6px);
		transform: translateX(6px);
	}

	50% {
		-webkit-transform: translateX(-5px);
		-o-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	60% {
		-webkit-transform: translateX(4px);
		-o-transform: translateX(4px);
		transform: translateX(4px);
	}

	70% {
		-webkit-transform: translateX(-3px);
		-o-transform: translateX(-3px);
		transform: translateX(-3px);
	}

	80% {
		-webkit-transform: translateX(2px);
		-o-transform: translateX(2px);
		transform: translateX(2px);
	}

	90% {
		-webkit-transform: translateX(-1px);
		-o-transform: translateX(-1px);
		transform: translateX(-1px);
	}
}

.black {
	color: #000 !important;
}

.white {
	color: #fff !important;
}

.bg-white {
	color: #76838f;
	background-color: #fff;
}

.bg-primary {
	color: #fff;
	background-color: #62a8ea;
}

.bg-primary:hover {
	background-color: #8fc1f0;
}

.bg-primary a,
.bg-primary a.bg-primary {
	color: #fff;
}

.bg-primary a:hover,
.bg-primary a.bg-primary:hover {
	color: #fff;
}

.bg-success {
	color: #fff;
	background-color: #46be8a;
}

.bg-success:hover {
	background-color: #6ccba2;
}

.bg-success a,
.bg-success a.bg-primary {
	color: #fff;
}

.bg-success a:hover,
.bg-success a.bg-primary:hover {
	color: #fff;
}

.bg-info {
	color: #fff;
	background-color: #57c7d4;
}

.bg-info:hover {
	background-color: #80d5de;
}

.bg-info a,
.bg-info a.bg-info {
	color: #fff;
}

.bg-info a:hover,
.bg-info a.bg-info:hover {
	color: #fff;
}

.bg-warning {
	color: #fff;
	background-color: #f2a654;
}

.bg-warning:hover {
	background-color: #f6bf83;
}

.bg-warning a,
.bg-warning a.bg-warning {
	color: #fff;
}

.bg-warning a:hover,
.bg-warning a.bg-warning:hover {
	color: #fff;
}

.bg-danger {
	color: #fff;
	background-color: #f96868;
}

.bg-danger:hover {
	background-color: #fb9999;
}

.bg-danger a,
.bg-danger a.bg-danger {
	color: #fff;
}

.bg-danger a:hover,
.bg-danger a.bg-danger:hover {
	color: #fff;
}

.bg-dark {
	color: #fff;
	background-color: #526069;
}

.bg-dark:hover {
	background-color: #687a86;
}

.bg-dark a,
.bg-dark a.bg-dark {
	color: #fff;
}

.bg-dark a:hover,
.bg-dark a.bg-dark:hover {
	color: #fff;
}

.social-facebook {
	color: #fff;
	background-color: #3b5998 !important;
}

.social-facebook:hover,
.social-facebook:focus {
	color: #fff;
	background-color: #4c70ba !important;
}

.social-facebook:active,
.social-facebook.active {
	color: #fff;
	background-color: #2d4373 !important;
}

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

.social-twitch {
	color: #fff;
	background-color: #6441a5 !important;
}

.social-twitch:hover,
.social-twitch:focus {
	color: #fff;
	background-color: #815fc0 !important;
}

.social-twitch:active,
.social-twitch.active {
	color: #fff;
	background-color: #4b307b !important;
}

.bg-twitch {
	background-color: #6441a5;
}

.social-steam {
	color: #fff;
	background-color: #171a21 !important;
}

.social-steam:hover,
.social-steam:focus {
	color: #fff;
	background-color: #232833 !important;
}

.social-steam:active,
.social-steam.active {
	color: #fff;
	background-color: #111318 !important;
}

.bg-steam {
	background-color: #171a21;
}

.social-twitter {
	color: #fff;
	background-color: #55acee !important;
}

.social-twitter:hover,
.social-twitter:focus {
	color: #fff;
	background-color: #83c3f3 !important;
}

.social-twitter:active,
.social-twitter.active {
	color: #fff;
	background-color: #2795e9 !important;
}

.bg-twitter {
	background-color: #55acee;
}

.social-google-plus {
	color: #fff;
	background-color: #dd4b39 !important;
}

.social-google-plus:hover,
.social-google-plus:focus {
	color: #fff;
	background-color: #e47365 !important;
}

.social-google-plus:active,
.social-google-plus.active {
	color: #fff;
	background-color: #c23321 !important;
}

.bg-google-plus {
	background-color: #dd4b39;
}

.social-linkedin {
	color: #fff;
	background-color: #0976b4 !important;
}

.social-linkedin:hover,
.social-linkedin:focus {
	color: #fff;
	background-color: #0b96e5 !important;
}

.social-linkedin:active,
.social-linkedin.active {
	color: #fff;
	background-color: #075683 !important;
}

.bg-linkedin {
	background-color: #0976b4;
}

.social-flickr {
	color: #fff;
	background-color: #ff0084 !important;
}

.social-flickr:hover,
.social-flickr:focus {
	color: #fff;
	background-color: #ff339d !important;
}

.social-flickr:active,
.social-flickr.active {
	color: #fff;
	background-color: #cc006a !important;
}

.bg-flickr {
	background-color: #ff0084;
}

.social-tumblr {
	color: #fff;
	background-color: #35465c !important;
}

.social-tumblr:hover,
.social-tumblr:focus {
	color: #fff;
	background-color: #485f7c !important;
}

.social-tumblr:active,
.social-tumblr.active {
	color: #fff;
	background-color: #222d3c !important;
}

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

.social-xing {
	color: #fff;
	background-color: #024b4d !important;
}

.social-xing:hover,
.social-xing:focus {
	color: #fff;
	background-color: #037b7f !important;
}

.social-xing:active,
.social-xing.active {
	color: #fff;
	background-color: #011b1b !important;
}

.bg-xing {
	background-color: #024b4d;
}

.social-github {
	color: #fff;
	background-color: #4183c4 !important;
}

.social-github:hover,
.social-github:focus {
	color: #fff;
	background-color: #689cd0 !important;
}

.social-github:active,
.social-github.active {
	color: #fff;
	background-color: #3269a0 !important;
}

.bg-github {
	background-color: #4183c4;
}

.social-html5 {
	color: #fff;
	background-color: #e44f26 !important;
}

.social-html5:hover,
.social-html5:focus {
	color: #fff;
	background-color: #ea7453 !important;
}

.social-html5:active,
.social-html5.active {
	color: #fff;
	background-color: #bf3c18 !important;
}

.bg-html5 {
	background-color: #e44f26;
}

.social-openid {
	color: #fff;
	background-color: #f67d28 !important;
}

.social-openid:hover,
.social-openid:focus {
	color: #fff;
	background-color: #f89b59 !important;
}

.social-openid:active,
.social-openid.active {
	color: #fff;
	background-color: #e26309 !important;
}

.bg-openid {
	background-color: #f67d28;
}

.social-stack-overflow {
	color: #fff;
	background-color: #f86c01 !important;
}

.social-stack-overflow:hover,
.social-stack-overflow:focus {
	color: #fff;
	background-color: #fe882e !important;
}

.social-stack-overflow:active,
.social-stack-overflow.active {
	color: #fff;
	background-color: #c55601 !important;
}

.bg-stack-overflow {
	background-color: #f86c01;
}

.social-css3 {
	color: #fff;
	background-color: #1572b6 !important;
}

.social-css3:hover,
.social-css3:focus {
	color: #fff;
	background-color: #1a8fe4 !important;
}

.social-css3:active,
.social-css3.active {
	color: #fff;
	background-color: #105588 !important;
}

.bg-css3 {
	background-color: #1572b6;
}

.social-youtube {
	color: #fff;
	background-color: #b31217 !important;
}

.social-youtube:hover,
.social-youtube:focus {
	color: #fff;
	background-color: #e1171d !important;
}

.social-youtube:active,
.social-youtube.active {
	color: #fff;
	background-color: #850d11 !important;
}

.bg-youtube {
	background-color: #b31217;
}

.social-dribbble {
	color: #fff;
	background-color: #c32361 !important;
}

.social-dribbble:hover,
.social-dribbble:focus {
	color: #fff;
	background-color: #dc3d7b !important;
}

.social-dribbble:active,
.social-dribbble.active {
	color: #fff;
	background-color: #981b4b !important;
}

.bg-dribbble {
	background-color: #c32361;
}

.social-instagram {
	color: #fff;
	background-color: #3f729b !important;
}

.social-instagram:hover,
.social-instagram:focus {
	color: #fff;
	background-color: #548cb9 !important;
}

.social-instagram:active,
.social-instagram.active {
	color: #fff;
	background-color: #305777 !important;
}

.bg-instagram {
	background-color: #3f729b;
}

.social-pinterest {
	color: #fff;
	background-color: #cc2127 !important;
}

.social-pinterest:hover,
.social-pinterest:focus {
	color: #fff;
	background-color: #e04046 !important;
}

.social-pinterest:active,
.social-pinterest.active {
	color: #fff;
	background-color: #a01a1f !important;
}

.bg-pinterest {
	background-color: #cc2127;
}

.social-vk {
	color: #fff;
	background-color: #3d5a7d !important;
}

.social-vk:hover,
.social-vk:focus {
	color: #fff;
	background-color: #4e739f !important;
}

.social-vk:active,
.social-vk.active {
	color: #fff;
	background-color: #2c415b !important;
}

.bg-vk {
	background-color: #3d5a7d;
}

.social-yahoo {
	color: #fff;
	background-color: #350178 !important;
}

.social-yahoo:hover,
.social-yahoo:focus {
	color: #fff;
	background-color: #4b01ab !important;
}

.social-yahoo:active,
.social-yahoo.active {
	color: #fff;
	background-color: #1f0145 !important;
}

.bg-yahoo {
	background-color: #350178;
}

.social-behance {
	color: #fff;
	background-color: #1769ff !important;
}

.social-behance:hover,
.social-behance:focus {
	color: #fff;
	background-color: #4a8aff !important;
}

.social-behance:active,
.social-behance.active {
	color: #fff;
	background-color: #0050e3 !important;
}

.bg-behance {
	background-color: #024b4d;
}

.social-dropbox {
	color: #fff;
	background-color: #007ee5 !important;
}

.social-dropbox:hover,
.social-dropbox:focus {
	color: #fff;
	background-color: #1998ff !important;
}

.social-dropbox:active,
.social-dropbox.active {
	color: #fff;
	background-color: #0062b2 !important;
}

.bg-dropbox {
	background-color: #007ee5;
}

.social-reddit {
	color: #fff;
	background-color: #ff4500 !important;
}

.social-reddit:hover,
.social-reddit:focus {
	color: #fff;
	background-color: #ff6a33 !important;
}

.social-reddit:active,
.social-reddit.active {
	color: #fff;
	background-color: #cc3700 !important;
}

.bg-reddit {
	background-color: #ff4500;
}

.social-spotify {
	color: #fff;
	background-color: #7ab800 !important;
}

.social-spotify:hover,
.social-spotify:focus {
	color: #fff;
	background-color: #9ceb00 !important;
}

.social-spotify:active,
.social-spotify.active {
	color: #fff;
	background-color: #588500 !important;
}

.bg-spotify {
	background-color: #7ab800;
}

.social-vine {
	color: #fff;
	background-color: #00b488 !important;
}

.social-vine:hover,
.social-vine:focus {
	color: #fff;
	background-color: #00e7af !important;
}

.social-vine:active,
.social-vine.active {
	color: #fff;
	background-color: #008161 !important;
}

.bg-vine {
	background-color: #00b488;
}

.social-foursquare {
	color: #fff;
	background-color: #0cbadf !important;
}

.social-foursquare:hover,
.social-foursquare:focus {
	color: #fff;
	background-color: #2ad0f4 !important;
}

.social-foursquare:active,
.social-foursquare.active {
	color: #fff;
	background-color: #0992af !important;
}

.bg-foursquare {
	background-color: #0cbadf;
}

.social-vimeo {
	color: #fff;
	background-color: #1ab7ea !important;
}

.social-vimeo:hover,
.social-vimeo:focus {
	color: #fff;
	background-color: #49c6ee !important;
}

.social-vimeo:active,
.social-vimeo.active {
	color: #fff;
	background-color: #1295bf !important;
}

.bg-vimeo {
	background-color: #1ab7ea;
}

.social-skype {
	color: #fff;
	background-color: #77bcfd !important;
}

.social-skype:hover,
.social-skype:focus {
	color: #fff;
	background-color: #a9d5fe !important;
}

.social-skype:active,
.social-skype.active {
	color: #fff;
	background-color: #45a3fc !important;
}

.bg-skype {
	background-color: #77bcfd;
}

.social-evernote {
	color: #fff;
	background-color: #46bf8c !important;
}

.social-evernote:hover,
.social-evernote:focus {
	color: #fff;
	background-color: #6ccca4 !important;
}

.social-evernote:active,
.social-evernote.active {
	color: #fff;
	background-color: #369c71 !important;
}

.bg-evernote {
	background-color: #46bf8c;
}

.avatar {
	position: relative;
	display: inline-block;
	width: 40px;
	white-space: nowrap;
	border-radius: 1000px;
	vertical-align: bottom;
}

.avatar i {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 8px;
	height: 8px;
	border: 0px solid #fff;
	border-radius: 100%;
}

.avatar img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0 none;
	border-radius: 1000px;
}

.avatar-online i {
	background-color: #519a31;
}

.avatar-offline i {
	background-color: #636363;
}

.avatar-busy i {
	background-color: #f2a654;
}

.avatar-away i {
	background-color: #c33333;
}

.avatar-100 {
	width: 100px;
}

.avatar-100 i {
	height: 18px;
	width: 18px;
}


.avatar-lg {
	width: 50px;
}

.avatar-lg i {
	height: 10px;
	width: 10px;
}

.avatar-sm {
	width: 30px;
}

.avatar-sm i {
	height: 8px;
	width: 8px;
}

.avatar-xs {
	width: 20px;
}

.avatar-xs i {
	height: 5px;
	width: 5px;
}

.status {
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 100%;
}

.status-online {
	background-color: #46be8a;
}

.status-off {
	background-color: #526069;
}

.status-busy {
	background-color: #f2a654;
}

.status-away {
	background-color: #f96868;
}

.status-lg {
	width: 14px;
	height: 14px;
}

.status-md {
	width: 10px;
	height: 10px;
}

.status-sm {
	width: 8px;
	height: 8px;
}

.status-xs {
	width: 7px;
	height: 7px;
}

.icon {
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	text-rendering: auto;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	line-height: 1;
}

.icon.pull-xs-left {
	margin-right: .3em;
}

.icon.pull-xs-right {
	margin-left: .3em;
}

.icon-circle {
	position: relative;
	margin: .5em;
}

.icon-circle:before {
	position: relative;
	z-index: 1;
}

.icon-circle:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	content: "";
	width: 2em;
	height: 2em;
	background-color: inherit;
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.icon-lg {
	font-size: 1.333333em;
	vertical-align: -15%;
}

.icon-2x {
	font-size: 2em;
}

.icon-3x {
	font-size: 3em;
}

.icon-4x {
	font-size: 4em;
}

.icon-5x {
	font-size: 5em;
}

.icon-fw {
	width: 1.285714em;
	text-align: center;
}

.icon-ul {
	padding-left: 0;
	margin-left: 2.142857em;
	list-style-type: none;
}

.icon-ul>li {
	position: relative;
}

.icon-li {
	position: absolute;
	top: .142857em;
	left: -2.142857em;
	width: 2.142857em;
	text-align: center;
}

.icon-li.icon-lg {
	left: -1.857143em;
}

.icon-border {
	padding: .2em .25em .15em;
	border: solid .08em #e4eaec;
	border-radius: .1em;
}

.icon-spin {
	-webkit-animation: icon-spin 2s infinite linear;
	-o-animation: icon-spin 2s infinite linear;
	animation: icon-spin 2s infinite linear;
}

.icon-spin-reverse {
	-webkit-animation: icon-spin-reverse 2s infinite linear;
	-o-animation: icon-spin-reverse 2s infinite linear;
	animation: icon-spin-reverse 2s infinite linear;
}

.icon-rotate-90 {
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);*/
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.icon-rotate-180 {
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);*/
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icon-rotate-270 {
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);*/
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.icon-flip-horizontal {
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation, mirror=1);*/
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.icon-flip-vertical {
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation, mirror=1);*/
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}

.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.icon-stack-1x,
.icon-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.icon-stack-1x {
	line-height: inherit;
}

.icon-stack-2x {
	font-size: 2em;
}

.icon-stack-inverse {
	color: #fff;
}

.icon-color {
	color: rgba(55, 71, 79, .4);
}

.icon-color:hover,
.icon-color:focus {
	color: rgba(55, 71, 79, .6);
}

.icon-color.active,
.icon-color:active {
	color: #37474f;
}

.icon-color-alt {
	color: rgba(55, 71, 79, .6);
}

.icon-color-alt:hover,
.icon-color-alt:focus {
	color: rgba(55, 71, 79, .8);
}

.icon-color-alt.active,
.icon-color-alt:active {
	color: #37474f;
}

:root-rotate-90,
:root-rotate-180,
:root-rotate-270,
:root-flip-horizontal,
:root-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

@-webkit-keyframes icon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-o-keyframes icon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes icon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes icon-spin-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-359deg);
		transform: rotate(-359deg);
	}
}

@-o-keyframes icon-spin-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-359deg);
		-o-transform: rotate(-359deg);
		transform: rotate(-359deg);
	}
}

@keyframes icon-spin-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-359deg);
		-o-transform: rotate(-359deg);
		transform: rotate(-359deg);
	}
}

.hamburger {
	vertical-align: middle;
	font-size: 17px;
}

.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
	-webkit-transition: -webkit-transform .2s ease-in-out;
	-o-transition: -o-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.hamburger:before,
.hamburger:after {
	content: "";
}

.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
	display: block;
	width: 1em;
	height: .1em;
	margin: 0;
	border-radius: 1px;
	background: #76838f;
}

.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
	background: #76838f;
}

.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
	background: #fff;
}

.hamburger .hamburger-bar {
	margin: .2em 0;
}

.hamburger-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 8%;
	-ms-transform-origin: 8%;
	-o-transform-origin: 8%;
	transform-origin: 8%;
}

.hamburger-close .hamburger-bar {
	opacity: 0;
}

.hamburger-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 8%;
	-ms-transform-origin: 8%;
	-o-transform-origin: 8%;
	transform-origin: 8%;
}

.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
	opacity: 1;
}

.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.hamburger-arrow-left.collapsed {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.hamburger-arrow-left.collapsed:before {
	width: .6em;
	-webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
	transform: translate3d(.45em, .1em, 0) rotate(45deg);
}

.hamburger-arrow-left.collapsed .hamburger-bar {
	border-radius: .2em;
}

.hamburger-arrow-left.collapsed:after {
	width: .6em;
	-webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
	transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}



.panels-title {
	margin-bottom: 20px;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}

.panels-title a {
	color: #fff;
}

.panels-title.border-bottom {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 10px;
}

.panel {
	position: relative;
	margin-bottom: 20px;
	background-color: #212121;
	border: 0 solid transparent;
	border-radius: 5px;
}

.panel-content>.row {
	padding-left: 30px;
	padding-right: 30px;
}

.panel-content>.row>[class*="col-"] {
	padding-left: 30px;
	padding-right: 30px;
}

.panel-heading {
	position: relative;
	padding: 0;
	background-color: #302f2f;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.panel-heading.padding {
	padding: 20px;
}

.panel-body {
	color: #b1b1b1;
	position: relative;
	padding: 20px !important;
}

.panel-body.t-p {
	padding: 10px !important;
}

.panel-body.n-p {
	padding: 0px !important;
}

.panel-body::after {
	content: "";
	display: table;
	clear: both;
}

.panel-heading+.panel-body {
	padding-top: 0;
}

.panel-body h1:first-child,
.panel-body h2:first-child,
.panel-body h3:first-child,
.panel-body h4:first-child,
.panel-body h5:first-child,
.panel-body h6:first-child,
.panel-body .h1:first-child,
.panel-body .h2:first-child,
.panel-body .h3:first-child,
.panel-body .h4:first-child,
.panel-body .h5:first-child,
.panel-body .h6:first-child {
	margin-top: 0;
}

.panel-body>*:last-child {
	margin-bottom: 0;
}

.panel-body>.list-group-dividered:only-child>.list-group-item:last-child {
	border-bottom-color: transparent;
}

.panel-footer {
	background-color: #302f2f;
	color: #d1d1d1;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.text-light {
	color: #6d6d6d;
}

.panel-footer.padding {
	padding: 20px;
}

.panel-footer .footer-right {
	margin-left: auto;
}

.panel-footer .button {
	background-color: #424242;
	padding: 20px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	border-radius: 0px 0px 5px 0px;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	display: inline-block;
	cursor: pointer;
	border: 0 !important;
	outline: 0 !important;
}

.panel-footer .button.loading {
	pointer-events: none !important;
}

.panel-footer .button.loading:hover {
	cursor: not-allowed;
}

.panel-footer .button.additional {
	border-radius: 0px 0px 0px 0px;
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

.panel-footer .button.additional:focus {
	outline: 0;
}

.panel-footer .button:hover,
.panel-footer .button:active,
.panel-footer .button:focus {
	text-decoration: none;
	background-color: #535353;
	border: 0 !important;
	outline: 0 !important;
}

.panel-footer .button.send-search {
	font-size: 16px;
	border: 0px !important;
	outline: 0;
	cursor: pointer;
}

.panel-footer .button.send-search:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.panel-footer .button.error-search {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	pointer-events: none;
}

.panel-footer .button.error-search:hover {
	cursor: not-allowed;
}

.panel-footer .button.add-game {
	background-color: #519a31;
}

.panel-footer .button.add-game:hover,
.panel-footer .button.add-game:active,
.panel-footer .button.add-game:focus {
	background-color: #6bbf46;
}

.table+.panel-footer {
	padding-top: 15px;
	border-color: #e4eaec;
}

.panel-title {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}

.panel-title>.icon {
	margin-right: 10px;
}

.panel-title>.tag {
	margin-left: 10px;
}

.panel-title small,
.panel-title .small {
	color: #76838f;
}

.panel-title>a,
.panel-title>small>a,
.panel-title>.small>a {
	color: inherit;
}

.title-button {
	background-color: #2d2c2c;
	border-radius: 50px;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.title-button.round {
	padding: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
}

.title-button.without-padding {
	padding: 0px;
}

.title-button.without-padding span {
	padding: 10px 20px !important;
	display: inline-block;
}

.title-button.without-padding .new-items {
	background-color: #dd1818;
	border-radius: 0px 50px 50px 0px;
	padding-left: 0px !important;
}

.title-button.without-padding .new-items i {
	margin-left: -10px;
	margin-right: 8px;
	background-color: #de1201;
	border-radius: 100%;
	border: 3px solid #de1201;
}

.flex-center-space .title-button {
	display: block;
}

.title-button:hover,
.title-button:active,
.title-button:focus {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.title-button {
		font-size: 18px;
		padding: 8px 16px;
	}

	.title-button.without-padding span {
		padding: 8px 16px !important;
		display: inline-block;
	}

	.title-button.round {
		width: 43px;
		height: 43px;
		line-height: 43px;
	}
}

.panel-desc {
	display: block;
	padding: 5px 0 0;
	margin: 0;
	font-size: 1rem;
	color: #76838f;
}

.panel-actions {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	margin: auto;
	z-index: 1;
}

@media (max-width: 479px) {
	.panel-actions {
		right: 20px;
	}
}

ul .panel-actions {
	list-style: none;
}

ul .panel-actions>li {
	display: inline-block;
	margin-left: 8px;
}

ul .panel-actions>li:first-child {
	margin-left: 0;
}

.panel-actions a.dropdown-toggle {
	text-decoration: none;
}

.panel-actions .dropdown {
	display: inline-block;
}

.panel-actions .dropdown-toggle {
	display: inline-block;
}

.panel-actions .panel-action {
	display: inline-block;
	padding: 8px 10px;
	color: #B8B8B8;
	text-decoration: none;
	cursor: pointer;
	background-color: transparent;
}

.panel-actions .panel-action:hover {
	color: #526069;
}

.panel-actions .panel-action:active {
	color: #526069;
}

.panel-actions .progress {
	width: 100px;
	margin: 0;
}

.panel-actions .pagination {
	margin: 0;
}

ul.panel-actions {
	list-style: none;
}

ul.panel-actions>li {
	display: inline-block;
	margin-left: 8px;
}

ul.panel-actions>li:first-child {
	margin-left: 0;
}


.panel-body.scrollable-vertical {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.panel-body.scrollable-vertical>.scrollable-container>.scrollable-content {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 479px) {
	.panel-body.scrollable-vertical>.scrollable-container>.scrollable-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.panel-body.scrollable-vertical>.scrollable-bar {
	margin-top: 0;
	margin-bottom: 30px;
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	-webkit-transform: translateX(-26px);
	-ms-transform: translateX(-26px);
	-o-transform: translateX(-26px);
	transform: translateX(-26px);
}

.panel-bordered>.panel-body.scrollable-vertical>.scrollable-bar {
	margin-bottom: 30px;
	height: -webkit-calc(100% - 60px);
	height: calc(100% - 60px);
}

.panel-body.scrollable-horizontal {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.panel-body.scrollable-horizontal>.scrollable-container>.scrollable-content {
	padding-top: 0;
	padding-bottom: 30px;
}

.panel-bordered>.panel-body.scrollable-horizontal>.scrollable-container>.scrollable-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.panel-body.scrollable-horizontal>.scrollable-bar {
	margin-left: 0;
	margin-right: 30px;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	-webkit-transform: translateY(-26px);
	-ms-transform: translateY(-26px);
	-o-transform: translateY(-26px);
	transform: translateY(-26px);
}

@media (max-width: 479px) {
	.panel-body.scrollable-horizontal>.scrollable-bar {
		margin-right: 20px;
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
}

.panel-bordered>.panel-body.scrollable-horizontal>.scrollable-bar {
	-webkit-transform: translateY(-26px);
	-ms-transform: translateY(-26px);
	-o-transform: translateY(-26px);
	transform: translateY(-26px);
}

.panel-bordered>.panel-heading {
	border-bottom: 1px solid #e4eaec;
}

.panel-bordered>.panel-heading>.panel-title {
	padding-bottom: 20px;
}

.panel-bordered>.panel-footer {
	border-top: 1px solid #e4eaec;
	padding-top: 15px;
}

.panel-bordered>.panel-body {
	padding-top: 30px;
}

.panel-bordered>.table>tbody:first-child>tr:first-child th,
.panel-bordered>.table>tbody:first-child>tr:first-child td {
	border-top: 0;
}

.panel.is-dragging {
	opacity: .8;
}

.panel.is-dragging {
	cursor: move;
}

.panel>.nav-tabs-vertical .nav-tabs {
	margin-left: -1px;
}

.panel>.nav-tabs-vertical .nav-tabs>li>a {
	border-left: none;
	border-radius: 0;
}

.panel>.nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
	margin-right: -1px;
}

.panel>.nav-tabs-vertical .nav-tabs.nav-tabs-reverse>li>a {
	border-right: none;
	border-radius: 0;
}

.panel:hover .panel-actions .show-on-hover {
	display: inline-block;
}

.panel .panel-actions .show-on-hover {
	display: none;
}

.panel.is-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.panel.is-fullscreen .panel-loading {
	border-radius: 0;
}

.panel.is-fullscreen .panel-actions [data-toggle=collapse] {
	display: none;
}

.panel.is-close {
	display: none;
}

.panel.is-collapse .panel-body {
	display: none;
	height: 0;
}

.panel>.alert {
	padding-left: 30px;
	padding-right: 30px;
}

.panel>.alert-dismissible {
	padding-right: 50px;
}

@media (max-width: 479px) {
	.panel>.alert {
		padding-left: 20px;
		padding-right: 20px;
	}

	.panel>.alert-dismissible {
		padding-right: 40px;
	}
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
	margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
	padding-left: 30px 30px;
	padding-right: 30px 30px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: .214rem;
	border-top-left-radius: .214rem;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: .214rem;
	border-top-right-radius: .214rem;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: .214rem;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: .214rem;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: .214rem;
	border-bottom-left-radius: .214rem;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: .214rem;
	border-bottom-right-radius: .214rem;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: .214rem;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: .214rem;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #e4eaec;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0;
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0;
}

.panel>.table>tr>td:first-child,
.panel>.table>tr>th:first-child,
.panel>.table>thead>tr>td:first-child,
.panel>.table>thead>tr>th:first-child,
.panel>.table>tbody>tr>td:first-child,
.panel>.table>tbody>tr>th:first-child,
.panel>.table>tfoot>tr>td:first-child,
.panel>.table>tfoot>tr>th:first-child,
.panel>.table-responsive .table>tr>td:first-child,
.panel>.table-responsive .table>tr>th:first-child,
.panel>.table-responsive .table>thead>tr>td:first-child,
.panel>.table-responsive .table>thead>tr>th:first-child,
.panel>.table-responsive .table>tbody>tr>td:first-child,
.panel>.table-responsive .table>tbody>tr>th:first-child,
.panel>.table-responsive .table>tfoot>tr>td:first-child,
.panel>.table-responsive .table>tfoot>tr>th:first-child {
	padding-left: 30px;
}

@media (max-width: 479px) {

	.panel>.table>tr>td:first-child,
	.panel>.table>tr>th:first-child,
	.panel>.table>thead>tr>td:first-child,
	.panel>.table>thead>tr>th:first-child,
	.panel>.table>tbody>tr>td:first-child,
	.panel>.table>tbody>tr>th:first-child,
	.panel>.table>tfoot>tr>td:first-child,
	.panel>.table>tfoot>tr>th:first-child,
	.panel>.table-responsive .table>tr>td:first-child,
	.panel>.table-responsive .table>tr>th:first-child,
	.panel>.table-responsive .table>thead>tr>td:first-child,
	.panel>.table-responsive .table>thead>tr>th:first-child,
	.panel>.table-responsive .table>tbody>tr>td:first-child,
	.panel>.table-responsive .table>tbody>tr>th:first-child,
	.panel>.table-responsive .table>tfoot>tr>td:first-child,
	.panel>.table-responsive .table>tfoot>tr>th:first-child {
		padding-left: 20px;
	}
}

.panel>.table>tr>td:last-child,
.panel>.table>tr>th:last-child,
.panel>.table>thead>tr>td:last-child,
.panel>.table>thead>tr>th:last-child,
.panel>.table>tbody>tr>td:last-child,
.panel>.table>tbody>tr>th:last-child,
.panel>.table>tfoot>tr>td:last-child,
.panel>.table>tfoot>tr>th:last-child,
.panel>.table-responsive .table>tr>td:last-child,
.panel>.table-responsive .table>tr>th:last-child,
.panel>.table-responsive .table>thead>tr>td:last-child,
.panel>.table-responsive .table>thead>tr>th:last-child,
.panel>.table-responsive .table>tbody>tr>td:last-child,
.panel>.table-responsive .table>tbody>tr>th:last-child,
.panel>.table-responsive .table>tfoot>tr>td:last-child,
.panel>.table-responsive .table>tfoot>tr>th:last-child {
	padding-right: 30px;
}

@media (max-width: 479px) {

	.panel>.table>tr>td:last-child,
	.panel>.table>tr>th:last-child,
	.panel>.table>thead>tr>td:last-child,
	.panel>.table>thead>tr>th:last-child,
	.panel>.table>tbody>tr>td:last-child,
	.panel>.table>tbody>tr>th:last-child,
	.panel>.table>tfoot>tr>td:last-child,
	.panel>.table>tfoot>tr>th:last-child,
	.panel>.table-responsive .table>tr>td:last-child,
	.panel>.table-responsive .table>tr>th:last-child,
	.panel>.table-responsive .table>thead>tr>td:last-child,
	.panel>.table-responsive .table>thead>tr>th:last-child,
	.panel>.table-responsive .table>tbody>tr>td:last-child,
	.panel>.table-responsive .table>tbody>tr>th:last-child,
	.panel>.table-responsive .table>tfoot>tr>td:last-child,
	.panel>.table-responsive .table>tfoot>tr>th:last-child {
		padding-right: 20px;
	}
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 1px solid #e4eaec;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: .214rem;
	border-top-left-radius: .214rem;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: .214rem;
	border-bottom-left-radius: .214rem;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.panel>.list-group .list-group-item {
	padding-right: 30px;
	padding-left: 30px;
}

@media (max-width: 479px) {
	.panel>.list-group .list-group-item {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group+.panel-footer {
	border-top-width: 0;
}

.panel.panel-transparent {
	background: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel.panel-transparent>.panel-heading,
.panel.panel-transparent>.panel-footer {
	border-color: transparent;
}


@media (max-width: 767px) {
	.panel-actions {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		margin: auto;
		padding: 0 30px 15px;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.panel-actions-keep {
		position: absolute;
		top: 50%;
		right: 30px;
		padding: 0;
		-webkit-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		-o-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
	}
}

@media (max-width: 479px) {
	.panel-actions {
		padding-left: 20px;
	}

	.panel-actions-keep {
		right: 15px;
	}

	.panel-actions .progress {
		min-width: 80px;
	}

	.panel-actions .show-on-hover {
		display: none;
	}

	.panel-title,
	.panel-body {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ========================================================================
 Component: Overlay
========================================================================== */
.overlay {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.overlay-figure {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}