/* zvýrazněná barva*/
/*@colorText: #808080; /* barva textu */
/*@colorDark: #2F2F2F; /* barva textu */
/* světlá barva textu */
/* barva pozadí pod bílou */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-size: 100.01%;
  font-family: 'Roboto', sans-serif, Arial, Verdana, Tahoma;
  letter-spacing: -0.5px;
  margin: 0;
  padding: 0;
  color: #595959;
  background: #fff;
}
h1,
h2,
h3,
h4,
p,
pre,
dl,
ol,
ul,
li,
div,
span,
img {
  padding: 0;
  margin: 0;
}
h1,
.homepage h2 {
  font-size: 3.6em;
  line-height: 1em;
  margin: 0 0 20px 0;
  color: #010101;
  text-transform: uppercase;
  font-weight: 600;
}
h1 span,
.homepage h2 span {
  color: #595959;
  font-weight: 300;
}
.homepage #footer h2 {
  text-transform: none;
}
h2 {
  font-size: 2.8em;
  margin: 0 0 15px 0;
  line-height: 25px;
  color: #010101;
  font-weight: 600;
}
h2 span {
  font-weight: normal;
}
h3 {
  font-size: 2.2em;
  margin: 0 0 10px 0;
  line-height: 100%;
  color: black;
  font-weight: 600;
}
h4 {
  font-size: 1.8em;
  font-weight: bold;
}
a {
  color: #000;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 130%;
}
em {
  font-style: italic;
}
table {
  border-collapse: collapse;
}
th,
td {
  padding: 0 2px 0 2px;
  margin: 0;
}
th {
  text-align: center;
}
img {
  border: none;
}
ul {
  list-style-type: none;
}
.hidden {
  display: none;
}
.show {
  display: block;
}
.cleaner {
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
*:first-child + html .clearfix {
  zoom: 1;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.fnone {
  float: none;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
.tleft {
  text-align: left;
}
.icon {
  display: inline-block;
}
.iframe-video {
  position: relative;
  padding-bottom: 54.85%;
  height: 0;
  overflow: hidden;
  display: block;
}
.iframe-video iframe,
.iframe-video object,
.iframe-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
input[type=text],
input[type=date],
input[type=email],
select {
  width: 100%;
  background: none;
  height: 30px;
  line-height: 30px;
  padding: 3px 6px;
  font-size: 1.5em;
  border: 1px solid #595959;
  color: #595959;
}
input[type=submit] {
  text-align: center;
  background: #ff7300;
  height: 45px;
  border: none;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 2.4em;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  width: 220px;
}
input[type=submit]:hover {
  -webkit-transition-property: background;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  background-color: #010101;
}
textarea {
  padding: 3px 6px;
  background: none;
  font-size: 1.5em;
  width: 100%;
  border: 1px solid #595959;
  resize: vertical;
  min-height: 180px;
  color: #595959;
  overflow: auto;
}
input[type=text],
input[type=date],
input[type=email],
input[type=submit],
textarea,
select {
  font-family: 'Roboto', sans-serif, Arial, Verdana, Tahoma;
}
label {
  font-size: 1.5em;
  display: inline-block;
  line-height: 25px;
}
/*select { height:30px; line-height:30px; color:@colorText;  width:100%; font-size:1.4em; background: none; }*/
.text-danger {
  font-size: 1.3em;
  color: #ff7300;
  font-weight: bold;
  padding-top: 3px;
  display: inline-block;
}
.form-item {
  position: relative;
  padding-bottom: 15px;
}
.form-item .placeholder-hint {
  right: 5px;
  top: 0;
  font-size: 1.4em;
  position: absolute;
  color: #fff;
  line-height: 40px;
  height: 40px;
  display: none;
}
.text {
  font-size: 1.8em;
  font-weight: 300;
}
.text a {
  color: #ff7300;
}
.homepage .text a {
  font-weight: 400;
  text-decoration: none;
}
.text strong {
  color: #ff7300;
}
.text p {
  padding: 0 0 20px 0;
  line-height: 130%;
}
.text ul {
  list-style-type: none;
  margin: 0 0 20px 10px;
}
.text ol {
  margin: 0 0 10px 20px;
}
.text li {
  position: relative;
  padding: 0 0 5px 25px;
  /*background: url('bg-li.png') left 6px no-repeat;*/
}
.text li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 6px;
  background: #ff7300;
}
.text table {
  border-collapse: collapse;
  border: 1px solid #333;
  margin: 0 0 10px 0;
}
.text th {
  background: #DDD;
}
.text td,
.text th {
  padding: 2px 15px 2px 0;
  border: 1px solid #333;
}
.text h2 {
  font-size: 1.556em;
}
.homepage .text h2 {
  font-size: 2em;
}
.text p + h2,
.text ul + h2,
.text div + h2 {
  margin-top: 10px;
}
.text p + h3,
.text ul + h3,
.text div + h3 {
  margin-top: 5px;
}
.text h3 {
  font-size: 1.222em;
  /*margin-bottom:15px;*/
}
.text h4 {
  font-size: 1em;
}
h2.orange {
  color: #ff7300 !important;
}
.text li.kraj {
  background: none;
}
/* styly pro class z wysiwygu */
.text .smaller {
  font-size: 0.9em;
}
.text .bigger {
  font-size: 1.33em;
}
.text .bigger-bold {
  font-size: 1.33em;
  font-weight: bold;
}
.text .img-left {
  float: left;
  margin: 0 25px 25px 0;
}
.text .img-center {
  display: block;
  margin: 0 auto;
}
.text .img-right {
  float: right;
  margin: 0 0 25px 25px;
}
.text .text-left {
  text-align: left;
}
.text .text-center {
  text-align: center;
}
.text .text-center a {
  text-align: center !important;
}
.text .text-right {
  text-align: right;
}
.text .text-darker strong {
  color: #010101;
}
/* templates */
/* menu */
.slicknav_menu {
  display: none;
  color: #595959;
  padding: 0 0 5px 0;
  margin: -35px 10px 0 0;
  float: left;
  width: 100%;
  background: none;
}
.slicknav_nav {
  background: rgba(0, 0, 0, 0.9);
  margin-top: 40px;
  width: 100%;
}
.slicknav_nav a {
  color: #fff;
  font-size: 1.1em;
}
.slicknav_nav ul {
  margin-left: 5px;
}
.slicknav_nav ul ul {
  margin-left: 15px;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 10px 10px 10px 10px;
}
.slicknav_btn {
  right: 10px;
  position: absolute;
  top: 24px;
}
/* button */
.btn {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  /*height: 40px; */
  line-height: 40px;
  text-align: center;
  padding: 0 30px;
  font-weight: 600;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  /*&:hover {     
      -webkit-transition-property: background;
      transition-property: background;
      transition-duration: 0.3s;
      transition-timing-function: linear;      
    }*/
}
.btn-orange {
  background: #ff7300;
  color: #fff;
}
.btn-orange:hover {
  background: #010101;
  color: #fff;
}
/* top button */
#top-link {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 1111;
}
#top-link button {
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
  border: 1px solid #fff;
}
#top-link button:hover {
  background-color: #010101;
}
#top-link button span {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  position: relative;
  top: -12px;
}
/*  flash message */
.flash {
  background: #8BBE40;
  margin: 0 0 15px 0;
  color: #BF8327;
  padding: 15px;
  font-size: 2.1em;
}
.flash.info {
  background: #8BBE40;
  color: #fff;
}
.flash.error {
  background: #C83726;
  color: #FF0000;
}
.flash.note {
  background: #F9DB05;
  color: #333;
}
.flash.important {
  background: #F9DB05;
  color: #333;
}
/* breadcrumb navigace */
.nosubpages .breadcrumb {
  margin-top: -20px;
}
.breadcrumb {
  margin-bottom: 30px;
  padding-top: 20px;
}
.breadcrumb ul {
  margin-left: 0;
}
.breadcrumb li {
  display: inline;
  font-size: 1.6em;
  font-weight: 300;
}
.breadcrumb li:last-child {
  /*color: @colorHigh; */
  font-weight: 400;
}
.breadcrumb li a {
  text-decoration: none;
  color: #818181;
}
.breadcrumb li span {
  padding: 0 1px 0 1px;
  color: #818181;
}
/* forms */
.form-row {
  margin: 0;
  width: 100%;
  float: left;
}
/* map */
.card-header {
  font-size: 1.4em;
  color: #ff7300;
  padding-bottom: 5px;
}
.card-body {
  font-size: 1.2em;
}
/* pager */
.pager {
  width: 100%;
  text-align: center;
  float: left;
}
.pager li {
  display: inline-block;
  font-size: 1.4em;
  margin: 0 3px 0 3px;
  line-height: 12px;
}
.pager li.active {
  font-weight: bold;
  font-size: 1.7em;
}
.pager li a {
  padding: 5px 5px 5px 5px;
  display: inline-block;
  text-decoration: none;
}
.pager li a:hover {
  text-decoration: underline;
}
.pager li.prev {
  padding-left: 3px;
}
.pager li.prev a {
  padding: 5px 5px 5px 15px;
  margin-right: 5px;
}
.pager li.prev a:hover {
  text-decoration: none;
}
.pager li.next {
  padding-right: 3px;
}
.pager li.next a {
  padding: 5px 15px 5px 5px;
  margin-left: 5px;
}
.pager li.next a:hover {
  text-decoration: none;
}
/* spinner */
#ajax-spinner::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.2;
}
.loader {
  border: 16px solid #333;
  border-top: 16px solid #ff7300;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  position: fixed;
  left: 48%;
  top: 36%;
  z-index: 102;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* regionální mapa */
.region:hover {
  stroke: #fff;
  fill: #ff7300;
  transition: all 0.1s;
  cursor: pointer;
}
.region {
  stroke: #fff;
  fill: #C2C3C5;
  transition: all 0.1s;
}
.svgcontainer {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  height: 250px;
}
svg,
#svgmapy {
  width: 100%;
  height: 100%;
}
#mapasvg-cesko {
  width: 100%;
}
#mapasvg-svk {
  width: 100%;
}
#mapacrsvk {
  width: 100%;
}
.nav-control {
  position: absolute;
  z-index: 15;
  width: 100%;
}
.nav-control .col-in {
  position: relative;
}
.header-slider-prev {
  height: 42px;
  left: 20px;
  position: absolute;
  display: block;
}
.header-slider-next {
  height: 42px;
  right: 20px;
  position: absolute;
  display: block;
}
/*
.arrow-left{ position: relative; margin-left:10px; }
.arrow-left:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  height: 50%;
  width: 10px;
  background: @colorHigh;
  -webkit-transform: skew(135deg, 0deg);
  -moz-transform: skew(135deg, 0deg);
  -ms-transform: skew(135deg, 0deg);
  -o-transform: skew(135deg, 0deg);
  transform: skew(135deg, 0deg);
}
.arrow-left:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  height: 50%;
  width: 10px;
  background: @colorHigh;
  -webkit-transform: skew(-135deg, 0deg);
  -moz-transform: skew(-135deg, 0deg);
  -ms-transform: skew(-135deg, 0deg);
  -o-transform: skew(-135deg, 0deg);
  transform: skew(-135deg, 0deg);
}​
 
.arrow-right{
  position: relative;  
}
 
.arrow-right:before {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  height: 50%;
  width: 10px;
  background: @colorHigh;
  -webkit-transform: skew(45deg, 0deg);
  -moz-transform: skew(45deg, 0deg);
  -ms-transform: skew(45deg, 0deg);
  -o-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
}
.arrow-right:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  height: 50%;
  width: 10px;
  background: @colorHigh;
  -webkit-transform: skew(-45deg, 0deg);
  -moz-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  -o-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
}​
*/
.svg-sipka {
  background: url('svg/df/sipka.svg') left top no-repeat;
}
.svg-sipka-orange {
  background: url('svg/df/sipka-orange.svg') left top no-repeat;
}
.svg-administrativni-budova {
  background: url('svg/df/administrativni-budova.svg') left top no-repeat;
}
.svg-shopping-center {
  background: url('svg/df/shopping-center.svg') left top no-repeat;
}
.svg-manufacturer {
  background: url('svg/df/manufacturer.svg') left top no-repeat;
}
/*.svg-budovy-s-vlajkou { background: url('svg/df/budovy-s-vlajkou.svg') left top no-repeat; }*/
.svg-stadium {
  background: url('svg/df/stadium.svg') left top no-repeat;
}
a:hover,
a.active {
  /*	.svg-budovy-s-vlajkou { background-image: url('svg/df/budovy-s-vlajkou-w.svg'); }*/
}
a:hover .svg-administrativni-budova,
a.active .svg-administrativni-budova {
  background-image: url('svg/df/administrativni-budova-w.svg');
}
a:hover .svg-shopping-center,
a.active .svg-shopping-center {
  background-image: url('svg/df/shopping-center-w.svg');
}
a:hover .svg-manufacturer,
a.active .svg-manufacturer {
  background-image: url('svg/df/manufacturer-w.svg');
}
a:hover .svg-stadium,
a.active .svg-stadium {
  background-image: url('svg/df/stadium-w.svg');
}
.svg-logo {
  background: url('svg/logo-diseven.svg') left top no-repeat;
}
.svg-logo-facility {
  background: url('svg/logo-facility.svg') left top no-repeat;
}
.svg-logo-service {
  background: url('svg/logo-service.svg') left top no-repeat;
}
.svg-logo-pco {
  background: url('svg/logo-pco.svg') left top no-repeat;
}
.svg-bezpecnost {
  background: url('svg/bezpecnost.svg') left top no-repeat;
}
.svg-cas {
  background: url('svg/cas.svg') left top no-repeat;
}
.svg-certifikat {
  background: url('svg/certifikat.svg') left top no-repeat;
}
.svg-certifikat2 {
  background: url('svg/certifikat2.svg') left top no-repeat;
}
.svg-certifikat3 {
  background: url('svg/certifikat3.svg') left top no-repeat;
}
.svg-clovek {
  background: url('svg/clovek.svg') left top no-repeat;
}
.svg-diseven {
  background: url('svg/diseven.svg') left top no-repeat;
}
.svg-download_press {
  background: url('svg/download_press.svg') left top no-repeat;
}
.svg-download_press2 {
  background: url('svg/download_press2.svg') left top no-repeat;
}
.svg-facebook {
  background: url('svg/facebook.svg') left top no-repeat;
}
.svg-facility {
  background: url('svg/facility.svg') left top no-repeat;
}
.svg-garance_kvality {
  background: url('svg/garance_kvality.svg') left top no-repeat;
}
.svg-gps {
  background: url('svg/gps.svg') left top no-repeat;
}
.svg-handicap {
  background: url('svg/handicap.svg') left top no-repeat;
}
.svg-handshake {
  background: url('svg/handshake.svg') left top no-repeat;
}
.svg-kariera {
  background: url('svg/kariera.svg') left top no-repeat;
}
.svg-krajske {
  background: url('svg/krajske.svg') left top no-repeat;
}
.svg-mapa {
  background: url('svg/mapa.svg') left top no-repeat;
}
.svg-nahradni {
  background: url('svg/nahradni.svg') left top no-repeat;
}
.svg-palec {
  background: url('svg/palec.svg') left top no-repeat;
}
.svg-palec2 {
  background: url('svg/palec2.svg') left top no-repeat;
}
.svg-pco {
  background: url('svg/pco.svg') left top no-repeat;
}
.svg-pco2 {
  background: url('svg/pco2.svg') left top no-repeat;
}
.svg-podporujeme {
  background: url('svg/podporujeme.svg') left top no-repeat;
}
.svg-pomoc_detem {
  background: url('svg/pomoc_detem.svg') left top no-repeat;
}
.svg-prst {
  background: url('svg/prst.svg') left top no-repeat;
}
.svg-reference {
  background: url('svg/reference.svg') left top no-repeat;
}
.svg-reference_krajske {
  background: url('svg/reference_krajske.svg') left top no-repeat;
}
.svg-reference_pisemne {
  background: url('svg/reference_pisemne.svg') left top no-repeat;
}
.svg-rugby {
  background: url('svg/rugby.svg') left top no-repeat;
}
.svg-security_camers {
  background: url('svg/security_camers.svg') left top no-repeat;
}
.svg-sedm {
  background: url('svg/sedm.svg') left top no-repeat;
}
.svg-sidlo {
  background: url('svg/sidlo.svg') left top no-repeat;
}
.svg-sidlo2 {
  background: url('svg/sidlo2.svg') left top no-repeat;
}
.svg-skoleni {
  background: url('svg/skoleni.svg') left top no-repeat;
}
.svg-tick {
  background: url('svg/tick.svg') left top no-repeat;
}
.svg-tiskove_centrum {
  background: url('svg/tiskove_centrum.svg') left top no-repeat;
}
.svg-uklid {
  background: url('svg/uklid.svg') left top no-repeat;
}
.svg-vedeni {
  background: url('svg/vedeni.svg') left top no-repeat;
}
.svg-vedeni {
  background: url('svg/vedeni.svg') left top no-repeat;
}
.svg-volna_mista {
  background: url('svg/volna_mista.svg') left top no-repeat;
}
.svg-zkousky_zpusobilost {
  background: url('svg/zkousky_zpusobilost.svg') left top no-repeat;
}
.svg-zvirata {
  background: url('svg/zvirata.svg') left top no-repeat;
}
.youtube-lazy {
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  text-decoration: none;
}
a.youtube-lazy {
  position: relative;
  top: -20px;
}
.icon-save {
  width: 25px;
  height: 25px;
  background: url('svg/facility.svg') 50% center no-repeat;
  opacity: 0.4;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.svg {
  display: inline-block;
  background-size: cover;
}
.text {
  color: black;
}
.hide {
  display: none;
}
.orange {
  color: #ff7300;
}
#all {
  font-size: 0.625em;
}
.col-in {
  width: 1180px;
  margin: 0 auto;
  max-width: 100%;
}
.col-in-bg {
  width: 1180px;
  padding: 0 30px 30px;
  background: #fff;
}
.news-feed {
  margin-top: 30px;
}
.news-feed h3 {
  padding: 10px;
  background: black;
  color: white;
}
#vertical-ticker {
  height: 400px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
#vertical-ticker li {
  padding: 10px 0;
  display: block;
  color: #333;
  font-size: 18px;
  height: 75px;
  overflow-y: hidden;
}
/*.news-content-in{
    position: absolute;
    .new{
        height: 50px;
        overflow: hidden;
        line-height: 25px;
        margin: 10px 0;
        border-bottom: 1px solid #cccccc;
    }             
}*/
#header {
  width: 100%;
}
.header-top {
  width: 100%;
  padding: 0 0 18px 0;
}
.header-top .header-top-right {
  float: right;
}
.header-top .hs-icons {
  float: right;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 300;
}
.header-top .hs-icons a {
  display: inline-block;
  float: left;
  text-decoration: none;
  margin: 0 18px 0 0;
  background: #ff7300;
  color: #fff;
  padding: 2px 6px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-top .hs-icons a:last-child {
  margin-right: 0;
}
.header-top .hs-icons a:hover {
  background: #010101;
}
.header-top .hs-icons .icon {
  margin-right: 7px;
  margin-bottom: 2px;
  vertical-align: bottom;
}
.header-top .header-top-links {
  float: right;
  clear: both;
  font-size: 1.6em;
  margin-top: 15px;
  color: #a7a7a7;
}
.header-top .header-top-links a {
  color: #a7a7a7;
}
.header-top .langs {
  float: right;
  margin: 0 0 0 20px;
}
.header-top .langs ul {
  list-style-type: none;
}
.header-top .langs ul li {
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
.header-top .langs ul li a {
  text-decoration: none;
  vertical-align: middle;
}
.header-top .langs ul li a.active,
.header-top .langs ul li a:hover {
  text-decoration: underline;
}
.header-top .langs ul li:first-child:after {
  content: '|';
  display: inline-block;
  padding: 0 5px 0 5px;
  vertical-align: middle;
}
.header-top .companies {
  float: right;
}
.header-top .companies .companies-label {
  font-size: 1.6em;
  float: left;
  margin: 5px 10px 0 0;
}
.header-top .companies .companies-select {
  float: left;
  width: 145px;
  text-align: center;
  /*li:nth-child(2) { display:block; }*/
}
.header-top .companies .companies-select .svg {
  width: 139px;
  height: 28px;
}
.header-top .companies .companies-select .svg.logo-diseven {
  width: 74px;
}
.header-top .companies .companies-select ul {
  position: absolute;
  z-index: 20;
  background: #fff;
}
.header-top .companies .companies-select li {
  width: 100%;
  margin: 5px 0;
  padding: 0;
  display: none;
}
.header-top .companies .companies-select li:first-child {
  margin: 0;
  display: block;
}
.header-top .companies .companies-select button {
  /*width:100%;*/
  height: 28px;
  font: inherit;
  color: inherit;
  /*font-size:1.6em;*/
  background: url('bg-arrow-down.png') right center no-repeat;
  /*position:absolute; z-index:3; */
  border: none;
  cursor: pointer;
  /*right:0;*/
  padding: 0 15px 0 0;
}
.logo {
  float: left;
  margin-top: 20px;
  z-index: 101;
  /*width:392px;*/
  width: 406px;
  /* position:absolute;*/
  /*background:@colorHigh;*/
}
.logo a {
  display: inline-block;
  width: 406px;
  height: 80px;
  -webkit-box-shadow: 3px 0 20 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 0 20 0 rgba(0, 0, 0, 0.75);
  box-shadow: 3px 0 20 0 rgba(0, 0, 0, 0.75);
}
.logo a img {
  display: block;
}
.logo .svg {
  position: absolute;
  /*width: 280px; height:142px;*/
  /*width: 392px;*/
  width: 406px;
  height: 80px;
}
/*#header-slider { min-height:350px; }   */
.header-slider {
  position: relative;
  max-width: 1920px;
  margin: 0 auto -90px;
  margin-bottom: -4.6875%;
}
.header-slider .header-slider-content {
  position: relative;
  width: 100%;
  padding-bottom: 25.5%;
  overflow: hidden;
}
.header-slider .header-slider-content .header-slider-item {
  position: absolute;
  width: 100%;
}
.langs-mobile {
  display: none;
  font-size: 1.6em;
  position: absolute;
  right: 60px;
  top: 32px;
}
.header-center {
  position: relative;
}
.header-center .header-image {
  position: relative;
  z-index: 0;
}
.header-center .header-image img {
  display: block;
  margin: 0 auto;
}
.header-center .header-image .header-center-text {
  position: absolute;
  top: 0;
  width: 100%;
}
.header-center .header-image .header-center-text h1 {
  color: #fff;
  font-size: 8em;
  line-height: 80px;
  padding-top: 12.5%;
  font-weight: bold;
  margin-bottom: 0;
}
.header-center .header-image .header-center-text .text {
  color: #fff;
  font-size: 3em;
}
.header-center .header-image .header-center-text .text p {
  padding-bottom: 10px;
}
.header-center .header-image .header-center-text .text strong {
  color: #fff;
}
.header-center .header-image .header-center-text .text .bigger {
  font-size: 1.66em;
}
.header-center .header-line {
  /*position:absolute;*/
  z-index: 1;
  top: 0;
  width: 100%;
  /*background: rgba( 41, 41, 41, 0.9);*/
  background: #fff;
  /*height: 105px; */
  border-bottom: 6px solid #ff7300;
}
.header-center .header-line .header-menu-res {
  display: none;
}
.header-center .header-line .header-menu {
  float: left;
  /*width:74.4%; */
}
.header-center .header-line .header-menu li {
  display: block;
  float: left;
  text-transform: uppercase;
  margin-right: 3em;
  /*&:hover a.active { background-color:@colorHigh; }   
                    &.active a {  background-color:@colorHigh; }*/
}
.header-center .header-line .header-menu li a {
  /*color:#fff;*/
  font-size: 2.4em;
  text-decoration: none;
  vertical-align: middle;
  /*padding: 10px 15px;*/
  padding: 0.417em 0.625em;
  display: inline-block;
  /*height:105px;*/
  position: relative;
  width: 100%;
  text-align: center;
  /*.transition( all 0.3s );*/
}
.header-center .header-line .header-menu li a span.m-perex {
  font-size: 15px;
  display: block;
  text-transform: none;
  text-align: center;
}
.header-center .header-line .header-menu li a:hover,
.header-center .header-line .header-menu li a.active {
  /*background-color:@colorHigh; color: #fff; */
  color: #ff7300;
}
.header-center .header-line .header-menu li:hover .submenu,
.header-center .header-line .header-menu li.active .submenu {
  display: block;
}
.header-center .header-line .header-menu li:last-child {
  margin-right: 0;
}
.header-center .header-line .header-menu li:first-child a {
  padding-left: 0;
}
.header-center .header-line .header-menu .submenu {
  width: 100%;
  position: absolute;
  top: 105px;
  left: 0;
  display: none;
  z-index: 100;
}
.header-center .header-line .header-menu .submenu .col-in {
  background: #fff;
  padding: 40px 0 0 0;
}
.header-center .header-line .header-menu .submenu ul {
  display: block;
}
.header-center .header-line .header-menu .submenu li {
  font-size: 18px;
  display: block;
  text-transform: none;
  width: 100%;
}
.header-center .header-line .header-menu .submenu a {
  color: #595959;
  text-decoration: none;
  height: auto;
  width: 100%;
  display: block;
  text-transform: none;
  text-align: left;
}
.header-center .header-line .header-menu .submenu a.btn {
  text-align: center;
}
.header-center .header-line .header-menu .submenu .submenu-menu.col-xs-3 {
  padding: 0;
}
.header-center .header-line .header-menu .submenu .submenu-menu a {
  background: url('bg-arrow.png') calc(100% - 15px) 25px no-repeat;
}
.header-center .header-line .header-menu .submenu .submenu-menu li a {
  line-height: 28px;
  padding: 12px 10px 12px 0;
  display: inline-block;
}
.header-center .header-line .header-menu .submenu .submenu-menu li a:hover {
  background-color: #E3E3E3;
  color: #010101;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}
.header-center .header-line .header-menu .submenu .submenu-menu li a.active {
  background-color: #E3E3E3;
}
.header-center .header-line .header-menu .submenu .submenu-menu li a .submenu-icon {
  width: 20px;
  margin: 3px 30px 0 15px;
  display: inline-block;
  float: left;
}
.header-center .header-line .header-menu .submenu .submenu-menu li a .submenu-icon .svg {
  width: 25px;
  height: 25px;
  fill: silver;
  stroke: silver;
}
.header-center .header-line .header-menu .submenu .submenu-menu li a .submenu-link {
  display: inline-block;
  position: relative;
  float: left;
  width: 180px;
}
.header-center .header-line .header-menu .submenu .submenu-contents {
  border-left: 1px solid #E3E3E3;
  padding-top: 10px;
  position: relative;
}
.header-center .header-line .header-menu .submenu .submenu-contents .submenu-content {
  display: none;
  width: 100%;
  float: left;
  padding: 0 20px 20px 0;
  min-height: 300px;
}
.header-center .header-line .header-menu .submenu .submenu-contents .submenu-content:first-child {
  display: block;
}
.header-center .header-line .header-menu .submenu .submenu-contents .bg-submenu {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.header-center .header-line .header-menu .submenu .submenu-contents .submenu-content-1 {
  z-index: 2;
}
.header-center .header-line .header-menu .submenu .submenu-contents .submenu-heading {
  color: #010101;
  line-height: 120%;
  font-size: 18px;
  border-bottom: 1px solid #E3E3E3;
  padding: 0 0 10px 20px;
}
.header-center .header-line .header-menu .submenu .submenu-contents .submenu-heading.sh-left {
  display: inline-block;
  text-align: left;
}
.header-center .header-line .header-menu .submenu .submenu-contents .submenu-content-col {
  padding: 0;
}
.header-center .header-line .header-menu .submenu .submenu-contents .submenu-content-col .text {
  font-size: 18px;
  text-transform: none;
}
.header-center .header-line .header-menu .submenu .submenu-contents .submenu-content-item {
  padding: 0;
  position: relative;
  z-index: 2;
  float: left;
  margin: 0 0 20px 0;
  min-height: 50px;
}
.header-center .header-line .header-menu .submenu .submenu-contents .submenu-content-item .text {
  font-size: 18px;
  text-transform: none;
}
.header-center .header-line .header-menu .submenu .submenu-contents .submenu-content-item.last:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header-center .header-line .header-menu .submenu .submenu-contents .darker-item a {
  color: #010101;
}
.header-center .header-line .header-menu .submenu .submenu-contents .submenu-content-item .text {
  /* font-size:0.75em;*/
  text-transform: none;
  margin: 5px 0 0 20px;
}
.header-center .header-line .header-menu .submenu .submenu-contents a {
  background: none;
  padding: 5px 0 5px 0;
}
.header-center .header-line .header-menu .submenu .submenu-contents a.btn {
  padding: 0 30px 0 30px;
}
.header-center .header-line .header-menu .submenu .submenu-contents a.btn:hover {
  background: #010101 !important;
}
.header-center .header-line .header-menu .submenu .submenu-contents .menu-link-center a {
  display: inline-block;
  text-align: center;
  color: #ff7300;
  font-weight: bold;
}
.header-center .header-line .header-menu .submenu .submenu-contents li {
  font-size: 18px;
  padding-left: 20px;
}
.header-center .header-line .header-menu .submenu .submenu-contents li.kraj {
  padding-left: 0;
}
.header-center .header-line .header-menu .submenu .submenu-contents li a:hover {
  text-decoration: underline;
}
.lang-en .header-menu {
  font-size: 0.9em;
}
.menu-contact-content {
  font-size: 18px;
  margin-top: 20px;
}
.menu-region-map .cezetmap_area {
  margin-top: 20px;
}
.menu-contact-content.menu-region-map .cezetmap_area {
  margin-top: 0;
}
.contact-row {
  margin: 0 0 30px 0;
}
.col-5 {
  width: 20% !important;
  padding: 0 15px 0 15px;
}
.line {
  width: 100%;
  padding: 10px 0 10px 0;
}
.line .line-label {
  font-size: 3.6em;
  color: #fff;
  line-height: 1em;
  position: relative;
  float: left;
}
.line .line-label .big-number {
  font-size: 5em;
  color: #010101;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.line .line-label .big-text {
  font-size: 1.66em;
  text-transform: uppercase;
  margin: 0 0 0 100px;
  display: inline-block;
  font-weight: bold;
}
.line .line-label .line-text {
  margin: 60px 0 0 0 ;
  display: inline-block;
}
.line .line-bookmarks {
  float: right;
}
.line .line-bookmarks li {
  font-size: 2.8em;
  width: 280px;
  float: left;
  text-align: center;
  line-heihgt: 1em;
}
.line .line-bookmarks li span {
  font-size: 1.5em;
}
.line .line-bookmarks li a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  display: block;
  padding: 10px 0 10px 0;
  line-height: 150%;
  position: relative;
}
.line .line-bookmarks li a.active,
.line .line-bookmarks li a:hover {
  color: #ff7300;
  background: #fff;
  margin-bottom: 0;
}
.line .line-bookmarks li a.active:after,
.line .line-bookmarks li a:hover:after {
  content: '';
  width: calc(100% + 2px);
  left: -1px;
  background: #fff;
  position: absolute;
  height: 12px;
  bottom: -11px;
}
.line .line-bookmarks li:first-child {
  margin-right: 20px;
}
.line .line-bookmarks li.book-wider {
  width: 400px;
  margin-top: 25px;
}
.line .bookmarks-contents {
  position: relative;
}
.line .bookmarks-contents .svg {
  width: 80px;
  height: 80px;
  margin: 0  auto;
}
.line .bookmarks-contents .svg-gps {
  width: 50px;
  height: 50px;
}
.line .bookmark-content {
  display: none;
  position: absolute;
  top: 120px;
  width: 100%;
  padding: 30px 50px 20px 50px;
  background: #fff;
  z-index: 3;
  -webkit-box-shadow: 0px 13px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 13px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 13px 20px -5px rgba(0, 0, 0, 0.75);
}
.line .bookmark-content.active {
  display: block;
}
.line .bookmark-content.active2 {
  display: block;
}
.line .bookmark-content .book-item {
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 10px;
}
.line .bookmark-content .book-item .icon {
  text-align: center;
  margin: 0 0 5px 0;
}
.line .bookmark-content .book-item p.heading {
  font-size: 1.375em;
  color: #ff7300;
  padding: 0 0 10px 0;
}
.line .bookmark-content .book-item:nth-child(4n+1) {
  clear: both;
}
.line .bookmark-content .bookmark-link {
  width: 100%;
  float: left;
  text-align: center;
  margin: 5px 0 0 0;
}
.line .lang_en .bookmark-content {
  top: 104px;
}
.orange-line {
  background: #ff7300;
  margin-top: 20px !important;
}
.orange-line h2 {
  color: #fff;
}
.orange-line .text {
  color: #fff;
}
.homepage .orange-line {
  margin-top: 0 !important;
}
#main {
  width: 100%;
  /*min-height:1000px;*/
  /*padding-bottom: 50px;*/
  overflow-x: hidden;
  background: #F7F7F7;
}
.header-subpages {
  width: 100%;
  float: left;
  margin: -25px 0 20px 0;
  height: 130px;
  overflow: hidden;
}
.header-subpages li {
  font-size: 2.4em;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: top;
}
.header-subpages li a {
  color: #595959;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  height: 130px;
  padding: 20px 10px 25px 10px;
  border-bottom: 1px solid #595959;
  width: 200px;
  vertical-align: bottom;
}
.header-subpages li a span {
  display: block;
  border-top: 6px solid #ff7300;
  padding: 10px 0 5px 0;
}
.header-subpages li a:hover,
.header-subpages li a.active {
  background: #ff7300;
  color: #fff;
  vertical-align: bottom;
  border-bottom: 1px solid #ff7300;
}
.list-pages {
  width: 100%;
}
.list-pages-item {
  overflow: auto;
  margin-bottom: 50px;
}
.list-pages-subitem.silver-left .col-l .text {
  background: #E6E6E6;
  text-align: center;
  padding: 20px 20px 20px 20px;
}
.list-pages-subitem.silver-right .col-r .text {
  background: #E6E6E6;
  text-align: center;
  padding: 20px 20px 20px 20px;
}
.left-col {
  padding-left: 15px;
  padding-right: 15px;
  /*width: 330px;*/
  /*width: 27.27273%;*/
  /*margin-right: 20px;*/
  /*margin-right: 1.652893%;*/
  width: 25%;
  float: left;
}
.content-col {
  padding-left: 15px;
  padding-right: 15px;
  /*width: 860px;*/
  /*width: 71.07438%;*/
  width: 75%;
  float: left;
}
.left-menu {
  background: #fff;
  /*padding: 25px 0;*/
  /*.box-shadow ( 2px, 2px, 2px, 0, @colorBg);*/
  font-family: 'Hind', sans-serif, Arial, Verdana, Tahoma;
  /*li { margin: 15px 0; }*/
}
.left-menu li {
  display: block;
  padding: 5px 0;
}
.left-menu a {
  display: block;
  text-decoration: none;
}
.left-menu a.active,
.left-menu a:hover {
  color: #ff7300;
}
.left-menu > li > a {
  font-size: 2.4em;
  font-weight: 300;
  position: relative;
  padding-left: 25px;
}
.left-menu > li > a:before {
  content: "+";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  margin-top: 9px;
  background: #ff7300;
  color: #fff;
  line-height: 15px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Roboto', sans-serif, Arial, Verdana, Tahoma;
}
.left-menu > li > a.subactive:before {
  content: "-";
  line-height: 13px;
}
.left-menu > li:first-child {
  padding-top: 0;
}
.left-menu .submenu {
  padding-left: 10px;
}
.left-menu .submenu > li {
  /*&.has-children {
                    > a {
                        &:before { content: "+"; position: absolute; left: 0; color: @colorHigh; }
                        &.active:before { content: '-'; }
                    }
                }*/
}
.left-menu .submenu > li > a {
  font-size: 1.8em;
  position: relative;
  color: #818181;
  padding-left: 15px;
}
.left-menu .submenu > li > a.active,
.left-menu .submenu > li > a:hover {
  color: #ff7300;
}
.left-menu .subsubmenu {
  padding-left: 15px;
}
.left-menu .subsubmenu > li > a {
  font-size: 1.6em;
  font-weight: 300;
  text-decoration: underline;
  color: #a7a7a7;
}
.left-menu .subsubmenu > li > a:hover {
  text-decoration: none;
}
.left-menu .subsubmenu > li > a.active,
.left-menu .subsubmenu > li > a:hover {
  color: #ff7300;
}
.pages-list .pages-list-item {
  margin-bottom: 30px;
}
.pages-list .pages-list-item:nth-child(3n+1) {
  clear: left;
}
.pages-list .pages-list-item:nth-child(3n) {
  margin-right: 0;
}
.pages-list .pages-list-item a {
  text-decoration: none;
}
.pages-list .pages-list-item .list-page-title {
  display: block;
  padding: 15px 10px;
  margin-bottom: 10px;
  background: #E6E6E6;
  font-size: 1.7em;
}
.pages-list .pages-list-item img {
  margin-bottom: 10px;
}
.pages-list .pages-list-item .list-page-text {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6em;
  color: #595959;
}
.pages-list .pages-list-item .list-page-link {
  font-size: 1.6em;
  color: #ff7300;
}
.pages-list .pages-list-item .list-page-link .svg-sipka-orange {
  position: relative;
  top: 3px;
  width: 16px;
  height: 19px;
  margin-right: 2px;
}
.pages-list .pages-list-item .list-page-link:hover {
  text-decoration: underline;
}
.template-category-reference .content-col {
  padding-top: 15px;
  background: #fff;
  /*.box-shadow ( 2px, 2px, 2px, 0, @colorBg);*/
}
#main.nosubpages {
  padding-top: 42px;
}
.homepage #main {
  background: #fff;
}
.homepage #main .col-in-bg {
  width: 1300px;
  padding: 0 60px 60px;
  background: #F7F7F7;
}
.h1-box {
  font-size: 3.6em;
}
.h1-box .h1span {
  color: #010101;
}
.h1-box .h1span1 {
  color: #595959;
  font-weight: 300;
}
.h1-box h1 {
  font-size: 0.9em;
  display: inline-block;
  text-transform: none;
}
.top-image {
  position: relative;
  max-width: 1904px;
  margin: 0 auto -90px;
}
.top-image .top-image-inner {
  position: relative;
  width: 100%;
  padding-bottom: 25.5%;
  overflow: hidden;
}
.top-image .top-image-inner img {
  position: absolute;
  width: 100%;
}
.home-top-links ul li {
  position: relative;
  display: block;
  float: left;
  width: 30.508%;
  margin-right: 4.237%;
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.home-top-links ul li:last-child {
  margin-right: 0;
}
.home-top-links ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 55.556%;
  height: 0;
  color: #fff;
  font-weight: 300;
  z-index: 101;
}
.home-top-links ul li .inner {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px;
}
.home-top-links ul li .svg-sipka {
  position: relative;
  top: 3px;
  background-color: #ff7300;
  background-size: 83%;
  background-position: center;
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin: 3px 0 0 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-top-links ul li a:hover .svg-sipka {
  margin-left: 20px;
}
.home-top-links ul li strong {
  font-weight: 600;
  display: block;
}
.home-top-links ul li:before {
  content: '';
  position: absolute;
  background: #ff7300;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  z-index: 101;
}
.home-top-links ul li .img-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  right: 0;
  z-index: 100;
}
.home-top-links ul li .img-wrapper img {
  width: 100%;
}
.home-content {
  /*9background: #F9F9F9 url('bg-home.jpg') 50% bottom no-repeat;*/
  padding: 0 0 20px;
  margin-top: 50px;
}
.home-content h1 {
  font-size: 1.44em;
  text-transform: none;
  color: #010101;
  line-height: 100%;
}
.home-content .col-in {
  padding-top: 50px;
}
.home-content-left {
  float: left;
  width: 42%;
  margin-right: 7%;
}
.home-content-left .text {
  text-align: justify;
}
.home-content-right {
  float: left;
  width: 51%;
}
.support-box h2 {
  margin-bottom: 8px;
}
.home-two-cols {
  background: #E6E6E6 url('bg-support.jpg') calc(50% - 480px) top no-repeat;
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.home-two-cols .cite-box {
  padding: 80px 30px 30px 0;
}
.home-two-cols .icon-cite2 {
  float: right;
  margin-right: 80px;
}
.home-two-cols .cite-box {
  font-size: 2.2em;
}
.home-two-cols .cite-box p {
  padding-bottom: 0;
  color: #fff;
}
.home-two-cols .cite-box .cite {
  font-size: 1.36em;
}
.home-two-cols .support-box .svg {
  width: 50px;
  height: 50px;
}
.home-two-cols .support-box .text {
  margin: 30px 0 0 30px;
  float: left;
}
.home-two-cols .support-box .text p {
  padding-bottom: 18px;
}
.home-two-cols .support-box h3 {
  padding-bottom: 0;
}
.home-two-cols .supports {
  margin: 10px 0 0 0;
}
.home-two-cols .support-item {
  display: table;
  width: 100%;
}
.home-two-cols .support-img {
  width: 50px;
  display: table-cell;
  text-align: center;
}
.home-two-cols .support-text {
  display: table-cell;
  width: auto;
  padding-left: 20px;
  vertical-align: top;
}
.home-content-item {
  width: 100%;
  margin: 0 0 30px 0;
  float: left;
}
.home-content-item.no-margin {
  margin-bottom: 0;
}
.home-content-item.silver-left .col-l .text {
  background: #E6E6E6;
  text-align: center;
  padding: 20px 20px 20px 20px;
}
.home-content-item.silver-right .col-r .text {
  background: #E6E6E6;
  text-align: center;
  padding: 20px 20px 20px 20px;
}
.home-bookmarks,
.page-bookmarks {
  margin: 50px 0 0;
}
.home-bookmarks .bookmark-list,
.page-bookmarks .bookmark-list {
  width: 100%;
  /*display:table;*/
  /*border-bottom:2px solid @colorText;*/
  /*color: @colorDark;*/
}
.home-bookmarks .bookmark-list ul,
.page-bookmarks .bookmark-list ul {
  width: 100%;
  /*display:table-row;*/
  display: flex;
  flex-wrap: wrap;
}
.home-bookmarks .bookmark-list li,
.page-bookmarks .bookmark-list li {
  /*line-height:30px;*/
  /*display:table-cell;*/
  text-align: center;
  margin-right: 1.875%;
  width: 18.5%;
  float: left;
  flex-grow: 1;
  /*text-transform:uppercase; */
}
.home-bookmarks .bookmark-list li:last-child,
.page-bookmarks .bookmark-list li:last-child {
  margin-right: 0;
}
.home-bookmarks .bookmark-list li a,
.page-bookmarks .bookmark-list li a {
  color: #595959;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 35px 20px 30px;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 2px 2px 2px 0 #E6E6E6;
  -moz-box-shadow: 2px 2px 2px 0 #E6E6E6;
  box-shadow: 2px 2px 2px 0 #E6E6E6;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-bookmarks .bookmark-list li a .i-active,
.page-bookmarks .bookmark-list li a .i-active {
  display: none;
}
.home-bookmarks .bookmark-list li a:hover,
.page-bookmarks .bookmark-list li a:hover,
.home-bookmarks .bookmark-list li a.active,
.page-bookmarks .bookmark-list li a.active {
  background: #ff7300;
  color: #fff;
}
.home-bookmarks .bookmark-list li a:hover .i-inactive,
.page-bookmarks .bookmark-list li a:hover .i-inactive,
.home-bookmarks .bookmark-list li a.active .i-inactive,
.page-bookmarks .bookmark-list li a.active .i-inactive {
  display: none;
}
.home-bookmarks .bookmark-list li a:hover .i-active,
.page-bookmarks .bookmark-list li a:hover .i-active,
.home-bookmarks .bookmark-list li a.active .i-active,
.page-bookmarks .bookmark-list li a.active .i-active {
  display: inline-block;
}
.home-bookmarks .bookmark-list li a:after,
.page-bookmarks .bookmark-list li a:after {
  content: '';
  position: absolute;
  background: #ff7300;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
}
.home-bookmarks .bookmark-list li .b-title,
.page-bookmarks .bookmark-list li .b-title {
  display: block;
  font-size: 1.8em;
  line-height: 1.3em;
  margin-bottom: 5px;
  margin-top: 15px;
}
.home-bookmarks .bookmark-list li .b-text,
.page-bookmarks .bookmark-list li .b-text {
  display: block;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 300;
}
.home-bookmarks .bookmarks-contents,
.page-bookmarks .bookmarks-contents {
  margin: -5px 0 0;
  padding: 50px 30px 30px;
  background: #fff;
}
.home-bookmarks .bookmark-content,
.page-bookmarks .bookmark-content {
  display: none;
}
.home-bookmarks .bookmark-content.active,
.page-bookmarks .bookmark-content.active {
  display: block;
}
.home-bookmarks .bookmark-content.silver-left .col-l .text,
.page-bookmarks .bookmark-content.silver-left .col-l .text {
  background: #E6E6E6;
  text-align: center;
  padding: 20px 20px 20px 20px;
}
.home-bookmarks .bookmark-content-wrapper .bookmark-list,
.page-bookmarks .bookmark-content-wrapper .bookmark-list {
  display: none;
}
.demand-form-container {
  /*.box-shadow ( 2px, 2px, 2px, 0, @colorBg);*/
  /*padding:20px 20px 20px 20px;*/
  background: #fff;
}
.svg-administrativni-budova {
  display: inline-block;
  width: 47px;
  height: 53px;
}
.svg-shopping-center {
  display: inline-block;
  width: 60px;
  height: 53px;
}
.svg-manufacturer {
  display: inline-block;
  width: 61px;
  height: 53px;
}
.svg-stadium {
  display: inline-block;
  width: 63px;
  height: 53px;
}
.home-references .references-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  padding: 30px 15px;
}
.home-references .reference-img {
  float: left;
  margin: 3px;
}
.orange-heading {
  color: #fff;
  font-size: 2em;
  width: 100%;
  text-align: center;
  margin: 10px 0 30px 0;
}
.orange-heading strong {
  font-size: 1.66em;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.orange-heading span.big-number {
  font-size: 5em;
  color: #010101;
  font-weight: bold;
  position: relative;
  top: 20px;
}
/* reference */
.bookmark-containter .reference-top:nth-child(5n+1),
.reference-list .reference-top:nth-child(4n+1) {
  clear: both;
}
.reference-top {
  float: left;
  margin: 0 0 40px 0;
  width: 20%;
  text-align: center;
}
.reference-top.reference-region,
.reference-list .reference-top,
.reference-write .reference-top {
  width: 25%;
}
.reference-top.reference-top-menu {
  margin: 0 0 20px 0;
  width: 25%;
}
.reference-text {
  font-size: 1.6em;
}
.reference-text a {
  color: #ff7300;
  text-decoration: none;
}
.reference-text a:hover {
  text-decoration: underline;
}
/* volná místa */
.form-filter-container {
  padding: 30px 40px 30px 40px;
  background: #ff7300;
  margin-bottom: 20px;
}
.form-filter-container .form-item {
  width: 50%;
  float: left;
}
.form-filter-container h2 {
  color: #fff;
  font-weight: bold;
  font-size: 3em;
}
.form-filter-container select {
  height: 40px;
  font-size: 2em;
  border: none;
  background: #fff url('bg-arrow-down.png') calc(100% - 25px) center no-repeat;
  padding: 0 0 0 10px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}
select::-ms-expand {
  display: none;
}
.form-filter-container option {
  padding: 0 0 0 10px;
}
.filter-empty {
  display: none;
  color: #ef4d00;
}
.text .filter-empty-all {
  text-align: center;
  display: none;
}
.text .filter-empty-all.active {
  display: block;
}
.filter-empty.active {
  display: block;
}
.text #work-filter-items li {
  padding-left: 0;
}
.text #work-filter-items li:before {
  display: none;
}
.text ul#work-filter-items {
  margin-left: 0;
}
.work-list {
  width: 100%;
  margin-bottom: 25px;
}
.text #work-filter-items li {
  display: none;
  background: none;
}
.text #work-filter-items li a {
  width: 100%;
  padding: 20px 35px 10px 35px;
  background: #E5E5E5;
  text-decoration: none;
  border: 1px solid #fff;
  display: block;
  margin: 0 0 10px 0;
  float: left;
}
.text #work-filter-items li a:hover {
  border: 1px solid #E6E6E6;
}
.text #work-filter-items li a .list-highlights.high-center {
  float: none;
  text-align: center;
}
.text .text-work-about {
  margin-top: 20px;
  padding-bottom: 0;
}
.list-highlights {
  float: right;
  margin-bottom: 10px;
  text-align: right;
}
.list-highlights .highlighted {
  margin-bottom: 10px;
  height: auto;
}
.work-list.text #work-filter-items p {
  padding-bottom: 10px;
}
.work-location {
  font-size: 1.33em;
  color: #808080;
  line-height: 24px;
  font-weight: bold;
}
.work-location span {
  margin-right: 20px;
}
.highlighted {
  display: inline-block;
  background: #ff7300;
  color: #fff;
  padding: 0 10px 0 10px;
  font-size: 2em;
  height: 30px;
  line-height: 30px;
  margin: 5px;
}
.text .highlighted {
  font-size: 1.11em;
}
#work-filter-items li.active {
  display: block;
  position: inherit;
}
.work-row {
  margin: 0 0 20px 0;
}
.text .two-columbs {
  margin: 0 0 40px 0;
  float: left;
  width: 100%;
  font-size: 1.2em;
}
.text .two-columbs .line {
  float: left;
  margin: 0 0 0 0;
  clear: both;
}
.text .two-columbs .line div:nth-child(1) {
  width: 32%;
  margin-right: 8%;
  float: left;
  font-weight: bold;
}
.text .two-columbs .line div:nth-child(2) {
  width: 60%;
  float: left;
}
.text .two-columbs ul,
.text .cols ul {
  margin-left: 0;
}
.text .cols {
  width: 100%;
  margin: 0 0 15px 0;
  overflow: hidden;
}
.text .cols .col {
  width: 50%;
  float: left;
  padding: 10px 0 5px 0;
}
.text .cols .col3 {
  width: 33%;
  float: left;
  padding: 10px 0 5px 0;
}
.box-border {
  border: 5px solid #ff7300;
  padding: 15px 5px 10px 5px;
}
#work-map {
  width: 100%;
  height: 300px;
}
.work-form-container {
  margin: 30px 0 30px 0;
}
.work-form-container h3 {
  margin: 0 0 20px 0;
}
.contact-line {
  padding: 45px 0 45px 0;
}
.contact-line .text {
  font-size: 2.4em;
}
.contact-line a {
  color: #fff;
}
.contact-form-home input[type=text],
.contact-form-home input[type=date],
.contact-form-home input[type=email] {
  width: 100%;
  background: none;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  font-size: 2.4em;
  color: #fff;
  border: 2px solid #fff;
}
.contact-form-home input[type=submit] {
  text-align: center;
  background: none;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 2.4em;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  width: 180px;
  border: 2px solid #fff;
}
.contact-form-home textarea {
  padding: 15px 15px 15px 15px;
  background: none;
  font-size: 2.4em;
  width: 100%;
  border: 2px solid #fff;
  resize: vertical;
  color: #fff;
}
.contact-form-home .text-danger {
  color: #E00106;
}
.contact-form-home .help-block {
  padding: 5px 0 0 15px;
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
}
.contact-card {
  margin: 0 0 20px 0;
}
.contact-card h2 {
  font-size: 3em;
  line-height: 30px;
  font-weight: normal;
}
.contact-card-left {
  float: left;
  width: 40%;
  margin-right: 4%;
}
.contact-card-right {
  float: left;
  width: 56%;
}
.contact-form input[type=text],
.contact-form input[type=date],
.contact-form input[type=email],
.contact-form textarea {
  font-size: 1.8em;
}
.contact-form .placeholder-hint {
  color: #595959;
}
.contact-form .help-block {
  padding: 5px 0 0 10px;
  font-size: 1.5em;
}
.contact-form-home .placeholder-hint {
  color: #fff;
}
.demand-form-container h2 {
  color: #010101;
}
.wref {
  overflow: hidden;
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.wref-img {
  width: 157px;
  margin-right: 23px;
  float: left;
  overflow: hidden;
  min-height: 100px;
}
.wref-text {
  float: none;
  overflow: hidden;
}
.soc-item {
  float: left;
  margin: 0 20px 0 0;
}
.text.work-detail h2 {
  line-height: 45px;
  font-size: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.text.work-detail h3 {
  color: #ff7300;
}
.text.work-detail .benefit-top {
  margin-right: 10px;
}
/* calculator */
.calc-item {
  padding: 10px 0;
  background: #292929;
  color: #fff;
  line-height: 30px;
}
.calc-item.last {
  background: #ff7300;
}
.calculator {
  padding: 0 15px;
  font-size: 1.5em;
  margin-bottom: 30px;
}
.calculator input[type=text] {
  background: #fff;
  font-size: 1em;
  border: none;
  color: #010101;
}
.calculator .field {
  display: block;
  text-align: right;
  height: 30px;
  line-height: 24px;
  padding: 3px 6px;
  color: #010101;
  background: #fff;
}
.calculator-example {
  margin-bottom: 30px;
}
#process {
  position: relative;
  overflow-y: hidden;
  margin-top: 30px;
}
#process ul {
  overflow-y: hidden;
}
#process::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  bottom: 95px;
  background: #f4812a;
}
#process .process-section {
  clear: both;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  counter-increment: process-counter;
}
#process .process-section.odd .process-section-heading {
  text-align: right;
}
#process .process-section.odd .process-section-heading .square {
  right: -15px;
}
#process .process-section.even .process-section-heading {
  float: right;
}
#process .process-section.even .process-section-heading .square {
  left: -15px;
}
#process .process-section.opened .process-section-heading .square::after {
  content: "-";
}
#process .process-section.opened .process-section-heading a {
  border-color: #fff;
}
#process .process-section .process-section-heading {
  width: 50%;
  font-size: 4em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 0 40px;
  margin: 0;
}
#process .process-section .process-section-heading .square {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 30px;
  top: 50%;
  margin-top: -15px;
  vertical-align: middle;
  text-align: center;
  background: #f4812a;
  cursor: pointer;
}
#process .process-section .process-section-heading .square::after {
  content: "+";
  color: #fff;
}
#process .process-section .process-section-heading a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid transparent;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  text-decoration: none;
}
#process .process-section .process-section-heading a:hover {
  color: #fff;
  background: #f4812a;
}
#process .process-section .process-detail {
  display: none;
  overflow: hidden;
  width: 50%;
  float: right;
  clear: both;
}
#process .process-section .process-detail .text {
  padding: 25px 25px 20px;
}
#process .process-section .process-detail .text ul {
  overflow: visible;
}
#process .process-section .process-detail .text li::before {
  display: none;
}
#footer {
  width: 100%;
  background: #E5E5E5;
}
.footer-top {
  width: 100%;
  min-height: 60px;
  background: #292929;
  font-size: 3.2em;
  color: #fff;
  text-align: center;
}
.footer-top .footer-label {
  margin: 0 35px 0 0;
}
.footer-top .icon {
  margin: 15px 50px 0 0;
  line-height: 60px;
}
.footer-top p {
  line-height: 60px;
}
.footer-center {
  padding: 45px 0 70px 0;
  color: #595959;
  overflow: hidden;
  width: 100%;
}
.footer-center h2 {
  font-size: 2.4em;
  color: #010101;
  font-weight: normal;
}
.footer-center .text {
  font-size: 1.8em;
}
.footer-center .text p {
  padding-bottom: 5px;
}
.footer-center .footer-menu li {
  margin: 0 0 10px 0;
  font-size: 1.8em;
}
.footer-center .footer-menu a {
  color: #595959;
  text-decoration: none;
}
.footer-center .footer-menu a:hover {
  color: #ff7300;
}
.footer-bottom {
  margin-top: 20px;
}
.footer-bottom .text {
  font-size: 1.6em;
}
.footer-bottom .text a {
  color: #595959;
}
/* komponenty */
/*.btn { background:@colorHigh; color:#fff; padding:0 30px; height:40px; line-height:40px;
      &:hover { background:@colorDark; } 
}*/
/*.btn-orange:hover  { background:@colorDark; }          */
/* styly pro texty z wysiwygu */
.text .text-darker {
  color: #010101;
}
.text-narrow {
  font-weight: 300px;
}
.text .circle-bg {
  font-size: 2.2em;
  line-height: 60px;
  background: #ff7300;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 10px auto;
}
.text .text-orange {
  color: #ff7300;
}
.text a.text-orange {
  color: #ff7300 !important;
}
.text .btn-orange {
  color: #fff;
}
/*.text .btn-orange:hover  { background:@colorDark; }     */
/* strukturovaná H2 */
/*.text h2, h2.span { font-size:2.5em; color:@colorDark; text-transform:uppercase; margin-top:20px; font-weight:normal; 
    span { font-size:0.66em; color:@colorText; display:inline-block; min-width:135px; text-align:right; 
           border-bottom:6px solid @colorHigh; padding:0 0 10px 0; margin:0 20px 0 0; position:relative; top:-20px; }
}*/
/* regionální mapa */
.map-layers {
  width: 430px;
  height: 253px;
  background: url('mapa_cela_seda.png') left top no-repeat;
}
.menu-region-map {
  float: left;
}
.map-layers .map {
  position: relative;
}
.map-layers .maps img {
  display: none;
}
#region-map {
  width: 100%;
  height: 300px;
}
/* top button */
#top-link button {
  background: #ff7300;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.cookies-line {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 2005;
  padding: 15px 0 10px 0;
  display: none;
}
.cookies-line a {
  color: #ff7300;
}
.cookies-line .cookies-line-text {
  width: 80%;
  float: left;
  text-align: center;
  font-size: 1.8em;
  line-height: 180%;
  margin-top: 5px;
}
.cookies-line .cookies-line-button {
  width: 20%;
  float: left;
  text-align: right;
}
.cookies-line #cookies-button {
  background: #ff7300;
  overflow: hidden;
  line-height: 32px;
  margin: 0 10px 0 10px;
  border: none;
  height: 32px;
  font-size: 1.6em;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 0  5px 0 5px;
}
@media only screen and (max-width: 767px) {
  .cookies-line .cookies-line-text {
    width: 100%;
  }
  .cookies-line .cookies-line-button {
    text-align: center;
    width: 100%;
  }
}
#top-link {
  bottom: 10%;
}
/* end file */
*,
*:before,
*:after {
  box-sizing: border-box;
}
.container {
  width: 100%;
  float: left;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after,
.row:before {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
img {
  max-width: 100%;
}
.show-md,
.show-sm,
.show-xs,
.show-xxs {
  display: none;
}
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  min-height: 1px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
/* mobil and desktop landscape */
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-ofset-1 {
  margin-left: 8.33333333%;
}
.col-xs-ofset-2 {
  margin-left: 16.66666667%;
}
.col-xs-ofset-3 {
  width: 25%;
}
/* tablets and mobile landscape */
@media only screen and (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-ofset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-ofset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-ofset-3 {
    width: 25%;
  }
  .hidden-sm {
    display: none;
  }
  .show-sm {
    display: block;
  }
  .tleft-sm {
    text-align: left;
  }
  .tcenter-sm {
    text-align: center;
  }
  .tright-sm {
    text-align: right;
  }
  .fright-sm {
    float: right;
  }
  .fleft-sm {
    float: left;
  }
  .fnone-sm {
    float: none;
  }
  .clear-sm {
    clear: both;
  }
}
/* desktop adn tablet landscape */
@media only screen and (min-width: 980px) {
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-ofset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-ofset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-ofset-3 {
    width: 25%;
  }
  .hidden-md {
    display: none;
  }
  .show-md {
    display: block;
  }
  .tleft-md {
    text-align: left;
  }
  .tcenter-md {
    text-align: center;
  }
  .tright-md {
    text-align: right;
  }
  .fright-md {
    float: right;
  }
  .fleft-md {
    float: left;
  }
  .fnone-md {
    float: none;
  }
  .clear-md {
    clear: both;
  }
  .margin-top-md-10 {
    margin-top: 10px;
  }
}
/* large desktop */
@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-ofset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-ofset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-ofset-3 {
    width: 25%;
  }
  .hidden-lg {
    display: none;
  }
  .show-lg {
    display: block;
  }
  .tleft-lg {
    text-align: left;
  }
  .tcenter-lg {
    text-align: center;
  }
  .tright-lg {
    text-align: right;
  }
  .fright-lg {
    float: right;
  }
  .fleft-lg {
    float: left;
  }
  .fnone-lg {
    float: none;
  }
  .clear-lg {
    clear: both;
  }
  .margin-top-lg-0 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 935px) {
  .hidden-md {
    display: none;
  }
}
/* tablet */
/* mobile only*/
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .show-xs {
    display: block;
  }
  .tleft-xs {
    text-align: left;
  }
  .tcenter-xs {
    text-align: center;
  }
  .tright-xs {
    text-align: right;
  }
  .fright-xs {
    float: right;
  }
  .fleft-xs {
    float: left;
  }
  .fnone-xs {
    float: none;
  }
  .clear-xs {
    clear: both;
  }
  .margin-top-xs-10 {
    margin-bottom: 10px;
  }
  .margin-bottom-xs-10 {
    margin-bottom: 10px;
  }
  .margin-bottom-xs-20 {
    margin-bottom: 20px;
  }
}
/* telefon  */
/* mobil portrait*/
@media only screen and (max-width: 480px) {
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-ofset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-ofset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-ofset-3 {
    width: 25%;
  }
  .hidden-xxs {
    display: none;
  }
  .show-xxs {
    display: block;
  }
  .tleft-xxs {
    text-align: left;
  }
  .tcenter-xxs {
    text-align: center;
  }
  .tright-xxs {
    text-align: right;
  }
  .fright-xxs {
    float: right;
  }
  .fleft-xxs {
    float: left;
  }
  .fnone-xxs {
    float: none;
  }
  .clear-xxs {
    clear: both;
  }
}
@media only screen and (max-width: 1400px) {
  .header-center .header-image .header-center-text h1 {
    font-size: 6.5em;
    line-height: 65px;
  }
  .header-center .header-image .header-center-text .text {
    font-size: 2.4em;
  }
}
@media only screen and (max-width: 1200px) {
  .header-center .header-image .header-center-text h1 {
    font-size: 5em;
    line-height: 50px;
  }
  .header-center .header-image .header-center-text .text {
    font-size: 2em;
  }
  .col-in {
    padding: 0 10px 0 10px;
    width: 100%;
  }
  .homepage #main .col-in-bg {
    padding: 0 20px 20px;
  }
  .footer-map {
    float: left;
    text-align: left;
  }
  .footer-map .cezetmap_area {
    float: left;
  }
  .footer-top .footer-line {
    background: #292929 none repeat scroll 0 0;
    width: 100%;
    height: auto;
    float: left;
  }
  .footer-top .col-in {
    padding: 0;
  }
  .header-center .header-line {
    /*height:95px;*/
    /*.header-menu .submenu { top:95px; }*/
  }
  .header-center .header-line .header-menu li {
    margin-right: 2em;
  }
  .header-center .header-line .header-menu li a {
    font-size: 2.2em;
    /*height:95px;*/
  }
  .lang-en .header-menu {
    font-size: 0.84em;
  }
  /*.logo { margin-top:28px; width:250px;  
     .svg { width:250px; height:120px; }
   }*/
  .home-bookmarks .bookmark-list li,
  .page-bookmarks .bookmark-list li {
    /*font-size:2.5em;*/
  }
  .home-two-cols .cite-box {
    text-align: right;
  }
  .line .line-bookmarks li {
    font-size: 2em;
    width: 200px;
  }
  .line .line-label {
    font-size: 2.5em;
  }
  .line .bookmark-content {
    top: 98px;
  }
}
@media only screen and (max-width: 1099px) {
  .header-center .header-image .header-center-text h1 {
    font-size: 4em;
    line-height: 40px;
  }
  .header-center .header-image .header-center-text .text {
    font-size: 2em;
  }
  .contact-card-left {
    width: 100%;
    margin-right: 0%;
  }
  .contact-card-right {
    width: 100%;
  }
  #process::before {
    left: 15px;
  }
  #process .process-section.odd .process-section-heading {
    text-align: left;
  }
  #process .process-section.odd .process-section-heading .square {
    left: 0;
  }
  #process .process-section.even .process-section-heading {
    float: none;
  }
  #process .process-section.even .process-section-heading .square {
    left: 0;
  }
  #process .process-section .process-section-heading {
    width: 100%;
  }
  #process .process-section .process-subsections {
    width: 100%;
    float: none;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 999px) {
  .home-top-links ul li {
    font-size: 2.5em;
  }
  /*.left-menu { padding: 10px 0; }*/
}
@media only screen and (max-width: 980px) {
  .text {
    font-size: 1.7em;
  }
  .text h2 span,
  .text h2.span {
    border-width: 4px;
    margin-right: 10px;
    padding-bottom: 5px;
  }
  .text h2 {
    font-size: 1.6em;
  }
  .text h3 {
    font-size: 1.4em;
  }
  /* #header-slider { min-height:250px; }    */
  .header-center .header-image .header-center-text h1 {
    font-size: 3em;
    line-height: 30px;
  }
  .header-center .header-image .header-center-text .text {
    font-size: 1.7em;
  }
  .header-center .header-image .header-center-text .text p {
    line-height: 100%;
  }
  .header-center .header-line .header-menu .submenu .submenu-menu li a {
    padding-left: 10px;
  }
  .header-center .header-line .header-menu .submenu .submenu-menu li a .submenu-icon {
    display: none;
  }
  .header-center .header-line .header-menu .submenu li {
    font-size: 17px;
  }
  img.bg-submenu {
    display: none;
  }
  /*.logo { width:190px; 
      .svg { width:190px; height:95px; }
    }*/
  .header-center .header-line {
    /*height:70px;*/
    /*.header-menu .submenu { top:70px; } */
  }
  .header-center .header-line .header-menu li {
    margin-right: 1em;
  }
  .header-center .header-line .header-menu li a {
    font-size: 1.8em;
    /*height:70px; padding-top:25px;*/
    /*padding: 10px;*/
    padding: 0.556em;
  }
  .header-center .header-line .header-menu li a span.m-perex {
    display: none;
  }
  .home-bookmarks .bookmark-list li a,
  .page-bookmarks .bookmark-list li a {
    padding: 15px 10px 20px;
  }
  .header-top .hs-icons {
    margin-left: 25px;
  }
  .header-top .langs {
    margin-left: 25px;
  }
  .home-two-cols {
    background: none;
  }
  .home-two-cols .cite-box {
    color: #595959;
    text-align: left;
    padding: 20px 0 20px 45px;
    background: #E6E6E6 url('bg-support.jpg') right top no-repeat;
  }
  .line .line-bookmarks li {
    font-size: 1.8em;
    width: 150px;
  }
  .line .line-label .big-text {
    margin-left: 60px;
  }
  .line .line-label {
    font-size: 2em;
  }
  .line .bookmark-content {
    top: 80px;
  }
  .line .bookmarks-contents .svg {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 20px 0 0;
  }
  .line .bookmarks-contents p {
    display: none;
  }
  .line .bookmarks-contents p.heading {
    display: block;
    padding-top: 12px;
  }
  .line .bookmarks-contents .book-item {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 1.4em;
  }
  .header-subpages {
    width: 100%;
    float: left;
    margin: -25px 0 20px 0;
    height: 130px;
    overflow: hidden;
  }
  .header-subpages li {
    font-size: 2em;
    width: 150px;
  }
  .header-subpages li a {
    width: 150px;
  }
}
@media only screen and (max-width: 870px) {
  .home-top-links ul li {
    font-size: 2em;
  }
  .logo {
    width: 305px;
  }
  .logo a {
    width: 305px;
    height: 60px;
  }
  .logo .svg {
    width: 305px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .left-col {
    display: none;
  }
  .content-col {
    width: 100%;
  }
  .header-top-right {
    display: none;
  }
  .header-center .header-image .header-center-text h1 {
    font-size: 4em;
    line-height: 40px;
    padding-top: 10%;
  }
  .header-center .header-image .header-center-text .text {
    display: none;
  }
  /* #header-slider { min-height:100px; } */
  #main {
    padding-top: 0;
  }
  .header-subpages {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    height: auto;
    padding: 10px 0 10px 0;
  }
  .header-subpages li {
    font-size: 1.7em;
    display: block;
    float: left;
    margin: 0 2% 10px 0;
    width: 49%;
  }
  .header-subpages li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    display: block;
    height: auto;
    padding: 0;
    border: none;
    width: 100%;
    padding: 15px 5px 15px 5px;
    text-align: center;
    background: #ff7300;
  }
  .header-subpages li a span {
    display: block;
    border: none;
    padding: 0;
  }
  .header-subpages li a:hover,
  .header-subpages li a.active {
    background: #010101;
    border: none;
  }
  .header-subpages li:nth-child(2n) {
    margin-right: 0;
  }
  .header-subpages li:nth-child(2n+1) {
    clear: both;
  }
  .langs-mobile {
    display: block;
  }
  .col-5 {
    width: 100% !important;
  }
  /*.logo { position:relative; margin-top:0;
    .svg {  width:150px; height:69px; }
  }*/
  .header-top {
    background: #ff7300;
    padding: 0;
  }
  .header-top .header-top-right {
    float: none;
  }
  .header-top .hs-icons {
    display: none;
  }
  .header-top .companies {
    display: none;
  }
  .header-top .header-top-links {
    float: none;
    padding: 20px 0;
    margin: 0;
  }
  .header-top .header-top-links a,
  .header-top .langs ul li,
  .header-top .langs ul li a {
    color: #fff;
  }
  .logo {
    margin-top: 17px;
  }
  .slicknav_menu {
    display: block;
  }
  .header-center .header-line .header-menu {
    display: none;
  }
  .header-center .header-line {
    background: none;
  }
  .header-center .header-line .logo {
    top: -40px;
  }
  .submenu-contents {
    display: none;
  }
  .header-menu-item span {
    margin-left: 5px;
  }
  .home-two-cols .cite-box .cite {
    font-size: 1em;
  }
  .home-bookmarks .bookmark-list li,
  .page-bookmarks .bookmark-list li {
    /*font-size:2.2em;*/
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .home-bookmarks .bookmark-content-wrapper .bookmark-list,
  .page-bookmarks .bookmark-content-wrapper .bookmark-list {
    display: block;
  }
  .home-bookmarks .bookmark-list.top,
  .page-bookmarks .bookmark-list.top {
    display: none;
  }
  .home-bookmarks .bookmark-content,
  .page-bookmarks .bookmark-content {
    padding-top: 20px;
  }
  .text .text-work-about {
    float: left;
    margin: 10px 0 0 0;
  }
  .home-two-cols .cite-box {
    padding-left: 30px;
  }
  .home-two-cols .support-box .text {
    padding-left: 15px;
  }
  .line-bookmarks {
    display: none;
  }
  .list-pages-subitem.silver-left .col-l {
    margin-bottom: 20px;
  }
  .footer-label {
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-control {
    display: none;
  }
  .top-image {
    margin: 0 auto;
    padding-bottom: 20px;
    background-color: #f7f7f7;
  }
  .home-top-links ul li {
    float: none;
    width: 360px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .home-top-links ul li:last-child {
    margin: 0 auto;
  }
  .pages-list .pages-list-item:nth-child(3n+1) {
    clear: none;
  }
  .pages-list .pages-list-item:nth-child(2n+1) {
    clear: left;
  }
  .reference-list .reference-top,
  .reference-top.reference-region,
  .reference-write .reference-top {
    width: 50%;
  }
  .reference-list .reference-top:nth-child(2n+1),
  .reference-top.reference-region:nth-child(2n+1),
  .reference-write .reference-top:nth-child(2n+1) {
    clear: both;
  }
  .wref-text {
    float: left;
  }
}
@media only screen and (max-width: 567px) {
  .header-center .header-image .header-center-text h1 {
    padding-top: 8.5%;
  }
}
@media only screen and (max-width: 500px) {
  .pages-list .pages-list-item:nth-child(2n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 480px) {
  /*.logo { width:140px;
    .svg { width:140px; height:65px; }
  }*/
  .header-center .header-image .header-center-text h1 {
    font-size: 3em;
    line-height: 30px;
    padding-top: 7%;
  }
  .text {
    font-size: 1.7em;
  }
  .text h2 span,
  .text h2.span {
    border-width: 4px;
    margin-right: 10px;
    padding-bottom: 5px;
  }
  .text h2 {
    font-size: 1.8em;
  }
  .text h3 {
    font-size: 1.4em;
  }
  .orange-heading {
    font-size: 1.2em;
    margin: 5px 0 5px 0;
  }
  .footer-map {
    display: none;
  }
  #process::before {
    left: 10px;
    bottom: 50px;
  }
  #process .process-section {
    margin-bottom: 20px;
  }
  #process .process-section.opened .process-section-heading .square {
    line-height: 16px;
  }
  #process .process-section .process-section-heading {
    font-size: 2.3em;
    padding: 0 2px 0 22px;
  }
  #process .process-section .process-section-heading .square {
    width: 20px;
    height: 20px;
    line-height: 19px;
    top: 50%;
    margin-top: -10px;
  }
  #process .process-section .process-section-heading .square::after {
    content: "+";
  }
  #process .process-section .process-section-heading a {
    padding: 10px 5px;
  }
  #process .process-section .process-subsections {
    padding-left: 10px;
  }
  #process .process-section .process-subsections li.process-subsection {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  #process .process-section .process-subsections li.process-subsection.opened h4 a {
    font-size: 1em;
  }
  #process .process-section .process-subsections .process-detail .text {
    padding: 15px 15px 10px;
  }
}
@media only screen and (max-width: 415px) {
  .logo {
    width: 225px;
  }
  .logo a {
    width: 225px;
    height: 44px;
  }
  .logo .svg {
    width: 225px;
    height: 44px;
  }
}
@media only screen and (max-width: 400px) {
  .slicknav_btn {
    top: 20px;
  }
  .langs-mobile {
    top: 28px;
  }
}
@media only screen and (max-width: 340px) {
  .logo {
    width: 210px;
  }
  .logo a {
    width: 210px;
    height: 41px;
  }
  .logo .svg {
    width: 210px;
    height: 41px;
  }
}
