/* ==== Google font ==== */

* {font-family: 'Open Sans'; font-weight: 300;}

body {
    width: 100%;
    height: 100%;
	font-weight: 300;
    color: #666;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
	color: Black;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    color: #0055a0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0099ff;
}
.seda{ color: #ccc;}
.btn-primary {
    color: #fff;
    background-color: #0055a0;
    border-color: #357ebd;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
	
}





.logo {display: block; width: 250px; height: 147px; background: url(/img/udi-logo.svg); background-size: contain;}
.top-nav-collapse .logo { width: 78px; height: 41px;  background: url(/img/udi-logo-small.svg);}


.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
  height: 40px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
}

@media (min-width: 768px) {
	.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
		color: #fff;
	}
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media ( max-width: 767px ) {
	.navbar .navbar-header { height: 50px; }
	
	.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
		color: white;
	}
	
}

/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(/img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {width:100%; height: 100%; min-height:200px; min-width:200px; background:url(/img/nacitani.gif) center center no-repeat;}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */




.home-section {
    padding-top: 70px;
    padding-bottom: 10px;
	display:block;
    position:relative;
    z-index:120;
}
.home-section-bez {
    padding-top: 20px;
    padding-bottom: 20px;
	display:block;
    position:relative;
    z-index:120;
}
.home-section-bez.projekt { padding-top: 0px; }

.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
	color: #e75200;
}


@media(max-width: 768px) {
	.section-heading h2 {
		font-size: 30px;
	}
}	

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;	
	background-size: cover;
	}



#slideshow .item img { display: block; width: 100%; height: auto; }

#slideshow .owl-controls { position: absolute; bottom: 0; width: 100%; text-align: center; }
.owl-page span { border: solid 1px #ccc; }

.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}

/* ===========================
--- byty
============================ */
.thumbnail { padding:0;}
.projekt-nadpis {color: #0055a0; font-size: 22px;font-weight: 500; line-height: 1em; height: 3em; }
.thumbnail img:hover { opacity: 0.8;}

/* ===========================
--- Novinky
============================ */

.novinky-linka {border: 1px solid #ddd; border-top: 0; border-radius: 0px 0px 4px 4px; padding: 20px 20px 0 20px; background: White;}



/* ===========================
--- About
============================ */

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}	

/* ===========================
--- Lokalita
============================ */

.map {
  margin: 0 0 25px;
  padding-top: 10px;
}
.map iframe, #map-canvas {
  border: none;
  width: 100%;
  height: 500px;
}
#galerie .thumbnail {height:170px; padding:10px;}
#galerie .thumbnail img {max-height: 150px; border-radius: 5px;}


#cenik { font-size: 14px; }
#cenik table { margin-bottom: 0; display: table;  border-collapse: separate; border-spacing: 2px; border-color: gray;}
#cenik tr {background-color:#f9faf7}
#cenik tr.stav-1, #cenik tr.stav-4 { /*color: #0055a0;*/ color:#51534a; }
#cenik tr.stav-2, #cenik tr.stav-3 { color: #b7b7b7; }
#cenik tr th,
#cenik .ostatni-plochy {color:#828591; border:1; background-colorx:#fff; text-transform: uppercase; font-size:11px; font-weight: 600; text-align:center}
#cenik tr th a {color:#828591; font-weight: 600}
#cenik tr th a:hover {color:#FF8000;}
#cenik tr td { border:1px; white-space:nowrap; text-align:center; background-image: none; vertical-align: middle;}
#cenik tr:not(.akce):hover td {background-color: #E1E1E1;}
#cenik tr td a {color:#000;}
#cenik .volny a {color:#000;}
#cenik .prodany a {color:#9e0923;}
#cenik .rezervovany a {color:#ff9933;}
#cenik .predrezervovany a {color:#ffcc00;}

#cenik tr td h3 {margin: 30px 0 0 0;}

#cenik tr.link { cursor: pointer; }
table.cenik tr td:last-child { text-align: left; }

#cenik h4 {margin: 0 -15px 0 -15px; padding: 15px; background: #e0e0e0; }
#cenik div.tabulka:not(:first-child) th { border-top: none; }
#cenik div.tabulka:not(:first-child) table { margin-top: 0; }

/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}


.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}



/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 50px 0 ;
	background: #0055a0;
	
}

footer p {
	color: White;
}

/* ==========================
Parallax
============================= */

#parallax1{	
	background-image: url(/img/parallax/1.jpg);
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


#parallax2{	
	background-image: url(/img/parallax/2.jpg);

}

#parallax2:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
/*   color: #fff; */
/*   background-color: #666; */
/*   border-color: #666; */
	background: none;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #CCC;
    outline: 0;
    color: #000;
/*     background-color: #CCC; */
	background: none;
}
.button-maly {padding: 3px 5px; font-size: 12px;}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:767px) {
.nepocitac {display: none !important; visibility: hidden;}
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #0055a0;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:768px) {
	.nemobil {display: none !important; visibility: hidden;}
	.navbar-header  {background: #0055a0;}	
	.navbar-collapse {background-color: #0055a0;}
	.home-section-bez {padding-top: 70px;}
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}
}

@media (min-width: 769px) {
	.mobil { display: none !important; visibility: hidden; }
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
		background: none;
	}
	
	.navbar-custom ul.nav li a { color: white; }
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	.col-xxs-12 { width: 100%;}
	.col-xxs-6 { width: 50%;}
}

@media (max-width:990px) {
	.logo {width: 78px; height: 41px;  background: url(/img/udi-logo-small.svg);}
	.bezcary {border-right: 0px !important;}
}

@media ( max-width: 767px ) {
	.home-section-bez { padding-top: 8px; }
}

/* Styly doplnovane v prubehu */

#jazyky {position: fixed; right: 0; top: 10%; width: 30px; height: 60px; margin-top: 0px; z-index: 999; text-align: center; z-index: 99999;}
#jazyky li {display: block; width: 30px; height: 30px; margin-left: -40px; }
#jazyky li a {display: block; width: 30px; height: 30px; background-color: white ; font-weight:900; border: 1px solid #0055a0; padding-top: 3px;}
#jazyky li a.active {background-color: #0055a0; color:white;}

@media ( max-width: 767px ) {
	#jazyky { top: 80px; }
}

#navigace3d { }
#navigace3d .container {position:relative;}
#navigace3d .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {z-index: 2; color: #fff; background-color: #0055a0; border-color: #0055a0; cursor: default;}
#navigace3d .pagination {margin: -40px 0 0 0;}
#navigace3d .leve-zalozky {position: absolute; top:20%; left: 0px; z-index: 130; text-align:left;}
#navigace3d .big {color: White; font-size: 30px;}
#navigace3d .zalozky-vnitrek {background: #0055a0; padding: 10px 15px; display:inline;}
#navigace3d .zalozky-vnitrek a {color: White;}
#navigace3d .zalozky-vnitrek a:hover {text-decoration:underline;}

#navigace3d .komponent_info { display: none; }
#navigace3d .komponent_info { position: absolute; bottom: 12px; left: 0; right: 0; text-align: center; }
#navigace3d .komponent_info>span {
	padding: 6px 12px; line-height: 1.42857; color: #428BCA; background-color: #FFF;
	border: 1px solid #ddd; border-radius: 4px;
}

#graficky_vyber { position: relative; z-index: 0; overflow: hidden; height: 584px; }
#graficky_vyber .content { position: absolute; bottom: 0; }
#graficky_vyber svg, #graficky_vyber .obrys { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
#graficky_vyber .obrys { display: none; }
#graficky_vyber svg.aktivni_oblasti { z-index: 9; }
#graficky_vyber svg.obrys {	stroke: #e75200; stroke-width: 2; fill: rgba(227, 90, 16, 0.7); z-index: 8; }
#graficky_vyber img.obrys { z-index: 8; }
#graficky_vyber img.podklad-img { z-index: 7; }
#graficky_vyber .control { position: absolute; width: 100%; left: 0; z-index: 999; text-align: center; }
#graficky_vyber .control.top { top: 4px; }
#graficky_vyber .control.bot { bottom: 24px; }
#graficky_vyber .control span { margin: auto; cursor: pointer; font-size: x-large; }

@media ( max-width: 1199px ) and ( min-width: 993px ) {
	#graficky_vyber { position: relative; z-index: 0; height: 484px; overflow: hidden; }
}

@media ( max-width: 992px ) and ( min-width: 768px ) {
	#graficky_vyber { position: relative; z-index: 0; height: 374px; overflow: hidden; }
	#graficky_vyber .content { width: 750px; }
	#graficky_vyber img { widht: 750px; height: auto; }
}

@media ( max-width: 767px ) {
	#graficky_vyber { height: auto; }
 	#graficky_vyber .content { position: relative; width: 100%; height: auto; }
	#graficky_vyber img.podklad-img { width: 100%; }
}

.krizek-zavrit { position: absolute; z-index:100; bottom:1px; right:0; height: 33px; padding: 4px 4px 5px 8px; background:#0055a0; }
.krizek-zavrit a {opacity:1.0; line-height: 24px; }
.krizek-zavrit a:hover {opacity:0.6;}
.krizek-zavrit a span { color: white; font-weight: 700; font-size: 16px; margin-right: 8px; text-transform: uppercase; }
.krizek-zavrit a span, .krizek-zavrit a img { vertical-align: middle; }

.cara-pod-3d {border-bottom: 1px solid #ddd }

#webcam { 
	position: absolute; z-index: 99999;
	border: 1px solid rgba(255,255,255,.3);
}
#webcam img { height: 240px; width: auto; margin-left: 24px; }
#webcam .info {
	box-sizing: border-box; width: 240px; height: 24px; position: absolute; left: 24px; bottom: 0; transform: rotate(270deg); transform-origin: 0% 100%;
	line-height: 24px; padding-left: 16px;
	background: #0055a0; color: white;
}
#webcam .info>span:FIRST-CHILD { font-size: 75%; }
#webcam .info>span:LAST-CHILD { font-weight: bold; }
#webcam:HOVER img { height: 480px; }
#webcam:HOVER .info { width: 480px; } 

@media ( max-width: 1199px ) and ( min-width: 993px ) {
	#webcam img { height: 200px; }
	#webcam .info { width: 200px; }
	#webcam:HOVER img { height: 400px; }
	#webcam:HOVER .info { width: 400px; } 
}

@media ( max-width: 992px ) and ( min-width: 768px ) {
	#webcam img { height: 150px; }
	#webcam .info { width: 150px; font-size: 10px; padding-left: 10px; }
	#webcam:HOVER img { height: 300px; }
	#webcam:HOVER .info { width: 300px; } 
}


#odkaz_na_rozhled {
	box-sizing: border-box; position: absolute; left: 33px; bottom: 0; height: 33px;
	transform: rotate(270deg); transform-origin: 0% 100%;
	background: #0055a0; color: white;
}
#odkaz_na_rozhled a { margin: 0 16px; line-height: 33px; }
#odkaz_na_rozhled a:hover {opacity:0.6;}
#odkaz_na_rozhled a span { color: white; font-weight: bold; }

#ajax_indicator {
	position: fixed; top: 0; left: 0; bottom: 0; right: 0;
	z-index: 999999;
	display: none;
}
#ajax_indicator>div {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	display: table;
	text-align: center;
}
#ajax_indicator>div>div {
	display: table-cell; vertical-align: middle; text-align: center;
}
#ajax_indicator>div>div>div {
	margin: auto; width: 220px; height: 220px; 
	background: radial-gradient(white 55%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0) 63%);
}
#ajax_indicator>div>div>div>img { margin: 60px 0; }

#detail { }

#detail .detail-zajem {color: #0055a0; font-size:20px; font-weight:900; margin: 20px 0 10px 0;}

#detail form#contact-form input, form#contact-form select, form#contact-form textarea {border: 1px solid #bbbbbb;}
#detail .input-group-addon:first-child {border: 1px solid #bbbbbb; background:#bbbbbb; color:White; padding:10px !important; }
#detail .velke45 {height: 45px;}

#detail .udaj { font-size: 24px; border-right: 1px solid #c0c0c7; text-align: center;}
#detail .udajbez { font-size: 24px; text-align: center; }
#detail .download { font-size: 14px; padding-left: 35px; height: 35px; line-height: 40px; background: #e75200 url("/img/pozadi-download.png") 10px 8px no-repeat; margin-top:10px; text-align: left;}
#detail .download a { color: White;}
#detail .download a:hover { text-decoration:underline; }
#detail .zpet {background-image: url("/img/pozadi-zpet.png") !important;}
#detail .male {font-size: 14px; letter-spacing: -1px;}
#detail .oranzova {color: #e75200; font-weight: 300;}
#detail .tucne {font-weight: 700;}

#detail .mistnosti {margin:35px 0; width:100%; text-align:left;}
#detail .mistnosti th {color:#58585a; font-weight:bold; border-bottom:1px solid #eee;}
#detail .mistnosti td .celkem {color:#58585a; font-weight:bold; border-top:1px solid #eee;}
#detail .mistnosti td {padding: 2px 0px}
#detail .mistnosti .celkem {color:#58585a; font-weight:bold; padding-bottom:8px; border-top:1px solid #eee;}
.upozorneni {padding-bottom: 50px;}
.hlavicka-detailu {padding-top: 50px; margin-bottom:30px; border-bottom: 1px solid #eee} 

.pod_listou {margin-top: 50px; }
.obrys_popis {stroke: none; }
.obrys_popis tspan { font-weight: bold; fill: yellow; stroke-width: 0.5; stroke: black; } 

@media (max-width:480px) {
	.pagination>li>a, .pagination>li>span {padding: 3px 3px;}
}

.neaktivni {cursor: default !important;}

.aktualita-content p {display: inline;}

.row-centered { text-align:center;}
.col-centered {display:inline-block; float:none; /* reset the text-align */ text-align:left; /* inline-block space fix */ margin-right:-4px;}


#seznam-aktualit {}

#seznam-aktualit form#contact-form input, form#contact-form select, form#contact-form textarea {border: 1px solid #bbbbbb;}
#seznam-aktualit .input-group-addon:first-child {border: 1px solid #bbbbbb; background:#bbbbbb; color:White; padding:10px !important; }
#seznam-aktualit .velke45 {height: 45px;}
#seznam-aktualit .bezlinky {border-bottom: 0px;}

.seznam-aktualit-nadpis {padding: 15px 0px 10px 0px; font-weight:bold; border-bottom: 1px solid #ddd;}
.seznam-aktualit-radek  {margin-top: 5px; padding-bottom: 3px; border-bottom: 1px solid white;}

#navigace3d a.active, table.cenik tr.active td, table.cenik td:hover {
	background: #e1e1e1;
}

.jednotka_infotext { text-align: center; line-height: 6em; font-size: 120%; }

#page_top { position: absolute; top: 0; }

.nav li a { padding-left: 10px; padding-right: 10px; }

h2 .dodatek { font-weight: 500; }

#iesucks { display: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}

#eu_opruz {
	position: fixed; left: 0; right: 0; bottom: 0; width: 100%;
	padding: 0.5em;
	background: white;
	z-index: 99999;
	box-shadow: 0 -8px 6px rgba(0, 0, 0, 0.3);
	}
#eu_opruz .info2 { overflow-y: auto; padding: 2em; }

@media(min-width:767px) {
	#eu_opruz { padding-right: 5em; }
}

@media(max-width: 320px) {
	#eu_opruz .topline { padding: 0.1em; font-size: 85%; }
	#eu_opruz .info2 { padding: 0.1em; }
	#eu_opruz .info2 p { font-size: 70%; }
}

/* Google maps */
.obal {position:relative; top:0; left:0;}
#mapa {width:100%; height:650px; color:#02021f;}

#legenda {width:280px; height:280px; overflow:hidden; position:absolute; top:25px; left:0;}
#legenda .legenda-zalozka {width:35px; height:280px; overflow:hidden; position:absolute; top:0; left:0; z-index:999997; cursor:pointer;}
#legenda .cs {background:#3875d7 url("/images/gm/legenda-zalozka-cz.png") top right no-repeat;}
#legenda .en {background:#3875d7 url("/images/gm/legenda-zalozka-en.png") top right no-repeat;}
#legenda .ru {background:#3875d7 url("/images/gm/legenda-zalozka-ru.png") top right no-repeat;}
#legenda .legenda-popis-obal {width:240px; height:280px; position:absolute; top:0; left:-230px; background:url("/images/gm/popis-legendy-pozadi.png");}
#legenda .legenda-popis-obal .legenda-popis-obsah {color:#ffffff; font-size:12px; padding:10px;}

#navigace {position:absolute; bottom:0; right:0; background-color:white; padding:5px; border:1px solid silver; border-bottom:0;}
#navigace .navigace-obal {width:350px; background:#b7cc19;}
#navigace .navigace-obal .navigace-obsah {padding:8px;}

#plan-cesty {width:450px; position:absolute; top:0; right:100px;}
#plan-cesty .plan-cesty-obal {}
#plan-cesty .plan-cesty-obal .plan-cesty-obsah {}

/* Standardy */
/* #standardy { } */
/* #standardy .download { display: inline-block; font-size: 14px; padding-left: 35px; padding-right:10px; height: 35px; line-height: 40px; background: #e75200 url("/img/pozadi-download.png") 10px 8px no-repeat; text-align: left;} */
/* #standardy .download a { color: White;} */
/* #standardy .download a:hover { text-decoration:underline; } */

/* .standardy-podlahy { background: url("/images/standardy/triangl/standardy-podlahy.jpg") bottom center; background-size: cover; color: White; } */
/* .standardy-dvere { background: url("/images/standardy/triangl/standardy-dvere.jpg") center center; background-size: cover; color: White; } */
/* .standardy-obklady { background: url("/images/standardy/triangl/standardy-obklady.jpg") center center; background-size: cover; color: White; } */
/* .standardy-sanita { background: url("/images/standardy/triangl/standardy-sanita.jpg") bottom center; background-size: cover; color: White; } */

/* .standardy-modra {background: #0055a0; padding: 10px;} */
/* .standardy-seda {background: #8F8F8F; padding: 10px;} */
/* .standardy-nadpis {font-size:24px; margin: 5px 0;} */
/* .standardy-popis {font-size:13px; margin: 5px 0;} */
/* .standardy-nazev {color: #0055a0; font-weight:600;} */

/* .standardy-odkaz {font-size:20px; margin: 15px 0 0px 0;} */
/* .standardy-odkaz a {color: White;} */
/* .standardy-odkaz a:hover {color: Silver;} */

#projekty { padding-top: 8px; }
#projekty .row>div { vertical-align: top; position: relative; }
#projekty .row>div .thumbnail { display: -webkit-flex;  -webkit-flex-direction: column; height: 100%; }
#projekty .row>div .thumbnail { display: flex;  flex-direction: column; height: 100%; }
#projekty .row>div .thumbnail .panel-body { -webkit-flex: 1; display: -webkit-flex; -webkit-flex-direction: column; -webkit-box-orient: vertical;  }
#projekty .row>div .thumbnail .panel-body { flex-grow: 1; display: flex; flex-direction: column;  }
#projekty .row>div .thumbnail .panel-body address { -webkit-flex: 1; }
#projekty .row>div .thumbnail .panel-body address { flex-grow: 1;  }
#projekty .row>div .thumbnail .panel-body a { margin: 0 auto; }
#projekty address { margin: 0; }

@media(min-width:990px) {
	.nepocitac2 {display: none !important; visibility: hidden;}
}

footer a { color: inherit; text-decoration: underline; }
footer a:HOVER { text-decoration: underline; }

div.hlavni-obrazek { position: relative; }
div.okno {
	position: absolute; top: 32px; right: 32px; left: 32px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
	padding: 0 15px;
	animation-duration: 1.5s; animation-delay: 0.5s;
}

#filtr_jednotek .line.cena input { font-size: 12px; height: 28px; padding: 0 0 0 0.5em; border: none; box-sizing: border-box; width: 8em; }
#filtr_jednotek .btn-group label { background: white; color: #666; }
#filtr_jednotek .btn-group label.active { background: #c7c7c7; }
#filtr_jednotek input[type=number] { border-radius: 0; }
#filtr_jednotek .spacer { display: none !important; }

#cenik #filtr_jednotek { background: #0055a0; color: white; padding: 1em 0; }
#cenik #filtr_jednotek .sect { display: inline-block; vertical-align: middle; }
#cenik #filtr_jednotek .sect.part1 { width: 62%; text-align: left; } 
#cenik #filtr_jednotek .sect.part2 { width: 32%; text-align: right; } 
#cenik #filtr_jednotek .sect.part1 .line>div { display: inline-block; vertical-align: middle; }
#cenik #filtr_jednotek .sect.part1 .line>div.head { width: 6em; text-align: right; }
#cenik #filtr_jednotek .sect.part2 .line.stav { margin-top: 2em; }
#cenik #filtr_jednotek .sect.part1 .line { margin: 0.2em 0; }
#cenik #filtr_jednotek .sect.part1 .head { margin-right: 0.5em; }
#cenik #filtr_jednotek .sect.part1 label:FIRST-CHILD { margin-right: 0.5em; width: 4em; box-sizing: border-box; }
#cenik #filtr_jednotek .head, #cenik #filtr_jednotek .cena label { font-size: 12px; font-weight: 400; }
#cenik #filtr_jednotek .cena label { margin-left: 0.5em; margin-right: 0.6em; }
#cenik #filtr_jednotek .line>div.head:AFTER { content: ":"; }
#cenik #filtr_jednotek .line, #cenik #filtr_jednotek .btn-group { white-space: nowrap; }

@media ( max-width: 1279px ) {
	#cenik #filtr_jednotek .sect { display: block; }
	#cenik #filtr_jednotek .sect.part1 { width: auto; }
	#cenik #filtr_jednotek .sect.part2 { width: auto; text-align: left; }
	#cenik #filtr_jednotek .sect.part2 .head { display: inline-block; width: 6em; text-align: right; margin-right: 0.5em; }
	#cenik #filtr_jednotek .line.cena .cena_od label { width: 4em; box-sizing: border-box; text-align: right; margin: 0; margin-right: 0.5em; padding-right: 0.35em;  }
	#cenik #filtr_jednotek .sect.part2 .line.stav { margin-top: 1em; }
	#cenik #filtr_jednotek .line.stav label { margin-left: 53px; }
	#filtr_jednotek .spacer { display: inline-block !important; visibility: hidden; }
}

#lista_vyber_jednotek { padding-top: 16px; }
#vyber_jednotek { background: #0055a0; color: white; text-align: center; padding: 0.5em 0; margin: 0 5px; }
#vyber_jednotek div.sect, #vyber_jednotek .line, #vyber_jednotek #filtr_jednotek { display: inline-block; }
#vyber_jednotek #prj_select select, #vyber_jednotek input[type=submit] { color: #666; font-weight: bold; }
#vyber_jednotek #prj_select label { border: none; padding: 0; }
#vyber_jednotek #prj_select .head { display: block; text-align: left; margin-bottom: 0.4em; margin-left: 4px; font-weight: bold; }
#vyber_jednotek #prj_select select { position: relative; bottom: -1px; }
#vyber_jednotek #filtr_jednotek .head { display: block; text-align: left; margin-bottom: 0.4em; }
#vyber_jednotek #filtr_jednotek .btn-group label:FIRST-CHILD { display: block; }
#vyber_jednotek #filtr_jednotek .line.cena label { margin-right: 0.5em; }
#vyber_jednotek #filtr_jednotek .line.cena label:NOT(:FIRST-CHILD) { margin-left: 0.5em; }
#vyber_jednotek #filtr_jednotek .head, #vyber_jednotek #filtr_jednotek .line.cena label { font-weight: normal; font-size: 12px; }
#vyber_jednotek #prj_select select { width: 20em; border-radius: 0; height: 28px; font-size: 12px; padding: 0; }
#vyber_jednotek input[type=submit] { margin-left: 2em; font-size: 12px; height: 28px; }
#vyber_jednotek #filtr_jednotek, #vyber_jednotek div.sect.part2 { margin-left: 1em; }

#zalozky .tab-content { font-size: 16px; }

.thumbnail { border: none; }

