/***************************CUSTOM***************************/
.col-item {
    padding: 5px;
}

.item {
    background: rgba(23, 26, 33, 0.66);
    border-radius: 3px;
}

.item .picture {
	position: relative;	
	margin: 0 auto;
    background-color: #444;
	background-position: center center;
	background-repeat: no-repeat;
	border-top: none;
	height: 134px;
    background-size: cover;
}

.item.special .name {
    background-color: rgba(255, 215, 0, 0.25);
}

.item .name {
    padding: 10px;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
}

.item .label {
	position: relative;
	line-height: 24px;
	border: 1px solid #245580;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #FFF;
	background: #2A9FD6;
	display: block;
	padding: 0;
	text-align: left;
	text-indent: 60px;
	margin-top: -1px;
	overflow: hidden;
}

.item .label:first-child {
	margin: 0;
}

.item .label .title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 55px;
	padding-right: 5px;
	border-right: 1px solid #245580;
	text-align: right;
	text-indent: 0;
}

.item .icons .icon {
	display: block;
	width: 21px;
	height: 21px;
	margin: 2px 1px;
	line-height: 21px;
	text-align: center;
	cursor: help;
	float: left;	
	border-radius :2px;
	background: #444;
}

.icon.icon-success {
	color: #0D0;
}

.icon.icon-danger {
	color: #F00;
}

.icon.icon-warning {
	color: #ffc000;
}

.icon.icon-info {
	color: #0072bc;
}

.item .buttons {
	position: absolute;
	top: 2px;
	right: 2px;
}

.item .buttons .btn {
    opacity: 0;
    transition: opacity 0.5s;
}

.item:hover .buttons .btn {
	opacity: 1;
}

.item .buttons a.btn {
	width: 24px;
	height: 24px;	
	padding: 0;
}

.item .buttons .btn.btn-visible {
    opacity: 1 !important;
    color: #F00;
}

.auction {
	margin: 0;
	padding: 4px;
}

.auction.special {
    padding: 2px;
}

.auction.special .body {
    border: 2px solid #FFD700;
    height: 148px;
}

.auction .body {
    position: relative;
    background: rgba(23, 26, 33, 0.66);
	border-radius: 4px;
	height: 144px;
}

.auction .body.btn {
	line-height: 156px;
	height: 156px;
}

.auction .body .title {
	font-size: 1.4em;
    color: #ddd;
}

.auction .body .description p {
    padding: 0;
    margin: 0;
}

.auction.special .body .title {
    background: url('images/special-title-background.png');
    color: #000;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.auction .body .picture {
    position: relative;
	display: block;
	float: left;
	background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #444;
	width: 150px;
	height: 116px;
	margin-right: 8px;
    border-top-left-radius: 5px;
}

.auction .buttons {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.5s;
    z-index: 2;
}

.auction:hover .buttons {
	opacity: 1;
}

.auction .emblem-wrapper {
	float: left;
	width: 50%;
	padding: 3px 1px;
	height: 26px;
}

.auction .emblem-wrapper .emblem-wrapper {
    padding: 0 1px;
}

.auction .emblem-wrapper .btn {
	height: 24px;
}

.emblem-label {
	position: relative;
	display: inline-block;
	width: 100%;
	text-indent: 30px;
    background: #444;
    color: #FFF;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;'
	font-weight: bold;
}

.emblem-label i {
    text-indent: 0;
    margin-left: 4px;
}

.auction input[type=text] {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	border: 0;
	width: 100%;
	outline: 0;
	text-align: center;
	cursor: text;
}

.auction .emblem-label .emblem {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	bottom: 0;
	text-indent: 0;
	text-align: center;
	color: #FFF;
    line-height: 27px;
}

.auction .emblem-label .preload {
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	bottom: 0;
	text-indent: 0;
	text-align: center;
	background: transparent url(/images/preload.gif) left center no-repeat;
	opacity: 0.5;
}

.auction .emblem-label.about-to-expire {
	color: #A94442;
    font-weight: bold;
	background: #ecd0d0;
	border-color: #dca7a7;
	transition: all 2s;
}

.auction .emblem-label.about-to-expire .emblem {
	background: #A94442;	
}

.auction .footer {
    position: absolute;
    width: 100%;
    bottom: 2px;
}

.auction .balloon {
	position: absolute;
	/*height: 24px;*/
	line-height: 24px;
	/*top: -26px;*/
	left: 1px;
	right: 1px;
	background: #FFF;
	border: 1px solid #DDD;
	box-shadow: 0 1px 2px rgba(0,0,0,.075);
	padding: 0 0.4em;
	border-radius: 3px;
	font-size: 0.85em;
	transition: background-color 1s, border-color 1s, color 1s;
}

.auction .balloon .arrow {
	position: absolute;
	bottom: -5px;
    left: 50%;
    margin-left: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
	border-top: 5px solid #FFF;
	z-index: 1;
	transition: border-color 1s;
}

.auction .balloon .shadow {
	position: absolute;
	bottom: -6px;
    left: 50%;
    margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #DDD;
	z-index: 1;
	transition: border-color 1s;
}

.auction .balloon.balloon-danger {
	background: #ecd0d0;
	color: #A94442;
	border-color: #dca7a7;
}

.auction .balloon.balloon-danger .arrow {
	border-top-color: #ecd0d0;
}

.auction .balloon.balloon-danger .shadow {
	border-top-color: #dca7a7;
}

.auction .balloon.balloon-success {
	background: #d3eaca;
	color: #3C763D;
	border-color: #b2dba1;
}

.auction .balloon.balloon-success .arrow {
	border-top-color: #d3eaca;
}

.auction .balloon.balloon-success .shadow {
	border-top-color: #b2dba1;
}

.auction.auction-horisontal .body {
    position: static;
    height: auto;
}

.auction.auction-horisontal {
    min-width: 545px;
}

.auction.auction-horisontal .body .picture {
    width: 120px;
    height: 78px;
    margin: 0 5px 0 0;
}

.auction.auction-horisontal .footer {
    position: static;
    float: right;
    width: 416px;
    margin-top: 1px;
}

.auction.auction-horisontal .emblem-wrapper {
    padding: 0 1px;
}

.auction.auction-horisontal .footer.footer-half {
    width: 208px;
}

.auction.auction-horisontal .footer.footer-half .emblem-wrapper {
    width: 100%;
}

.auction.auction-horisontal .body .alert {
    padding: 2px 7px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    margin-bottom: 0;
}

.auction.auction-share .steam-profile {
	float: right;
    margin: 2px 2px 0 0;
    text-align: right;
}

.auction.auction-share {
    position: relative;
}

.auction.auction-share .body {
    height: auto;
    padding-bottom: 2px;
}

.auction.auction-share .body .picture {
    margin-bottom: 51px;
}

.pagination {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}

.pagination a, .pagination span {
	background-color: #222;
	padding: 0.2em 0.3em;
	border-radius: 3px;
	margin: 0 1px;
	text-decoration: none;
	color: #2a9fd6;
}

.pagination span {	
	background-color: #2a9fd6;
	color: #222;
	font-weight: bold;
}

.pagination a:hover {
	background-color: #2a9fd6;
	color: #222;
}

.pagination .arrow {
	background: transparent;
	font-size: 2em;
	vertical-align: middle;
	padding: 0 2px;
	text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.075);
}

.pagination span.arrow {
	color: #222;
}

.pagination a.arrow:hover {
	background: transparent;
	color: #2a9fd6;
}

.order-unactive, .order-active, .order-unactive:hover, .order-active:hover, .order-unactive:visited, .order-active:visited, .order-unactive:focus, .order-active:focus {
	color: inherit;
	text-decoration: none;
	outline: none;
    white-space: nowrap;
}

.order-unactive i {
	visibility: hidden;
}

.order-unactive:hover i {
	visibility: visible;
}

.order-active .order-unactive {
	display: none;
}

.order-active:hover .order-unactive {
	display: inline;
}

.order-active .order {
	display: inline;
}

.order-active:hover .order {
	display: none;
}

.gameList {
    display: none;
    position: absolute;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
    height: 500px;
    width: 600px;
    z-index: 1000;
    overflow-y: scroll;
}

.gameList .game {
    height: 33%;
    width: 50%;
    float: left;
    overflow: hidden;
    background-color: transparent;
    transition: background-color 1s;
    cursor: pointer;
}

.gameList .game .picture {
    display: block;
    width: 100%;
    height: 136px;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    transition: opacity 1s;
}

.gameList .game .title {
    color: #000;
    text-align: center;
    transition: color 1s;
    margin-top: 4px;
}

.gameList.wait {
    background: #FFF url(images/preload.gif) no-repeat center center;
    opacity: 0.5;
}

.gameList.error {
    background: #900;
    opacity: 1 !important;
    color: #FFF;
    text-align: center;
    line-height: 500px;
}

.gameList .game:hover {
    background-color: #6b9311;
}

.gameList .game:hover .picture {
    opacity: 0.5;
}

.gameList .game:hover .title {
    color: #FFF;
}

.filter-active {
    color: #2A9FD6;
}

.payment-method-holder {
    padding: 0 0 10px 0;
}

.payment-method-holder:nth-child(even){
    padding-left: 5px;
}
.payment-method-holder:nth-child(odd){
    padding-right: 5px;
}

.payment-method {
    position: relative;
    border: 1px solid #282828;
    border-radius: 3px;
	background: #171a21;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #444;
    cursor: pointer;
}

.payment-method.active {
    border: 1px solid #2a9fd6;
    box-shadow: 0 0 10px #2a9fd6;
    color: #2a9fd6;
}

.payment-method .currencies {
    position: absolute;
    bottom: 0;
    left: 7px;
    line-height: 24px;
    font-size: 0.5em;
}

.payment-recept {
    padding-top: 20px;
    line-height: 32px;
    border-bottom: 1px solid #282828;
}

.payment-step {
    line-height: 48px;
    color: #FFF;
}

.payment-step .icon {
    display: inline-block;
    width: 48px;
    font-size: 2.5em;
    vertical-align: middle;
    text-align: center;
}

body > .container {
	position: relative;
	z-index: 1;
}

.container.container-logo {
	height: 138px;
	z-index: 0;
}

.logo {
	display: block;
	position: absolute;
	width: 450px;
    height: 160px;
    left: 50%;
    transform: translatex(-50%);
	background: url(images/logo-shadow.png) center center no-repeat;
}

.winner-link, .winner-link:hover, .winner-link:active, .winner-link:focus {
    color: inherit;
    text-decoration: none;
}

.g-recaptcha {
    margin-bottom: 15px;
}

.g-recaptcha > div > div, .g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
}

.guide-video-wrapper {
	position: relative;
    padding-bottom: 38%;
    margin-bottom: 15px;
	height: 0;
    overflow: hidden;
}

.guide-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cookiesPolicyFixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
    margin: 0;
    z-index: 999;
}

.starburst {
    display:block;
    width:2em;
    height:2em;
    background: #77b300;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
    position:relative;
    top:2em;
    left:2em;
    text-align:center;
    text-decoration:none;
    color:#000;
    font-weight:bold;
    font-family:Arial, sans-serif;
}

.starburst span {
    display:block;
    width:2em;
    height:2em;
    background:#77b300;
    -webkit-transform:rotate(22.5deg);
    -moz-transform:rotate(22.5deg);
    transform: rotate(22.5deg);
    line-height: 2em;
}

.starburst .fa {
    color: #FFF;
    font-size: 1.7em;
    -webkit-transform: rotate(-22.5deg);
    -moz-transform: rotate(-22.5deg);
    transform: rotate(-22.5deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 28px;
}

.starburst-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.icon-wrapper {
    margin: 0 auto;
    font-size: 2.8em;
    text-shadow: -1px -1px 0 #000;
}

.item-table-image {
    width: 27px;
    height: 20px;
    margin-right: 10px;
}

.table-items tr td {
    position: relative;
}

.item-table-image-hidden {
    display: none;
}

tr:hover .item-table-image-hidden {
    display: block;
    position: absolute;
    right: 110%;
    width: 346px;
    height: 259px;
    top: -125px;
}

#userCounter>b {
    display: block;
    text-align: center;
}

#userCounter>div {
    position: relative;
    height: 26px;
    overflow: hidden;
}

#userCounter>div>span {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 2em;
    line-height: 26px;
    height: 26px;
}

#enterChat {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

#enterChat li.button {
    cursor: pointer;
}

#enterChat b.buttonLabel {
    line-height: 34px;
}

#enterChat.unsupported .list-group-item {
    background: #999;
}

.unsupportedMsg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 20px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background: rgba(170, 170, 170, 0.85);
    text-shadow: 0 0 1px #000;
    cursor: not-allowed;
}

#enterChat.unsupported .unsupportedMsg {
    display: block;
}

/***************************BTMODS***************************/
@media (max-width: 1199px) {
    .small-md {
        font-size: smaller;
    }
}

@media (max-width: 991px) {
    .small-md {
        font-size: inherit;
    }
}

.form-container {
    border-radius: 4px;
    background: rgba(23,26,33,.75);
    padding: 20px;
    margin-bottom: 20px;
}

.form-group.required {
	color: #FFF;
	text-shadow: 0 0 1px #000, 0 0 1px #000;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.badge a {
	color: inherit;
}

.label-gray {
	background: #171717;
}

.list-group-item.active a {
	color: inherit;
}

.noclose a {
    position: relative;
}

.fa.filter {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 1.5em;
}

.callout {
	border: 1px solid #333;
    border-left: 4px solid #666;
	background: #171a21;
	padding: 0 15px 20px 15px;
    margin: 16px 0;
    text-align: justify;
}

.callout h3 {
    color: #666;
	text-align: left;
}

.callout-success {
    border-left-color: #809a00;
}

.callout-success h3 {
    color: #809a00;
}

.callout-info {
    border-left-color: #2180ac;
}

.callout-info h3 {
    color: #2180ac;
}

.callout-warning {
    border-left-color: #f05800;
}

.callout-warning h3 {
    color: #f05800;
}

.callout-danger {
    border-left-color: #bd001f;
}

.callout-danger h3 {
    color: #bd001f;
}

.callout-purple {
    border-left-color: #8B37BB;
}

.callout-purple h3 {
    color: #8B37BB;
}

.callout-yellow {
    border-left-color: #ffcf00;
}

.callout-yellow h3 {
    color: #ffcf00;
}

.callout-cyan {
    border-left-color: #29d5f7;
}

.callout-cyan h3 {
    color: #29d5f7;
}

.callout-white {
    border-left-color: #FFF;
}

.callout-white h3 {
    color: #FFF;
}

.callout-pink {
    border-left-color: #F06;
}

.callout-pink h3 {
    color: #F06;
}

.alert-fixed {
    position: fixed;
    width: 100%;
    top: 57px;
    z-index: 9999;
    border-radius: 0 !important;
}

.alert-fixed.alert-info {
    z-index: 9999;
}

.alert-fixed.alert-warning {
    z-index: 10000;
}

.alert-fixed.alert-danger {
    z-index: 10001;
}

.alert.text-justify {
    position: relative;
}

.alert.text-justify a.close {
    position: absolute;
    top: -3px;
    right: 2px;
}

.steam-login-button-wrapper {
    text-align: center;
}

.steam-login-button {
    position: relative;
    overflow: hidden;
    text-indent: 54px;
}

.steam-login-button .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 54px;
    line-height: 54px;
    text-align: center;
    vertical-align: middle;
    background: #77b300;
    text-indent: 0;
    font-size: 1.6em;
}

@media(max-width: 767px){
    .steam-login-button {
        margin: 50px auto;
    }
}

@media(min-width: 768px){
    .steam-login-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        display: flex;
        flex-direction: column;
    }

    .steam-login-button-wrapper {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
    }
}

.steam-badge {
    background: #77b300;
    color: #FFF;
    font-weight: bold;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.steam-badge .avatar {
    float: left;
    height: 54px;
    margin-right: 8px;
}

.steam-badge .names {
    float: left;
}

.steam-badge .profileName, .steam-badge .linkName {
    line-height: 27px;
}

.steam-badge .linkName {
    font-weight: normal;
}

.btn-steam-avatar {
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
}

.badge-off {
    background: #5e5e5e;
}

td .alert {
    margin-bottom: 0;
}

.alert a.btn {
    text-decoration: none;
}

.steam-signature {
    display: block;
    position: relative;
    width: 431px;
    height: 115px;
    background: #77b300 url(images/signature_pattern.png);
    border-radius: 5px;
    text-align: left;
}

.steam-signature.not-linked {
    background-color: #373737;
}

.steam-signature .avatar {
    width: 98px;
    height: 98px;
    border: 3px solid #777777;
    margin: 8px;
    border-radius: 5px;
    float: left;
}

.steam-signature .name {
    float: left;
    color: #FFF;
    text-decoration: none;
    margin-top: 8px;
    font-size: 1.2em;
}

.steam-signature .info {
    position: absolute;
    bottom: 8px;
    left: 114px;
    color: #FFF;
    font-size: 0.8em;
}

/***************************UTILS****************************/
.helper-relative {
    position: relative;
}

@media(min-width: 768px){
    .row-eq-height-sm {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}

.vpadding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.no-margin {
    margin: 0;
}

.text-normal {
    font-weight: normal !important;
}

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

.display-block {
    display: block;
}

.badge-default {
    background: #646464;
}

.badge-success {
    background: #77b300;
}

.badge-danger {
    background: #c00;
}

.badge-warning {
    background: #f80;
}

#app_game_search_searchQuery {
    width: 250px;
}

.search-game-form {
    margin-top: 38px;
}

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