
@font-face {
	font-family: 'calibri_font';
	src: url('../font/calibri.eot');
	src: local('☺'), url('../font/calibri.woff') format('woff'), url('../font/calibri.ttf') format('truetype'), url('../font/calibri.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

p {
	margin: 15px 0;
	font-size: 1.1em;
}

p.center {
	text-align: center;
}

p.lead {
	font-size: 1.1em;
}

.alert {
	background: #c9c8c6;
	color: #444;
}

.span3 {
	padding-left: 0;
	margin-left: 0;
}

h1, h2, h3, h4, h5 {
	text-rendering: optimizelegibility;
}

h5 {
	padding-left: 10px;
}

hr {
	background: #d9d9d9;
	margin: 10px 0;
	height: 1px;
}

a {
	cursor: pointer;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Calibri', 'calibri_font', arial, sans-serif;
	font-size: 100%;
	line-height: 100%;
  	color: #262626;
	background: #EDEDED url('../images/wrap-left.png') left top repeat-y;
	position: absolute;
	width: 100%;
	height: 100%;
}


body a i {
	color: #555 !important;
	font-size: 17px;
	bottom: -2px;
	text-decoration: none !important;
	position: relative;
}

body a i.icon-white {
	color: #fff !important;
}


#overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 100;
	display: none;
}

iframe,
video,
object,
#___plusone_0,
article.item,
.bx-wrapper {
	position: relative;
	z-index: 200;
}

body iframe {
	overflow: hidden;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
}

h1 .link {
	font-size: 0.6em;
	margin: 0 5px 15px;
	line-height: 1em;
	display: block;
}

.red {
	color: #c02324;
}

abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #ccc;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ddd;
	margin: 20px 0;
}

fieldset legend {
	font-size: 1.3em;
	font-weight: bold;
}

label {
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
}

.hidden {
	display: none;
}

body input.year {
	width: 60px !important;
}


input[type="checkbox"] {
	margin: 3px 5px 0 0;
}

body .modal ul.nav-tabs li.active a {
	background: #fff !important;
}

body .modal hr {
	background: none;
	border-top: 1px solid #eee;
}


textarea.serial-embed {
	height: 180px !important;
}


.input-append input {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.search .input {
	background: #ddd;
	float: left;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.search input {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 18px;
}

.search select {
	height: 35px;
	width: 120px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 3px;
	border-left: none;
	margin-left: -2px;
}

.search .send {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #bfd255;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NmI3MTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #bfd255 0%, #86b714 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(100%,#86b714)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfd255 0%,#86b714 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfd255 0%,#86b714 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bfd255 0%,#86b714 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfd255 0%,#86b714 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#86b714',GradientType=0 ); /* IE6-8 */
	position: relative;
	overflow: hidden;
}

.search .send input[type="submit"] {
	text-indent: -10000px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("../images/glyphicons-halflings-white.png");
	background-position: -38px 10px;
}

.search input[type="text"] {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	width: 220px;
	transition: all 500ms;
	-moz-transition: all 500ms; /* Firefox 4 */
	-webkit-transition: all 500ms; /* Safari and Chrome */
	-o-transition: all 500ms; /* Opera */
}

.search input[type="text"]:focus {
	width: 350px;
}

.approveItem {
	margin: 0;
	width: 350px;
	border-right: 1px solid #ddd;
}

.approveItem:hover {
	background: #fff;
}

.approveItem article.item {
	width: 200px;
	height: 130px;
}

.accordion-heading {
	background: #fff;
	font-size: 1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.accordion-body {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-top: none;
	padding: 0;
	margin: -4px 0 10px 0;
}

.accordion-body .accordion-inner {
	padding: 0;
}

form table td {
	vertical-align: top;
}

form table th {
	padding: 0px 5px;
}

form textarea {
	margin-top: 5px;
}

.seen input[type="submit"] {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: inset 0 1px 1px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #555;
	text-align: left;
	padding: 8px 15px;
	margin: 20px 5px 5px !important;
	font: bold 1em 'Open Sans', sans-serif;
	text-shadow: 0 1px 1px #fff;
}

form ul.errors {
	list-style: none;
	margin: 0;
}

form ul.errors.floating {
	position: absolute;
	z-index: 40;
	margin: 5px 0;
}

.mailform {

}

.mailform th[valign="top"] {
	padding-top: 5px;
}

.commentform {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	width: 100%;
}

.commentform textarea {
	width: 209px;
	height: 102px;
	margin: 0 0 10px;
	padding: 5px;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	max-height: 400px !important;
}

.commentform input {
}

.commentform input[type="submit"] {
}

.loginform input[type="email"],
.loginform input[type="password"] {
	padding: 10px 15px 10px 5px;
	border: 1px solid #bbb !important;
	border-left: none !important;
	border-left: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.loginform .add-on {
	padding: 10px;
	background: #fff;
	border: 1px solid #bbb;
	border-right: none;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	color: #555;
	font-size: 20px;
}

.loginform .controls {
	margin-left: 15px;
}

.loginform .control-group {
	margin: 0;
}

.loginform .controls.inputs {
	float: left;
	background: url('../images/stripe.png');
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.loginform .control-label {
	float: none;
	display: block;
	margin: 5px;
	padding-left: 15px;
}

.loginform label {
	font: bold 1em 'Arial', sans-serif !important;
	text-shadow: 0 1px 1px #fff;
	padding-top: 10px !important;
	text-align: left !important;
}

ul.wysihtml5-toolbar {
	margin: 0;
	padding: 0;
}

ul.wysihtml5-toolbar li {
	margin: 0 0 5px 5px;
	padding: 0;
	list-style: none;
	float: left;
}

.topright {
	float: right;
	display: block;
	padding: 0 10px;
	width: 366px;
	height: 55px;
	position: relative;
}

.topright form {
	height: 100%;
	position: absolute;
}

.topright form input[type="checkbox"] {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

.topright form input[type="email"],
.topright form input[type="password"] {
	padding: 7px;
	width: 140px;
	border: none;
	margin: 0 2px;
}

.topright form input[type="email"] {
	border-right: 1px solid #eee;
}

.topright form input[type="password"] {
	width: 100px;
}

.topright form input[type="submit"] {
	display: block;
	float: right;
	padding: 6px 10px;
}

.topright form a {
	padding: 0;
	margin: 0;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

table th, table td {
	padding: 0px 10px;
}

table tr.episode {
	border: none;
}

table tr.episode td {
	border-top: 1px dotted #ddd;
	padding: 3px;
}

table tr.episode td.name {
	padding-left: 25px;
}

a.icon {
	text-decoration: none;
	margin: 0 5px 0 0;
}

body .tooltip .tooltip-inner {
	font: 1.1em 'Open Sans', sans-seif;
	padding: 5px 6px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #fff;
}

.icon-white-play {
	background: url('../images/icon_play.png') center center no-repeat !important;
	width: 25px;
	height: 25px;
	opacity: 0.8;
}

.input-fullwidth {
	width: 96%;
}

table.table-single tr th {
	background: #fff;
}

table.table-small td,
table.table-small th {
	padding: 5px 15px;
	border: 1px solid #ddd;
}

table.table {
	width: 100%;
	border-collapse: collapse;
}

table.table.table-hover thead tr th.name { width: 50%; }
table.table.table-hover tr td.action { width: 60px !important; white-space: nowrap; }
table.table.table-hover.custom thead tr th.action { width: auto !important; }

table.table td.action {
	padding: 8px 5px;
	text-align: center;
}

table.table td.action a {
}

table.table td.action a i {
	text-shadow: 1px 1px 1px #fff;
	color: #333;
	display: inline-block;
	width: 15px;
	height: 15px;
	font-size: 16px;
}


table.table.table-hover thead tr {
	border-bottom: 2px dashed #ccc;
	text-shadow: 0 1px 1px #fff;
	padding: 10px;
	color: #555 !important;
}

table.table.table-hover thead th a,
table.table.table-hover thead th {
	color: #555;
	font: normal 18px 'Georgia', sans-serif;
	border: none;
}

table.table.table-hover thead th.rating {
	width: 60px;
}

table.table.table-hover tbody td,
table.table tfoot th,
table.table tfoot td {
	border: 1px dotted #ddd;
	border-bottom: none;
	border-left: none;
	color: #444;
	text-shadow: none;
}

table.table.table-hover tbody td.action {
	border-right: none;
}

table.table.table-hover tbody tr:hover td {
	background: #f5f5f5;
}


table.table thead a {
	color: #fff;
}

table.table td {
	vertical-align: top;
}

table.table tr td.name {
	width: 350px;
}

table.table-csfd td {
	padding: 0 !important;
	vertical-align: middle !important;
}

table.table-csfd th label {
	padding: 10px;
	display: block;
}

.fileupload-new.thumbnail img {
	width: 210px;
}

ul.shifted {
	padding: 0 20px !important;
	cursor: hand;
}

ul.order {
	list-style: none;
	margin: 0 10px;
}

ul.order li {
	margin: -1px 0;
	float: left;
	border-bottom: 1px solid #fff;
}

ul.order li a {
	width: 99px;
	display: block;
	padding: 8px 15px;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px solid #cecece;
	border-right: none;
}

ul.order li:last-child a {
	border-right: 1px solid #cecece;
}

ul.order li a:hover,
ul.order li.active a {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
	text-decoration: none;
}

.flag {
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px !important;
	text-align: left !important;
}

.flag.sk { background-image: url('../images/sk.gif'); }
.flag.us { background-image: url('../images/us.gif'); }

a .detail {
	position: absolute;
	display: none;
	padding: 5px;
	margin: 6px 0 0;
	background: #fff;
	color: #555;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	width: 400px;
}

a .detail:before {
	content: "";
	width: 0;
	display: block;
	border-style: solid;
	border-color: #fff transparent;
	border-width: 0 10px 10px;
	position: absolute;
	top: -10px;
}

a .detail img {
	float: left;
	margin: 0 5px 0 0;
}

a .detail p {
	margin: 0 5px;
	text-decoration: none !important;
}

a:hover .detail {
	display: block;
}

#page {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.5em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* same as the footer */
}

#mainnav {
	background: url('../images/topmenu.png') left top repeat;
	height: 43px;
}

#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

#mainnav ul li {
	float: left;
}

#mainnav ul li a {
	display: block;
	padding: 11px 15px;
	color: #ccc;
	font-size: 1.1em;
	border-right: 1px solid #000;
}

#mainnav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#mainnav .text {
	position: absolute;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	text-shadow: 1px 1px 1px #000;
	font: normal 16px 'Calibri', 'calibri_font', sans-serif;
}

#mainnav .text a:hover {
	color: #00aaff;
}

.breadcrumb {
	background: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
}

.breadcrumb li {
	background: url('../images/arrow-right.gif?v=1') right 10px no-repeat;
	padding: 8px 25px 8px 10px;
}

.breadcrumb li.active {
	background: none;
}

.breadcrumb .divider {
	display: none;
}

#header {
	padding: 5px 0;
	height: 51px;
	background: #ea2d2d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhMmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNzIyMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ea2d2d 0%, #b72222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea2d2d), color-stop(100%,#b72222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea2d2d 0%,#b72222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea2d2d 0%,#b72222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea2d2d 0%,#b72222 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea2d2d 0%,#b72222 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2d2d', endColorstr='#b72222',GradientType=0 ); /* IE6-8 */
	position: relative;
	margin: 0;
}

#logo {
	width: 183px;
	height: 33px;
	display: block;
	margin: 10px 15px;
	background: url(../images/logo.png) no-repeat;
	float: left;
}

#logo span {
	display: none;
}

#fb_button {
	width: 127px;
	height: 34px;
	display: block;
	background: url('../images/fb-like.png') no-repeat;
	float: right;
	margin: 9px 0 0;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

#fb_button iframe {
	position: absolute;
	margin-left: 22px;
	opacity: 0;
	overflow: hidden;
	width: 100px !important;
	height: 40px !important;
}

#facebook_like_button_holder {
	position: relative;
	height: 19px;
	color: #fff;
	background: black;
}

#facebook_like_button_holder iframe {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
	width: 100px !important;
	height: 40px !important;
	overflow: hidden;
	border: none;
}

#fake_facebook_button {
	pointer-events: none;
	position: absolute;
	width: 120px;
	height: 25px;
	left: 0;
	top: 0;
	background: url('../images/fb-like.png') no-repeat;
}

#top_search #input_submit {
	width: 70px;
	height: 34px;
	padding: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: none;
	color: #B72222;
	float: right;
	cursor: pointer;
	font-weight: bold;
}


#left_panel {
	width: 237px;
	float: left;
	z-index: 10;
	position: relative;
	height: 100%;
}

#left_panel h2 {
	color: #fff;
	font-size: 1.3em;
	padding: 0;
	margin: 20px 0 15px 0;
	text-align: center;
}

#left_panel h2.main {
	border-top: 3px solid #2E2E2E;
	border-bottom: 3px solid #2E2E2E;
	margin: 0;
	font-size: 1.3em
}  

#left_panel h2.main span {
	margin-left: 56px;
	height: 34px;
	padding: 14px 0 0 0;
	color: #fff;
	display: block;
	border-right: 6px solid #B70000;
}

#left_panel .item {
	border-bottom: 1px solid #000;
	border-top: 1px solid #222;
	padding: 0;
	color: #fff;
}

#left_panel .last-panel {
	border-top: 1px solid #000;
	position: relative;
	overflow: hidden;
}

#left_panel .last-panel .shadow {
	width: 100%;
	height: 50px;
	background: url('../images/shadow.png?v=2');
	position: absolute;
	bottom: 0;
	left: 0;
}

#left_panel .item:nth-child(odd) {
	background: #c02324;
}

#left_panel .item .img {
	position: relative;
	overflow: hidden;
	height: 70px;
	width: 100px;
}

#left_panel .item img {
	width: 100% !important;
}

#left_panel .item h5 {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

#left_panel .item h5 a {
	color: #fff;
}

#left_panel .item table td {
	padding: 6px;
	margin: 0;
	vertical-align: top;
}

#left_panel .item table td.img {
	width: 100px;
}

#left_panel .item table td.view {
	vertical-align: bottom;
	color: #ffee90;
	font-size: 0.9em;
}

#user {
	padding: 3px 5px;
	margin: 0 5px;
	width: 210px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#user.administrator {
	width: 281px;
}

ul#user_menu {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0;
	list-style: none !important;
}

ul#user_menu > li {
	float: left;
}

ul#user_menu > li:first-child > a {
	border-left: none;
}

ul#user_menu > li:last-child > a {
	border-right: none;
}

ul#user_menu > li > a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
	display: block;
	padding: 14px 20px 8px;
	background: none !important;
	border-right: 1px solid rgba(0,0,0,0.1);
}

ul#user_menu li a i {
	text-shadow: 0 -1px 1px rgba(0,0,0,0.7);
	opacity: 0.7;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	transition: opacity 300ms;
}

ul#user_menu li a i.icon-2x {
	font-size: 26px;
}

ul#user_menu li a:hover i {
	opacity: 1;
}

ul#user_menu li a .icon-caret-down {
	font-size: 15px;
	display: inline;
	position: relative;
	top: -4px;
	left: 5px;
}

ul#user_menu li .muted {
	font-size: 0.9em;
}

ul#user_menu li ul.dropdown-menu {
	overflow: visible;
	z-index: 3000;
}

ul#user_menu li ul.dropdown-menu.administration {
	left: -90px;
}

ul#user_menu li ul.dropdown-menu.administration:before,
ul#user_menu li ul.dropdown-menu.administration:after {
	left: 135px;
}

ul#user_menu li ul.dropdown-menu li a.main {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 40px;
}

ul#user_menu li ul.dropdown-menu li a {
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

ul#user_menu li ul.dropdown-menu li img {
	margin: 0 8px;
	wdith: 35px !important;
}


ul#user_menu li a:hover,
ul#user_menu li a:hover .muted {
	color: #fff;
}


.avatar {
	width: 100px;
	height: 86px;
	float: left;
	margin-left: 4px;
	padding: 7px;
	position: static;
}

#menu_kategorie {
	width: 100%;
	background: #262626;
	margin-bottom: 30px;
	list-style: none;
	margin: 0;
}

#menu_kategorie li {
	border-bottom: 2px solid #2E2E2E;
}

#menu_kategorie li a {
	height: 25px;
	display: block;
	color: #fff;
	font-size: 1.20em;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 18px auto;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

#menu_kategorie li a span {
	margin-left: 56px
}

#menu_kategorie li a span.serial {
	margin: 0 20px;
}

#menu_kategorie li a:hover,
#menu_kategorie li a.active {
	background-color: #161616;
	border-right: 6px solid #B70000;
}

h2#kategorie {
	background: #161616 url(../images/ikona-kategorie.png) 16px 10px no-repeat;
	border-top: none;
	border-bottom: 2px solid #2E2E2E;
	text-align: left;
	padding: 0;
}

#menu_kategorie #akcni { background-image: url(../images/ikona-akcni.png); }
#menu_kategorie #komedie { background-image: url(../images/ikona-komedie.png); }
#menu_kategorie #rodinne { background-image: url(../images/ikona-rodinne.png); }
#menu_kategorie #horrory { background-image: url(../images/ikona-horrory.png); }
#menu_kategorie #mysteriozni { background-image: url(../images/ikona-mysteriozni.png); }
#menu_kategorie #pohadky { background-image: url(../images/ikona-pohadky.png); background-position: 19px center; }
#menu_kategorie #krimi { background-image: url(../images/ikona-krimi.png); background-position: 17px center; }
#menu_kategorie #sci-fi { background-image: url(../images/ikona-scifi.png); }
#menu_kategorie #drama { background-image: url(../images/ikona-drama.png); background-position: 19px center; }
#menu_kategorie #thriller { background-image: url(../images/ikona-thriller.png); }
#menu_kategorie #hudebni { background-image: url(../images/ikona-hudebni.png); }
#menu_kategorie #fantasy { background-image: url(../images/ikona-fantasy.png); }
#menu_kategorie #dokumenty { background-image: url(../images/ikona-dokumenty.png); }

#menu_kategorie.hry li a { background-image: none !important; }
#menu_kategorie.hry li a span { margin: 0 20px; }

#stred {
	padding: 10px 172px 10px 247px;
	position: relative;
}

.ads {
	margin: 0 0 10px;
	text-align: center;
}

#stred .inside {
	width: 100%;
	float: left;
}

ul.nav-tabs li.dropdown.open i {
	background-image: url("../images/glyphicons-halflings-white.png");
	opacity: 0.5;
}

ul.nav-tabs li ul.open {
	display: block;
	position: absolute;
	margin-top: -5px !important;
}

ul.nav-tabs {
	margin: 0;
	padding: 0;
}

ul.nav-tabs .active [class^="icon-"] {

}

ul.nav-tabs li.active a {
	background: #eee !important;
}

.tabs-left ul.nav-tabs {
	margin-right: 0;
}

.dropdown-menu {
	max-height: 500px;
	overflow: auto;
	position: absolute;
}

.dropdown-menu .active a {
	color: #222 !important;
}

.dropdown-menu .active a i {
	opacity: 0.8 !important;
}

#stred .video {
	background: #222222;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #222222 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #222222 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #222222 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #222222 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #222222 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	margin: 0px -10px 20px;
}

#stred .video .inner {
	width: 610px;
	height: 360px;
	margin: 0 auto;
	position: relative;
}

#stred .video .inner label {
	color: #fff;
	padding: 20px 0 0;
	text-shadow: 0 1px 0 #000;
}

#stred .video .inner textarea {
	height: 300px;
}

.video-wrapper {
	display: inline-block;
	background-color: #000
}

.video-wrapper #video {
	display: inline-block;
}

.tile-loader {
	padding: 0;
	margin: -16px;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}

.ajax-loaded {
	position: relative;
}

.ajax-loaded .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	left: 0;
	top: 0;
}

.img-content {
	margin-right: 10px !important;
}

article .img {
	margin: 0 20px 0 0;
	float: left;
	width: 230px;
}

article .img img {
	width: 100%;
}

article header {
	display: block;
	position: relative;
	overflow: hidden;
}

article header hgroup,
article header .hgroup {
	display: block;
	width: auto;
}

article header hgroup h1,
article header .hgroup h1 {
	font-size: 1.8em;
	display: inline;
}

article header hgroup h2,
article header .hgroup h2 {
	font-size: 1.6em;
	font-weight: normal;
	padding: 0;
	line-height: 1em;
}

article .seen,
article header hgroup h2 span,
article header .hgroup h2 span {
	color: #c02324;
}

article header hgroup h2 span.divider,
article header .hgroup h2 span.divider {
	color: #999;
	text-shadow: 0 1px 1px #fff;
}

article .seen {
	float: left;
	width: 200px;
}

article .seen input[type="submit"] {
	margin: 5px -10px 0;
	width: 220px;
}

article .seen .url {
	width: 214px;
	height: 70px;
	padding: 2px;
	margin: 11px 0 0 -10px;
	font: normal 10px 'Courier New', sans-serif;
}

ul.nested-comments li, ul.nested-comments-complex li {
	list-style: none;
	margin-left: 3em;
}

ul.nested-comments li ul {
	border-left: 1px solid #ccc;
	position: relative;
}

ul.nested-comments-complex li ul {
	position: relative;
	background: transparent url('../images/border-left.png') repeat-y left top;
}

ul.nested-comments li ul::before {
	content: '';
	position: absolute;
	border-bottom: 1px solid #ccc;
	width: 2em;
	top: 2em;
}

ul.nested-comments-complex li ul::before {
	content: '';
	position: absolute;
	width: 2em;
	top: 2em;
	background: transparent url('../images/border-bottom.png') repeat-x left top;
	height: 5px;
}

.comments {
	padding-left: 0;
	margin-top: 10px;
}

.comments p.lead {
	margin-left: 3em;
}

div.comment {
	background: white;
	border: 1px solid #ddd;
	padding: 1em;
	margin-bottom: 1em;
}

div.comment hr {
	background: none;
	border: none;
	border-top: 1px solid #eee;
	margin: 12px 0 3px;
}

div.comment p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 10px 0 0 0;
	color: #555;
}

div.comment h4 {
	margin: 0;
	padding: 0;
}

div.comment .answer {
	font-weight: bold;
	margin-top: 20px;
}

div.comment h4 a.hash {
	font-weight: normal;
	color: #999;
	display: none;
}

div.comment:hover h4 a.hash {
	display: inline;
}

div.comment img {
	margin: 0 15px 0 0;
	border: 1px solid #ddd;
}

div.comment em {
	color: #999 !important;
}

.rating p {
	margin: 0 0 10px;
	padding: 0;
}

.actions {
	padding-top: 15px;
}

.stats {
	margin: 0 10px;
}

.stats table tr th {
	width: 50%;
}

.stats table tr td {
	background: #f5f5f5;
}

ul.sitemap {
	font-size: 1.4em;
}

ul.sitemap li {
	padding: 3px;
}

ul.sitemap li:hover {
	background: #f5f5f5;
}

span.statistics {
	float: right;
	color: #555;
}

span.seen {
	color: #c02324;
}

ul.social {
	margin: 2px 0;
	list-style: none;
}

ul.social li {
	padding: 5px 0 0 35px;
	border-bottom: 1px solid #eee;
	position: relative;
	height: 25px;
}

ul.social li.facebook {
	padding-bottom: 3px;
	height: 22px;
}

ul.social li i {
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 18px;
}

ul.social li.facebook i { color: #367FB2; }
ul.social li.twitter i { color: #80CCEE; }

article .content {
	padding: 0 30px 0 0;
}

article .content p {
	color: #666;
	font: 100 1.1em 'Open Sans', sans-serif;
	line-height: 1.9em;
}

article.item {
	width: 250px;
	height: 160px;
	background: #111;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 10px;
}

article.item a.add {
	display: block;
	font-size: 5em;
	line-height: 2.5em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #222222;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #222222 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #222222 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #222222 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #222222 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #222222 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
	border: 1px solid #000;
	text-shadow: 0 1px 1px #000;
}

article.item a.add:hover {
	color: #fff;
	background: #000;
}

article.item .add,
article.item .text,
article.item .img {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

article.item .img img {
	width: 100%;
}

article.item .text {
	background: rgba(0,0,0,0.7);
	height: 45px;
	top: auto;
	bottom: 0;
	padding: 8px;
}

article.item .text .play {
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	margin: 30px 25px 0 0;
	background: #c02324;
	font-size: 13px !important;
	line-height: 1.5em !important;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

article.item .text .play.custom {
	background-color: transparent;
	z-index: 1000;
}

article.item .text h2 {
	font-size: 1em;
	line-height: 1em;
	padding: 2px 0;
	margin: 0;
}

article.item a {
	color: #fff;
}

article.item a .text,
article.item a .img {
	-webkit-transition: all 600ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-moz-transition: all 600ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-ms-transition: all 600ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-o-transition: all 600ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	transition: all 600ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

	-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}

article.item a .text {
	opacity: 0.6;
	bottom: -34px;
}

article.item a:hover .text {
	bottom: 0;
	opacity: 1;
}

article.item a:hover h2 {
	text-decoration: underline;
}

article.item .text .info {
	color: #fff;
	margin: -3px 0 0;
	color: rgba(255,255,255,0.7);
}

article.item.large {
	width: 520px;
	height: 339px;
	font-size: 1.3em;
	line-height: 1.8em;
}

article.item.large h2 {
	padding: 2px 0;
}

article.item.large .text {
	height: 70px;
}

article.item.large a .text {
	bottom: -55px;
}

article.item.large a:hover .text {
	bottom: 0;
}

.bx-wrapper {
	margin: 20px 10px;
	height: 130px;
}

.newsreel article {
	margin: 0;
	width: 200px;
	height: 120px;
}

#pages {
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 15px 10px;
}

#pages ul {
  margin: 0 auto;
}

#pages li {
  float: left;
  color: #222;
  margin: 0px 3px 0px 3px;
  display: inline-block;
} 

#pages li a {
  color: #222;
  text-decoration: none;
  font-size: 0.9em
}

#pages li a:hover {
  text-decoration: underline;
} 

#pages li span.current {
  font-size: 1.3em;
  margin-top: -1px;
  display: inline-block
}

#pages li span {
  color: #CC2726
}

#right_panel {
	right: 0;
	margin: -20px 0 0;
	padding: 0;
	width: 162px;
	overflow: hidden;
	position: absolute;
}

#right_panel .ad {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #fff;
}

#right_panel .ad .text {
	color: #fff;
	display: block;
	font-size: 2em;
	line-height: 11em;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.push {
	height: 50px; /* same as the footer */
}

.hd {
	font-size: 1em;
	color: #fff;
	background: #333;
	text-shadow: 1px 1px 1px #000;
	padding: 5px 5px 0;
	margin: 0 5px 0 0;
}

.box {
	background: url('../images/stripe.png');
	padding: 8px;
	min-width: 250px;
	margin: 5px 15px 5px 0;
	border-radius: 10px;
}

.box-heading {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
	padding: 0 15px;
	border: 1px solid #ccc;
	margin: 0;
}

.box-heading h1,
.box-heading h2,
.box-heading h3,
.box-heading h4,
.box-heading h5 {
	font: 300 1.2em 'Open Sans', sans-serif;
	color: #666;
}

.box-content {
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	margin: 0;
}

#paticka {
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 80;
	background: url('../images/bg-topmenu.jpg') repeat-x;
	text-align: center;
	color: #fff;
	margin: 0;
	font: normal 0.8em 'Open Sans', sans-serif;
}

#paticka .inner {
	padding: 15px 0;
}

#paticka .divider {
	opacity: 0.5;
	margin: 0 2px;
	font-size: 1.2em;
}

#paticka .small {
	font-size: 0.8em;
}

#paticka a {
	color: #fff;
}


#hp_reklama {
  margin: 0 auto;
  width: 400px;
  margin-bottom: 30px;
  margin-top: 15px
}


.clear {
  clear: both;
  overflow: hidden;
}

ul.category {
	margin: 0;
}

ul.category .controls {
	cursor: move;
	list-style-position: inside;
	padding: 2px 5px;
	margin: 0;
}

ul.category .controls ul.details {
	list-style: none;
	display: none;
	margin: 0;
	float: right;
}

ul.category .controls:hover {
	background: #fff;
}

ul.category .controls:hover ul.details {
	display: block;
}

ul.category .controls ul.details li {
	float: left;
	margin: 0 2px;
}

ul li ul.details {
	display: none;
	list-style: none;
	float: right;
}

ul li:hover ul.details {
	display: block;
}

ul li ul.details li {
	float: left;
	margin: 0 2px;
}

/* podstránka */

#prehravac {
  width: 100%;
  height: 300px;
  background: #202020
}

#prehravac #video {
  width: 500px;
  height: 320px;
  margin-left: 15px
}

#movie {
  margin-top: 65px
}

#movie img {
  margin-right: 15px;
  margin-bottom: 5px
}

#movie h1 {
  font-size: 1.8em;
  margin: 0px 0px 5px 0px
}

#movie_info {
  font-size: 1.6em;
  line-height: 1.1em
}

#movie_info span, #movie_info a {
  color: #D52828;
  text-decoration: none;  
}

#movie_text {
  color: #818080;
  font-size: 1.3em
}

#fb_buttony {
  margin: -40px 0px 0px 30px;
  display: inline-block
}



.paginator {
	display: block;
	padding: 5px;
	margin: 0;
	font-weight: bold;
	font-size: 1.1em;
}

.paginator a, .paginator span {
	margin-right: 0.1em;
	padding: 0.2em;
	color: #999999;
}

.paginator a {
	text-decoration: none;
	color: #000;
}

.paginator a:hover {
	text-decoration: underline;
}

.paginator span.button {
}

.paginator .current {
	color: #CC2726;
	font-size: 1.4em;
}

.btn.facebook {
	background: #4669b5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NjliNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjU5OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4669b5 0%, #3b5999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4669b5), color-stop(100%,#3b5999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4669b5 0%,#3b5999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4669b5 0%,#3b5999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4669b5 0%,#3b5999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4669b5 0%,#3b5999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4669b5', endColorstr='#3b5999',GradientType=0 ); /* IE6-8 */
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn.facebook .icon-facebook {
	font-size: 20px;
}

.btn.btn-instruction {
	width: 339px;
	height: 71px;
	background: url('../images/button-instruction.png') center center no-repeat;
	padding: 0;
	text-indent: -1000000px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.btn-help {
	width: 210px;
	background: #d35518;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	font-size: 1.3em;
}

.btn.btn-help i {
	margin-right: 8px;
	font-size: 25px;
}

.btn.save {
	width: 161px;
	background: #bfd255;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NmI3MTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #bfd255 0%, #86b714 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(100%,#86b714)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfd255 0%,#86b714 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfd255 0%,#86b714 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bfd255 0%,#86b714 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfd255 0%,#86b714 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#86b714',GradientType=0 ); /* IE6-8 */
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2) !important;
}

.btn.btn-switch {
	background-repeat: no-repeat;
	background-image: url('../images/buttons.png') !important;
	background-color: transparent !important;
	background-position: top left !important;
	width: 105px;
	height: 40px;
	text-indent: -10000px;
	border: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.btn.btn-switch.active {
	background-position: left -39px !important;
}

.switch {
	background: none;
	position: relative;
	width: 105px;
	height: 40px;
	overflow: hidden;
	z-index: 150;
	margin: 3px 15px 0 0;
	border: none;
	float: right;
}

.switch .btn-switch.active {
	position: fixed;
}

@media (max-width: 1280px) {
	.span3 .box {
		width: 150px;
	}
	.span9 {
		width: 400px !important;
	}
}


@media (max-width: 978px) {
	#right_panel { display: none; }
	#stred {
		padding-right: 10px;
	}
	ul.nav.nav-tabs.order-tabs li {
		float: none;
	}

	ul.nav.nav-tabs.order-tabs li.active a {
		border: none;
	}
}

@media (max-width: 480px) {
	body { background-image: none; }
	#stred { padding: 10px; }
	#user { display: none; }
	#left_panel {
		margin-left: -255px;
		position: absolute;
	}

	article.item {
		float: none;
	}

	article.item .img,
	article.item .text {
		position: relative !important;
		width: auto;
		height: auto;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		left: auto;
		right: auto;
		bottom: auto;
	}
}