html {
	color: #222;
	font-size: 100%;
	width: 100%;
	}
body {
	background-color: #fff;
	height: 100%;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.231;
	margin: 0;
	}
/*~~~~~~~~~~~~~~ */
/*    obecné     */
/*~~~~~~~~~~~~~~ */
*::selection {
	background-color: #b3d4fc;
	text-shadow: none;
	}
*::-moz-selection {
	background-color: #b3d4fc;
	text-shadow: none;
	}
a {
	color: #008;
	}
a:hover {
	text-decoration: underline;
	}
a:link, a:visited {
	color: #000;
	text-decoration: none;
	}
p, pre {
	margin: 1em 0;
	}
img {
	max-width: 100%;
	vertical-align: middle;
	border: 0 none;
	}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
	}
#container {
	margin: 0 auto;
	min-width: 320px;
	position: relative;
	z-index: 0;
	}
#wrapper {
	background-color: #f3f8f4;
	box-shadow: 0 -5px 8px #91a19e;
	margin: 0 auto;
	max-width: 1920px;
	overflow: hidden;
	padding: 0;
	position: relative;
	}
.clearfix::before, .clearfix::after {
	content: " ";
	display: table;
	}
.clearfix::after {
	clear: both;
	}
.float-left {
	float: left;
	}
.float-right {
	float:right;
	}
.clear-left {
	clear: left;
	content: "";
	display: block;
	}
.margin-left-20 {
	margin-left: 20px;
	}
.no-border {
	border:0 !important;
	}
.color_green {
	color: #78b029 !important;
	}
.color_blue {
	color: #00b1c1 !important;
	}
.color_yellow {
	color: #dd9c00 !important;
	}
.color_violet {
	color: #c1306d !important;
	}
.color_gold {
	color: #a61 !important;
	}
.color_black {
	color: #000 !important;
	}
a.color_green:hover, 
a.color_blue:hover,
a.color_yellow:hover,
a.color_violet:hover {
	color: #111 !important;
	}
.colored_hr {
	background: rgba(0, 0, 0, 0) url("../images/bck_ribbon.png") repeat-x scroll 0 0;
	height: 10px;
	width: 100%;
	}
/*~~~~~~~~~~~~~~ */
/*    záhlaví    */
/*~~~~~~~~~~~~~~ */
.javascriptframe {
	background: #94091b none repeat scroll 0 0;
	margin: 10px;
	padding: 10px;
	}
.javascriptframe p {
	color: #f3f8f4;
	font-size: 12px;
	line-height: 1.25;
	}
header {
    box-shadow: 0 0 8px rgba(145, 161, 158, 0.6);
    position: relative;
    z-index: 10;
	display: block;
	}
hgroup {
	display: block;
	}
header #header_black_line {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	height: 20px;
	margin: 0;
	padding: 6px 3.125% 5px;
	width: 93.75%;
	}
header #header_titletext {
	float: left;
	margin-right: 10px;
	min-width: 290px;
	}
header #header_titletext a.titletext {
	display: block;
	height: auto;
	overflow: hidden;
	width: 290px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
header #header_black_line_menu {
	float: right;
	min-width: 510px;
	}
header #header_black_line_menu a {
	border-right: 1px solid #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.786em;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	color: #fff;
	line-height: 1.714em;
	margin-right: 7px;
	padding-right: 7px;
	transition: all 0.25s ease-in-out 0s;
	}
header #header_black_line_menu a:hover {
	text-decoration: underline;
	}
header #header_black_line_menu a.last {
	border-right: 0 none;
	margin: 0;
	padding: 0;
	}
header #header_menu_block {
	background: #f3f8f4 none repeat scroll 0 0;
	height: 46px;
	padding: 17px 3.125%;
	position: relative;
	width: 93.75%;
	}
header #header_logoimg {
	border-radius: 23px;
	float: left;
	position: relative;
	width: 292px;
	z-index: 20;
	}
header #header_logoimg h1 {
	margin: 0;
	}
header #header_logoimg h1 a {
	width: 292px;
	height: 0;
	margin-top: -10px;
	padding-top: 66px;
	overflow: hidden;
	display: block;
	background: url("../images/CSHC.svg") 0 0 round;
	background-size: auto 60px;
	}
header #header_menu_fix {
	float: right;
	position: relative;
	}
header #header_menu_container {
	float: left;
	padding: 0;
	position: relative;
	z-index: 0;
	}
header #header_menu_container .menu_container {
	float: left;
	position: relative;
	transition: all 0.25s ease-in-out 0s;
	}
header #header_menu_container .menu_container .menu_header {
	display: none;
	min-height: 38px;
	position: relative;
	}
header #header_menu_container .menu_container .menu_header .menu_title {
	color: #828a86;
	font-family: "Fedra Sans Alt Demi 5",Arial,Helvetica,sans-serif;
	font-size: 1.071em;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	position: relative;
	top: 11px;
	}
header #header_menu_container .menu_container .menu_header .arrow {
	background: rgba(0, 0, 0, 0) url("../images/icn_up_down_arrows.png") no-repeat scroll 0 0;
	display: block;
	height: 0;
	padding-top: 8px;
	position: absolute;
	right: 20px;
	top: 15px;
	width: 12px;
	}
header #header_menu_container a.navLink {
	display:block;
	position:relative;
	float:left;
	font-family:"Fedra Sans Alt Demi 5",Arial,Helvetica,sans-serif;
	font-style:normal;
	font-weight:normal;
	font-stretch:normal;
	font-size:1.071em;
	color:#828a86;
	text-decoration:none;
	margin:8px 40px 0 0;
	padding:8px 5px;
	-webkit-transition:color 0.25s ease-in-out 0;
	-moz-transition:color 0.25s ease-in-out;
	-ms-transition:color 0.25s ease-in-out;
	-o-transition:color 0.25s ease-in-out;
	transition:color 0.25s ease-in-out;
	}
header #header_menu_container a.navLink:hover, header #header_menu_container a.navLink.active {
	color: #111;
	}
header #search_bar {
	margin:13px 22px 0 40px;
	float:right;
	position:relative;
	width:0;
	height:30px;
	z-index:10;
	}
header #search_bar form {
	outline:0;
	}
header #search_bar form .hidden_padding {
	display:block;
	position:absolute;
	right:100%;
	width:100%;
	top:-13px;
	height:52px;
	background-color:#f3f8f4;
	outline:0;
	}
input[type="search"] {
	box-sizing: content-box;
	font-size: 100%;
	line-height: normal;
	color: #222;
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	}
header #search_bar form input[type="search"] {
	outline:0;
	width:0;
	height:30px;
	padding:8px 0 5px 22px;
	top:-16px;
	background-color:transparent;
	cursor:pointer;
	position:absolute;
	left:0;
	font-family:"Fedra Sans Alt Book 5",Arial,Helvetica,sans-serif;
	font-style:normal;
	font-weight:normal;
	font-stretch:normal;
	font-size:1.429em;
	z-index:10;
	background:url("../images/icn_search.png") 0 13px no-repeat;
	overflow:hidden;
	*zoom:1;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	-webkit-transition:all 0.25s ease-in-out 0;
	-moz-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	}
header #search_bar form input[type="search"]:focus {
	padding-left:32px;
	background-color:#f3f8f4;
	width:920px;
	left:-935px;
	border-bottom:2px solid #000;
	}
/*~~~~~~~~~~~~~~ */
/*    záhlaví    */
/*   user menu   */
/*~~~~~~~~~~~~~~ */
#user_menu_icon {
    display: block;
	position: relative;
	top: 4px;
 	background: url("../images/icn_user.png") no-repeat;
	background-size: 34px 34px;
	border: 1px solid #d4dbd5;
	width: 34px;
	height: 34px;
    float: left;
	transition: all 0.25s ease-in-out 0s;
	}
#user_menu_icon:hover {
	border: 1px solid #a4aba5;
	cursor: pointer;
	}
#user_menu_wrap {
	position: absolute;
	display: block;
	opacity: 0;
	visibility: hidden;
	width: 106px;
	padding-top: 58px;
	}
#user_menu {
	visibility: hidden;
	background: rgba(0, 0, 0, 0) linear-gradient(#ffffff, #f3f8f4) repeat scroll 0 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 8px 8px -8px #91a19e inset, 0 3px 5px 0 rgba(145, 161, 158, 0.6);
	display: block;
	height: auto;
	left: -42px;
	opacity: 0;
	padding: 0 10px;
	top: 58px;
	width: 106px;
	}
#user_menu_icon:hover #user_menu_wrap, #user_menu_icon #user_menu_wrap:hover,
#user_menu_icon:hover #user_menu, #user_menu_icon #user_menu_wrap:hover #user_menu {
	position: absolute;
	opacity: 1;
	transition: opacity 0.25s ease-in-out 0s;
	visibility: visible;
	}
#user_menu a {
	position: relative;
	display: block;
	line-height: 1;
	text-align: center;
	color: #828a86;
	font-family: "Fedra Sans Alt Demi 5",Arial,Helvetica,sans-serif;
	font-size: 1.071em;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 13px 0 14px;
	border-bottom: 1px solid #cbd3ce;
	margin: 0;
	width: 100%;
	float: none;
	transition: color 0.25s ease-in-out 0s;
	}
#user_menu a.last{
    border-bottom: 0 none;
	}
#user_menu a:hover {
	color: #111;
	}

/*~~~~~~~~~~~~~~ */
/*   formuláøe   */
/*~~~~~~~~~~~~~~ */
form input.input {
	background-color: #f3f8f4;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #91a19e inset, 0 0 0 #00b0c0;
	box-sizing: border-box;
	color: #111;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.286em;
	font-style: normal;
	font-weight: normal;
	height: 40px;
	margin-bottom: 20px;
	padding-left: 16px;
	transition: all 0.25s ease-in-out 0s;
	}
form #form_attachments input.input {
	font-size: .95em;
	}
form #form_attachments h2 input[type="button"] {
    background: rgba(0, 0, 0, 0) url("../images/btn_dark.png") repeat-x scroll 0 0;
    border-radius: 12px;
    color: #fff;
    font-family: "Fedra Sans Alt Light 5",Arial,Helvetica,sans-serif;
	font-size: .7em;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    height: 24px;
	padding: 1px 6px;
    transition: all 0.25s ease-in-out 0s;
	}
form #form_attachments h2 input[type="button"]:hover {
    background-position: 0 -48px;
	}
form label {
	color: #828a86;
	display: block;
	font-family: "Fedra Sans Alt Demi 5",Arial,Helvetica,sans-serif;
	font-size: 0.857em;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
	}
label {
	cursor: pointer;
	}
button, input {
	line-height: normal;
	}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	}
input, textarea {
	border: 0 none;
	margin: 0;
	padding: 0;
	}
form input.input:focus {
	box-shadow: 1px 1px 5px #91a19e inset, 0 0 0 2px #111;
	}
input:focus, textarea:focus {
	outline: 0 none;
	}
form input.submit {
	background: rgba(0, 0, 0, 0) url("../images/btn_dark.png") repeat-x scroll 0 0;
	border: 0 none;
	border-radius: 24px;
	color: #fff;
	font-family: "Fedra Sans Alt Light 5",Arial,Helvetica,sans-serif;
	font-size: 1.286em;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	height: 48px;
	transition: all 0.25s ease-in-out 0s;
	width: 136px;
	}
form input.submit:hover {
	background-position: 0 -48px;
	}
form.common_form .modal_wrap {
    /*box-shadow: none;*/
	border: 1px solid #c4cbc5;
	}
form.common_form .modal_wrap .modal_body .modal_inner {
    margin-left: 4px;
    padding: 10px 4px;
	}
form.common_form .modal_wrap .modal_body .modal_inner h2 {
    margin-top: 0px;
    margin-bottom: 8px;
	}
form.common_form .modal_wrap div.float-left {
	margin-right: 40px;
	}
form.common_form input.full,
form.common_form input.long {
	width: 313px;
	}
form.common_form input.short {
	width: 104px;
	}
form.common_form .check_btn {
	position: relative;
	transition: all 0.25s ease-in-out 0s;
	}
form .check_btn input[type="checkbox"],
form .check_btn input[type="radio"] {
	cursor: pointer;
	opacity: 0;
	z-index: 3;
	}
form .check_btn input[type="checkbox"],
form .check_btn input[type="radio"],
form .check_btn span.box {
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;
	}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	}
form .check_btn input[type="checkbox"] + label,
form .check_btn input[type="radio"] + label {
	font-family: "Fedra Sans Alt Demi 5",Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 9px 0 5px 45px;
	position: relative;
	}
form .check_btn span.box {
	border: 1px solid #d2dbd3;
	border-radius: 3px;
	box-shadow: 1px 1px 5px #91a19e inset, 0 0 0 #00b0c0;
	z-index: 0;
	}
form .check_btn input[type="checkbox"],
form .check_btn input[type="radio"],
form .check_btn span.box {
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;
	}
form .check_btn input[type="checkbox"]:checked + label,
form .check_btn input[type="checkbox"]:checked:hover + label,
form .check_btn input[type="radio"]:checked + label,
form .check_btn input[type="radio"]:checked:hover + label {
	background: rgba(0, 0, 0, 0) url("../images/btn_check_on.png") no-repeat scroll 0 0;
	}
form .required label::after,
form .required .check_btn input[type="radio"] + label::after,
form .required .check_btn input[type="checkbox"] + label::after {
	content: "*";
	color: #f00;
	vertical-align: super;
	font-size: 1em;
	position: absolute;
	margin-left: 3px;
	}
form .submit_btn {
	min-height: 44px;
	}
form.common_form select {
	background: #f3f8f4 url("../images/icn_form_select.png") no-repeat scroll right center;
	box-shadow: 1px 1px 5px #91a19e inset, 0 0 0 #00b0c0;
	border: 1px solid #d2dbd3;
	border-radius: 38px;
	box-sizing: border-box;
	height: 38px;
	margin-bottom: 20px;
	/*padding: 0 25px 0 15px;*/
	padding: 0 22px 0 6px;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	transition: all 0.25s ease-in-out 0s;
	}
form.common_form select option {
	padding: 2px 8px;
	font-size: .92em;
	}
form.common_form select:focus {
	box-shadow: 1px 1px 5px #91a19e inset, 0 0 0 2px #111;
	}
form.common_form textarea {
	background: #f3f8f4;
	border: 1px solid #d2dbd3;
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: 1px 1px 5px #91a19e inset, 0 0 0 #00b0c0;
	margin-bottom: 20px;
	transition: all 0.25s ease-in-out 0s;
	}
form.common_form textarea:focus {
	box-shadow: 1px 1px 5px #91a19e inset, 0 0 0 2px #111;
	background: #fff;
	}
form.common_form textarea.full {
	width: 100%;
	min-height: 80px;
	height: auto;
	}
form.common_form div.textarea {
	background: #f3f8f4;
	border: 1px solid #d2dbd3;
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: 1px 1px 5px #91a19e inset, 0 0 0 #00b0c0;
	margin-bottom: 20px;
	transition: all 0.25s ease-in-out 0s;
	}
form.common_form div.textarea:focus {
	box-shadow: 1px 1px 5px #91a19e inset, 0 0 0 2px #111;
	background: #fff;
	}
form.common_form div.textarea.full {
	width: 100%;
	min-height: 80px;
	height: auto;
	}
form.common_form img.form_main_img_preview {
	max-width: 290px;
	max-height: 131px;
	}
form.common_form img.form_main_img_preview + .form_main_img_preview_remove {
	position: relative;
	left: -20px;
	font-size: 1em;
	color: #fff;
	padding: 1px 6px;
	background: rgba(0, 0, 0, 0) url("../images/btn_dark.png") repeat-x scroll 0 0;
	border-radius: 8px;
	}
form.common_form img.form_main_img_preview + .form_main_img_preview_remove:hover {
	background-position: 0 -48px;
	}


/*~~~~~~~~~~~~~~ */
/*   tlaèítka    */
/*~~~~~~~~~~~~~~ */
a.btn {
	background: rgba(0, 0, 0, 0) url("../images/bck_general_btn.png") repeat-x scroll 0 0;
	border-color: #f6f6f6 #cfd2cf #c2c5c3 #ecefed;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 1px #91a19e;
	color: #828a86;
	display: block;
	font-family: "Fedra Sans Alt Demi 5",Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	height: 23px;
	padding-top: 8px;
	transition: all 0.25s ease-in-out 0s;
	width: 202px;
	}
a.btn:hover, span.btn.st_sharethis_custom:hover {
	background-position: 0 -31px;
	color: #111;
	}
a.btn.general {
	text-align: center;
	}
#content_left_sidebar a.btn {
	margin-top: 20px;
	width: 150px;
	}
/*~~~~~~~~~~~~~~ */
/*  pøihlášení   */
/*~~~~~~~~~~~~~~ */
#show_hide_login, #show_hide_login_off {
	display: none;
	}
#show_hide_login_div {
	position: fixed;
	display: none;
	z-index: 9999;
	}
#show_hide_login:checked + #show_hide_login_div {
	position: fixed;
	display: block;
	}
#show_hide_login_div > .login_div_wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	height: auto;
	width: 638px;
	opacity: 1;
	overflow: visible;
	transform: translate(-50%, -50%);
	}
@media (max-width: 640px) {
#show_hide_login_div > .login_div_wrap {
	width: auto;
	}
}
.login_div_wrap,.login_div_skin,.login_div_outer,.login_div_inner {
	padding:0;
	margin:0;
	border:0;
	outline:none;
	vertical-align:top;
	}
.login_div_wrap {
	position:absolute;
	top:0;
	left:0;
	z-index:8020;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	}
.login_div_skin {
	position:relative;
	background:#f9f9f9;
	color:#444;
	text-shadow:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding: 0px;
	width: auto;
	height: auto;
	}
.login_div_opened {
	z-index:8030;
	}
.login_div_opened .fancybox-skin {
	-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);
	-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);
	box-shadow:0 10px 25px rgba(0,0,0,0.5);
	}
.login_div_outer,.login_div_inner {
	position:relative;
	}
.login_div_inner {
	overflow:hidden;
	overflow: auto;
	width: 638px;
	height: auto;
	}
.login_div_inner {
	-webkit-overflow-scrolling:touch;
	}
@media (max-width: 640px) {
.login_div_inner {
	width: auto;
	}
}
.login_div_error {
	color:#444;
	font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin:0;
	padding:15px;
	white-space:nowrap;
	}
.login_div_close {
	position:absolute;
	top:23px;
	right:29px;
	width:25px;
	height:24px;
	cursor:pointer;
	z-index:8040;
	background:url("../images/btn_close.png") 0 -24px no-repeat;
	}
.login_div_close:hover {
	background-position:0 0;
	}
.login_div_overlay {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	display:none;
	z-index:8010;
	background:url("../images/login_div_overlay.png");
	}
.login_div_overlay-fixed {
	position:fixed;
	bottom:0;
	right:0;
	}
.login_div_overlay {
	overflow:auto;
	overflow-y:scroll;
	}
.login_div_opened {
	visibility:visible;
	}
#login_form {
	width:638px;
	min-height:403px;
	}
@media (max-width: 640px) {
#login_form {
	width:auto;
	min-height:403px;
	}
}
#login_form .modal_body {
	min-height:273px;
	}
#login_form .modal_body .modal_inner {
	position:relative;
	min-height:273px;
	}
#login_form .modal_body .modal_inner .form {
	width:311px;
	height:100%;
	float:left;
	}
#login_form .modal_body .modal_inner .form input.full {
	width:313px;
	}
#login_form .modal_body .modal_inner .form a.forgot_link {
	font-family:"Fedra Sans Alt Demi 5",Arial,Helvetica,sans-serif;
	font-style:normal;
	font-weight:normal;
	font-stretch:normal;
	font-size:0.857em;
	color:#828a86;
	margin-top:16px;
	-webkit-transition:all 0.25s ease-in-out 0;
	-moz-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	}
#login_form .modal_body .modal_inner .form a.forgot_link:hover {
	color:#111;
	}
#login_form .modal_body .modal_inner .alt_signin {
	right:0;
	width:233px;
	height:100%;
	float:right;
	}
#login_form .modal_body .modal_inner .alt_signin .inner {
	margin:30px 0 0 29px;
	}
@media (max-width: 640px) {
#login_form .modal_body .modal_inner .alt_signin {
	visibility: hidden;
	}
}
.modal_wrap {
	margin:0;
	background:#fff;
	display:block;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0px 0px 8px #91a19e;
	-moz-box-shadow:0px 0px 8px #91a19e;
	box-shadow:0px 0px 8px #91a19e;
	}
.modal_wrap .modal_title {
	box-sizing:border-box;
	display:block;
	width:100%;
	height:69px;
	border-bottom:1px solid #c4cbc5;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	overflow:hidden;
	*zoom:1;
	background:url("../images/bck_modal_title.png") 0 0 repeat-x;
	}
#content_wrap #content_main #content_info .content_container form.common_form .modal_wrap .modal_title h1,
#login_form h1 {
	margin:22px 0 0 29px;
	font-family:"Fedra Sans Alt Demi 5",Arial,Helvetica,sans-serif;
	font-style:normal;
	font-weight:normal;
	font-stretch:normal;
	font-size:1.714em;
	text-transform:uppercase;
	}
.modal_wrap .modal_body {
	box-sizing:border-box;
	display:block;
	padding:0 30px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	}
.modal_wrap .modal_body h2 {
	margin:0 0 26px;
	font-family:"Fedra Sans Alt Demi 5",Arial,Helvetica,sans-serif;
	font-style:normal;
	font-weight:normal;
	font-stretch:normal;
	color:#111;
	font-size:1.429em;
	}
.modal_wrap .modal_body a.btn {
	margin-bottom: 55px;
	text-decoration: none;
	}
.modal_wrap .modal_body p {
	font-size:1em;
	color:#828a86;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:21px;
	margin-top:0;
	}
.modal_wrap .modal_body p a {
	font-family:Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	font-style:normal;
	color:#111;
	-webkit-transition:all 0.25s ease-in-out 0;
	-moz-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	}
.modal_wrap .modal_body p a:hover {
	color:#828a86;
	}
.modal_wrap .modal_body p.message {
	font-family:"Fedra Sans Alt Demi 5",Arial,Helvetica,sans-serif;
	font-style:normal;
	font-weight:normal;
	font-stretch:normal;
	color:#828a86;
	font-size:0.857em;
	line-height:14px;
	margin:0 0 5px;
	}
.modal_wrap .modal_body p.message.success,.modal_wrap .modal_body p.message.error {
	margin:0 0 15px;
	}
.modal_wrap .modal_body p.message.success {
	color:#78b029;
	}
.modal_wrap .modal_body p.message.error {
	color:red;
	}
.modal_wrap .modal_body .modal_inner {
	padding:30px 4px;
	margin-left:4px;
	}
.modal_wrap .modal_body .modal_inner .gradient_outer {
	margin-top:-30px;
	overflow:hidden;
	}
.gradient_outer {
	background: rgba(0, 0, 0, 0) url("../images/bck_gradient_outer.png") repeat-y scroll left top;
	height: 100%;
	position: absolute;
	}
/*~~~~~~~~~~~~~~ */
/* støední prvek */
/*~~~~~~~~~~~~~~ */
#main #centerpeice_minimal {
	display: block;
	background: rgba(0, 0, 0, 0) url("../images/bck_centerpeice.jpg") no-repeat scroll center top;
	padding: 10px 3.125%;
	width: 93.75%;
	height: 40px;
	overflow: hidden;
	}
#main #centerpeice_minimal h1 {
	font-size: 2.5em;
	margin: 0;
	color: #111;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	}
#main #centerpeice_minimal div {
	color: #111;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	padding: 10px 0 0;
	}
#main #centerpeice_minimal a {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	transition: all 0.25s ease-in-out 0s;
	}
#main #centerpeice_minimal a:hover {
	color: #444;
	}
#main #centerpeice {
	background: rgba(0, 0, 0, 0) url("../images/bck_centerpeice.jpg") no-repeat scroll center top;
	height: 300px;
	padding: 0 0 0 3.125%;
	position: relative;
	width: 96.875%;
	z-index: 0;
	overflow: hidden;
	}
#main #centerpeice .upoutavka {
	display: block;
	position: absolute;
	top: 0;
	width: 90%;
	text-align: center;
	}
#main #centerpeice .upoutavka div {
	margin-left: 500px;
	}
#main #centerpeice .upoutavka img {
	padding: 2px;
	box-shadow: 0 0 10px -6px rgba(0,0,0,1);
	transition: all .3s;
	-webkit-transform: scale(0.9) rotateZ(14deg);
	-ms-transform: scale(0.9) rotateZ(14deg);
	transform: scale(0.9) rotateZ(14deg);
	}
#main #centerpeice .upoutavka img:hover {
	box-shadow: 0 0 6px -1px rgba(0,0,0,1);
	-webkit-transform: scale(1.0) rotateZ(0);
	-ms-transform: scale(1.0) rotateZ(0);
	transform: scale(1.0) rotateZ(0);
	}
#main #centerpeice .text {
	margin: 20px 0 0 5px;
	position: absolute;
	width: 480px;
	z-index: 10;
	}
#main #centerpeice .text h1 {
	font-size: 3em;
	color: #111;
	font-family: Arial,Helvetica,sans-serif;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	margin: 10px 0;
	}
#main #centerpeice .text p {
	color: #111;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.071em;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	line-height: 1.786em;
	max-width: 480px;
	}
#main #centerpeice .decoration {
	height: 100%;
	overflow: visible;
	position: relative;
	width: 120%;
	z-index: -1;
	}
#main #centerpeice .decoration div {
	background: rgba(0, 0, 0, 0) url("../images/bck_center_cshc.png") no-repeat scroll center center;
	height: 100%;
	left: 0;
	overflow: visible;
	padding: 0 0 0 390px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	}
#main #centerpeice .text .link span.btn {
	background: rgba(0, 0, 0, 0) url("../images/bck_dark_btn.png") repeat-x scroll 0 0;
	border-radius: 35px;
	display: block;
	height: 35px;
	transition: all 0.25s ease-in-out 0s;
	width: 35px;
	transform: rotate(-90deg);
	}
#main #centerpeice .text .link:hover span.btn {
    background-position: 0 -35px;
	transform: rotate(0);
	}
#main #centerpeice .text .link span.txt {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.071em;
	font-style: normal;
	font-weight: bold;
	color: #111;
	margin: 10px 0 0 17px;
	}
.headline_shadow {
	text-shadow: 0 0 5px rgba(255,255,255, 1);
	opacity: 1 !important;
	}
#headlines {
	display: block;
	background: rgba(0, 0, 0, 0) linear-gradient(#e9f0ea 0%, #dde5de 100%) repeat scroll 0 0;
	border-bottom: 1px solid #cbd2cd;
	border-top: 1px solid #fcfdfc;
	box-shadow: 0 0 8px rgba(145, 161, 158, 0.5);
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: auto;
	padding: 10px 40px;
	}
#headlines .headlines_left {
	background: rgba(0, 0, 0, 0) url("../images/headlines_left.png") repeat-y scroll left top;
	left: -10px;
	}
#headlines .headlines_right {
	background: rgba(0, 0, 0, 0) url("../images/headlines_right.png") repeat-y scroll left top;
	right: -10px;
	}
#headlines .headlines_left, #headlines .headlines_right {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 120px;
	z-index: 10;
	}
#headlines .items_area {
	position: relative;
	left: 15px;
	max-width: 2000px;
	transition: all 1s ease 0s;
	}
#headlines .wrap {
	margin-left: 0;
	width: 1200%;
	height: auto;
	max-height: 133px;
	min-height: 90px;
	overflow: hidden;
	position: relative;
	}
#headlines .item {
	display: block;
	float: left;
	height: auto;
	min-height: 84px;
	padding: 5px 0 0;
	width: 324px;
	}
#headlines .item .contain {
	min-width: 269px;
	padding: 0 20px 0 0;
	position: relative;
	}
#headlines .item .contain .icon {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
	}
#headlines .item .contain .icon span {
	display: block;
	overflow: hidden;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	}
#headlines .item .contain .icon span img {
	max-width: 40px;
	}
#headlines .item .contain .text {
	overflow-wrap: break-word;
	padding: 0 10px 0 45px;
	transition: all 0.25s ease-in-out 0s;
	}
#headlines .item .contain .text:hover p {
	opacity: 1;
	}
#headlines .item .contain .text p {
	opacity: 0.7;
	color: #111;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.857em;
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
	transition: all 1s
	}
#headlines .item .contain .text p a {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	transition: all 0.25s ease-in-out 0s;
	}
#headlines .item .contain .text p a:hover {
	color: #91a19e;
	}
#headlines .shifting {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	}
.shifting .shift-disabled {
	cursor: default;
	opacity: 0;
	}
.shifting a.shift-disabled:hover {
	opacity: 0;
	}
.shifting #shift-prev {
	left: 20px;
	}
.shifting #shift-next {
	background-position: 100% 0;
	right: 20px;
	}
.shifting a {
	background: rgba(0, 0, 0, 0) url("../images/arrows_left_right.png") no-repeat scroll 0 0;
	cursor: pointer;
	display: block;
	height: 24px;
	margin: -12px 0 0;
	opacity: 0.3;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	transition: all 0.3s ease 0s;
	width: 16px;
	z-index: 10;
	}
.shifting a:hover {
	opacity: 1;
	}

/*~~~~~~~~~~~~~~ */
/*  hlavní okno  */
/*   filterbar   */
/*~~~~~~~~~~~~~~ */
#filter_bar {
	position: relative;
	background: rgba(0, 0, 0, 0) url("../images/bck_filterbar.png") repeat-x scroll 0 0;
	border-bottom: 1px solid #b2b8b4;
	box-shadow: 0 -2px 6px rgba(145, 161, 158, 0.3);
	height: 59px;
	padding: 0 0 0 3.125%;
	width: 96.875%;
	/*z-index: 1;*/
	}
#filter_bar .sort_label {
    border-right: 1px solid #cbd3ce;
    color: #111;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.071em;
    font-style: normal;
    font-weight: bold;
    height: 37px;
    padding: 22px 22px 0 32px;
	margin-left: 10px;
}
#filter_bar .over_list {
    cursor: pointer;
    position: relative;
    transition: all 0.25s ease-in-out 0s;
}
#filter_bar .sort_by .label {
    width: 140px;
}
#filter_bar .over_list .label {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, transparent) repeat scroll 0 0;
    border-right: 1px solid #cbd3ce;
    color: #111;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.071em;
    font-weight: normal;
    height: 42px;
    padding: 17px 0 0 27px;
    position: relative;
    z-index: 10;
}
#filter_bar .over_list .label span.lbl {
    position: relative;
    top: 4px;
}
#filter_bar .over_list .label span.icn_select {
    background: rgba(0, 0, 0, 0) url("../images/icn_select.png") no-repeat scroll 0 0;
    display: block;
    height: 0;
    padding-top: 16px;
    position: absolute;
    right: 10px;
    top: 21px;
    width: 16px;
}
#filter_bar .sort_by .list {
    padding-bottom: 9px;
    width: 167px;
}
#filter_bar .over_list .list {
    background: rgba(0, 0, 0, 0) linear-gradient(#dfe7e0, #ecf3ee) repeat scroll 0 0;
    border-top: 1px solid #f3f8f4;
    box-shadow: 0 0 8px rgba(145, 161, 158, 0.6);
    display: none;
    height: 0;
    left: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 60px;
    transition: all 0.25s ease-in-out 0s;
    visibility: hidden;
    z-index: 0;
}
#filter_bar .sort_by .list a.link.current {
    color: #111;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: bold;
}
#filter_bar .over_list .list a.link {
    color: #111;
    display: block;
    font-size: 1.071em;
    height: 12px;
    line-height: 1;
    margin: 0;
    padding: 17px 0 18px 27px;
    text-align: left;
    transition: all 0.25s ease-in-out 0s;
}
#filter_bar a {
    transition: all 0.25s ease-in-out 0s;
}
#filter_bar #filter_section {
}
#filter_bar .sort_label.filter {
    border-left: 1px solid #cbd3ce;
    margin-left: 10px;
    padding-left: 27px;
}
#filter_bar .sort_label {
    border-right: 1px solid #cbd3ce;
    color: #111;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.071em;
    font-style: normal;
    font-weight: bold;
    height: 37px;
    padding: 22px 22px 0 22px;
}
#filter_bar #filter_section .over_list .label {
    padding-left: 23px;
    width: 100px;
}
#filter_bar .over_list .label {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, transparent) repeat scroll 0 0;
    border-right: 1px solid #cbd3ce;
    color: #111;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.071em;
    font-weight: normal;
    height: 42px;
    padding: 17px 0 0 27px;
    position: relative;
    z-index: 10;
}
#filter_bar #filter_section .filter_issue .label .all_areas {
    background: rgba(0, 0, 0, 0) url("/images/icon/icn_filter_allissues.png") no-repeat scroll 0 0;
}
#filter_bar #filter_section .over_list .label .filter_lbl {
    position: relative;
    top: 4px;
    display: block;
    height: 26px;
    width: 45px;
}
#filter_bar #filter_section .filter_issue .list {
    padding-bottom: 11px;
    width: 174px;
}
#filter_bar #filter_section .filter_issue .list a.link.current {
    color: #111;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: bold;
}
#filter_bar #filter_section .filter_issue .list a.link {
    padding-left: 27px;
    position: relative;
}
#filter_bar #filter_section .filter_issue .list a.link .icon {
    display: block;
    height: 24px;
    left: 24px;
    position: absolute;
    top: 13px;
    width: 24px;
}
#filter_bar .over_list:hover .label, #filter_bar .over_list.hover .label {
    background: rgba(0, 0, 0, 0) linear-gradient(#dde5de, #dfe7e0) repeat scroll 0 0;
    box-shadow: 4px 0 8px -5px rgba(145, 161, 158, 0.6);
    padding-bottom: 2px;
    z-index: 20;
}
#filter_bar .over_list:hover .list, #filter_bar .over_list.hover .list {
    display: block;
    height: auto;
    visibility: visible;
    z-index: 19;
}
#filter_bar .over_list .list a.link:hover {
    color: #828a86;
}
#content_wrap #results_info {
    background: #f3f8f4 none repeat scroll 0 0;
    border-bottom: 1px solid #cbd3ce;
    height: auto;
    min-height: 59px;
    padding-left: 3.125%;
    position: relative;
    width: 96.875%;
}
#content_wrap #results_info h4 {
    color: #828a86;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    height: 16px;
    padding-top: 21px;
	margin: 0;
}
#content_wrap #results_info h4 .total {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.429em;
    font-style: normal;
    font-weight: bold;
    margin: -5px 5px 0 0;
}
#content_wrap #results_list .results_item {
    border-bottom: 1px solid #cbd3ce;
    height: 99px;
    margin-left: 0;
    padding: 0;
    width: 100%;
    background: #f3f8f4 none repeat scroll 0 0;
    display: block;
    position: relative;
    transition: all 0.25s ease-in-out 0s;
}
#content_wrap #results_list .results_item:hover {
    background: #fff none repeat scroll 0 0;
}
#content_wrap #results_list .results_item a.results_item_link {
    display: block;
    height: 28px;
    padding: 35px 0 35px 3.125%;
    position: relative;
    width: 96.875%;
}
#content_wrap #results_list .results_item a.results_item_link.fail {
	background-position: 10px center;
}
#content_wrap #results_list .results_item a.results_item_link .results_left {
    float: left;
}
#content_wrap #results_list .results_item a.results_item_link .results_left .results_icon {
    width: 42px;
    float: left;
    margin-right: 0;
}
#content_wrap #results_list .results_item a.results_item_link .results_left .results_icon span {
    display: block;
    height: 0;
    padding-top: 28px;
    width: 28px;
}
#content_wrap #results_list .results_item.color_blue .results_icon span {
    background: rgba(0, 0, 0, 0) url("../images/icn_blue_28.png") no-repeat scroll left 0;
}
#content_wrap #results_list .results_item.color_green .results_icon span {
    background: rgba(0, 0, 0, 0) url("../images/icn_green_28.png") no-repeat scroll left 0;
}
#content_wrap #results_list .results_item.color_yellow .results_icon span {
    background: rgba(0, 0, 0, 0) url("../images/icn_yellow_28.png") no-repeat scroll left 0;
}
#content_wrap #results_list .results_item.color_violet .results_icon span {
    background: rgba(0, 0, 0, 0) url("../images/icn_violet_28.png") no-repeat scroll left 0;
}
#content_wrap #results_list .results_item a.results_item_link div {
    margin-right: 0;
}
#content_wrap #results_list .results_item a.results_item_link .results_left .results_short_title h5 {
    font-family: "Fedra Sans Alt Demi Italic 5",Arial,Helvetica,sans-serif;
    font-size: 0.929em;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    margin: 7px 0 0;
    width: 152px;
}
#content_wrap #results_list .results_item a.results_item_link .results_mid {
    float: none;
    margin: 0 275px 0 214px;
    position: relative;
}
#content_wrap #results_list .results_item a.results_item_link .results_mid .results_title {
    min-width: 520px;
    width: 65%;
    float: left;
}
#content_wrap .results_item .results_title h4 {
    color: #111;
    font-family: "Fedra Sans Alt Demi 5",Arial,Helvetica,sans-serif;
    font-size: 1.286em;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    height: 22px;
    line-height: 1;
    margin: 8px 0 0;
    transition: all 0.25s ease-in-out 0s;
}
#content_wrap .color_green:hover h4,
#content_wrap .color_green h5 {
	color: #78b029;
	}
#content_wrap .color_blue:hover h4,
#content_wrap .color_blue h5 {
	color: #00b1c1;
	}
#content_wrap .color_yellow:hover h4,
#content_wrap .color_yellow h5 {
	color: #dd9c00;
	}
#content_wrap .color_violet:hover h4,
#content_wrap .color_violet h5 {
	color: #c1306d;
	}

#content_wrap #results_list .results_item a.results_item_link .results_mid .results_place {
    line-height: 1.25;
    margin-right: 10px;
    min-width: 230px;
    width: 27%;
    float: left;
    font-size: 0.857em;
    line-height: 12px;
    margin-top: 10px;
}
.results_place .place {
    color: #111;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: bold;
}
.results_place .date {
    color: #828a86;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
}
#content_wrap #results_list .results_item a.results_item_link .results_right {
    position: absolute;
    right: 0;
    top: 35px;
	text-align: center;
    width: 275px;
}

/*~~~~~~~~~~~~~~ */
/*  hlavní okno  */
/*   info pruh   */
/*~~~~~~~~~~~~~~ */
#content {
	z-index: 100 !important;
	}
.msg {
	padding: 10px 10px 10px 55px;
	z-index: 100 !important;
	}
.msg p, .zprava-obsah .msg p {
	margin: 20px !important;
	}
#content_wrap #content_main #content_info .content_container div.msg.platby {
	padding: 1px 1px 1px 55px;
	background-position: 20px center;
	}
#content_wrap #content_main #content_info .content_container div.msg.notice.platby {
	background-color: #fbf8b6;
	}
#content_wrap #content_main #content_info .content_container div.msg.platby p {
	margin: 5px !important;
	font-size: 14px;
	line-height: 20px;
	}
.default {
	background:  url(../images/msg_default.png) 30px center no-repeat #fff;
	color: #424242;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: #dee0e0 1px solid;
	}
.notice {
	background:  url(../images/msg_notice.png) 30px center no-repeat #d6f0fa;
	color: #3980c8;
	}
.success {
	background:  url(../images/msg_success.png) 30px center no-repeat #dff7ca;
	color: #64ae23;
	}
.fail {
	background:  url(../images/msg_fail.png) 30px center no-repeat #ffe2e1;
	color: #c83f39;
	}
.cancel {
	background:  url(../images/msg_cancel.png) 30px center no-repeat #ffe2e1;
	color: #c83f39;
	}
.disabled {
	background:  url(../images/msg_disabled.png) 30px center no-repeat #eee;
	color: #666;
	}
.revert {
	background:  url(../images/msg_revert.png) 30px center no-repeat #fff3be;
	color: #f6d503;
	}
.hotnews {
	background:  url(../images/msg_default.png) 30px center no-repeat #ffad1f;
	color: #000;
	box-shadow: 0 0 8px rgba(145, 161, 158, 0.6);
	}
.hotnews a {
	text-decoration: underline;
	}
.hlasovka {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: #ff5500 2px solid;
	}

/*~~~~~~~~~~~~~~ */
/*  hlavní okno  */
/*~~~~~~~~~~~~~~ */
#trailers {
	position: relative;
	z-index: 0;
	}
#trailers div.title {
	background: rgba(0, 0, 0, 0) url('../images/bck_centerpeice.jpg') no-repeat scroll center top;
	height: 40px; 
	}
#trailers .title h3 {
	color: #111;
	font-family: "Fedra Sans Alt Demi 5",Arial,Helvetica,sans-serif;
	font-size: 1.286em;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 17px 0 13px;
	text-align: center;
	text-transform: uppercase;
	}
#trailers .list {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	}
#trailers .list .trailer_item {
    box-sizing: border-box;
    float: left;
    height: 266px;
    margin-right: -1px;
    max-width: 600px;
    overflow: hidden;
    position: relative;
    transition: all 0.25s ease-in-out 0s;
    width: 20%;
	}
#trailers .list .trailer_item .trailer_image {
	position: relative;
	width: 100%;
    height: 154px;
	overflow: hidden;
	}
#trailers .list .trailer_item .trailer_image img {
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	margin: auto;
	}
#trailers .list .trailer_detail {
	position: relative;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0) linear-gradient(110deg, #e9f0ea 0%, #ffffff 100%) repeat scroll 0 0;
	box-shadow: 0 6px 3px -3px rgba(17, 17, 17, 0.3);
	height: 60px;
	margin-top: 0;
	padding: 30px 30px 22px;
	transition: all 0.25s ease-in-out 0s;
	z-index: 10;
	}
#trailers .list .trailer_item:hover .trailer_detail {
	top: -85px;
	}
#trailers .list .trailer_detail h3 {
	font-family: "Fedra Sans Alt Demi Italic 5",Arial,Helvetica,sans-serif;
	font-size: 1.286em;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	line-height: 1.571em;
	margin: 0;
	color: #78b029;
	}
#trailers .list .color_green .trailer_detail h3 {
	color: #78b029;
	}
#trailers .list .color_blue .trailer_detail h3 {
	color: #00b1c1;
	}
#trailers .list .color_yellow .trailer_detail h3 {
	color: #dd9c00;
	}
#trailers .list .color_violet .trailer_detail h3 {
	color: #c1306d;
	}
#trailers .list .color_black .trailer_detail h3 {
	color: #000;
	}
#trailers .list .trailer_subdetail {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 85px;
	z-index: 0;
	}
#trailers .list .color_green .trailer_subdetail {
	background-color: #78b029;
	}
#trailers .list .color_blue .trailer_subdetail {
	background-color: #00b1c1;
	}
#trailers .list .color_yellow .trailer_subdetail {
	background-color: #dd9c00;
	}
#trailers .list .color_violet .trailer_subdetail {
	background-color: #c1306d;
	}
#trailers .list .color_black .trailer_subdetail {
	background-color: #000;
	}
#trailers .list .trailer_subdetail .trailer_subtitle {
	display: table;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 85px;
	}
#trailers .list .trailer_subdetail .trailer_subtitle p {
	display: table-cell;
	vertical-align: middle;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #f3f8f4;
	padding: 9px;
	text-align: left;
	}

/*~~~~~~~~~~~~~~ */
/*  hlavní okno  */
/*  Google CSE   */
/*~~~~~~~~~~~~~~ */
#content_article .gsc-resultsHeader, #content_article .gsc-webResult::after {
	clear: none;
	}

/*~~~~~~~~~~~~~~ */
/*  hlavní okno  */
/*    èlánek     */
/*~~~~~~~~~~~~~~ */
#content_article {
	position: relative;
	display: block;
	padding: 60px 3.125%;
	padding-bottom: 0;
	background: #fff none repeat scroll 0 0;
	width: 93.75%;
	height: auto;
	min-height: 50%;
	}
#content_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	}
#content_wrap #content_main {
	position: relative;
	box-sizing: border-box;
	margin-right: 320px;
	height: auto;
	min-height: 450px;
	}
#content_wrap #content_main #content_info {
	position: relative;
	box-sizing: border-box;
	padding: 0 50px 0 210px;
	margin-bottom: 50px;
	height: 100%;
	min-height: 530px;
	z-index: 9;
	}
#content_wrap #content_main #content_left_sidebar {
	position: absolute;
	top: -30px;
	left: 0;
	width: 150px;
	z-index: 15;
	}
#content_wrap #content_left_sidebar .sidebar_section_contain {
	}
#content_wrap .sidebar_section_contain .sidebar_section_item {
	border-bottom: 1px solid #dde5de;
	padding: 20px 0;
	}
#content_wrap .sidebar_section_contain .sidebar_section_item h3 {
	color: #111;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.05em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin: 10px 0 4px 0;
	}
#content_wrap .sidebar_section_contain .sidebar_section_item span {
	color: #828a86;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-top: 6px;
	transition: all 0.25s ease;
	}
#content_wrap .sidebar_section_contain .sidebar_section_item a {
	color: #828a86;
	}
#content_wrap .sidebar_section_contain .sidebar_section_item span a:hover {
	color: #111;
	transition: all 0.25s ease;
	}
#content_wrap #content_main #content_info .content_container h1 {
	font-family: "Fedra Sans Alt Demi 5",Arial,Helvetica,sans-serif;
	font-size: 2.5em;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	color: #111;
	margin: 0;
	}
#content_wrap #content_main #content_info .content_container p,
#content_wrap #content_main #content_info .content_container ul li,
#content_wrap #content_main #content_info .content_container ol li {
	color: #828a86;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.143em;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	}
#content_wrap #content_main #content_info .content_container li li {
	font-size: 1em;
	}
#content_wrap #content_main #content_info .sub_content {
	margin: 70px 0 0;
	}
#content_wrap #content_main #content_info .sub_content h2 {
	position: relative;
	border-bottom: 1px solid #dde5de;
	font-family: "Fedra Sans Alt Demi 5",Arial,Helvetica,sans-serif;
	font-size: 1.786em;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	padding: 0 0 15px 42px;
	margin: 0;
	}
#content_main #content_info #content_attachment .attachment_container .attachment_item {
	position: relative;
	display: block;
	padding: 29px 0 0;
	min-height: 54px;
	}
#content_main #content_info #content_attachment .attachment_container .attachment_item .profile_pic {
	position: absolute;
	display: block;
	top: 29px;
	left: 0;
	padding: 6px;
	border: 1px solid #dde5de;
	width: 40px;
	height: 40px;
	transition: all 0.25s ease-in-out 0s;
	overflow: hidden;
	}
#content_main #content_info #content_attachment .attachment_container .attachment_item .text {
	margin-left: 70px;
	width: auto;
	height: auto;
	}
#content_main #content_info #content_attachment .attachment_container .attachment_item .text h5 {
	margin: 0;
	}
#content_main #content_info #content_attachment .attachment_container .attachment_item .text span {
	color: #828a86;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.929em;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	}
#content_main #content_info #content_attachment .attachment_container .attachment_item .text p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	color: #828a86;
	margin: 0 0 10px;
	overflow-wrap: break-word;
	}
#photo_list {
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	overflow: hidden;
	}
#photo_list .list {
	position: relative;
	text-align: center;
	width: 100%;
	overflow: hidden;
	}
#photo_list img {
	float: left;
	height: auto;
	width: 33.33%;
	}
#nova_omluvenka_on, #nova_omluvenka_off {
	display: none;
	}
.nova_omluvenka {
	display: block;
	position: absolute;
	right: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	border-radius: 18px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08),inset 0 0 0 0 rgba(0,0,0,0.10),inset 0 0 0 0 rgba(255,255,255,0.50);
	cursor: default;
	transition: all .3s;
	z-index: 9999;
	}
.nova_omluvenka:hover {
	/*width: 50%;*/
	border-radius: 18px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.04),0 4px 8px 0 rgba(0,0,0,0.20);
	transition: all .3s;
	}
#nova_omluvenka_on:checked + h4 .nova_omluvenka {
	width: 100%;
	height: 180px;
	border-radius: 9px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.04),0 4px 8px 0 rgba(0,0,0,0.20);
	transition: all .3s;
	}
#nova_omluvenka_on:checked + h4 {
	margin-bottom: 10px;
	}
#form_nova_omluvenka input[type="submit"],
#form_nova_omluvenka_main input[type="submit"] {
	position: relative;
	left: 10px;
	color: #fff;
	background-color: #78b029;
	padding: 2px 4px;
	border-radius: 9px;
	margin: 5px 25px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08),inset 0 0 0 0 rgba(0,0,0,0.10),inset 0 0 0 0 rgba(255,255,255,0.50);
	float: left;
	}
#form_nova_omluvenka div {
	text-indent: 20px;
	line-height: 24px;
	font-size: 10px;
	text-align: left;
	}
#form_nova_omluvenka input[type="text"],
#form_nova_omluvenka textarea {
	display: block;
	background-color: #f3f8f4;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #91a19e inset, 0 0 0 #00b0c0;
	box-sizing: border-box;
	color: #111;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	height: 25px;
	margin: 0 auto 4px;
	transition: all 0.25s ease-in-out 0s;
	}
#form_nova_omluvenka textarea {
	height: 30px;
	}
#form_nova_omluvenka input[type="submit"]:hover {
	/*width: 50%;*/
	box-shadow: 0 0 0 1px rgba(0,0,0,0.04),0 4px 8px 0 rgba(0,0,0,0.20);
	transition: all .3s;
	}
.omluvenka_detail {
	position: relative;
	}
.omluvenka_detail em {
	display: block;
	font-size: 80%;
	}
.omluvenka_detail .smazat_omluvenku {
	display: none;
	}
.omluvenka_detail .smazat_omluvenku a,
.omluvenka_detail .smazat_omluvenku a:visited,
#content_wrap .sidebar_section_contain .sidebar_section_item .omluvenka_detail .smazat_omluvenku a:hover {
	color: #fff;
	padding: 0 30px;
	}
.omluvenka_detail:hover .smazat_omluvenku {
	display: block;
	position: absolute;
	right: 0;
	width: 18px;
	height: 18px;
	color: #fff;
	background-position: -6px center;
	background-color: #ae2338;
	border-radius: 9px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08),inset 0 0 0 0 rgba(0,0,0,0.10),inset 0 0 0 0 rgba(255,255,255,0.50);
	overflow: hidden;
	cursor: default;
	transition: all .3s;
	}
.omluvenka_detail:hover .smazat_omluvenku:hover {
	width: 110px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.04),0 4px 8px 0 rgba(0,0,0,0.20);
	transition: all .3s;
	}
#omluvenky.omluvenky_main {
	display: none;
	}
#omluvenky > div {
	margin-bottom: 20px;
	}
#omluvenky div strong {
	float: left;
	}
#omluvenky div .omluvenka_detail {
	margin-bottom: 6px;
	margin-left: 120px;
	}
#omluvenky em {
	display: inline;
	color: #aaa;
	}
#omluvenky > .omluvenka_detail {
	display: block;
	width: auto;
	color: #aaa;
	}
#omluvenky > .omluvenka_detail a {
	color: #ae2338;
	font-size: 80%;
	}
#form_nova_omluvenka_main h4 {
	margin-bottom: 4px;
	}
#form_nova_omluvenka_main input[type="text"] {
	border: 1px solid #aaa;
	border-radius: 3px;
	margin: 2px;
	}

/*~~~~~~~~~~~~~~ */
/*  hlavní okno  */
/*    seznam     */
/*~~~~~~~~~~~~~~ */

#pagination_bar {
    background: rgba(0, 0, 0, 0) url("../images/bck_pagination_bar.png") repeat-x scroll 0 0;
    border-top: 1px solid #cbd3ce;
    box-shadow: 0 0 8px rgba(145, 161, 158, 0.5);
    height: 60px;
    padding: 0 3.125%;
    position: relative;
    width: 93.75%;
    z-index: 0;
}
#pagination_bar .pager_wrap {
    position: relative;
    top: 0;
    display: block;
    border-left: 1px solid #cbd3ce;
	margin-left: auto;
	margin-right: auto;
    opacity: 1;
}
#pagination_bar .pager_wrap a.active {
    cursor: default;
}
#pagination_bar .pager_wrap a:hover,
#pagination_bar .pager_wrap a.active {
    background-position: 0 -60px;
    color: #111;
}
#pagination_bar .pager_wrap a,
#pagination_bar .pager_wrap .sep {
    display: block;
    background: rgba(0, 0, 0, 0) url("../images/bck_pagination_bar.png") repeat-x scroll 0 0;
    color: #828a86;
    text-align: center;
    height: 38px;
    width: 58px;
    padding-top: 22px;
    border-right: 1px solid #cbd3ce;
	float: left;
}
#pagination_bar a {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.071em;
    font-style: normal;
    font-weight: bold;
    transition: all 0.25s ease-in-out 0s;
}
#pagination_bar a.page_arrow.previous {
	float: left;
    padding-left: 40px;
}
#pagination_bar a.page_arrow.next {
	float: right;
    padding-right: 40px;
}
#pagination_bar a.page_arrow {
    color: #111;
    margin-top: 22px;
    position: relative;
}
#pagination_bar a.page_arrow:hover {
    color: #828a86;
}
#pagination_bar a.page_arrow .arrow {
    display: block;
    height: 0;
    padding-top: 22px;
    position: absolute;
    top: -4px;
    width: 10px;
    transition: all 0.25s ease-in-out 0s;
}
#pagination_bar a.page_arrow:hover .arrow {
    opacity: .5;
}
#pagination_bar a.page_arrow.previous .arrow {
	background: rgba(0, 0, 0, 0) url("../images/arrows_left_right.png") no-repeat scroll 0 0;
    left: 20px;
}
#pagination_bar a.page_arrow.next .arrow {
	background: rgba(0, 0, 0, 0) url("../images/arrows_left_right.png") no-repeat scroll 0 0;
	background-position: 100% 0;
    right: 20px;
}

/*~~~~~~~~~~~~~~ */
/*  hlavní okno  */
/*   docházka    */
/*~~~~~~~~~~~~~~ */

.dochazka {
	position: relative;
	padding: 60px 10px 10px 0;
	overflow: scroll;
	white-space: nowrap;
}
.radek.titul {
	margin-top: 0;
	height: 30px;
	border-bottom: solid 1px #aaa;
	margin-bottom: 0;
}
.radek.titul:hover {
	border-bottom: solid 1px #aaa;
	background-color: transparent;
}
.radek.titul .sloupec label {
	display: inline-block;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	white-space: nowrap;
	display: block;
	width: 20px;
	height: 20px;
	transition: all 0.3s;
	cursor: default;
	transition: all 0.3s;
}
.platby .radek.titul .sloupec label {
	font-size: 10px;
}
.radek.titul .sloupec {
	left: -4px;
	overflow: visible;
}
.radek.titul .sloupec.bold label:hover {
	font-weight: bold;
	cursor: col-resize;
	cursor: pointer;
	transition: all 0.3s;
}
.sloupec > label > input {
	display: none;
	opacity: 0;
	color: #3980c8;
	padding: 0 12px;
	border-radius: 2px;
	border: solid 1px #3980c8;
	background-color: #d6f0fa;
	box-shadow: 1px 1px 5px #ccc;
	margin-bottom: 4px;
	transition: all 0.3s;
	clear: both;
}
.sloupec > label > input:hover {
	color: #000;
	border: solid 1px #c83f39;
	background-color: #ffe2e1;
}
.volbasloupce input {
	display:none;
}
.dochazka > .volbasloupce input:nth-child(0n+1):checked ~ .radek.titul .sloupec:nth-child(0n+2),
.dochazka > .volbasloupce input:nth-child(0n+2):checked ~ .radek.titul .sloupec:nth-child(0n+3),
.dochazka > .volbasloupce input:nth-child(0n+3):checked ~ .radek.titul .sloupec:nth-child(0n+4),
.dochazka > .volbasloupce input:nth-child(0n+4):checked ~ .radek.titul .sloupec:nth-child(0n+5),
.dochazka > .volbasloupce input:nth-child(0n+5):checked ~ .radek.titul .sloupec:nth-child(0n+6),
.dochazka > .volbasloupce input:nth-child(0n+6):checked ~ .radek.titul .sloupec:nth-child(0n+7),
.dochazka > .volbasloupce input:nth-child(0n+7):checked ~ .radek.titul .sloupec:nth-child(0n+8),
.dochazka > .volbasloupce input:nth-child(0n+8):checked ~ .radek.titul .sloupec:nth-child(0n+9),
.dochazka > .volbasloupce input:nth-child(0n+9):checked ~ .radek.titul .sloupec:nth-child(0n+10),
.dochazka > .volbasloupce input:nth-child(0n+10):checked ~ .radek.titul .sloupec:nth-child(0n+11),
.dochazka > .volbasloupce input:nth-child(0n+11):checked ~ .radek.titul .sloupec:nth-child(0n+12),
.dochazka > .volbasloupce input:nth-child(0n+12):checked ~ .radek.titul .sloupec:nth-child(0n+13),
.dochazka > .volbasloupce input:nth-child(0n+13):checked ~ .radek.titul .sloupec:nth-child(0n+14),
.dochazka > .volbasloupce input:nth-child(0n+14):checked ~ .radek.titul .sloupec:nth-child(0n+15),
.dochazka > .volbasloupce input:nth-child(0n+15):checked ~ .radek.titul .sloupec:nth-child(0n+16),
.dochazka > .volbasloupce input:nth-child(0n+16):checked ~ .radek.titul .sloupec:nth-child(0n+17),
.dochazka > .volbasloupce input:nth-child(0n+17):checked ~ .radek.titul .sloupec:nth-child(0n+18),
.dochazka > .volbasloupce input:nth-child(0n+18):checked ~ .radek.titul .sloupec:nth-child(0n+19),
.dochazka > .volbasloupce input:nth-child(0n+19):checked ~ .radek.titul .sloupec:nth-child(0n+20),
.dochazka > .volbasloupce input:nth-child(0n+20):checked ~ .radek.titul .sloupec:nth-child(0n+21) {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left:-25px;
	top: 40px;
	border-left: none;
	border-right: none;
	margin-top: -20px;
	transition: all 0.3s;
}
.platby > .volbasloupce input:nth-child(0n+1):checked ~ .radek.titul .sloupec:nth-child(0n+2),
.platby > .volbasloupce input:nth-child(0n+2):checked ~ .radek.titul .sloupec:nth-child(0n+3),
.platby > .volbasloupce input:nth-child(0n+3):checked ~ .radek.titul .sloupec:nth-child(0n+4),
.platby > .volbasloupce input:nth-child(0n+4):checked ~ .radek.titul .sloupec:nth-child(0n+5),
.platby > .volbasloupce input:nth-child(0n+5):checked ~ .radek.titul .sloupec:nth-child(0n+6),
.platby > .volbasloupce input:nth-child(0n+6):checked ~ .radek.titul .sloupec:nth-child(0n+7),
.platby > .volbasloupce input:nth-child(0n+7):checked ~ .radek.titul .sloupec:nth-child(0n+8),
.platby > .volbasloupce input:nth-child(0n+8):checked ~ .radek.titul .sloupec:nth-child(0n+9),
.platby > .volbasloupce input:nth-child(0n+9):checked ~ .radek.titul .sloupec:nth-child(0n+10),
.platby > .volbasloupce input:nth-child(0n+10):checked ~ .radek.titul .sloupec:nth-child(0n+11),
.platby > .volbasloupce input:nth-child(0n+11):checked ~ .radek.titul .sloupec:nth-child(0n+12),
.platby > .volbasloupce input:nth-child(0n+12):checked ~ .radek.titul .sloupec:nth-child(0n+13),
.platby > .volbasloupce input:nth-child(0n+13):checked ~ .radek.titul .sloupec:nth-child(0n+14),
.platby > .volbasloupce input:nth-child(0n+14):checked ~ .radek.titul .sloupec:nth-child(0n+15),
.platby > .volbasloupce input:nth-child(0n+15):checked ~ .radek.titul .sloupec:nth-child(0n+16),
.platby > .volbasloupce input:nth-child(0n+16):checked ~ .radek.titul .sloupec:nth-child(0n+17),
.platby > .volbasloupce input:nth-child(0n+17):checked ~ .radek.titul .sloupec:nth-child(0n+18),
.platby > .volbasloupce input:nth-child(0n+18):checked ~ .radek.titul .sloupec:nth-child(0n+19),
.platby > .volbasloupce input:nth-child(0n+19):checked ~ .radek.titul .sloupec:nth-child(0n+20),
.platby > .volbasloupce input:nth-child(0n+20):checked ~ .radek.titul .sloupec:nth-child(0n+21) {
	left:-120px;
	top: 80px;
}
.dochazka > .volbasloupce input:nth-child(0n+1):checked ~ .radek.titul .sloupec:nth-child(0n+2) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+2):checked ~ .radek.titul .sloupec:nth-child(0n+3) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+3):checked ~ .radek.titul .sloupec:nth-child(0n+4) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+4):checked ~ .radek.titul .sloupec:nth-child(0n+5) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+5):checked ~ .radek.titul .sloupec:nth-child(0n+6) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+6):checked ~ .radek.titul .sloupec:nth-child(0n+7) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+7):checked ~ .radek.titul .sloupec:nth-child(0n+8) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+8):checked ~ .radek.titul .sloupec:nth-child(0n+9) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+9):checked ~ .radek.titul .sloupec:nth-child(0n+10) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+10):checked ~ .radek.titul .sloupec:nth-child(0n+11) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+11):checked ~ .radek.titul .sloupec:nth-child(0n+12) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+12):checked ~ .radek.titul .sloupec:nth-child(0n+13) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+13):checked ~ .radek.titul .sloupec:nth-child(0n+14) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+14):checked ~ .radek.titul .sloupec:nth-child(0n+15) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+15):checked ~ .radek.titul .sloupec:nth-child(0n+16) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+16):checked ~ .radek.titul .sloupec:nth-child(0n+17) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+17):checked ~ .radek.titul .sloupec:nth-child(0n+18) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+18):checked ~ .radek.titul .sloupec:nth-child(0n+19) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+19):checked ~ .radek.titul .sloupec:nth-child(0n+20) > label > input,
.dochazka > .volbasloupce input:nth-child(0n+20):checked ~ .radek.titul .sloupec:nth-child(0n+21) > label > input {
	display: block;
	opacity: 1;
	transition: all 0.3s;
}
.volbasloupce input:nth-child(0n+1):checked ~ .radek .sloupec:nth-child(0n+2),
.volbasloupce input:nth-child(0n+2):checked ~ .radek .sloupec:nth-child(0n+3),
.volbasloupce input:nth-child(0n+3):checked ~ .radek .sloupec:nth-child(0n+4),
.volbasloupce input:nth-child(0n+4):checked ~ .radek .sloupec:nth-child(0n+5),
.volbasloupce input:nth-child(0n+5):checked ~ .radek .sloupec:nth-child(0n+6),
.volbasloupce input:nth-child(0n+6):checked ~ .radek .sloupec:nth-child(0n+7),
.volbasloupce input:nth-child(0n+7):checked ~ .radek .sloupec:nth-child(0n+8),
.volbasloupce input:nth-child(0n+8):checked ~ .radek .sloupec:nth-child(0n+9),
.volbasloupce input:nth-child(0n+9):checked ~ .radek .sloupec:nth-child(0n+10),
.volbasloupce input:nth-child(0n+10):checked ~ .radek .sloupec:nth-child(0n+11),
.volbasloupce input:nth-child(0n+11):checked ~ .radek .sloupec:nth-child(0n+12),
.volbasloupce input:nth-child(0n+12):checked ~ .radek .sloupec:nth-child(0n+13),
.volbasloupce input:nth-child(0n+13):checked ~ .radek .sloupec:nth-child(0n+14),
.volbasloupce input:nth-child(0n+14):checked ~ .radek .sloupec:nth-child(0n+15),
.volbasloupce input:nth-child(0n+15):checked ~ .radek .sloupec:nth-child(0n+16),
.volbasloupce input:nth-child(0n+16):checked ~ .radek .sloupec:nth-child(0n+17),
.volbasloupce input:nth-child(0n+17):checked ~ .radek .sloupec:nth-child(0n+18),
.volbasloupce input:nth-child(0n+18):checked ~ .radek .sloupec:nth-child(0n+19),
.volbasloupce input:nth-child(0n+19):checked ~ .radek .sloupec:nth-child(0n+20),
.volbasloupce input:nth-child(0n+20):checked ~ .radek .sloupec:nth-child(0n+21) {
	width: 150px;
	background: transparent;
	border: none;
	border-left: solid 4px #0bc;
	border-right: solid 4px #0bc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.platby .volbasloupce input:nth-child(0n+1):checked ~ .radek .sloupec:nth-child(0n+2),
.platby .volbasloupce input:nth-child(0n+2):checked ~ .radek .sloupec:nth-child(0n+3),
.platby .volbasloupce input:nth-child(0n+3):checked ~ .radek .sloupec:nth-child(0n+4),
.platby .volbasloupce input:nth-child(0n+4):checked ~ .radek .sloupec:nth-child(0n+5),
.platby .volbasloupce input:nth-child(0n+5):checked ~ .radek .sloupec:nth-child(0n+6),
.platby .volbasloupce input:nth-child(0n+6):checked ~ .radek .sloupec:nth-child(0n+7),
.platby .volbasloupce input:nth-child(0n+7):checked ~ .radek .sloupec:nth-child(0n+8),
.platby .volbasloupce input:nth-child(0n+8):checked ~ .radek .sloupec:nth-child(0n+9),
.platby .volbasloupce input:nth-child(0n+9):checked ~ .radek .sloupec:nth-child(0n+10),
.platby .volbasloupce input:nth-child(0n+10):checked ~ .radek .sloupec:nth-child(0n+11),
.platby .volbasloupce input:nth-child(0n+11):checked ~ .radek .sloupec:nth-child(0n+12),
.platby .volbasloupce input:nth-child(0n+12):checked ~ .radek .sloupec:nth-child(0n+13),
.platby .volbasloupce input:nth-child(0n+13):checked ~ .radek .sloupec:nth-child(0n+14),
.platby .volbasloupce input:nth-child(0n+14):checked ~ .radek .sloupec:nth-child(0n+15),
.platby .volbasloupce input:nth-child(0n+15):checked ~ .radek .sloupec:nth-child(0n+16),
.platby .volbasloupce input:nth-child(0n+16):checked ~ .radek .sloupec:nth-child(0n+17),
.platby .volbasloupce input:nth-child(0n+17):checked ~ .radek .sloupec:nth-child(0n+18),
.platby .volbasloupce input:nth-child(0n+18):checked ~ .radek .sloupec:nth-child(0n+19),
.platby .volbasloupce input:nth-child(0n+19):checked ~ .radek .sloupec:nth-child(0n+20),
.platby .volbasloupce input:nth-child(0n+20):checked ~ .radek .sloupec:nth-child(0n+21) {
	width: 265px;
	background: transparent;
	border: none;
	border-left: solid 4px #0bc;
	border-right: solid 4px #0bc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.platby .volbasloupce input:nth-child(0n+1):checked  ~ .radek .sloupec:nth-child(0n+2)  input.text,
.platby .volbasloupce input:nth-child(0n+2):checked  ~ .radek .sloupec:nth-child(0n+3)  input.text,
.platby .volbasloupce input:nth-child(0n+3):checked  ~ .radek .sloupec:nth-child(0n+4)  input.text,
.platby .volbasloupce input:nth-child(0n+4):checked  ~ .radek .sloupec:nth-child(0n+5)  input.text,
.platby .volbasloupce input:nth-child(0n+5):checked  ~ .radek .sloupec:nth-child(0n+6)  input.text,
.platby .volbasloupce input:nth-child(0n+6):checked  ~ .radek .sloupec:nth-child(0n+7)  input.text,
.platby .volbasloupce input:nth-child(0n+7):checked  ~ .radek .sloupec:nth-child(0n+8)  input.text,
.platby .volbasloupce input:nth-child(0n+8):checked  ~ .radek .sloupec:nth-child(0n+9)  input.text,
.platby .volbasloupce input:nth-child(0n+9):checked  ~ .radek .sloupec:nth-child(0n+10) input.text,
.platby .volbasloupce input:nth-child(0n+10):checked ~ .radek .sloupec:nth-child(0n+11) input.text,
.platby .volbasloupce input:nth-child(0n+11):checked ~ .radek .sloupec:nth-child(0n+12) input.text,
.platby .volbasloupce input:nth-child(0n+12):checked ~ .radek .sloupec:nth-child(0n+13) input.text,
.platby .volbasloupce input:nth-child(0n+13):checked ~ .radek .sloupec:nth-child(0n+14) input.text,
.platby .volbasloupce input:nth-child(0n+14):checked ~ .radek .sloupec:nth-child(0n+15) input.text,
.platby .volbasloupce input:nth-child(0n+15):checked ~ .radek .sloupec:nth-child(0n+16) input.text,
.platby .volbasloupce input:nth-child(0n+16):checked ~ .radek .sloupec:nth-child(0n+17) input.text,
.platby .volbasloupce input:nth-child(0n+17):checked ~ .radek .sloupec:nth-child(0n+18) input.text,
.platby .volbasloupce input:nth-child(0n+18):checked ~ .radek .sloupec:nth-child(0n+19) input.text,
.platby .volbasloupce input:nth-child(0n+19):checked ~ .radek .sloupec:nth-child(0n+20) input.text,
.platby .volbasloupce input:nth-child(0n+20):checked ~ .radek .sloupec:nth-child(0n+21) input.text {
	position: relative;
	display:inline-block;
	top:-6px;
	width: 50px;
	font-size: 9px;
	line-height: 16px;
	padding:0;
	border: solid 1px #888;
	border-radius: 2px;
	margin:0;
}
.volbadochazky {
	display: none;
	width: 20px;
	height: 20px;
	margin: 0 0;
	background-position: 50% 50%;
}
.volbasloupce input:nth-child(0n+1):checked ~ .radek .sloupec:nth-child(0n+2) .volbadochazky,
.volbasloupce input:nth-child(0n+2):checked ~ .radek .sloupec:nth-child(0n+3) .volbadochazky,
.volbasloupce input:nth-child(0n+3):checked ~ .radek .sloupec:nth-child(0n+4) .volbadochazky,
.volbasloupce input:nth-child(0n+4):checked ~ .radek .sloupec:nth-child(0n+5) .volbadochazky,
.volbasloupce input:nth-child(0n+5):checked ~ .radek .sloupec:nth-child(0n+6) .volbadochazky,
.volbasloupce input:nth-child(0n+6):checked ~ .radek .sloupec:nth-child(0n+7) .volbadochazky,
.volbasloupce input:nth-child(0n+7):checked ~ .radek .sloupec:nth-child(0n+8) .volbadochazky,
.volbasloupce input:nth-child(0n+8):checked ~ .radek .sloupec:nth-child(0n+9) .volbadochazky,
.volbasloupce input:nth-child(0n+9):checked ~ .radek .sloupec:nth-child(0n+10) .volbadochazky,
.volbasloupce input:nth-child(0n+10):checked ~ .radek .sloupec:nth-child(0n+11) .volbadochazky,
.volbasloupce input:nth-child(0n+11):checked ~ .radek .sloupec:nth-child(0n+12) .volbadochazky,
.volbasloupce input:nth-child(0n+12):checked ~ .radek .sloupec:nth-child(0n+13) .volbadochazky,
.volbasloupce input:nth-child(0n+13):checked ~ .radek .sloupec:nth-child(0n+14) .volbadochazky,
.volbasloupce input:nth-child(0n+14):checked ~ .radek .sloupec:nth-child(0n+15) .volbadochazky,
.volbasloupce input:nth-child(0n+15):checked ~ .radek .sloupec:nth-child(0n+16) .volbadochazky,
.volbasloupce input:nth-child(0n+16):checked ~ .radek .sloupec:nth-child(0n+17) .volbadochazky,
.volbasloupce input:nth-child(0n+17):checked ~ .radek .sloupec:nth-child(0n+18) .volbadochazky,
.volbasloupce input:nth-child(0n+18):checked ~ .radek .sloupec:nth-child(0n+19) .volbadochazky,
.volbasloupce input:nth-child(0n+19):checked ~ .radek .sloupec:nth-child(0n+20) .volbadochazky,
.volbasloupce input:nth-child(0n+20):checked ~ .radek .sloupec:nth-child(0n+21) .volbadochazky {
	display: inline-block;
	opacity: 0.2;
}
.volbasloupce input:checked + .volbadochazky {
	opacity: 1 !important;
}
.radek {
	height: 20px;
	/*margin-left: 200px;*/
	border-bottom: solid 1px #aaa;
	margin-bottom: 1px;
}
.radek:hover {
	background-color: #f8fdfe;
	border-bottom: solid 2px #0bc;
	margin-bottom: 0;
}
.jmeno {
	position: sticky;
	height: 20px;
	left: 0;
	width: 200px;
	background-color: #fff;
	float: left;
	z-index: 200;
	overflow: hidden;
}
.radek:hover .jmeno {
	background-color: #f8fdfe;
}
.sloupec.prvni {
	width: 200px;
}
.sloupec {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	background-position: 50% 50%;
	margin-right: 1px;
	transition: all 0.3s;
	overflow: hidden;
}
.hlasovka_datum {
	position: relative;
	display: inline-block;
	line-height: 14px;
	font-size: 85%;
}

/*~~~~~~~~~~~~~~ */
/*  hlavní okno  */
/* pravý sloupec */
/*~~~~~~~~~~~~~~ */
#content_wrap #content_right_sidebar {
	position: relative;
	float: right;
	top: -60px;
	right: 0;
	padding-top: 20px;
	margin-bottom: -60px;
	width: 320px;
	height: 100%;
	overflow: hidden;
	}
.gradient_outer {
	position: absolute;
	background: rgba(0, 0, 0, 0) url("../images/bck_gradient_outer.png") repeat-y scroll left top;
	height: 100%;
	}
.gradient_outer .gradient_overlay {
	background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%) repeat scroll 0 0;
	width: 100%;
	height: 100%;
	}
#content_wrap #content_right_sidebar #right_sidebar_content {
	margin-left: 30px;
	margin-top: 2px;
	}
#content_wrap .sidebar_section_contain {
	}
#content_wrap .sidebar_section_contain .sidebar_section_item {
	padding-top: 36px;
	}
#content_wrap .sidebar_section_contain .sidebar_section_item h3 {
	padding-bottom: 4px;
	border-bottom: 1px solid #dde5de;
	margin: 10px 0 20px 0;
	}
#content_wrap #content_right_sidebar #right_sidebar_content .sidebar_section_contain .sidebar_section_item img,
#content_wrap #content_right_sidebar #right_sidebar_content .sidebar_section_contain .sidebar_section_item iframe {
	margin-bottom: 16px;
	width: 100%;
	}
#content_right_sidebar .sidebar_section_contain .sidebar_section_item h4 {
	font-family: "Fedra Sans Alt Demi Italic 5",Arial,Helvetica,sans-serif;
	font-size: 1.286em;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 0;
	transition: all 0.25s ease-in-out 0s;
	}
#content_right_sidebar .sidebar_section_contain .sidebar_section_item h4 ~ img,
#content_right_sidebar .sidebar_section_contain .sidebar_section_item h4 ~ iframe {
	margin-top: 30px;
	}

/*~~~~~~~~~~~~~~ */
/*    zápatí     */
/*~~~~~~~~~~~~~~ */
footer {
	position: relative;
	font-size:0.857em;
	bottom: inherit;
	width: 100%;
	}
footer #footer_black_line {
	background-color:#000;
	width:93.75%;
	height:auto;
	min-height:46px;
	padding:32px 3.125% 0  3.125%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
footer #footer_black_line #internetservis {
	width:545px;
	margin:0;
	color:#828a86;
	float:left;
	}
footer #footer_black_line #internetservis span.logo {
	display: block;
	width: 165px;
	height: 39px;
	margin-right: 20px;
	background: url('../images/CSHC_white.svg') no-repeat;
	background-size: 165px 34px;
	background-position: 0 4px;
	background-color: inherit;
	}
footer #footer_black_line #internetservis span.text {
	margin:18px 0 0;
	}
footer #footer_black_line #internetservis span.text a {
	color:#fff;
	-webkit-transition:color 0.25s ease-in-out 0;
	-moz-transition:color 0.25s ease-in-out;
	-ms-transition:color 0.25s ease-in-out;
	-o-transition:color 0.25s ease-in-out;
	transition:color 0.25s ease-in-out;
	}
footer #footer_black_line #internetservis span.text a:hover {
	color:#00b0c0;
	}
footer #footer_black_line #footer_nav {
	margin:5px 0 0;
	float:right;
	}
footer #footer_black_line #footer_nav .footerSoc {
	float:right;
	}
footer #footer_black_line #footer_nav .footerSoc a.social_btn.one {
	margin-left:30px;
	}
footer #footer_black_line #footer_nav .footerSoc a.social_btn.two {
	margin-left:12px;
	}
footer #footer_black_line #footer_nav .footerWrap {
	float:left;
	}
footer #footer_black_line #footer_nav .footerWrap .footerlist {
	float:left;
	}
footer #footer_black_line #footer_nav .footerWrap .footerlist img {
	position: relative;
	float: left;
	top: -20px;
	}
footer #footer_black_line #footer_nav .footerWrap .footerlist a.pagelink, .pagelink {
	display:block;
	margin:13px 0 0 30px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	-webkit-transition:color 0.25s ease-in-out 0;
	-moz-transition:color 0.25s ease-in-out;
	-ms-transition:color 0.25s ease-in-out;
	-o-transition:color 0.25s ease-in-out;
	transition:color 0.25s ease-in-out;
	}
footer #footer_black_line #footer_nav .footerWrap .footerlist a.pagelink:hover {
	color:#00b0c0;
	}
@media (max-width: 1365px) {
	footer #footer_black_line #footer_nav .footerWrap .footerlist {
	margin:0 0 5px;
	float:none;
	}
footer #footer_black_line #footer_nav .footerWrap .footerlist a.pagelink {
	margin:0;
	width:205px;
	}
}
@media (max-width: 1125px) {
	footer #footer_black_line #internetservis {
	width:255px;
	}
footer #footer_black_line #internetservis span.text {
	margin:0;
	width:195px;
	line-height:1.25;
	}
}
@media (max-width: 825px) {
footer #footer_black_line #footer_nav .footerWrap .footerlist {
	margin:0;
	}
footer #footer_black_line #footer_nav .footerWrap .footerlist a.pagelink {
	margin:0 0 5px;
	width:205px;
	float:none;
	}
}
@media (max-width: 630px) {
	footer #footer_black_line #footer_nav .footerSoc {
	float:none;
	margin:0 0 10px;
	}
footer #footer_black_line #footer_nav .footerSoc a.social_btn.one {
	margin-left:0;
	}
footer #footer_black_line #footer_nav .footerSoc a.social_btn.two {
	margin-left:12px;
	}
footer #footer_black_line #footer_nav .footerWrap {
	float:none;
	}
}
@media (max-width: 520px) {
	footer #footer_black_line #footer_nav {
	float:left;
	margin:20px 0 0 86px;
	}
}

/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
@media (max-width: 1310px) {
header #header_menu_container a.login_link {
	margin-right:0;
	}
header #search_bar {
	margin-left:20px;
	}
header #search_bar form input[type="search"]:focus {
	width:625px;
	left:-635px;
	}
#trailers .list .trailer_item {
	width: 25%;
	}
#content_wrap #results_list .results_item a.results_item_link .results_mid .results_title {
	width: 100%;
	transition: all 0.25s ease-in-out;
	overflow: hidden;
	}
#content_wrap .results_item .results_title h4 {
	line-height: 1.1;
	}
#content_wrap #results_list .results_item a.results_item_link .results_mid .results_place {
	width: auto;
	}
#content_wrap #results_list .results_item a.results_item_link .results_right {
	width: 150px;
	text-align:center;
	}
#content_wrap #content_main {
	margin-right: 280px;
	}
}
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
@media (max-width: 1210px) {
#content_wrap #content_right_sidebar {
	padding-top: 0;
	width: 260px;
	}
#content_wrap #content_right_sidebar .right_sidebar_content {
	width: 260px;
	}
#content_wrap #content_main {
	margin-right: 230px;
	}
}
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
@media (max-width: 1100px) {
#trailers .list .trailer_item {
	width: 33.3%;
	}
#content_wrap #content_main #content_left_sidebar {
	position: relative;
	display: block;
	width: auto;
	float: none;
	}
#content_wrap #content_main #content_left_sidebar::after {
	display: table;
	content: " ";
	clear: left;
	}
#content_wrap #content_main #content_left_sidebar .sidebar_section_item a.btn {
	margin: 4px 20px;
	float: left;
	}
#content_wrap #content_main #content_info {
	padding: 0;
	transition: all 0.25s ease-in-out;
	}
#content_wrap #content_left_sidebar .sidebar_section_contain {
	display: none;
	}
#omluvenky.omluvenky_main {
	display: block;
	}
#content_wrap #content_main {
	margin-right: 270px;
	}
}
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
@media (max-width: 990px) {
header #header_black_line_menu {
	display:none;
	}
#main #centerpeice .decoration div {
	background: rgba(0, 0, 0, 0) url("../images/bck_center_cshc_small.png") no-repeat scroll center center;
	}
header #header_menu_container .menu_container .menu_header {
	position:relative;
	display:block;
	padding-right:44px;
	border-right:1px solid #cbd3ce;
	}
header #header_menu_container .menu_container {
	cursor: pointer;
	margin: 5px 20px 0 0;
	min-width: 40px;
	padding-bottom: 20px;
	}
header #header_menu_container .menu_container .menu_contain {
	display:block;
	position:absolute;
	height:auto;
	visibility:hidden;
	top:58px;
	left:-42px;
	width:106px;
	padding:0 10px 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
	background-color:#f3f8f4;
	background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f8f4));
	background:-webkit-linear-gradient(#ffffff,#f3f8f4);
	background:-moz-linear-gradient(#ffffff,#f3f8f4);
	background:-o-linear-gradient(#ffffff,#f3f8f4);
	background:linear-gradient(#ffffff,#f3f8f4);
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	-webkit-box-shadow:#91a19e 0 8px 8px -8px inset,rgba(145,161,158,0.6) 0 3px 5px 0;
	-moz-box-shadow:#91a19e 0 8px 8px -8px inset,rgba(145,161,158,0.6) 0 3px 5px 0;
	box-shadow:#91a19e 0 8px 8px -8px inset,rgba(145,161,158,0.6) 0 3px 5px 0;
	-webkit-transition:opacity 0.25s ease-in-out 0;
	-moz-transition:opacity 0.25s ease-in-out;
	-ms-transition:opacity 0.25s ease-in-out;
	-o-transition:opacity 0.25s ease-in-out;
	transition:opacity 0.25s ease-in-out;
	}
header #header_menu_container .menu_container .menu_contain a.navLink {
	line-height:1;
	display:block;
	width:100%;
	text-align:center;
	padding:13px 0 14px;
	border-bottom:1px solid #cbd3ce;
	float:none;
	margin:0;
	}
header #header_menu_container .menu_container .menu_contain a.navLink.last {
	border-bottom:0;
	}
header #header_menu_container .menu_container:hover .menu_header span.arrow,header #header_menu_container .menu_container.hover .menu_header span.arrow {
	background-position:0 -8px;
	}
header #header_menu_container .menu_container:hover .menu_contain,header #header_menu_container .menu_container.hover .menu_contain {
	-webkit-transition:opacity 0.25s ease-in-out 0;
	-moz-transition:opacity 0.25s ease-in-out;
	-ms-transition:opacity 0.25s ease-in-out;
	-o-transition:opacity 0.25s ease-in-out;
	transition:opacity 0.25s ease-in-out;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity:1;
	visibility:visible;
	}
header #header_menu_container .menu_container:hover .menu_contain a.link,header #header_menu_container .menu_container.hover .menu_contain a.link {
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity:1;
	}
header #header_menu_container .menu_container.no-hover .menu_header span.arrow {
	background-position:0 0;
	}
header #header_menu_container .menu_container.no-hover .menu_contain {
	-webkit-transition:opacity 0.25s ease-in-out 0;
	-moz-transition:opacity 0.25s ease-in-out;
	-ms-transition:opacity 0.25s ease-in-out;
	-o-transition:opacity 0.25s ease-in-out;
	transition:opacity 0.25s ease-in-out;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
	visibility:hidden;
	}
header #header_menu_container .menu_container.no-hover .menu_contain a.link {
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
	}
header #search_bar form input[type="search"]:focus {
	width:196px;
	left:-196px;
	}
}
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
@media (max-width: 900px) {
body #content_wrap #content_main {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.131;
	}
#content_wrap #results_list .results_item a.results_item_link .results_right {
	top: 16px;
	width: auto;
	margin-right: 20px;
	}
}
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
@media (max-width: 880px) {
#main #centerpeice .upoutavka {
	display: none;
}
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
@media (max-width: 800px) {
#trailers .list .trailer_item {
	width: 50%;
	}
#content_article #content_wrap {
	display: table;
	}
#content_wrap #content_main {
	display: table-header-group;
	padding: 0;
	transition: all 0.25s ease-in-out;
	}
#content_wrap #content_right_sidebar {
	display: table-footer-group;
	width: 100%;
	transition: all 0.25s ease-in-out;
	}
#content_wrap #content_right_sidebar.gradient_outer {
	background: none;
	}
#content_wrap #content_right_sidebar #right_sidebar_content .sidebar_section_contain .sidebar_section_item img, #content_wrap #content_right_sidebar #right_sidebar_content .sidebar_section_contain .sidebar_section_item iframe {
	width: auto;
	max-width: 100%;
	}
#filter_bar .sort_label {
	padding: 22px 16px 0;
	}
#content_wrap #results_list .results_item a.results_item_link .results_left {
	position: absolute;
	top: 12px;
    float: left;
	width: 80%;
	}
#content_wrap #results_list .results_item a.results_item_link .results_left .results_short_title h5 {
	width: 80%;
	}
#content_wrap #results_list .results_item a.results_item_link .results_mid {
	float: none;
	margin: 0;
	position: relative;
	}
}
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
@media (max-width: 563px) {
header #header_menu_block {
	height:100px;
	}
header #header_menu_block #main_logo,header #commons_bar #header_menu_fix {
	float:none;
	}
header #header_menu_block #header_menu_fix {
	border-top:1px solid #cbd3ce;
	margin-top:8px;
	padding-top:8px;
	}
header #header_menu_block #header_logoimg,header #header_menu_block #header_menu_fix {
	float:none;
	}
header #header_menu_block #header_menu_fix {
	border-top:1px solid #cbd3ce;
	margin-top:8px;
	padding-top:8px;
	}
header #header_menu_block #header_menu_fix #header_menu_container .menu_container {
	padding-bottom:10px;
	margin-left:20px;
	}
header #header_menu_block #header_menu_fix #header_menu_container .menu_container .menu_contain {
	top:49px;
	left:-30px;
	padding:0 10px;
	width:94px;
	}
header #header_menu_block #header_menu_fix #search_bar form input[type="search"]:focus,header #header_menu_block .nav_wrap #search_bar form input[type="search"].focus {
	width:220px;
	left:-230px;
	}
#main #centerpeice {
	background: rgba(0, 0, 0, 0) url("../images/bck_centerpeice.jpg") no-repeat scroll center top;
	height: 260px;
	padding: 0 0 0 3.125%;
	position: relative;
	width: 96.875%;
	z-index: 0;
	}
#main #centerpeice .text h1 {
	font-size: 2.1em;
	margin: 5px 0;
	}
#main #centerpeice .text p {
	line-height: 1.15em;
	max-width: 420px;
	}
#trailers .list .trailer_item {
	width: 100%;
	}
#filter_bar .sort_label {
	display: none;
	}
#filter_bar .over_list .list a.link {
    margin: 0;
    padding: 8px 0 8px 27px;
	}
}
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
/*¡°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢°o°¢*/
