@CHARSET "UTF-8";
#up_menu {
  position: relative;
  height: 40px;
  background: #2b2f3a;
  width: auto;
  max-width:920px;
  margin-left:auto;
  margin-right:auto;
}
#up_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#up_menu > ul {
  position: relative;
  display: block;
  background: #2b2f3a;
  height: 32px;
  width: 100%;
  z-index: 50 ;
}
#up_menu > ul > li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#up_menu > ul > #menu-button {
  display: none;
}
#up_menu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#up_menu > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  color: #7a8189;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#up_menu > ul > li.has-sub > a {
  padding-right: 32px;
}
#up_menu > ul > li:hover > a {
  color: #ffffff;
}
#up_menu li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#up_menu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#up_menu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#up_menu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#up_menu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#up_menu ul ul li {
  position: relative;
}
#up_menu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#up_menu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#up_menu ul ul li a {
  width: 130px;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  font-size: 12px;
  color: #9ea2a5;
  background: #fff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#up_menu ul ul li:hover > a {
  background: #f6f6f6;
  color: #8c9195;
}
#up_menu ul ul li:last-child > a,
#up_menu ul ul li.last > a {
  border-bottom: 0;
}
.submenuArrow {
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
}
#up_menu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#up_menu ul ul li.has-sub:hover::after {
  border-left-color: #fff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #up_menu {
    width: auto;
  }
  #up_menu ul {
    width: auto;
  }
  #up_menu .submenuArrow,
  #up_menu #indicatorContainer {
    display: none;
  }
  #up_menu > ul {
    height: auto;
    display: block;
  }
  #up_menu > ul > li {
    float: none;
  }
  #up_menu li,
  #up_menu > ul > li {
    display: none;
  }
  #up_menu ul ul,
  #up_menu ul ul ul,
  #up_menu ul > li:hover > ul,
  #up_menu ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
  }
  #up_menu ul .has-sub::after {
    display: none;
  }
  #up_menu ul li a {
    padding: 12px 20px;
  }
  #up_menu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #up_menu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #up_menu ul ul ul a {
    padding: 8px 50px;
  }
  #up_menu ul ul ul ul a {
    padding: 8px 65px;
  }
  #up_menu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #up_menu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #up_menu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #up_menu #menu-button > a {
    padding: 14px 20px;
  }
  #up_menu ul.open li,
  #up_menu > ul.open > li {
    display: block;
  }
  #up_menu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #up_menu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #up_menu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #up_menu ul.open #menu-button::after,
  #up_menu ul.open #menu-button::before {
    border-color: #fff;
  }
}

::selection
{
	background-color:#AA0322;
	color:#fff;
}
::-moz-selection
{
	background-color:#AA0322;
	color:#fff;
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #C4151C; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #C4151C;
}

:focus {
  -moz-outline-style: none !important;
}

:-moz-any-link:focus {
  outline: none !important;
}


*{font-size:13px;padding:0;margin:0;}

html,body{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	position:relative;
	background-image:url(/vychozi/img/face/body-bg.png);
	background-repeat:repeat;
	overflow:auto;
	font-family:'Open Sans',Arial, sans-serif;
	
}

h1{
	font-size:32px;
	margin:0;
	padding:0;
	color:#C4151C;
	text-align:left;
	text-transform:uppercase;
	font-family:'Open Sans Condensed',Arial, sans-serif;
}



h2{
	font-size:18px;
	margin:15px;
	padding:0;
	color:#000;
	text-align:left;
}

h3{
	font-size:14px;
	margin:15px;
	padding:0;
	color:#000;
	text-align:left;
}

img{
	border:none;
}

a{
	text-decoration:none;
}

p{
	text-align:justify;
	margin-top:20px;
}

ul li{
	margin-left:40px;
	text-align:left;
}

input, input[type=text], input[type=password]{
	padding:7px;
	width:150px;
	border-radius:5px;
	border:1px solid #D8D8D8;
	-webkit-box-shadow:0 0 2px #D8D8D8;-moz-box-shadow:0 0 2px #D8D8D8;
	box-shadow:0 0 2px #D8D8D8;outline: none;
}

input[type=number]{
	padding:7px;
	width:50px;
	border-radius:5px;
	border:1px solid #D8D8D8;
	-webkit-box-shadow:0 0 2px #D8D8D8;-moz-box-shadow:0 0 2px #D8D8D8;
	box-shadow:0 0 2px #D8D8D8;outline: none;
}

input[type=number_l]{
	padding:7px;
	width:150px;
	border-radius:5px;
	border:1px solid #D8D8D8;
	-webkit-box-shadow:0 0 2px #D8D8D8;-moz-box-shadow:0 0 2px #D8D8D8;
	box-shadow:0 0 2px #D8D8D8;outline: none;
}

input.date{
	background-image: url(/vychozi/img/face/calendar_input.png);
	background-position:3% 50%;
	background-repeat:no-repeat;
	padding-left: 40px;
	width:115px;
}

input.error{
	border:1px solid #fafafa !important;
	-webkit-box-shadow:0 0 6px #C4151C !important;
	-moz-box-shadow:0 0 5px #C4151C !important;
	box-shadow:0 0 5px #C4151C !important;
	outline: none;
}

textarea{
	padding:7px;
	border-radius:5px;
	border:1px solid #D8D8D8;
	-webkit-box-shadow:0 0 2px #D8D8D8;-moz-box-shadow:0 0 2px #D8D8D8;
	box-shadow:0 0 2px #D8D8D8;outline: none;
}

select{
	padding:7px;
	width:165px;
	border-radius:5px;
	border:1px solid #D8D8D8;
	-webkit-box-shadow:0 0 2px #D8D8D8;-moz-box-shadow:0 0 2px #D8D8D8;
	box-shadow:0 0 2px #D8D8D8;outline: none;
}

.cleaner{
	clear:both;
}

header{
	min-width:100%;
	position:relative;

	height:100px;
	background-color:#C4151C;
}

header .in{
	
	max-width:910px;
	margin:0 auto;
	position:relative;
	min-height:50px;
}

header .in #logo{
	position:absolute;
	top:40px;
	left:30px;
	width:90px;
}

header .in #logo_name{
	position:absolute;
	left:105px;
	top:35px;
	
	font-size:30px;
	font-family:'Open Sans Condensed',Arial, sans-serif;
}

header .in #logo_name_1{
	position:absolute;
	left:5px;
	top:35px;
	
	font-size:30px;
	font-family:'Open Sans Condensed',Arial, sans-serif;
}

header .uzivatel_loged
{
	max-width:910px;
	height:0px;
	background-color:red;	
	margin:0 auto;
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
}
header .uzivatel_loged *
{
	color:white;
}
header .uzivatel_loged .over 
{
	position:absolute;
	float: right;
	background-color: #000;
	color:#fff;
	padding:10px;
	min-width:150px;
	position: relative;
}

header .uzivatel_loged .over .inside
{
	display:none;
	opacity: 0; 
    height: 0px;
    overflow: hidden;
    right:0px;
    background-color: #000;
    padding: 5px;
	
}

header .uzivatel_loged .over:hover .inside
{
	opacity: 1;
    height: auto;
	display:block;

	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	-ms-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
}

header .uzivatel_loged label,header .uzivatel_loged button 
{
	clear: both;
}


header .in #moto{
	position:absolute;
	right:10px;
	top:40px;
	font-size:40px;
	font-family:'Open Sans Condensed',Arial, sans-serif;
}

nav{
	height:40px;
	width:100%;
	background-color:#890D11;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	margin-bottom:10px;
	border-bottom:1px solid #5E080B;
}

nav .in{
	width:910px;
	margin:0 auto;
	position:relative;
}

nav #parent{
	float:right;
}

nav #parent li{
	padding:11px 15px 15px 15px;
	list-style-type:none;
	text-align:center;
	margin:0;
	list-style: none;
	position: relative;
	display: inline-table;
}

nav #parent:after {
	content: ""; 
	clear: both; 
}

nav #parent .parent_li a{
	color:#fff;
	font-size:16px;
	font-weight:normal;
	padding:8px 10px 0 0;
}

nav #parent .parent_li:hover{
	background-color:#C4151C;
	border:1px solid 
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

nav #parent .parent_li.active{
	background-color:#C4151C;
}

nav #parent .child{
	display:none;
	background-color:#f5f5f5;
	position:absolute;
	right:0;
	top:48px;
	text-align:left;
	z-index:1000;
	-webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
	        box-shadow: 0 8px 6px -6px #000;
}

nav #parent .child li{
	background-color:#f5f5f5;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	position: relative;
	padding:0 !important;
	margin:0 !important;
	display: inline-table;
	text-align:left;
	width:220px;
}

nav #parent .child li a{
	font-size:14px !important;
	padding:14px 10px 0 10px !important;
	text-align:left !important;
	display: table-cell !important;
	color:#000 !important;
}

nav #parent .child li a:last-child{
	padding:14px 10px 14px 10px !important;
}

nav #parent .child li a:hover{
	background-color:#ccc !important;
	color:#C4151C !important;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

nav #parent li:hover > ul.child{
	display:table-row !important;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

#container{
	max-width:910px;
	height:100%;
	min-height:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:100px;
	text-align:center;
	background-color:#fff;
	position:relative;
	-moz-box-shadow:    3px 3px 5px 6px #000;
	-webkit-box-shadow: 3px 3px 5px 6px #000;
	box-shadow:         0 3px 4px 1px #000;
}


* html #container {
	height: 100%;
}

.blockR form table{
	padding:20px 0 0 0;
}

.blockR form table th,td{
	padding:3px 8px 3px 8px;
	vertical-align:middle;
}

input{
	margin:5px;
}

#slider{
	height:200px;
	width:100%;
	background-color:#fff;
}

#slider img{
	width:910px;
}

.blockL{
	width:500px;
	height:auto;
	text-align:justify;
	padding:5px;
	margin:10px;
	float:left;
}

.blockL h1{
	margin: 0 0 0 15px;
}

.blockL h1:not(:first-child){
	margin: 50px 0 0 15px;
}

.blockL p{
	width:500px;
	height:auto;
	text-align:justify;
	padding:5px;
	margin:10px;
	float:left;
}

.blockL img{
	margin:6px;
}

.blockR{
	width:290px;
	height:auto;
	text-align:justify;
	padding:5px 25px 20px 35px;
	margin:10px;
	float:right;
	border-left:1px solid #f5f5f5;
}

.blockR span.datum{
	font-weight:bold;
}

.blockR img{
	margin:6px;
}

footer{
	width:100%;
	height:500px;
	color:#1D1D1D;
	background-image:url(/vychozi/img/face/footer.png);
	background-repeat:repeat;
	margin:0;
	font-size:26px;
	text-align:center;
	-webkit-box-shadow: 0 4px 6px 6px black;
	-moz-box-shadow: 0 4px 6px 6px black;
	box-shadow: 0 4px 6px 6px black;
}

footer .in{
	width:910px;
	width:910px;
	margin:0 auto;
	position:relative;
	padding:50px 0 0 0;
}

footer h1{
	color:#fff;
	font-size:20px;
	text-align:center;
}

footer ul li{
	list-style-type:none;
	padding-top:10px;
}

footer ul li a{
	color:#919191;
	padding:0 0 0 47px !important;
	font-size:15px;
}

footer ul li a:hover{
	color:#fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

footer .footerL{
	float:left;
	width:300px;
}

footer .footerM{
	float:left;
	width:300px;
}

footer .footerR{
	float:left;
	width:300px;
	text-align:left;
}

footer .footerR input{
	margin-bottom:5px;
	margin-top:5px;
}

footer .footerR input{
	width:194px;
}

footer .footerR textarea{
	margin-bottom:5px;
	margin-top:5px;
	width:194px;
}

footer .footerR table{
	padding-left:82px;
}

footer .footerR table button{
	width:210px;
	margin-left:9px;
}

.fleft{float:left}
.fright{float:right}

.button, button,button.ui_button {
	cursor: pointer;
	-webkit-box-shadow:#96CA6D 0 1px 0 0 inset;
	background-color:#AD2424 !important;
	background-image:-webkit-linear-gradient(top, #AD2424, #A01616);
	background-image:-moz-linear-gradient(top, #AD2424, #A01616);
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-color:#A01616 #A01616 #871212;
	border-style:solid;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-width:1px;
	box-shadow:#C96C6C 0 1px 0 0 inset;
	color:#FFFFFF;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1;
	padding:10px;
    margin-bottom:5px;
	text-align:center;
	text-shadow:#770F0F 0 -1px 0;
	text-decoration: none;
	margin-right: 10px;
	background-image: none !important;
}
.button:hover, button:hover {
    background-color: #B24747;
    background-image: -webkit-linear-gradient(center top , #B24747, #9B2E2E);
    background-image: -moz-linear-gradient(center top , #B24747, #9B2E2E);
    box-shadow: 0 1px 0 0 #BC6565 inset;
}
.button:active, button:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #992C2C #992C2C #912828;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 8px 4px #892929 inset, 0 1px 0 0 #EEEEEE;
}
.ui-tooltip
{
	z-index: 30000 !important;
}

        input[placeholder], [placeholder], *[placeholder] {
   color:#000000 !important;
}

		.placeholder {
			outline: 1px dashed #ffffff;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			margin: -1px;
		}

		.mjs-nestedSortable-error {
			background: #fbe3e4;
			border-color: transparent;
		}

        
		

		ol#up_menu_sortable, ol#up_menu_sortable ol {
			margin: 0 0 0 25px;
			padding: 0;
			list-style-type: none;
		}

		ol#up_menu_sortable {
			margin: 10px;
		}

		#up_menu_sortable li {
			margin: 5px 0 0 0;
			padding: 0;
		}

		#up_menu_sortable li div  {
		    color:black;
			border: 1px solid #d4d4d4;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			border-color: #D4D4D4 #D4D4D4 #BCBCBC;
			padding: 6px;
			margin: 0;
			cursor: move;
			background: #f6f6f6;
			background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
			background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
		}

		#up_menu_sortable li.mjs-nestedSortable-branch div {
			background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
			background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#f0ece9 100%);

		}

		#up_menu_sortable li.mjs-nestedSortable-leaf div {
			background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
			background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#bcccbc 100%);

		}

		li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
			border-color: #999;
			background: #fafafa;
		}

		.disclose {
			cursor: pointer;
			width: 10px;
			display: none;
		}

		#up_menu_sortable li.mjs-nestedSortable-collapsed > ol {
			display: none;
		}

		#up_menu_sortable li.mjs-nestedSortable-branch > div > .disclose {
			display: inline-block;
		}

		#up_menu_sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
			content: '+ ';
		}

		#up_menu_sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
			content: '- ';
		}


