@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,700,700italic,500italic,500,900,900italic&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,700italic,900);
@import 'kalendar.css';

@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* reset5 © 2011 opensource.736cs.com MIT */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong, tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}input,select,a img{vertical-align:middle;}



/* html */
body {
	font-family: 'Roboto', sans-serif;
	color: #181818;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
}
body,
div,
p,
span,
table {
	 /*transition: all 500ms ease 0s;
    -webkit-transform: all 500ms ease 0s;*/
}


h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	font-weight: 300;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #0E1212;
	line-height: 100%;
}


h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	font-weight: 300;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #0E1212;
	line-height: 100%;
}


h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 38px;
	font-weight: 300;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 0;
	color: #383838;
	line-height: 120%;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-weight: 300;
	text-decoration: none;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #fff;
}

h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	color: #000;
	line-height: 100%;
}

.cerveny {
	color: #AE0F0A;
}
.modry {
	color: #1E3266;
}

.biely-bottom {
	color: #ffffff;
	font-size: 32px;
	margin-bottom:15px;
	font-weight: 300;
}


.tx-link {
	color: #5C5C5C;
	text-decoration:underline;
}
.tx-link:hover {
	color: #AE0F0A;
	text-decoration:none;
}

.link-viac {
	font-size: 19px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	padding-top: 8px;
	padding-bottom: 8px;
	width:auto;
	max-width: 210px;
	border: 1px solid #AE0F0A;
	background-color: #AE0F0A;
	display:block;
	text-align:center;
	margin: 8px auto;
	}

.link-viac:hover {
	text-decoration: none;
	color: #fff;
	background-color: #1E75B4;
	border: 1px solid #1E75B4;
	transition: all 550ms ease 0s;
    -webkit-transform: all 550ms ease 0s;
}



strong {
    font-weight: 600;
}

.video-container {
    position: relative;
    width: 97%;
    height: 0;
    padding-bottom: 56.25%;
	margin-bottom:30px;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
			

/* vseobecne */

.label {
    display: inline-block;
    width: 38%;
	border-bottom: 1px solid #ECECEC;
	padding: 5px;
	vertical-align:top;
}

.label2 {
    display: inline-block;
    width: 50%;
	border-bottom: 1px solid #ECECEC;
	padding: 5px;
	vertical-align:top;
}

.clear {
  clear: both;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.right {
    text-align: right;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop40 {
    margin-top: 40px;
}
.marginRight10 {
  margin-right: 10px;
}
.marginRight70 {
  margin-right: 70px;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.margin0_10 {
    margin: 0 10px;
}
.margin10_0 {
	margin-top: 200px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.padding10 {
    padding: 10px;
}
.padding17 {
    padding: 17px;
}
.padding20 {
    padding: 20px;
}
.padding20_0 {
    padding: 20px 0;
}
.padding0_20 {
    padding: 0 20px;
}
.padding20_0.borderRight {
    padding-right: 15px;
}
.schovaj {
	display: none;
	visibility: hidden;
}
.small {
    font-size: 90%;
}
.small75 {
    font-size: 75%;
}

.center {
    text-align: center;
}
.middle {
    width: 600px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
}


.myList {
	margin-left:25px;
	margin-bottom: 5px;	
	list-style: none;
	font-size:18px;
}

.myList  li {
	margin-bottom: 10px;	
}

.myList :before {
   content: "\f054";
  font-family: 'FontAwesome';
  float: left;
  font-size: 18px;  
  margin-left: -1.2em;
  color: #0688C1;  
}

.myList p {
	margin-left:0px;
	margin-bottom: 20px;	
	list-style: none;
	list-style-type: none;
	color:#1E222A;
	font-weight: 400;
	font-size: 17px; 
}




.myList ol  {
	margin-left:40px;
	list-style: none;
}


.rybka {
	width: 42px;
	max-width: 42px;
	margin-bottom: 5px;
	margin-left:0px;
	margin-right: 0px; 
}

#okno-galeria {
	width: 31.0%;
	margin: 0.7% 0.8%;	
	overflow: hidden;
	display: inline-block;
	position:relative;
	background:#0088C2;
}

#okno-galeria img {	
	margin-bottom: -10px;
	width: 100%; 	
	opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;	}	
  
#okno-galeria:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}


/* IKONY font */

.element {
    position: relative;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
.element:before {
    content: "\f000";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}


.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";  
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #1E75B4;
  font-size:22px;
  width: 20px;
  display:inline-block;
  padding-right: 5px;
  text-decoration: inherit;
}

.fa-phone:before {
  content: "\f095";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #1E75B4;
  font-size:18px;
  width: 20px;
  display:inline-block;
  padding-right: 5px;
  text-decoration: inherit;
}

.fa-envelope-o:before {
  content: "\f003";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 900;
  color: #1E75B4;
  font-size: 14px;
  width: 20px;
  display:inline-block;
  padding-right: 5px;
  text-decoration: inherit;  
}


.fa-globe:before {
  content: "\f0ac";
   font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #1E75B4;
  font-size:17px;
  width: 20px;
  display:inline-block;
  padding-right: 5px;
  text-decoration: inherit;
}

.fa-check:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 800;
  font-size:25px;
  width: 30px;
  display:inline-block;
  padding-right: 10px;
  text-decoration: inherit; 
}


.fa-facebook:before {
  content: "\f09a";
   font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #1E69B8;
  font-size:20px;
  width: 16px;
  display:inline-block;
  padding-right: 8px;
  text-decoration: inherit;
}

.fa-map-marker:before {
  content: "\f041";
   font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #1E69B8;
  font-size:20px;
  width: 16px;
  display:inline-block;
  padding-right: 8px;
  text-decoration: inherit; 
}

.fa-youtube-square:before {
  content: "\f166";
   font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #1E69B8;
  font-size:20px;
  width: 16px;
  display:inline-block;
  padding-right: 8px;
  text-decoration: inherit; 
}

.fa-search:before {
  content: "\f002";
   font-family: FontAwesome;
  font-style: normal;
  font-weight: 200;
  color: #fff;
  font-size:30px;
  width: 30px;
  display:inline-block;
  padding: 20px;
  border: solid 2px #FFFFFF;
  border-radius: 50%;
  margin-bottom: 30px;
  text-decoration: inherit; 
}

.ciara {
	width: 100%;
	height: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;	
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both;
}



.top {
    bottom: 35px;
    cursor: pointer;
    display: inline-block;
    height: 60px;
	width: 60px;
    position: fixed;
    right: 50px;
    
}
.top:before {
  content: "\f106";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size:60px;
  color:#AE0F0A;
  width: 60px;
  text-decoration: inherit;
    
}

.hide {
    display: none;
}

.displayTable,
.displayTable a,
.displayTable img,
.displayTable div,
.displayTable span,
.displayTable form,
.displayTable input,
.displayTable button {
    display: inline-table;
    vertical-align: middle;
}


#header {
	top: 0;
	width: 100%;
	z-index: 9999;
	position: fixed;
	background: #ffffff;
}



#content {
	margin-top: 185px;
}
.content {
	margin: 0 auto 0px;
    padding-bottom: 0px;
}


/* header hlavicka */


#header .content {
    position: relative;
	max-width: 1200px;	

}

#header #pattern {
	background: rgba(0, 136, 194, 1.0);
    width: 100%;
    position: absolute;
    text-align: center;
	top: 120px;
}

#header #pattern a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
	line-height: 17px;
}
#header #pattern a:hover {
	color: #3A0900;
	text-decoration: none;
	
}

#header #pattern a.active {
    /*color: #BF084E;*/
	color: #3A0900;
	text-decoration: none;
}

#header #pattern a#webmail.active {
    color: #3A0900;    
}

.header-pas-logo {
	background: #FFF;
    max-width: 1200px;
	margin:auto;
    position: relative;
    text-align: center;    
}

.header-pas-ikony {
	width:29.5%;
	display: inline-block;
	position: relative;
}

.header-pas-ikony-img {
	border: 1px solid #D4D4D4;
	border-radius: 50%;
	width: 50px;
	padding:5px;
	margin: 3px;
}
.header-pas-ikony-img:hover {
	border: 1px solid #1E75B4;
}

#header #logo {
    z-index: 1;
	text-align:center;
    position: relative;
	margin: auto;
	width:90%;
	display: inline-block;
}



header.large img {
				width: 231px;
				height: 80px;
				margin-top: 20px; 
				margin-bottom: 20px; 
				transition: all 0.2s;
			-moz-transition: all 0.2s; /* Firefox 4 */
			-webkit-transition: all 0.2s; /* Safari and Chrome */
			-o-transition: all 0.2s; /* Opera */
			}
			
			

header.small img { 
				width: 173px; 
				height: 60px; 
				margin-top: 15px; 
				margin-bottom: 15px; 
				transition: all 0.2s;
			-moz-transition: all 0.2s; /* Firefox 4 */
			-webkit-transition: all 0.2s; /* Safari and Chrome */
			-o-transition: all 0.2s; /* Opera */
			}
			
header.large #pattern { 
			padding: 20px 0px;
				margin-top: 0px; 
			}	
			
header.small #pattern{ 
				padding: 20px 0px;
				margin-top: -30px; 
				transition: all 0.2s;
			-moz-transition: all 0.2s; /* Firefox 4 */
			-webkit-transition: all 0.2s; /* Safari and Chrome */
			-o-transition: all 0.2s; /* Opera */
			}		

header.large #header { 
		height: 120px;
		background-color: rgba(255, 255, 255, 1);
			}	

header.small #header { 
		height: 90px;
		background-color: rgba(255, 255, 255, 1);
		transition: all 0.2s;
		-moz-transition: all 0.2s; /* Firefox 4 */
		-webkit-transition: all 0.2s; /* Safari and Chrome */
		-o-transition: all 0.2s; /* Opera */
			}
			
			
.kolaz-text1 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;	
	text-align:center;
	font-size:56px;
	color:#fff;
	font-weight: 700;
	line-height: 63px;
	padding: 8px;
	display: block;
	max-width:750px;
	margin:auto;	
		}
	.kolaz-text2 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;	
	text-align:center;
	font-size:26px;
	line-height: 31px;
	color:#fff;
	font-weight:300;	
	padding: 8px;
	display: block;
	max-width:650px;
	margin:auto;	
		}		

.kolaz-text3-link a{
	font-size:20px;
	line-height: 22px;
	color:#fff;
	text-decoration:none;
	padding: 10px 30px;
	display: inline-block;
	max-width: 280px;
	margin-top: 10px;
	margin-left: 8px;
	background: rgba(208, 25, 45, 1);
}
.kolaz-text3-link a:hover{ 
	background: rgba(30, 117, 180, 1);
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
}

.kolaz-podstranka {
	background-repeat:no-repeat;
	background-size: cover;
	background-image:inherit;
	height: 250px;
	width: 100%;
	background-position: center top;
	text-align:center;
	position:relative;
}

.kolaz-podstranka h1 {
	color:#FFFFFF;
	font-size:40px;
	text-align:left;
	display:block;
	margin-bottom: 0px;
	margin-left:75px;
	padding-top:100px;
}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(3,54,78,0.3);
}

/* obsah */


#ikony-4bloky {
	width: 20%;
	margin: 40px 2.3% 20px 2.3%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	color:#3C3C3C;
	position:relative;	
		}		

#ikony-4bloky h3 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 15px;
	color:#1E3266;	
		}

#ikony-4bloky .h3-ubyt {
	font-size: 20px;
		}			
		
#ikony-4bloky img {
	width: 63px;
	height:63px;
	margin-bottom:12px;
	background:#0088C2;
	padding:15px;
	border-radius: 50%;
	vertical-align:middle;	
		}					
		
		
#uvod-2bloky {
	width: 49.2%;
	margin: 25px auto 10px auto;
	display: inline-block;
	vertical-align: top;
	text-align:left;
	font-size: 16px;
	line-height: 24px;
	color:#3C3C3C;
	position:relative;	
		}

#uvod-2bloky h2 {
	font-size: 42px;
	line-height: 50px;
	color:#1E3266;
		}		
		
#uvod-2bloky img {
	width: 90%;	
		}	
		
#uvod-2bloky p {
	font-size: 20px;
	line-height: 30px;
	color:#3C3C3C;
	display:block;
	margin-top: 15px;
	margin-bottom: 25px;
		}
		
#uvod-2bloky .viac a {
	display:block;
	max-width:170px;
	margin-top:43px;
	background:#AE0F0A;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-size:20px;
	line-height:100%;
	padding:22px 15px;	
		}	
#uvod-2bloky .viac a:hover {
	background:#390900;	
	color:#FFF;
	text-decoration:none;
	transition: all 0.6s;
	-moz-transition: all 0.6s; 
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
		}				
					
		
#uvod-obsadenost {
	max-width: 1200px;
	font-size: 20px;
	line-height: 22px;
	color:#ffffff;
	position:relative;
	margin:auto;
	padding: 10px 0px;
	text-align:left;	
		}
#uvod-obsadenost h3 {
	font-size: 40px;
	line-height: 43px;
	color:#ffffff;
	margin-bottom: 0px;
	margin-top:0px;	
		}		
		
#uvod-obsadenost .viac a {
	display:block;
	max-width:250px;
	background:#ffffff;
	text-align:center;
	color:#0088C2;
	text-decoration:none;
	font-size:20px;
	line-height:100%;
	padding:22px 35px;
	float:right;
	margin-top: -69px;
	margin-right: 100px;
		}	
#uvod-obsadenost .viac a:hover {
	background:#AD0F0A;	
	color:#fff;
	text-decoration:none;
	transition: all 0.3s;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
		}
		
		
#obsah-2bloky {
	width: 49.2%;
	margin: 25px auto 10px auto;
	display: inline-block;
	vertical-align: top;
	text-align:left;
	font-size: 16px;
	line-height: 24px;
	color:#3C3C3C;
	position:relative;	
		}

#obsah-2bloky h2 {
	font-size: 42px;
	line-height: 50px;
	color:#1E3266;
		}		
		
#obsah-2bloky img {
	width: 90%;
	margin-left:9.9%;	
		}	
		
#obsah-2bloky p {
	font-size: 20px;
	line-height: 30px;
	color:#3C3C3C;
	display:block;
	margin-top: 15px;
	margin-bottom: 25px;
		}
#obsah-2bloky .pocasie{
	margin-left: 75px;
	margin-top: 50px;	
		}
			
#obsah-2bloky-pocasie {
	width: 49.2%;
	margin: 25px auto 10px auto;
	display: inline-block;
	vertical-align: top;
	text-align:center;
	position:relative;
		}						
		

#kontakt-2bloky {
	width: 36.0%;
	margin: 25px auto 10px auto;
	display: inline-block;
	vertical-align: top;
	text-align:left;
	font-size: 16px;
	line-height: 24px;
	position:relative;
		}

#kontakt-2bloky h2 {
	font-size: 22px;
	line-height: 25px;
	color:#1E3266;
	margin-top: 15px;
	margin-bottom: 10px;
		}	
		
#kontakt-2bloky a {
	color: #181818;
	text-decoration:underline;
		}
#kontakt-2bloky a:hover {
	color: #AC0F0A;
	text-decoration:none;
		}				
		
		
#kontakt-2blokyimg {
	width: 49.2%;
	margin: 25px auto 10px auto;
	display: inline-block;
	vertical-align: top;
	text-align:left;
	position:relative;
		}			
		
#kontakt-2blokyimg img {
	width: 100%;	
		}	

#kontakt-2bloky .socialne {
	width: auto;}	
	
#kontakt-2bloky .socialne img {
	width: 50px;
	margin-left:1px;
}								
			

 
/* formular */
.formular {
	max-width:950px;
	margin:auto;
	vertical-align: top;

}

.formular1 {
	font-size: 16px;
	line-height: 25px;
	text-align:left;
	display:inline-block;
	vertical-align: top;

}
.formular2 {
	font-size: 16px;
	line-height: 25px;
	text-align:right;
	display:inline-block;
	vertical-align: top;

}
.formular3 {
	text-align:right;
	display:block;

}

.textarea-formular {
	background-color: #E3E3E3;
	padding: 2px;
	width: 300px;
	border: 1px solid #E3E3E3;
	height: 35px;
	font-size: 17px;
	font-weight: 300;
	color: #0E3C54;
	text-decoration: none;
	margin-right: 30px;
	margin-bottom: 10px;
}
.textarea-formular2 {
	background-color: #E3E3E3;
	padding: 2px;
	width: 600px;
	border: 1px solid #E3E3E3;
	height: 189px;
	font-size: 17px;
	font-weight: 300;
	color: #0E3C54;
	text-decoration: none;
}
.mybutton {
	color: #FFF;
	background-color: #40454B;
	text-align: center;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border: 1px none #00639B;
	margin: 20px;
	line-height: 35px;
	text-decoration: none;
	height: 35px;
	width: 170px;
}



/* content obsah */

.biela {
	background-color: #fff;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	}

.biela2 {
	background-color: #fff;
	text-align: left;
	padding-top: 80px;
	padding-bottom: 80px;
	}	


.siva {
	background-color: #DDE5E8;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	position:relative;
	}
	
.modra {
	background-color: #0088C2;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	position:relative;
	}	
	
.bottom	{
	background-color: #02374F;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	position:relative;
	}	


.obsah {
	max-width:1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}


.spodok {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	display: inline-block;
	font-weight: 300;
	font-size: 14px;
	vertical-align: top;
	width: 24%;
	text-align: left;
	line-height: 20px;
	color: #FFF;
}
.spodok a {
	color: #FFF;
	text-decoration: none;	
}
.spodok a:hover {
	color: #AE0F0A;
	text-decoration: none;	
}

.spodok2 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	display: inline-block;
	font-weight: 300;
	font-size: 14px;
	vertical-align: top;
	width: 24%;
	text-align: left;
	line-height: 20px;
	color: #FFF;
}
.spodok2 a {
	color: #FFF;
	text-decoration: none;	
}
.spodok2 a:hover {
	color: #AE0F0A;
	text-decoration: none;	
}

.spodok2 img {
	width: 50px;
	margin-left:1px;
}
.spodok2 img:hover{
	opacity: 0.7;
	transition: all 0.6s;
	-moz-transition: all 0.6s; 
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
}


	
  /* tabulka */
  
.table-container {
	width: 100%;	
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 0em;
}
  
  .table-container::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
}

.table-container::-webkit-scrollbar-thumb
{
	border-radius: 3px;
	border: 1px solid #0688C1;
	background-color: rgba(6, 136, 193, .8);
}	
 
  
 .table {
    width:100%;
    margin:10px 0px;
    padding:0px;
	overflow-y: auto;
	_overflow: auto;
	font-size: 17px;
	letter-spacing: 0.8px;	
	border-collapse: collapse;
	border-top: 2px solid #EBEBED;
	  }
  
  .table tr {
	border-bottom: 1px solid #EBEBED;	
  }
    .table tr:hover {
	border-bottom: 1px solid #EBEBED;
	background:#fff;
  }

  .table th, .table td {
    text-align: left;
	padding: 14px 4px;
  }

  .table th {
    text-transform: uppercase;
	text-align: left;
	font-size: 15px;
	color: #444444;
  }
    
.table a {
	color: #262626;
	text-decoration: underline;
  }
.table a:hover {
	color: #0688C1;
	text-decoration: none;
  }  
  
.table .jedna {
	width: 70%;
	font-size: 19px;
  }
  


/* responsive multilevel menu */
a.menu-link {
    display: block;  
    padding: 0;
    height: 25px;
	float:right;
	padding-top: 10px;
	
}
#header #pattern a.menu-link {
	z-index: 2;
	width: 120px;
	margin: auto;
	font-size: 18px;
	position: relative;
}
a.menu-link:after {
  content:"\f0c9";	
  font-family: 'FontAwesome';
  float: right;
  font-size: 28px;
  width: 30px;
  margin-right: 0.9em;
  color: #AE0F0A;	
}
.menu, .menu > ul ul {
    clear: both;
    -webkit-transition: all 0.3s ease-out;  
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}
.js .menu, .js .menu > ul ul {
    overflow: hidden;
    max-height: 0;
    /*background: rgba(0,0,0,0.1);*/
}
.menu.active, .js .menu > ul ul.active {
    max-height: 980px;
	color: #eb4c49;
}
.menu > ul {
    border-top: 0px solid #808080;
	
}
.menu li a {
    display: block;
    padding: 5px 20px;
    position: relative;
    transition: all 250ms ease 0s;
    -webkit-transform: all 250ms ease 0s;
	
}

.menu li :hover{
	color: #000;
} 


.menu li.has-subnav > a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 12px;
    padding: 1px 1px;
	
}
.menu li.has-subnav > a.active:after {
    content: "-";
	color: #eb4c49;
}





@media screen and (min-width: 1100px) {
	
	  .menu ul li {
        list-style-type: none;
    }
    .pattern {
        overflow: visible;
    }
    a.menu-link {
        display: none;	
    }	

    .js .menu, .js .menu > ul ul {
        max-height: none;
        overflow: visible;
        background: none;
    }
    .js .menu > ul ul {
        display: none;
    }
    .js .menu > ul li:hover > ul {
        display: block;
    }
    .menu ul {
        margin: 0 0 0 0px;
        border: 0;
    }
    .menu li a {
        border: 0;
		font-size: 15px;
    }

    .menu li.has-subnav > a {
        padding-right: 0px;
    }
    .menu li.has-subnav > a:after {
        content: ">";
        font-size: 16px;
        padding: 10px 8px;
    }
    .menu .level-1 > li.has-subnav > a:after {
        content: "+";
    }
    .menu > ul li {
        margin: 0;
		top: 0px;
    }
    .menu > ul > li  {
        display: inline-block;
        position: relative;

    }
    .menu > ul ul {
        position: absolute;
        top: 0;
        left: 0px;
        width: 180px;
    }
    .menu > ul ul li {
        position: relative;
    }

    .menu > ul ul.level-2  {
        top: 30px;
        left: 0;
		text-align:center;

    }

	}
	
@media screen and (max-width: 1480px) {	



}	
	

@media screen and (max-width: 1250px) {

#uvod-obsadenost {
	margin-right: 20px;
	margin-left: 20px;	
		}
#uvod-obsadenost .viac a {
	margin-right: 0px;
		}

.menu li a {
    padding: 5px 14px;
}					
	
}	

@media screen and (max-width: 1099px) {
	
.menu li a {
    display: block;
	text-align:right;
    padding: 5px 30px;
    position: relative;
    transition: all 250ms ease 0s;
    -webkit-transform: all 250ms ease 0s;
}


.obsah {
	max-width:100%;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}

.biela {
	padding-top: 30px;
	padding-bottom: 30px;
	}
.biela2 {
	padding-top: 30px;
	padding-bottom: 30px;
	}	
.siva {
	padding-top: 30px;
	padding-bottom: 30px;
	}
.modra {
	padding-top: 30px;
	padding-bottom: 30px;
	}	
	
.bottom	{
	padding-top: 30px;
	padding-bottom: 30px;
	}	

.kolaz-text1 {	
	font-size:46px;		
	line-height: 53px;
		}
.kolaz-text2 {	
	font-size:23px;
	line-height: 29px;
		}

#uvod-obsadenost {
	text-align:center;
	display:block;
	margin-bottom: 15px;	
		}
#uvod-obsadenost h3 {
	margin-bottom: 20px;
		}		

#uvod-obsadenost .viac a {
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	display: block;
	float:none;
	padding:22px 20px;
			}	

#kontakt-2bloky {
	width: 49.2%;
		}			

}

@media screen and (max-width: 920px) {
	
#content {
	margin-top: 120px;
}


#header #pattern {
	top: 90px;
}	
	
	
header.large img {
				width: 144px;
				height: 50px;
			}			
			

header.small img { 
				width: 116px; 
				height: 40px; 
			}	
	
header.large #pattern{ 
				padding: 8px 0px;
			}

header.small #pattern{ 
				padding: 8px 0px;
				margin-top: -25px; 				
			}		

header.large #header { 
		height: 120px;
			}	

header.small #header { 
		height: 100px;
			}	


.spodok {
	display: block;
	width: 90%;
	margin-left: 20px;
}


.spodok2 {
	display: block;
	width: 90%;
	margin-left: 20px;
}


#ikony-4bloky {
	width: 42%;
	margin: 40px 3.5% 30px 3.5%;	
		}

#obsah-2bloky-pocasie {
	width: 100%;
	margin: 25px auto 10px auto;
		}

#obsah-2bloky .pocasie{
	width: 100%;
	margin-left: 0px;
	margin-top: 1px;
	text-align:center;	
		}
		
	



}


@media screen and (max-width: 730px) {	
#uvod-2bloky {
	width: 100%;
	margin: 25px auto 10px auto;
	}

#uvod-2bloky img {
	width: 100%;	
		}
		
#kontakt-2bloky {
	width: 100%;
	margin: 25px auto 10px auto;
		}	
#kontakt-2blokyimg {
	width: 100%;
	margin: 25px auto 10px auto;
		}		
		
#obsah-2bloky {
	width: 100%;
	margin: 25px auto 10px auto;	
		}

#obsah-2bloky h2 {
	font-size: 40px;
	line-height: 45px;
		}		
		
#obsah-2bloky img {
	width: 100%;
	margin-left:0%;	
		}
								
		
#okno-galeria {
	width: 47.0%;
	margin: 1.3% 1.2%;	
}		


} 


@media screen and (max-width: 650px) {	

.label {
    width: 47%;
}

.label2 {
    width: 47%;
}
			
.kolaz-text1 {	
	font-size:40px;		
	line-height: 45px;
	margin-top:10px;
		}
		
.kolaz-text2 {	
	font-size:21px;
	line-height: 25px;
		}

.kolaz-podstranka {
	height: 190px;
}
.kolaz-podstranka h1 {
	font-size:37px;
	text-align:center;
	display:block;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:90px;
}		

} 


@media screen and (max-width: 480px) {
	
	.video-container {
    width: 100%;
}

.kolaz-text1 {	
	font-size:27px;		
	line-height: 30px;
	margin-top:30px;
		}
		
.kolaz-text2 {	
	font-size:19px;
	line-height: 23px;
		}

#ikony-4bloky {
	width: 90%;
	margin: 40px auto 30px auto;	
		}
#okno-galeria {
	width: auto;
	margin: 2% auto;	
}	

.table {
font-size: 16px;
letter-spacing:0.3;
vertical-align:top;
 }

.table th, .table td {
vertical-align:top;
padding: 8px 5px;
  } 

.table .jedna {
width: 60%;
font-size: 16px;
background:#F8F9FA;
vertical-align:top;
  }		

}