@charset "UTF-8";
@font-face {
  font-family: 'geis';
  src: url('/webfonts/geis.eot?v=@v');
  src: url('/webfonts/geis.eot?v=@v#iefix') format('embedded-opentype'), url('/webfonts/geis.woff?v=@v') format('woff'), url('/webfonts/geis.ttf?v=@v') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.center-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.responsive-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.stretch-img {
  width: 100% !important;
  max-height: none !important;
}
.greyscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}
/* STYLES */
#nav-skip,
#main-menu,
#header-tools,
.hidden,
.no-print,
#breadcrumb,
.buttons-group,
.share-page,
.copy .anchors,
.copy .author,
#footer .logos,
.footer-nl-social,
.footer-adv-links,
.body-overlay,
.news-more,
.filter-box,
.paging,
.box-hp-carousel,
.hp-map,
.bnr,
.letters-list {
  display: none !important;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
  font: 11pt/1.3 Georgia, "Times New Roman", Times, serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: bold;
  text-align: left;
}
h1,
.h1 {
  font: bold normal 18pt/1.3 Georgia, 'Times New Roman', serif;
  margin: .67em 0;
}
h2,
.h2 {
  font-size: 16pt;
  margin-top: 25px;
}
h3,
.h3 {
  font-size: 13pt;
}
h4,
h5,
h6 {
  font-size: 12pt;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-after: avoid;
}
h1.center {
  text-align: left;
}
table,
p,
ul,
ol {
  margin: 0 0 1em;
}
.col-h-l,
.col-h-r {
  width: 48%;
  float: left;
}
.col-h-r {
  float: right;
}
/* imgs */
img {
  border: 0;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
img.left {
  float: left;
  margin: .3em 20px 10px 0;
  clear: left;
}
img.right {
  float: right;
  margin: .3em 0 10px 20px;
  clear: right;
}
/* Links */
a {
  color: #000;
}
a[href^="mailto"],
a[href^="#"] {
  text-decoration: none !important;
}
#main-wrap a:after {
  color: #666;
  font-size: 80%;
  content: " (URL: http://www.geis.cz/" attr(href) ")";
  word-wrap: break-word;
}
a[href^="mailto"]:after,
a[href^="#"]:after {
  content: "" !important;
}
/* tables */
table {
  margin: 0 0 1.3em;
  font-size: 100%;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}
td,
th {
  padding: 7px;
  border: 1px solid #d9dcdf;
  text-align: left;
  background: transparent;
  font-weight: normal;
}
th {
  background: #dadada;
  font-weight: bold;
  color: #000;
}
td {
  color: #000;
}
/* forms */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
fieldset {
  border: 0;
  padding: 0;
}
/* list */
ul {
  margin: 0 0 1.3em 0;
}
ul li {
  margin: 0 0 0.8em;
}
ol {
  margin: 0.2em 0 1.3em 30px;
  padding: 0;
}
ol li {
  list-style-position: outside;
  margin: 0 0 5px;
}
/* inputs */
input,
button,
select,
textarea {
  font-family: Georgia, 'Times New Roman', serif;
}
textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}
select {
  font-size: 14px;
}
.inp-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  height: 45px;
  box-shadow: none;
  padding: 2px 7px 0;
  margin: 0;
  background: #fff;
  background-clip: padding-box;
  border: 2px solid #d9dcdf;
  outline: none;
  font-size: 15px;
  line-height: 22px;
  vertical-align: top;
}
textarea.inp-text {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
select.inp-text,
select.inp-text option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
}
select.inp-text::-ms-expand,
select.inp-text option::-ms-expand {
  display: none;
}
select.inp-text:-moz-focusring,
select.inp-text option:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
/* header & footer */
#header {
  margin: 0 0 10px;
  overflow: hidden;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  height: auto;
}
#header img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  height: 80px;
}
#header .logo {
  margin: 0;
}
#footer {
  margin: 10px 0 0;
  border-top: 1px solid #333;
  padding-top: 10px;
}
/* MISC */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.vcenter {
  vertical-align: middle;
}
.nobr {
  white-space: nowrap;
}
.mp-reset {
  margin: 0;
  padding: 0;
}
.mt-reset {
  margin-top: 0 !important;
}
.mb-reset {
  margin-bottom: 0 !important;
}
.reset {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
ul.reset {
  list-style: none;
  padding: 0;
  margin: 0 0 1.3em 0;
}
ul.reset ul {
  margin: 0;
}
.reset li,
.reset dd,
.reset dt {
  background: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.gray {
  color: #d9dcdf;
}
.black {
  color: #333;
}
.gray-dk {
  color: #999;
}
.break {
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.cfx:before,
form .row:before,
.cfx:after,
form .row:after {
  content: " ";
  display: table;
}
.cfx:after,
form .row:after {
  clear: both;
}
/*reset carousel*/
.caroufredsel_wrapper,
.caroufredsel_wrapper ul,
.caroufredsel_wrapper li {
  height: auto !important;
  width: auto !important;
  position: static !important;
  overflow: visible !important;
}
.caroufredsel_wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.wysiwyg img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.wysiwyg img.border {
  padding: 9px;
  border: 1px solid #d5d8db;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page-head {
  background: none !important;
}
.content-box,
.form {
  border: 2px solid #333;
  padding: 20px;
  margin: 0 0 1.3em 0;
}
.content-box > :first-child,
.form > :first-child {
  margin-top: 0;
}
.att-images {
  margin: 0 -10px;
  overflow: hidden;
}
.att-images > ul,
.att-images > .grid {
  width: 101%;
  margin: 0 -1% 0 0;
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
.att-images > ul > li,
.att-images > .grid > li,
.att-images > ul > .grid-item,
.att-images > .grid > .grid-item {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.att-images > ul > li,
.att-images > .grid > .grid-item {
  width: 33.00330033%;
}
.att-images li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center;
}
.att-images img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.collapsable-cols-sq .col-h-l,
.collapsable-cols-sq .col-h-r {
  float: none;
  width: auto;
}
.collapsable-cols-sq .ca-box {
  display: block !important;
}
.news-list {
  margin: 0 -10px 20px;
  overflow: hidden;
}
.news-list .spc {
  text-decoration: none;
  color: #333;
  display: block;
}
.news-list .img {
  position: relative;
  width: 100%;
  padding-bottom: 53.48837209%;
  height: 0;
  margin-bottom: 20px;
}
.news-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.news-list .status-box {
  display: none;
}
.news-list .title {
  font-size: 106.66666667%;
  margin: 0 0 15px;
}
.news-list .date {
  border-top: 2px solid #333;
  font-weight: bold;
  font-size: 93.33333333%;
  position: relative;
  margin: 20px 0 0;
}
.news-list .content {
  display: block;
  font-size: 87.5%;
}
.news-list > ul,
.news-list > .grid {
  width: 101%;
  margin: 0 -1% 0 0;
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
.news-list > ul > li,
.news-list > .grid > li,
.news-list > ul > .grid-item,
.news-list > .grid > .grid-item {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.news-list > ul > li,
.news-list > .grid > .grid-item {
  width: 33.00330033%;
}
.news-list li {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
}
.news-list ul {
  margin-top: -40px;
}
.google-map {
  width: 100%;
  height: 0;
  padding-bottom: 49.6350365%;
  position: relative;
  margin: 0 0 1.3em 0;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.google-map > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.crossroad-cols-contact > ul > li.item {
  padding: 10px;
  border: 1px solid #333;
  margin-top: 30px;
}
.crossroad .spc {
  height: auto !important;
}
/*# sourceMappingURL=print.css.map */