
@import url("menu.css");
@import url("menu_m.css");

body {
	margin: 0px;
	padding: 0px;
	/* font-family: Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height:1.3em;
	color: #505050;
	background-color:#fff;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 150;
}

#hlavniout {
	clear:both;
	width: 100%;
	height: 161px;
	position: relative;
 	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
  background-position: top center;
}
#hlavni {
	width: 1000px;
	height: 161px;
	position: relative;
	margin: 0px auto;
	padding:0;
}

#hlavicka {
	width: 1000px;
	height: 161px;
}

.menu {
  padding:0 0 0 260px;
  margin:0;
	width: 740px;
	height: 32px;
	clear:both;
	z-index:9999;
}

#hlavicka h1 span {
    display: none;
}

.oddelovac {
	border: none;
	height: 1px;
	width: 100%;
	background: #67b8cd;
	font-size: 1px;
}

.oddelovac2 {
	border: none;
	height: 1px;
	width: 100%;
	background: #b1b1b1;
	font-size: 1px;
}

#plochaout {
  width:100%;
  height:121px;
  clear:both;
}

#banneryout {
	position: relative;
	z-index: 0;
	clear:both;
  height:301px;
 	background-image: url(../images/sliderbg2.jpg);
	background-repeat: no-repeat;
  background-position: top center;
}
#stredout {
	position: relative;
	z-index: 0;
	clear:both;
	background-color:#e1e6e6;
	max-width:1500px;
	margin:0 auto;
}
#stred {
	width: 960px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding-top:0px;
	z-index: 0;
}

#tinymce {
	text-align: justify;
}

#left {
	width: 223px;
	margin-right: 33px;
	padding: 0;
	position: relative;
	float:left;
}

#odstavec_nalevo {
  width: 225px;
  overflow: hidden;
}

#stredni {
	margin: 0px;
	width: 670px;
	z-index: 0;
	padding: 0 0 0 33px;
  float:right;
  min-height: 220px;
  border-left:1px solid #fff;
}

#bottomout {
	position: relative;
	z-index: 0;
	margin: 0px auto;
	clear:both;
}
#bottom {
	width: 1000px;
	text-align: center;
	margin: 0px auto;
	z-index: 0;
	min-height:200px;
	padding-top:40px;
  line-height:1.2em;
}


/* MOBILN� VERZE */
#hlavni_m {
	width: 100%;
	position: relative;
	z-index: 0;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#hlavni_m .linka_m {
	border: #0000CC 3px solid;
	border-width: 0 0 5px 0;
}

#hlavni_m .logo_m {
	background-color: #0066CC;
	z-index: 150;
	height: 45px;
	padding: 5px 0 0 10px;
}

#hlavni_m .menu_m {
    background: #eee;
	z-index: 50;
}

#hlavni_m h1 span {
    display: none;
}

#hlavni_m .stredni_m {
	background-color: #FFFFFF;
	margin: 0;
	z-index: 0;
	padding: 20px;
}

#hlavni_m .bottom_m {
	clear: both;
	color: #000;
	text-align: left;
	position: relative;
	z-index: 0;
	margin: 0px auto;
	padding: 15px 0 0 20px;
}

#hlavni_m .bottom_m a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
    font-weight: bold;
	padding: 10px 0 0 0;
}

#hlavni_m .bottom_m .virt a {
	font-weight: normal;
	font-size: 11px;
}

#hlavni_m .bottom_m a:hover, #hlavni_m .bottom_m .aktivni {
	color: #000;
}

#hlavni_m .realizace_m {
	padding-top: 15px;
	position: relative;
	z-index: 1;
	margin: 0px auto;
	text-align: center;
}

#hlavni_m .realizace_m a {
	font-size: 10px;
	text-decoration: none;
	color: #000;
}

#hlavni_m .realizace_m a:hover {
  color: #000;
}

#hlavni_m .realizace_m .text_16 {
	font-size: 16px;
}


.bubbles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.bubble {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: calc(20% - 42px);
	border: 1px dashed #505050;
	border-radius: 100px;
	padding: 15px;
	margin: 5px;
}
.bubble span {
	color: #002946;
}
.bubble img {
	width: 30px;
	height: auto;
	margin-right: 5px;
}
.bubble .with-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.menu a[title="Projekce/konstrukce"] {
  display: none;
}
