/* zvýrazněná barva*/
/* barva textu */
/* 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 Condensed', sans-serif, Arial, Verdana, Tahoma;
  letter-spacing: -0.5px;
  margin: 0;
  padding: 0;
  color: #808080;
  background: #fff;
}
h1,
h2,
h3,
h4,
p,
pre,
dl,
ol,
ul,
li,
div,
span,
img {
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 2.6em;
  line-height: 26px;
  margin: 0 0 25px 0;
  color: #808080;
}
h2 {
  font-size: 2.5em;
  margin: 0 0 20px 0;
  line-height: 25px;
  color: #2F2F2F;
  font-weight: normal;
}
h2 span {
  font-weight: normal;
}
h3 {
  font-size: 3em;
  margin: 0 0 5px 0;
  line-height: 100%;
  color: #2F2F2F;
}
h4 {
  font-size: 1em;
  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] {
  width: 100%;
  background: none;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  font-size: 1.5em;
  border: 1px solid #808080;
  color: #808080;
}
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: #2F2F2F;
}
textarea {
  padding: 15px 15px 15px 15px;
  background: none;
  font-size: 1.5em;
  width: 100%;
  border: 1px solid #808080;
  resize: vertical;
  min-height: 180px;
  color: #808080;
  overflow: auto;
}
input[type=text],
input[type=date],
input[type=email],
input[type=submit],
textarea {
  font-family: 'Roboto Condensed', sans-serif, Arial, Verdana, Tahoma;
}
label {
  font-size: 1.5em;
  display: inline-block;
  line-height: 25px;
}
select {
  height: 30px;
  line-height: 30px;
  color: #808080;
  width: 100%;
  font-size: 1.4em;
}
.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;
}
.text a {
  color: #ff7300;
}
.text strong {
  color: #ff7300;
}
.text p {
  padding: 0 0 20px 0;
  line-height: 130%;
}
.text ul {
  list-style-type: none;
  margin: 0 0 10px 10px;
}
.text ol {
  margin: 0 0 10px 20px;
}
.text li {
  padding: 0 0 10px 25px;
  background: url('bg-li.png') left 6px no-repeat;
}
.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: 2.5em;
}
.text p + h2,
.text ul + h2,
.text div + h2 {
  margin-top: 40px;
}
.text p + h3,
.text ul + h3,
.text div + h3 {
  margin-top: 20px;
}
.text h3 {
  font-size: 1.66em;
  font-weight: bold;
  padding-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 .biggest {
  font-size: 1.6em;
}
.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: #2F2F2F;
}
/* templates */
/* menu */
.slicknav_menu {
  display: none;
  color: #808080;
  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: 13px;
  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 {
  position: relative;
  top: -20px;
  right: 10px;
}
/* button */
.btn {
  display: inline-block;
  text-transform: uppercase !important;
  text-decoration: none;
  font-size: 24px !important;
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  text-align: center;
  padding: 0 30px 0 30px;
}
.btn:hover {
  -webkit-transition-property: background;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.btn-orange {
  background: #ff7300 !important;
  color: #fff !important;
}
.btn-orange:hover {
  background: #2F2F2F;
  color: #fff;
}
.btn-orange.btn-hover:hover {
  -webkit-transition-property: background;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  background-color: #2F2F2F !important;
}
/* 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: #2F2F2F;
}
#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: 40px;
}
.breadcrumb ul {
  margin-left: 0;
}
.breadcrumb li {
  display: inline;
  font-size: 1.8em;
}
.breadcrumb li:last-child {
  color: #ff7300;
  font-weight: bold;
}
.breadcrumb li a {
  text-decoration: none;
  color: #808080;
}
.breadcrumb li span {
  padding: 0 10px 0 10px;
  color: #808080;
}
/* 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-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('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-pomoc_detem2 {
  background: url('svg/pomoc_detem2.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;
}
.svg-25let {
  background: url('svg/25let.svg') left top no-repeat;
}
.svg-25letblack {
  background: url('svg/25letblack.svg') left top no-repeat;
}
.svg-technologie {
  background: url('svg/technologie.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;
}
.hide {
  display: none;
}
.orange {
  color: #ff7300;
}
#all {
  font-size: 0.625em;
}
.col-in {
  width: 1180px;
  margin: 0 auto;
}
#header {
  width: 100%;
}
.header-top {
  width: 100%;
  padding: 10px 0 18px 0;
}
.header-top .langs {
  float: right;
  margin: 0 0 0 35px;
  position: relative;
  top: 5px;
}
.header-top .langs ul {
  list-style-type: none;
}
.header-top .langs ul li {
  display: inline-block;
  font-size: 1.6em;
}
.header-top .langs ul li a {
  text-decoration: none;
  color: #808080;
}
.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;
}
.header-top .hs-icons {
  float: right;
  margin: 0 0 0 50px;
}
.header-top .hs-icons a {
  display: inline-block;
  margin: 0 20px 0 0;
}
.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: 140px;
  /*li:nth-child(2) { display:block; }*/
}
.header-top .companies .companies-select .svg {
  width: 139px;
  height: 28px;
}
.header-top .companies .companies-select ul {
  position: absolute;
  z-index: 2;
  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 {
  margin-top: 20px;
  z-index: 101;
  width: 279px;
  position: absolute;
  background: #ff7300;
}
.logo a {
  display: block;
  -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 {
  width: 280px;
  height: 142px;
}
#header-slider {
  min-height: 350px;
}
.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;
  text-shadow: 0px 0px 20px #211e1e;
}
.header-center .header-image .header-center-text .smaller-h1 {
  color: #fff;
  font-size: 7em;
  line-height: 80px;
  padding-top: 12.5%;
  font-weight: bold;
  margin-bottom: 0;
  text-shadow: 0px 0px 20px #211e1e;
}
@media only screen and (max-width: 1140px) {
  .header-center .header-image .header-center-text .smaller-h1 {
    font-size: 3.5em;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .header-center .header-image .header-center-text .smaller-h1 {
    padding-top: 3%;
    font-size: 3em;
    line-height: 30px;
  }
}
.header-center .header-image .header-center-text .text {
  color: #fff;
  font-size: 3em;
  text-shadow: 0px 0px 20px #211e1e;
}
.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);
  height: 105px;
}
.header-center .header-line .header-menu-res {
  display: none;
}
.header-center .header-line .header-menu {
  float: right;
  display: table;
  width: 74.4%;
}
.header-center .header-line .header-menu ul {
  display: table-row;
}
.header-center .header-line .header-menu li {
  display: table-cell;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 10px 0 10px 0;
}
.header-center .header-line .header-menu li a {
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  padding: 25px 10px 0 10px;
  display: inline-block;
  height: 105px;
  position: relative;
  width: 100%;
  text-align: center;
}
.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: #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:hover a.active {
  background-color: #ff7300;
}
.header-center .header-line .header-menu li.active a {
  background-color: #ff7300;
}
.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;
  -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);
}
.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: #808080;
  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 a.menu-link {
  color: #ff7300;
  display: inline-block;
  width: auto;
  vertical-align: unset;
}
.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;
  color: #000;
}
.header-center .header-line .header-menu .submenu .submenu-menu li a:hover {
  background-color: #E3E3E3;
  color: #2F2F2F;
  -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: #000;
  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: #2F2F2F;
  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-col .text a {
  text-decoration: underline;
}
.header-center .header-line .header-menu .submenu .submenu-contents .submenu-content-col .text a:hover {
  text-decoration: 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: #2F2F2F;
}
.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: #2F2F2F !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;
  text-decoration: underline;
}
.header-center .header-line .header-menu .submenu .submenu-contents .menu-link-center a:hover {
  text-decoration: none;
}
.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;
}
.header-center .header-line .header-menu .submenu .content-template-menu-contact-person a {
  display: inline-block;
  color: #ff7300;
  width: auto;
  vertical-align: baseline;
}
.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: #2F2F2F;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-weight: 600;
}
.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: 20px;
}
.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: #808080;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  height: 130px;
  padding: 20px 10px 25px 10px;
  border-bottom: 1px solid #808080;
  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;
}
#main.nosubpages {
  padding-top: 42px;
}
.homepage #main {
  padding: 0;
}
.home-content {
  background: #F9F9F9 url('bg-home.jpg') 50% bottom no-repeat;
  padding: 50px 0 20px 0;
}
.home-content h1 {
  font-size: 1.44em;
  text-transform: none;
  color: #2F2F2F;
  line-height: 100%;
}
.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 50px 0;
}
.home-bookmarks .bookmark-list,
.page-bookmarks .bookmark-list {
  width: 100%;
  display: table;
  border-bottom: 2px solid #808080;
}
.home-bookmarks .bookmark-list ul,
.page-bookmarks .bookmark-list ul {
  width: 100%;
  display: table-row;
}
.home-bookmarks .bookmark-list li,
.page-bookmarks .bookmark-list li {
  line-height: 30px;
  display: table-cell;
  text-align: center;
  font-size: 3em;
  text-transform: uppercase;
}
.home-bookmarks .bookmark-list li a,
.page-bookmarks .bookmark-list li a {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 20px 0 20px 0;
}
.home-bookmarks .bookmark-list li a:hover:after,
.page-bookmarks .bookmark-list li a:hover:after,
.home-bookmarks .bookmark-list li a.active:after,
.page-bookmarks .bookmark-list li a.active:after {
  content: '';
  position: absolute;
  background: #ff7300;
  width: 100%;
  height: 6px;
  bottom: -4px;
  left: 0;
}
.home-bookmarks .bookmarks-contents,
.page-bookmarks .bookmarks-contents {
  margin: 50px 0 50px 0;
}
.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;
}
.home-bookmarks .bookmark-content-wrapper .bookmark-list ul,
.page-bookmarks .bookmark-content-wrapper .bookmark-list ul {
  display: block;
}
.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: #2F2F2F;
  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 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 {
  float: right;
  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: auto;
  line-height: 30px;
}
.text .highlighted {
  font-size: 1.11em;
  margin-bottom: 0.5rem;
}
#work-filter-items li.active {
  display: block;
}
.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: #808080;
}
.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: #2F2F2F;
}
.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: #2F2F2F;
  color: #fff;
}
.calc-item .label {
  line-height: 30px;
}
.calc-item.last {
  background: #ff7300;
}
.calc-item.last .label,
.calc-item.last .field {
  font-weight: 700;
}
.calculator {
  padding: 0 15px;
  font-size: 1.6em;
}
.calculator input[type=text] {
  padding: 3px 6px;
  background: #fff;
  font-size: 1em;
  text-align: right;
  border: none;
  color: #2F2F2F;
}
.calculator .field {
  display: block;
  text-align: right;
  height: 30px;
  line-height: 24px;
  padding: 3px 6px;
  color: #2F2F2F;
  background: #fff;
}
#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: #808080;
  overflow: hidden;
  width: 100%;
}
.footer-center h2 {
  font-size: 2.4em;
  color: #2F2F2F;
  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: #808080;
  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: #808080;
}
/* komponenty */
.btn {
  background: #ff7300;
  color: #fff;
  padding: 0 10px 0 10px;
  height: 45px;
  line-height: 45px;
}
.btn:hover {
  background: #2F2F2F;
}
.btn-orange:hover {
  background: #2F2F2F;
}
/* styly pro texty z wysiwygu */
.text .text-darker {
  color: #2F2F2F;
}
.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 {
  background: #ff7300;
  color: #fff;
}
/* strukturovaná H2 */
.text h2,
h2.span {
  font-size: 2.5em;
  color: #2F2F2F;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: normal;
}
.text h2 span,
h2.span span {
  font-size: 0.66em;
  color: #808080;
  display: inline-block;
  min-width: 135px;
  text-align: right;
  border-bottom: 6px solid #ff7300;
  padding: 0 0 10px 0;
  margin: 0 20px 0 0;
  position: relative;
  top: -20px;
}
.text span.ah2 {
  font-size: 2.5em;
  color: #2F2F2F;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: normal;
}
.text span.ah2 span.ah2-line {
  font-size: 0.66em;
  color: #808080;
  display: inline-block;
  min-width: 135px;
  text-align: right;
  border-bottom: 6px solid #ff7300;
  padding: 0 0 10px 0;
  margin: 0 20px 0 0;
  position: relative;
  top: -20px;
}
#work-h2 {
  font-weight: normal;
  color: #2F2F2F;
}
/* novinky */
.new-list-item {
  border: 1px solid #E3E3E3;
  padding: 30px 0 30px 0;
  margin: 0 0 30px 0;
}
.new-list-item a.no-link {
  color: #000;
  text-decoration: none;
}
.new-list-item .new-top {
  padding: 0 30px 15px 30px;
}
.new-list-item .new-line {
  width: 100%;
  height: 3px;
  background: #ff7300;
}
.new-list-item .new-bottom {
  padding: 15px 30px 0 30px;
  font-size: 1.8em;
  color: #000;
}
.new-list-item .new-img {
  float: right;
}
.new-list-item .new-text {
  width: 80%;
  text-align: justify;
}
.new-content .text {
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .new-list-item .new-img {
    float: left;
    margin-bottom: 10px;
  }
}
.border-left {
  border-left: 3px solid #ff7300;
  padding-left: 30px !important;
}
/* 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;
}
.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%;
}
.bg-body {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
.popup {
  width: 70%;
  height: auto;
  max-width: 900px;
  max-height: 600px;
  position: absolute;
  z-index: 1010;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  display: none;
  -webkit-box-shadow: 0px 0px 10px 0px #ff7300;
  -moz-box-shadow: 0px 0px 10px 0px #ff7300;
  box-shadow: 0px 0px 10px 0px #ff7300;
}
.popup-text {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  flex-wrap: wrap;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popup .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .popup {
    width: 98%;
    height: 98%;
  }
  .popup .popup-hider {
    display: none;
  }
}
.header-slider-content {
  max-height: 768px !important;
}
.header-slider-item {
  max-height: 768px !important;
}
/* 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%;
}
@media only screen and (max-width: 768px) {
  .home-content-item > *:has(> .row) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bmc-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-in:has(> .contact-row.row) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.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;
  }
  .margin-bottom-xs-40 {
    margin-bottom: 40px;
  }
}
/* 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%;
  }
  .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-center .header-line .header-menu li {
    font-size: 22px;
  }
  .header-center .header-line .header-menu li a {
    height: 95px;
  }
  .header-center .header-line .header-menu .submenu {
    top: 95px;
  }
  .logo {
    margin-top: 28px;
    width: 250px;
  }
  .logo .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: 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;
  }
  .logo .svg {
    width: 190px;
    height: 95px;
  }
  .header-center .header-line {
    height: 70px;
  }
  .header-center .header-line .header-menu li {
    font-size: 18px;
  }
  .header-center .header-line .header-menu li a {
    height: 70px;
    padding-top: 25px;
  }
  .header-center .header-line .header-menu .submenu {
    top: 70px;
  }
  .header-center .header-line .header-menu li a span.m-perex {
    display: none;
  }
  .home-bookmarks .bookmark-list li,
  .page-bookmarks .bookmark-list li {
    font-size: 2em;
  }
  .header-top .hs-icons {
    margin-left: 25px;
  }
  .header-top .langs {
    margin-left: 25px;
  }
  .home-two-cols {
    background: none;
  }
  .home-two-cols .cite-box {
    color: #808080;
    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: 767px) {
  .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: #2F2F2F;
    border: none;
  }
  .header-subpages li:nth-child(2n) {
    margin-right: 0;
  }
  .header-subpages li:nth-child(2n+1) {
    clear: both;
  }
  .col-5 {
    width: 100% !important;
  }
  .logo {
    position: relative;
    margin-top: 0;
  }
  .logo .svg {
    width: 150px;
    height: 69px;
  }
  .header-top {
    background: #ff7300;
    padding: 0;
  }
  .header-top .hs-icons {
    display: none;
  }
  .header-top .companies {
    display: none;
  }
  .header-top .langs {
    margin: 28px 65px 0 0;
  }
  .header-top .langs ul li,
  .header-top .langs ul li a {
    color: #fff;
  }
  .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;
  }
  .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;
  }
  .home-content-item {
    max-width: 100%;
    width: auto;
  }
  .home-top-bookmarks .line-label .big-number {
    font-size: 3em;
  }
  .home-top-bookmarks .line-label .big-text {
    margin-left: 40px;
  }
  .home-top-bookmarks .line-label .line-text {
    margin-top: 30px;
  }
  .text h2 span,
  h2.span span {
    min-width: 100px;
  }
  .home-two-cols .support-box .text {
    margin-left: 0;
  }
  .list-pages-subitem.silver-left .col-l {
    margin-bottom: 20px;
  }
  .footer-label {
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-control {
    display: none;
  }
  .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-top .langs {
    position: relative;
    top: 0;
  }
  .header-center .header-image .header-center-text h1 {
    padding-top: 8.5%;
  }
}
@media only screen and (max-width: 480px) {
  .logo {
    width: 140px;
  }
  .logo .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;
  }
}
