
body {
	padding-top: 70px;
}

.frontpage-table > tbody > .table-bg-game > td:first-child, .bg-game	{ background-color: #c9efe8; color: #2c3e50; }
.frontpage-table > tbody > .table-bg-film > td:first-child, .bg-film	{ background-color: #b2e0ff; color: #2c3e50; }
.frontpage-table > tbody > .table-bg-music > td:first-child, .bg-music	{ background-color: #f7e2c3; color: #2c3e50; }
.frontpage-table > tbody > .table-bg-tv > td:first-child, .bg-tv		{ background-color: #f2bfba; color: #2c3e50; }

.frontpage-table tr:not(.insert-after),
.frontpage-table tr:not(.insert-after) * { 
	cursor: pointer;
	border-collapse: collapse;
}

.frontpage-table.table-hover > tbody > tr.tr-out-now td {
	background-color: #d3eddd;
}

.frontpage-table.table-hover > tbody > tr:hover > td,
.frontpage-table.table-hover > tbody > tr.tr-after-active > td {
	background-color: #2c3e50;
	color: #fff;
}

.frontpage-table.table-hover > tbody > tr.insert-after:hover > td {
	background-color: inherit;
	color: inherit;
}

.frontpage-table tr th {
	cursor: default !important;
}


.frontpage-table tr td {
	border-bottom: 2px solid transparent;
	border-top: 2px solid transparent;
	border-radius: 0;
}

.frontpage-table tr td:first-child { border-left: 2px solid transparent; }
.frontpage-table tr td:last-child { border-right: 2px solid transparent; }

.frontpage-table tr.tr-active td {
	border-color: #2c3e50;
}

.bg-icon { padding: 4px; border-radius: 16px; }

.legend-popover {
	font-size: 15px;
	list-style-type: none;
	padding-left: 0;
}

.legend-circle {
	border-radius: 8px;
	display: inline-block;
	height: 16px;
	width: 16px;
} 

.rwd-table tr {
}
.rwd-table th {
	display: none;
}
.rwd-table td {
	display: block;
}
.rwd-table td:first-child {
	padding-top: .5em;
}
.rwd-table td:last-child {
	padding-bottom: .5em;
}
.rwd-table td:before {
	content: attr(data-th) ": ";
	font-weight: bold;
	width: 5.5em;
	display: inline-block;
	font-size: 14px;
}

@media (min-width: 480px) {
	.rwd-table td:before {
		display: none;
	}
}
.rwd-table th, .rwd-table td {
	text-align: left;
}
@media (min-width: 480px) {
	.rwd-table th, .rwd-table td {
		display: table-cell;
		padding: .25em .5em;
	}
	.rwd-table th:first-child, .rwd-table td:first-child {
		padding-left: 0;
	}
	.rwd-table th:last-child, .rwd-table td:last-child {
		padding-right: 0;
	}
}

@media (max-width: 479px) {
	.media .img,
	.bd.result-info {
		clear: both;
		display: block;
		text-align: center;
		width: 100%;
	}

	.media .img img {
		margin: 10px auto;
	}

	.container .rwd-table th,
	.container .rwd-table td {
		margin-left: 0;
		margin-right: 0;
		padding: 10px;
	}

	.rwd-table tr.insert-after td {
		margin-bottom: 0;
		padding-top: 0;
	}

	.dropdown-menu .form .form-group label {
		display: none;
	}

	.dropdown-menu .form-group .btn.btn-primary {
		display: block;
		background-color: #1a242f;
		border-color: #1a242f;
	}
}

.rwd-table tr.insert-after td:before {
	content: '';
	display: initial;
}



.rwd-table {
	width: 100%;
}
.rwd-table th, .rwd-table td {
	margin: .5em 1em;
}
@media (min-width: 480px) {
	.rwd-table th, .rwd-table td {
		padding: 1em !important;
	}
}

.twitter-typeahead {
	width: 100%;
}

.typeahead.form-control {
	padding: 8px 15px;
}

.ui-widget {
	font: inherit !important;
}

.ui-widget.ui-widget-content a:hover,
.ui-widget .ui-state-focus a,
.ui-widget .ui-state-focus a:hover {
	color: #18bc9c;
}

i[class^="icon-"] {
	margin-right: 4px;
}

.container-result {
	margin-top: 20px;
}

.result-info .title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
}

.result-info .category,
.result-info .time-until {
	display: inline-block;
	font-weight: 400;
	margin-left: 6px;
}

.result-info .release-date {
}

.result-info .description {
	line-height: 28px;
	margin: -10px 0 0 0;
}

.create-form .nav-tabs > li > a {
	border-width: 3px;
}

.create-form textarea.form-control {
	font-size: 12px;
	height: 160px;
	resize: vertical;
}

.date-select {
	padding-top: 6px;
}

.date-select input,
.date-select select {
    height: 43px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857;
    color: #2c3e50;
    background-color: #FFF;
    background-image: none;
    border: 2px solid #dce4ec;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.date-select input:focus,
.date-select select:focus {
	border-color: #2c3e50;
}

.date-select input { display: block; padding-left: 40px; }
.date-select select { display: inline-block; }


.region-title {
	cursor: pointer;
	margin: 0;
	padding: 10.5px 0;
}

.region-title:before {
	content: '-';
	display: inline-block;
	margin-right: 4px;
	width: 12px;
}

.region-title.region-hidden:before {
	content: '+';
}

.region-container {
	border: 2px solid #dce4ec;
	border-radius: 4px;
	margin: 4px 0;
	padding: 0 8px;
}

.hide {
	display: none;
}

.tt-suggestion {
	background-color: #ecf0f1;
	border-bottom: 1px solid #e5e7e8;
	padding: 5px 12px;
}

.tt-suggestion:hover {
	background-color: #2c3e50;
	color: #fff;
	cursor: pointer;
}

.region-tag {
	background-color: #2c3e50;
	color: #fff;
	cursor: default;
	display: inline-block;
	font-size: 13px;
	margin: 0 4px 4px 0;
	padding: 2px 8px;
}

.region-tag:before {
	content: attr(data-region);
	font-weight: 700;
	margin-right: 4px;
}

.region-tag.no-bg {
	background-color: rgba(0,0,0,0.1);
	color: inherit;
	font-size: inherit;
}

/*.region-tag {
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-color: currentcolor;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: dashed;
    -moz-text-decoration-color: currentcolor;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-style: dashed;
    -webkit-text-decoration-color: currentcolor;
}*/

.logged-in .favourite { cursor: pointer; }
.btn-favourite.active i { color: #f39c12; }
.favourite.icon-star-empty { color: currentcolor; }

.item-info-bg {
	background-color: #edf7f9;
	padding: 40px 0;
}

.dropdown .dropdown-menu.login-form {
	min-width: 250px;
	padding: 5px 30px;
}

.show-data-img {
	width: 150px;
}

.form-register input {
	display: inline;
	width: 90%;
}

.alert {
	cursor: pointer;
	opacity: 0.9;
	position: fixed;
	top: 100px;
	z-index: 99999;
}

.alert p {
	position: relative;
}

.alert p:after {
	content: "click to dismiss";
    display: block;
    font-size: 10px;
    position: absolute;
    bottom: -12px;
    right: 0px;
}

.item .description {
	position: relative;
}

.item .description.fade-out p:before {
	content: '';
	width:100%;
	height:40%;    
	position:absolute;
	left:0;
	top:60%;
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(bottom, 0 0, 100% 0, from(rgba(255, 255, 255, 1)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);
}

.show-data-img img {
	max-width: 150px;
}

.btn-favourite i.favourite {
	font-family: 'fontello';
	margin-right: 0;
}

.btn-favourite i.favourite:before {
	content: '\e806';
}

.btn-favourite.active i.favourite:before {
	content: '\e805';
}

/* ====== media ====== */
.media { margin: 0; }
.media, .bd { overflow: hidden; _overflow: visible; zoom: 1; }
.media .img { float: left; margin-right: 10px; }
.media .img img { display: block; }
.media .imgExt { float: right; margin-left: 10px; }

.cf:before,.cf:after{content:" ";display:table;}
.cf:after{clear: both;}
.cf{*zoom: 1;}