/******************************/
body {
position: static;
}

.btn-navbar {
  color: #ffffff!important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)!important;
  background-color: #117d9e!important;
  *background-color: #117d9e!important;
  background-image: -moz-linear-gradient(top, #117d9e, #18adcd)!important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#117d9e), to(#018adcd))!important;
  background-image: -webkit-linear-gradient(top, #117d9e, #18adcd)!important;
  background-image: -o-linear-gradient(top, #117d9e, #18adcd)!important;
  background-image: linear-gradient(to bottom, #0117d9e, #18adcd)!important;
  background-repeat: repeat-x!important
  border-color: #18ADCD #18ADCD #18ADCD!important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important;
}

.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  color: #ffffff!important;
  background-color: #18ADCD!important;
  *background-color: #18ADCD!important;
}

.btn-navbar:active,
.btn-navbar.active {
  background-color: #003399 \9!important;
}


h2 {
 border-top-color: #4B627E;
 border-bottom-color: #3A4450;
 padding: 5px 10px;
 font:19px/1.2 Arial, Helvatica, sans-serif;
background: #717b85; /* Old browsers */
background: -moz-linear-gradient(top, #717b85 0%, #97a4b2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#717b85), color-stop(100%,#97a4b2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #717b85 0%,#97a4b2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #717b85 0%,#97a4b2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #717b85 0%,#97a4b2 100%); /* IE10+ */
background: linear-gradient(to bottom, #717b85 0%,#97a4b2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717b85', endColorstr='#97a4b2',GradientType=0 ); /* IE6-9 */
 color:white;
}

 h2 a {
 color:white;
 font:19px/1.2 Arial, Helvatica, sans-serif;
 text-decoration: none;
 color:#ffffff;
}

h2 a:hover {
 color:#c9e3f6;
}

#loading{
    vertical-align: middle;
    margin-top: 50%;
    text-align: center;
    display: block;
    font: bold 17px Arial,Helvetica,sans-serif;
    color: #7E8187
}
#loading span {
    display: inline-block;
    background: url('img/loading.gif') left no-repeat transparent;
    padding: 0 28px 0 26px;
}
.navbar-search {
position: relative;
float: none;
margin: 0px;
width: 80%;
}
.navbar-search:after {
		clear: both;
	  }


table.table.contact td, table.table.contact th{
	padding: 8px 8px 8px 0px;
	border-top: 0px;
	font-size: 16.5px;
	font-weight: bold;
}
table.table.contact th{
	font-weight: normal;
	font-size: 15.5px;
}

.dashed {border-bottom: 1px dashed #999;}

#slides .wrap_slider {margin: 0px -86px;}

table.table.navigate{
	width: 100%;
	margin: auto;
	height: 45px;
}

table.table.navigate td, table.table.navigate th{
	padding: 0px;
	border-top: 0px;
	text-align: center;
	vertical-align: middle;
}
table.table.navigate td.logo{
	min-width: 40px;
	max-width: 50px;
	
}
table.table.navigate td.logo img{
}
table.table.navigate td.logo a{
display: block;
}
table.table.navigate td.title{
}
table.table.navigate td.title p{
	font-weight: 200;
	color: white;
	text-shadow: 0 1px 0 #777;
	padding: 0px 5px;
	clear: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: normal;
	margin: 0px auto;
	max-height: 45px;
	overflow: hidden;
}

table.table.navigate td.title p{
	font-size: 20px;
	font-weight: 200;
	line-height: 22px;
	max-width: 600px;

}
table.table.navigate td.navigate {
	width: 40px;
}
table.table.navigate td.navigate .btn-navbar {
	margin: 0px;
}
table.table.navigate td.navigate-large{
	min-width: 80px;
}
table.table.navigate td.navigate-large .btn-navbar {
	margin: 0px 4px 0px 0px;
}


/* FIX
-------------------------------------------------- */
	.row {
		margin:0 auto;
	}
	
	.carousel-inner > .item {
		text-align: center;
	}
	

/* Fore Scroll */
	.navbar-fixed-top {
		position: fixed;
		width: 100%;
		margin: 0px;
	}
	  .navbar-fixed-top .navbar-inner,
	  .navbar-fixed-bottom .navbar-inner {
		padding: 5px;
	  }
	  .navbar .container {
	  }

	  .nav-collapse {
		clear: both;
	  }
	  .nav-collapse .nav {
		float: none;
		margin: 0 0 10px;
	  }
	  .nav-collapse .nav > li {
		float: none;
	  }
	  .nav-collapse .nav > li > a {
		margin-bottom: 2px;
	  }
	  .nav-collapse .nav > .divider-vertical {
		display: none;
	  }
	  .nav-collapse .nav .nav-header {
		color: #777777;
		text-shadow: none;
	  }
	  .nav-collapse .nav > li > a,
	  .nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: bold;
		color: #777777;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	  }
	  .nav-collapse .btn {
		padding: 4px 10px 4px;
		font-weight: normal;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;
	  }
	  .nav-collapse .dropdown-menu li + li a {
		margin-bottom: 2px;
	  }
	  .nav-collapse .nav > li > a:hover,
	  .nav-collapse .dropdown-menu a:hover {
		background-color: #f2f2f2;
	  }
	  .navbar-inverse .nav-collapse .nav > li > a,
	  .navbar-inverse .nav-collapse .dropdown-menu a {
		color: #999999;
	  }
	  .navbar-inverse .nav-collapse .nav > li > a:hover,
	  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
		background-color: #111111;
	  }
	        .nav-collapse.in .btn-group {
		padding: 0;
		margin-top: 5px;
	  }
	  .nav-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		display: none;
		float: none;
		max-width: none;
		padding: 0;
		margin: 0 15px;
		background-color: transparent;
		border: none;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	  }
	  .nav-collapse .open > .dropdown-menu {
		display: block;
	  }
	  .nav-collapse .dropdown-menu:before,
	  .nav-collapse .dropdown-menu:after {
		display: none;
	  }
	  .nav-collapse .dropdown-menu .divider {
		display: none;
	  }
	  .nav-collapse .nav > li > .dropdown-menu:before,
	  .nav-collapse .nav > li > .dropdown-menu:after {
		display: none;
	  }
	  .nav-collapse .navbar-form,
	  .nav-collapse .navbar-search {
		float: none;
		padding: 10px 15px;
		margin: 10px 0;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
		   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
				box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	  }
	  .navbar-inverse .nav-collapse .navbar-form,
	  .navbar-inverse .nav-collapse .navbar-search {
		border-top-color: #111111;
		border-bottom-color: #111111;
	  }
	  .navbar .nav-collapse .nav.pull-right {
		float: none;
		margin-left: 0;
	  }
	  .nav-collapse,
	  .nav-collapse.collapse {
		height: 0;
		overflow: hidden;
	  }
	  .navbar .btn-navbar {
		display: block;
	  }
	  .navbar-static .navbar-inner {
		padding-right: 10px;
		padding-left: 10px;
	  }
  

/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
	table.table.navigate td.title p {
		font-size: 20px;
		font-weight: 200;
		line-height: 22px;
		max-width: 600px;
                display: block;
                 text-align: center;
	}
	.modal-body {
		max-height: 700px;
		padding: 10px 25px 15px 25px;
	}
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
	table.table.navigate td.title p {
		font-size: 20px;
		font-weight: 200;
		line-height: 22px;
		max-width: 600px;
        display: block;
        text-align: center;
	}
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    table.table.navigate td.title p {
		font-size: 20px;
		font-weight: 200;
		line-height: 22px;
		max-width: 443px;
        display: block;
        text-align: center;
	}
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  body {
	/*background-color: red;*/
  }
  .show-grid [class*="span"] {
/*    margin-bottom: 5px;*/
  }
  
	table.table.navigate td.title p {
		font-size: 16px;
		font-weight: 200;
		line-height: 16px;
		max-width: 300px;
		display: block;
		text-align: center;
	}
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  body {
  }

  h2 small {
    display: block;
  }
  .navbar-fixed-top {
	margin-bottom: 10px;
  }
  .page-header {
	margin: 10px 5px;
	padding: 0px;
  }
  .page-header h1 {
	font-size: 20px;
	line-height: 20px;
  }


  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }

  #content > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  
  .thumbnail > img {
    max-width: 270px;
  }

  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }
  
    table.table.navigate td.title p {
		font-size: 15px;
		font-weight: 200;
		line-height: 15px;
		max-width: 275px;
        display: block;
        text-align: center;
	}
}

.map-mobile li {
	padding: 10px 15px 10px 0;
}
.map-mobile .name-part {
	padding: 10px 15px 10px 0;
}

.managment-custom {
 border-bottom: 2px solid #6E7479;
 padding: 7px 0;
}
.managment-custom h4 {
 margin: 0 0 10px 0;
}

.navbar .nav > li {margin: 0 9px;}


.TGragdan .items {margin: 15px 0px;}

#zaglavie {border-top-color: #4B627E;
	border-bottom-color: #3A4450;
	padding: 5px 0 5px 10px;
	font: 19px/1.2 Arial, Helvatica, sans-serif;
	background: #717B85;
	background: -moz-linear-gradient(top, #717B85 0%, #97A4B2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#717B85), color-stop(100%,#97A4B2));
	background: -webkit-linear-gradient(top, #717B85 0%,#97A4B2 100%);
	background: -o-linear-gradient(top, #717B85 0%,#97A4B2 100%);
	background: -ms-linear-gradient(top, #717B85 0%,#97A4B2 100%);
	background: linear-gradient(to bottom, #717B85 0%,#97A4B2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717b85', endColorstr='#97a4b2',GradientType=0 );
	color: white;
	margin: 15px 0px;
}

#item-name {margin: 15px 0px;}

ul.map-level-0 a {
	font-weight: bold;
}

ul.map-level-1 a, ul.map-level-2 a, ul.map-level-3 a {
	font-weight: normal;
}

ul.map-level-1 {
	margin-left: 20px;
}
ul.map-level-2 {
	margin-left: 30px;
}
ul.map-level-3 {
	margin-left: 40px;
}

.navlink.long_text {padding-left: 35px;}
.navlink.long_text i{position: absolute;left: 15px;}

.bar-header {
	height: 47px;
	overflow: hidden;
	position: fixed;
	z-index: 555;
	width: 100%;
	box-shadow: 0 -5px 5px 8px rgba(0, 0, 0, 0.5);
	top: 0px;
}

.bar-header .navbar-inner {border-radius: 0px;}

.db-workarea {
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 50px;
}

#content {
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	z-index: 2;
	width: auto;
	min-height: 100%;
	/*
	box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.3);
	*/
	/*transition: right 0.4s linear;
	-webkit-transition: right 0.4s linear; -webkit-transform: translateZ(0);
	-moz-transition: right 0.4s linear;
	-o-transition: right 0.4s linear;*/
	background: white;
}
	
#content.db_close {}
#content.container.db_open {right: -211px;}
#content #loading {height: 100%; padding-bottom: 100px}

.db-workarea .nav-left-block {
	width: 200px;
	margin: 0px -100% 0px 0px;
	position: absolute; /*relative;*/
	z-index: 1;
	overflow: hidden;
	display: block;
	padding: 5px;
	float: left;
	height: auto;
	background-color: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100%);
	box-shadow: inset -1px 4px 9px -5px rgba(0, 0, 0, 0.3);
}

.db-workarea .nav-left-block ul.nav {
	background-color: #ffffff;
	margin-top: 0px;
}

#navigation .nav-block-fx{
	display: block;
	opacity: 1;
	/*position: absolute;*/
	height: auto;
	overflow: hidden;
	/*left: -300px;*/
	width: 200px;
	float: left;
	margin-left: -600px;
	/*
	transition: margin-left  0.6s linear;
	-webkit-transition: margin-left  0.6s linear;  -webkit-transform: translateZ(0);
	-moz-transition: margin-left  0.6s linear;
	-o-transition: margin-left  0.6s linear;
	*/
	clear: right;
}

.dinamic_menu {
	/*
	transition: height  0.6s linear;
	-webkit-transition: height  0.6s linear; -webkit-transform: translateZ(0);
	-moz-transition: height  0.6s linear;
	-o-transition: height  0.6s linear;
	*/
} 
.static_menu {}

#navigation .nav-block-fx.db_open{
	/*left: 0px;*/
	/*margin-left: 0px;*/
}

#navigation .header-menu {
	position: relative;
	margin: 5px auto 5px auto;
	text-align: center;
}

#navigation .header-menu  .btn.fx-back {max-width: 100px;}
#navigation .header-menu  .btn.fx-in {max-width: 155px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

#menu-0.nav-block-fx {
	position: relative;
	bottom: 17px;
	left: 0px;
margin-top: 30px;
}
#menu-0.nav-block-fx ul.nav{
	background-color: transparent;
}

@media (min-width: 1000px) {
	.db-workarea .nav-left-block {width: 200px;}
	#content {position: static;margin-left: 211px;}
	.bar-header #bntNav {display:none;}
}