/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html {
  height: 100%;
  overflow: hidden;
}

body {
	height: 100%;
  	overflow: auto;
  	-webkit-overflow-scrolling: touch;
    font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-image: -ms-linear-gradient(bottom right, #707070 0%, #5e7ea4 50%);
	background-image: -moz-linear-gradient(bottom right, #707070 0%, #5e7ea4 50%);
	background-image: -o-linear-gradient(bottom right, #707070 0%, #5e7ea4 50%);
	background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #707070), color-stop(50, #5e7ea4));
	background-image: -webkit-linear-gradient(bottom right, #707070 0%, #5e7ea4 50%);
	background-image: linear-gradient(to top left, #707070 0%, #5e7ea4 50%);
}

.site {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

.site-footer {
  display: table-row;
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
}

p {
    font-size: 1.05em;
    line-height: 1.7em;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.smaller {
	font-size:0.7em
}

.smaller-2 {
	font-size:0.8em;
	letter-spacing:-1px
}

.smaller-list {
	font-size:0.9em;
	font-style:italic
}

.bila-brand {
	color:#fff;
	margin-left:10px;
}

.bigger {
	font-size:1.15em
}

.modra {
	color:#5e7ea4
}

.seda {
	color:#c3c3c3;
}

.kapitalky {
	text-transform:uppercase;
}

.blok {
	text-align:justify
}

.odrazka-prvni {
	border-bottom:1px solid #c3c3c3;
	margin-bottom:10px;
} 

.kontakt-ods {
	margin-left:10px;
}

.ods-top {
	margin-top:20px
	}

.kontakt-ods-info {
	margin-left:53px;
	margin-top:-10px;
	}

.col-lg-12 ul,li {
	font-size:1.05em;
	line-height:1.7em;
	text-align:justify;
	color:#000
}

.brand,
.motto {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing:0px;
    font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
    height:70px;

}

.bg-sluzby {
	background-color:#FDE2AD
}

.col-lg-12  a {
	text-decoration:none;
	}

.col-lg-6  a {
	color:#000;
	text-decoration:underline;
	}
	
.col-lg-6  a:hover {
	color:#393939;
	}
	
.col-lg-6  a:visited {
	color:#000;
	}

.col-lg-6  a:active {
	color:#eca239;
	}

.paticka-styl a {
	color:#393939;
	text-decoration:underline;
	}
	

.paticka-styl a:hover {
	color:#000;
	}
	
.paticka-styl a:active {
	color:#393939;
	}
	
.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
    color:#000
}

.bg-obyc {
	background: #fff;
    background: rgba(255,255,255,0.9);
    }

.intro-text {
	color:#c3c3c3;
    font-size: 1.5em;
    font-weight: 200;
    letter-spacing: 1px;
    font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
    border-bottom:2px solid #c3c3c3;
    padding-bottom:10px;
    margin-bottom:20px;
}

.podnadpis {   
	color:#393939;
    font-size: 1.3em;
    font-weight: 300;
    letter-spacing: -1px;
    font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
    border-bottom:1px solid #c3c3c3;
    padding-bottom:10px;
    margin-bottom:20px;
}

.jmeno {   
	color:#5e7ea4;
    font-size: 1.6em;
    font-weight: 400;
    letter-spacing: -1px;
    font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom:30px;
}

.jmeno-ods {
	padding-right:10px}



.intro-text-kapitalky {
	letter-spacing:-1px;
	text-transform:uppercase
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background:#ababab;
	font-size:0.90em;
}

footer p {
    margin: 0;
    padding: 25px 0;
    color:#393939;
}

.paticka-styl {
	border-top:3px solid #c3c3c3;
	-webkit-box-shadow: inset 0px 8px 15px -6px rgba(57,57,57,0.4);
	-moz-box-shadow: inset 0px 8px 15px -6px rgba(57,57,57,0.4);
	box-shadow: inset 0px 8px 15px -6px rgba(57,57,57,0.4);

}


.red {color:#cc0001}
.red:hover{color:#393939;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;}
.not-underline{text-decoration:none;}
.predpisy  {font-size:1.05em;border-collapse:collapse;border-spacing:0;width:100%; color:#000 }
.predpisy td{padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#c3c3c3; border-style:solid}
.predpisy th{font-weight:normal;padding:10px 5px;border-width:1px;overflow:hidden;word-break:normal;border-color:#c3c3c3; border-style:solid}
.predpisy .bunka{text-align:center;}
.predpisy .zahlavi {padding-left:15px; text-align:left; font-weight:bold; background-color:#999999}
.predpisy .prvni-sloupec {width:90%; text-align:left; padding-left:25px;}
@media screen and (max-width: 767px) {.cenik {width: 100%}.predpisy col {width: auto !important;}.cenik-obal {overflow-x: auto;-webkit-overflow-scrolling: touch;}}

.stahni{font-size:70%;}


/* -----  Změna collapse breakpointu  ----- */

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
        border-bottom:0px;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-bottom:0px;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 0px;
		border-bottom:0px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.navbar-nav>li {
        float: none;
    }
    
    .collapse.in{
  		display:block !important;
	}
	
	.navbar-custom {
	  font-size:1em!important;
	}
	
	.nav>li>a {
    	margin-top:0px;
    	padding-top:5px;
    	padding-bottom:5px;
    }
    
    .navbar {
    	border-radius: 0px
    	}
}

/* ********************************* */	


.navbar-default .navbar-collapse {
    border:0px;
    }
    	
@media screen and (min-width:1200px) {
	
    .brand {
    	width:100%;
        display: inherit;
        margin: 0 auto;
        padding: 20px 0 5px;
        text-align: center;
        text-shadow: 2px 2px 3px #393939;
        font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 3.2em;
        font-weight: 500;
        line-height: normal;
        letter-spacing:-3px;
        color: #ababab;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .motto {
    	width:100%;
        display: inherit;
        margin: 0 auto;
        padding: 0 0 30px;
        text-align: center;
        font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-style:italic;
        font-size: 1.4em;
        font-weight: 400;
        color: #000;
     }
    
    .motto-stin  {
    	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    
    }
    
    .motto-vetsi {
    	font-size: 1.25em;
    	text-shadow: 1px 1px 2px #000;
    }
    
    .stin {
    	text-shadow: 1px 1px 2px #393939;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
		border:0px;
        background: #ababab;
        border-top:3px solid #c3c3c3;
        border-bottom:3px solid #c3c3c3;
        height:7em;
		-webkit-box-shadow: inset 0px 8px 15px -6px rgba(57,57,57,0.6);
		-moz-box-shadow: inset 0px 8px 15px -6px rgba(57,57,57,0.6);
		box-shadow: inset 0px 8px 15px -6px rgba(57,57,57,0.6);


    }
    	
    .navbar-default .navbar-nav>li>a{
    	color:#393939;
    	letter-spacing:-1px;
    	border-right:1px solid #5e7ea4 
    }
    	
    .navbar-default .navbar-nav>li>a:hover{
    	color:#000;
    	letter-spacing:-1px;
    	background-color:#5e7ea4;
    	-webkit-transition:all 0.2s ease;
		-moz-transition:all 0.2s ease;
		-o-transition:all 0.2s ease;
		transition:all 0.2s ease;
		
    }
    
    .navbar-default .navbar-nav>.active>a{color:#fff;background-color:#5e7ea4}
    .navbar-default .navbar-nav>.active>a:hover{color:#000;background-color:#5e7ea4}
    .navbar-default .navbar-nav>.active>a:visited{color:#000;background-color:#5e7ea4}
        	 	
    .nav>li>a {
    	margin-top:15px;
        padding: 20px;
    }
    
    .navbar-nav>li>a {
        line-height: normal;
    }
    
    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1em;
    }
    
  
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}


/*  ----------- Ceník -----------  */

.cenik  {font-size:1.05em;border-collapse:collapse;border-spacing:0;width:100%;table-layout: fixed; }
.cenik td{padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#999999; border-style:solid}
.cenik th{font-weight:normal;padding:10px 5px;border-width:1px;overflow:hidden;word-break:normal;border-color:#999999; border-style:solid}
.cenik .bunka{text-align:right; padding-right:25px}
.cenik .zahlavi {padding-left:15px; text-align:left; font-weight:bold; background-color:#999999}
.cenik .prvni-sloupec { text-align:left; padding-left:25px;}
@media screen and (max-width: 767px) {.cenik {width: 100%}.cenik col {width: auto !important;}.cenik-obal {overflow-x: auto;-webkit-overflow-scrolling: touch;}}
