/* Grid Gutters */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #585858;
  font-weight: 400;
  background: #fff;
}
p {
  margin: 0 0 1em 0;
}
a {
  color: #cd5c5c;
  background: transparent;
  text-decoration: underline;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: sans-serif;
  margin: 0;
}
h1,
.h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 2.375rem;
  margin-top: .7em;
  margin-bottom: .5em;
  color: #343434;
  font-weight: 400;
}
h2,
.h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 32px;
  line-height: 2rem;
  margin-top: 1.4em;
  margin-bottom: .2em;
  color: #343434;
  font-weight: 400;
}
h3,
.h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-top: 1em;
  margin-bottom: .2em;
  color: #343434;
  font-weight: 400;
}
h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 1em;
  margin-bottom: .2em;
  color: #343434;
  font-weight: 400;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-top: 1em;
  margin-bottom: .1em;
  color: #343434;
  font-weight: 400;
}
h6,
.h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 1em;
  margin-bottom: .1em;
  color: #343434;
  font-weight: 400;
}
b,
strong,
.strong {
  font-weight: 700;
}
em,
.em {
  font-style: italic;
}
abbr[title],
.abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small,
.small {
  font-size: 80%;
}
mark,
.mark {
  background: #ff0;
  color: #000;
}
sub,
.sub,
sup,
.sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup,
.sup {
  top: -0.5em;
}
sub,
.sub {
  bottom: -0.25em;
}
del,
.del {
  text-decoration: line-through;
}
figure {
  margin: 1em 40px;
}
hr,
.hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  background: #eee;
  border: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
ul,
ol {
  margin: 1em 0 2em 0;
  padding: 0 0 0 40px;
}
ul li,
ol li {
  margin-bottom: 5px;
}
dl:before,
dl:after {
  content: " ";
  display: table;
}
dl:after {
  clear: both;
}
dl dt {
  float: left;
  width: 25%;
  display: block;
  font-weight: 400;
}
dl dd {
  overflow: hidden;
  display: block;
}
blockquote,
.blockquote {
  font-family: sans-serif;
  font-weight: 400;
  color: #424242;
  font-style: italic;
  margin: 3em 0;
}
blockquote p,
.blockquote p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: .4em;
}
blockquote cite,
.blockquote cite {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 700;
  font-style: normal;
  color: #777;
}
caption {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 700;
  text-align: left;
  padding: .5em 0;
  border-bottom: 1px solid #d7d7d7;
}
table {
  font-size: 14px;
  font-size: 0.875rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 1em 0;
  text-align: left;
}
table thead td,
table tbody td,
table tfoot td,
table thead th,
table tbody th,
table tfoot th {
  color: #585858;
  padding: .8em .5em;
  border-bottom: 1px solid #e9e9e9;
}
code,
kbd,
pre,
samp {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  word-wrap: break-word;
  font-family: 'courier new', monospace, serif;
  color: #272727;
  background-color: #f1f1f1;
  font-weight: normal;
  padding: 5px;
  white-space: pre-wrap;
}
pre {
  padding: 10px;
  overflow: auto;
  border: 1px solid #d7d7d7;
}
fieldset,
legend {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
}
.form {
  padding-top: 1em;
  padding-bottom: 1em;
}
label,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input {
  line-height: normal;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"] {
  height: 36px;
  padding: 0 .4em;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: auto;
}
select {
  text-transform: none;
  height: 36px;
  padding: 0 .4em;
  background-color: #fff;
  border: 1px solid #ccc;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
.button {
  border: 1px solid #d7d7d7;
  background-color: #f3f3f3;
  line-height: normal;
  padding: .5em 1em;
  text-decoration: none;
  color: #363636;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover,
.button:active {
  text-decoration: none;
}
.button:hover {
  background: #f9f9f9;
}
.button-link {
  color: #cd5c5c;
  text-decoration: underline;
  border: 0;
  background: transparent;
  padding: 0;
}
.button-link:hover {
  text-decoration: none;
}
.button-link:active {
  outline: 0;
}
.select {
  border: 1px solid #ccc;
  overflow: hidden;
  height: 36px;
  line-height: 32px;
  padding: 0 .4em;
  position: relative;
  display: block;
}
.select:before {
  content: "";
  border: 6px solid transparent;
  border-top-color: #676767;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
}
.select select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  width: 120%;
  height: 36px;
  padding: 0;
  line-height: normal;
  border: 0;
  background: transparent;
  display: block;
}
.select select:focus {
  outline: 0;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container-full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 740px) {
  .container,
  .container-full {
    width: 720px;
  }
  .container-tablet {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-full-tablet {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1120px) {
  .container,
  .container-full {
    width: 1100px;
  }
  .container-desktop {
    width: 1100px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-full-desktop {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1120px) {
  .container,
  .container-full {
    width: 1100px;
  }
  .container-hd {
    width: 1100px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-full-hd {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
.push-1 {
  left: 8.33333333%;
}
.push-2 {
  left: 16.66666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.33333333%;
}
.push-5 {
  left: 41.66666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.33333333%;
}
.push-8 {
  left: 66.66666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.33333333%;
}
.push-11 {
  left: 91.66666667%;
}
.pull-1 {
  left: -8.33333333%;
}
.pull-2 {
  left: -16.66666667%;
}
.pull-3 {
  left: -25%;
}
.pull-4 {
  left: -33.33333333%;
}
.pull-5 {
  left: -41.66666667%;
}
.pull-6 {
  left: -50%;
}
.pull-7 {
  left: -58.33333333%;
}
.pull-8 {
  left: -66.66666667%;
}
.pull-9 {
  left: -75%;
}
.pull-10 {
  left: -83.33333333%;
}
.pull-11 {
  left: -91.66666667%;
}
@media only screen and (min-width: 740px) {
  .col-1-tablet,
  .col-2-tablet,
  .col-3-tablet,
  .col-4-tablet,
  .col-5-tablet,
  .col-6-tablet,
  .col-7-tablet,
  .col-8-tablet,
  .col-9-tablet,
  .col-10-tablet,
  .col-11-tablet,
  .col-12-tablet {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-1-tablet {
    width: 8.33333333%;
  }
  .col-2-tablet {
    width: 16.66666667%;
  }
  .col-3-tablet {
    width: 25%;
  }
  .col-4-tablet {
    width: 33.33333333%;
  }
  .col-5-tablet {
    width: 41.66666667%;
  }
  .col-6-tablet {
    width: 50%;
  }
  .col-7-tablet {
    width: 58.33333333%;
  }
  .col-8-tablet {
    width: 66.66666667%;
  }
  .col-9-tablet {
    width: 75%;
  }
  .col-10-tablet {
    width: 83.33333333%;
  }
  .col-11-tablet {
    width: 91.66666667%;
  }
  .col-12-tablet {
    width: 100%;
  }
  .push-1-tablet {
    left: 8.33333333%;
  }
  .push-2-tablet {
    left: 16.66666667%;
  }
  .push-3-tablet {
    left: 25%;
  }
  .push-4-tablet {
    left: 33.33333333%;
  }
  .push-5-tablet {
    left: 41.66666667%;
  }
  .push-6-tablet {
    left: 50%;
  }
  .push-7-tablet {
    left: 58.33333333%;
  }
  .push-8-tablet {
    left: 66.66666667%;
  }
  .push-9-tablet {
    left: 75%;
  }
  .push-10-tablet {
    left: 83.33333333%;
  }
  .push-11-tablet {
    left: 91.66666667%;
  }
  .pull-1-tablet {
    left: -8.33333333%;
  }
  .pull-2-tablet {
    left: -16.66666667%;
  }
  .pull-3-tablet {
    left: -25%;
  }
  .pull-4-tablet {
    left: -33.33333333%;
  }
  .pull-5-tablet {
    left: -41.66666667%;
  }
  .pull-6-tablet {
    left: -50%;
  }
  .pull-7-tablet {
    left: -58.33333333%;
  }
  .pull-8-tablet {
    left: -66.66666667%;
  }
  .pull-9-tablet {
    left: -75%;
  }
  .pull-10-tablet {
    left: -83.33333333%;
  }
  .pull-11-tablet {
    left: -91.66666667%;
  }
}
@media only screen and (min-width: 1120px) {
  .col-1-desktop,
  .col-2-desktop,
  .col-3-desktop,
  .col-4-desktop,
  .col-5-desktop,
  .col-6-desktop,
  .col-7-desktop,
  .col-8-desktop,
  .col-9-desktop,
  .col-10-desktop,
  .col-11-desktop,
  .col-12-desktop {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-1-desktop {
    width: 8.33333333%;
  }
  .col-2-desktop {
    width: 16.66666667%;
  }
  .col-3-desktop {
    width: 25%;
  }
  .col-4-desktop {
    width: 33.33333333%;
  }
  .col-5-desktop {
    width: 41.66666667%;
  }
  .col-6-desktop {
    width: 50%;
  }
  .col-7-desktop {
    width: 58.33333333%;
  }
  .col-8-desktop {
    width: 66.66666667%;
  }
  .col-9-desktop {
    width: 75%;
  }
  .col-10-desktop {
    width: 83.33333333%;
  }
  .col-11-desktop {
    width: 91.66666667%;
  }
  .col-12-desktop {
    width: 100%;
  }
  .push-1-desktop {
    left: 8.33333333%;
  }
  .push-2-desktop {
    left: 16.66666667%;
  }
  .push-3-desktop {
    left: 25%;
  }
  .push-4-desktop {
    left: 33.33333333%;
  }
  .push-5-desktop {
    left: 41.66666667%;
  }
  .push-6-desktop {
    left: 50%;
  }
  .push-7-desktop {
    left: 58.33333333%;
  }
  .push-8-desktop {
    left: 66.66666667%;
  }
  .push-9-desktop {
    left: 75%;
  }
  .push-10-desktop {
    left: 83.33333333%;
  }
  .push-11-desktop {
    left: 91.66666667%;
  }
  .pull-1-desktop {
    left: -8.33333333%;
  }
  .pull-2-desktop {
    left: -16.66666667%;
  }
  .pull-3-desktop {
    left: -25%;
  }
  .pull-4-desktop {
    left: -33.33333333%;
  }
  .pull-5-desktop {
    left: -41.66666667%;
  }
  .pull-6-desktop {
    left: -50%;
  }
  .pull-7-desktop {
    left: -58.33333333%;
  }
  .pull-8-desktop {
    left: -66.66666667%;
  }
  .pull-9-desktop {
    left: -75%;
  }
  .pull-10-desktop {
    left: -83.33333333%;
  }
  .pull-11-desktop {
    left: -91.66666667%;
  }
}
@media only screen and (min-width: 1120px) {
  .col-1-hd,
  .col-2-hd,
  .col-3-hd,
  .col-4-hd,
  .col-5-hd,
  .col-6-hd,
  .col-7-hd,
  .col-8-hd,
  .col-9-hd,
  .col-10-hd,
  .col-11-hd,
  .col-12-hd {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-1-hd {
    width: 8.33333333%;
  }
  .col-2-hd {
    width: 16.66666667%;
  }
  .col-3-hd {
    width: 25%;
  }
  .col-4-hd {
    width: 33.33333333%;
  }
  .col-5-hd {
    width: 41.66666667%;
  }
  .col-6-hd {
    width: 50%;
  }
  .col-7-hd {
    width: 58.33333333%;
  }
  .col-8-hd {
    width: 66.66666667%;
  }
  .col-9-hd {
    width: 75%;
  }
  .col-10-hd {
    width: 83.33333333%;
  }
  .col-11-hd {
    width: 91.66666667%;
  }
  .col-12-hd {
    width: 100%;
  }
  .push-1-hd {
    left: 8.33333333%;
  }
  .push-2-hd {
    left: 16.66666667%;
  }
  .push-3-hd {
    left: 25%;
  }
  .push-4-hd {
    left: 33.33333333%;
  }
  .push-5-hd {
    left: 41.66666667%;
  }
  .push-6-hd {
    left: 50%;
  }
  .push-7-hd {
    left: 58.33333333%;
  }
  .push-8-hd {
    left: 66.66666667%;
  }
  .push-9-hd {
    left: 75%;
  }
  .push-10-hd {
    left: 83.33333333%;
  }
  .push-11-hd {
    left: 91.66666667%;
  }
  .pull-1-hd {
    left: -8.33333333%;
  }
  .pull-2-hd {
    left: -16.66666667%;
  }
  .pull-3-hd {
    left: -25%;
  }
  .pull-4-hd {
    left: -33.33333333%;
  }
  .pull-5-hd {
    left: -41.66666667%;
  }
  .pull-6-hd {
    left: -50%;
  }
  .pull-7-hd {
    left: -58.33333333%;
  }
  .pull-8-hd {
    left: -66.66666667%;
  }
  .pull-9-hd {
    left: -75%;
  }
  .pull-10-hd {
    left: -83.33333333%;
  }
  .pull-11-hd {
    left: -91.66666667%;
  }
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-float {
  float: none;
}
.no-background {
  background: transparent;
}
.no-border {
  border: 0;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.font-100 {
  font-weight: 100;
}
.font-200 {
  font-weight: 200;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-800 {
  font-weight: 800;
}
.font-900 {
  font-weight: 900;
}
.font-normal {
  font-style: normal;
}
.font-italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.none {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-space-around {
  justify-content: space-around;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-start {
  justify-content: flex-start;
}
.flex-center {
  justify-content: center;
}
.flex-end {
  justify-content: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center-element {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  margin: 0;
  padding: 0;
}
.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.img-responsive {
  max-width: 100%;
}
.img-left {
  float: left;
  margin-right: 20px;
}
.img-right {
  float: right;
  margin-left: 20px;
}
.field-group {
  padding-top: .5em;
  padding-bottom: .5em;
  overflow: hidden;
}
.field-group label {
  padding-top: 8px;
}
.field {
  width: 100%;
}
.disabled {
  pointer-events: none;
  opacity: .5;
}
.checkbox,
.radio {
  display: inline-block;
  position: relative;
  margin-top: .5em;
  margin-bottom: .5em;
}
.checkbox label,
.radio label {
  padding-left: 20px;
  padding-top: 0;
  display: inline-block;
}
.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  top: 4px;
  left: 0;
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media only screen and (min-width: 740px) {
  .no-float-tablet {
    float: none;
  }
  .no-padding-tablet {
    padding: 0;
  }
  .no-margin-tablet {
    margin: 0;
  }
  .none-tablet {
    display: none;
  }
  .block-tablet {
    display: block;
  }
  .inline-block-tablet {
    display: inline-block;
  }
  .inline-tablet {
    display: inline;
  }
  .left-tablet {
    float: left;
  }
  .right-tablet {
    float: right;
  }
  .text-left-tablet {
    text-align: left;
  }
  .text-right-tablet {
    text-align: right;
  }
  .text-center-tablet {
    text-align: center;
  }
  .text-justify-tablet {
    text-align: justify;
  }
  .no-col-tablet {
    width: auto;
    float: none;
  }
  .no-push-tablet,
  .no-pull-tablet {
    left: 0;
  }
}
@media only screen and (min-width: 1120px) {
  .no-float-desktop {
    float: none;
  }
  .no-padding-desktop {
    padding: 0;
  }
  .no-margin-desktop {
    margin: 0;
  }
  .none-desktop {
    display: none;
  }
  .block-desktop {
    display: block;
  }
  .inline-block-desktop {
    display: inline-block;
  }
  .inline-desktop {
    display: inline;
  }
  .left-desktop {
    float: left;
  }
  .right-desktop {
    float: right;
  }
  .text-left-desktop {
    text-align: left;
  }
  .text-right-desktop {
    text-align: right;
  }
  .text-center-desktop {
    text-align: center;
  }
  .text-justify-desktop {
    text-align: justify;
  }
  .no-col-desktop {
    width: auto;
    float: none;
  }
  .no-push-desktop,
  .no-pull-desktop {
    left: 0;
  }
}
@media only screen and (min-width: 1120px) {
  .no-float-hd {
    float: none;
  }
  .no-padding-hd {
    padding: 0;
  }
  .no-margin-hd {
    margin: 0;
  }
  .none-hd {
    display: none;
  }
  .block-hd {
    display: block;
  }
  .inline-block-hd {
    display: inline-block;
  }
  .inline-hd {
    display: inline;
  }
  .left-hd {
    float: left;
  }
  .right-hd {
    float: right;
  }
  .text-left-hd {
    text-align: left;
  }
  .text-right-hd {
    text-align: right;
  }
  .text-center-hd {
    text-align: center;
  }
  .text-justify-hd {
    text-align: justify;
  }
  .no-col-hd {
    width: auto;
    float: none;
  }
  .no-push-hd,
  .no-pull-hd {
    left: 0;
  }
}
@media print {
  .no-float-print {
    float: none;
  }
  .no-padding-print {
    padding: 0;
  }
  .no-margin-print {
    margin: 0;
  }
  .none-print {
    display: none;
  }
  .block-print {
    display: block;
  }
  .inline-block-print {
    display: inline-block;
  }
  .inline-print {
    display: inline;
  }
  .text-left-print {
    text-align: left;
  }
  .text-right-print {
    text-align: right;
  }
  .text-center-print {
    text-align: center;
  }
  .text-justify-print {
    text-align: justify;
  }
  .no-col-print {
    width: auto;
    float: none;
  }
  .no-push-print,
  .no-pull-print {
    left: 0;
  }
}
.nosta-h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: Cambria, Georgia, sans-serif;
  font-weight: bold;
  margin-top: 5%;
}
.big-bg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.scale-arrow {
  display: inline-block;
  transform: scale(1, 2.3);
  -webkit-transform: scale(1, 2.3);
  -ms-transform: scale(1, 2.3);
}
.delimiter {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 150px;
  border-bottom: 1px solid #f07f00;
}
.delimiter.center {
  margin-left: auto;
  margin-right: auto;
}
.nosta-button {
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  text-decoration: none;
  padding: 4px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  outline: 0;
}
.nosta-button span {
  font-weight: normal;
}
.nosta-button:hover {
  color: #f07f00;
}
.nosta-button span.subtitle {
  text-transform: none;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: normal;
}
.nosta-button span.arrow {
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 15px;
  padding-bottom: 1px;
  display: inline-block;
  transform: scale(1, 2.3);
  -webkit-transform: scale(1, 2.3);
  -ms-transform: scale(1, 2.3);
}
.nosta-button.big {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding-top: 10px;
  font-weight: bold;
}
.nosta-button.big span.arrow {
  font-size: 27px;
  font-size: 1.6875rem;
  padding-bottom: 8px;
}
.nosta-button.blue {
  border-color: #0a1d4d;
  color: #0a1d4d;
}
.nosta-button.blue:hover {
  border-color: #f07f00;
  color: #f07f00;
}
.nosta-button.orange {
  background-color: #0a1d4d;
  background-color: rgba(10, 29, 77, 0.65);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a60a1d4d, endColorstr=#a60a1d4d);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a60a1d4d, endColorstr=#a60a1d4d);
}
.nosta-button.orange:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.nosta-button.dual {
  color: #f07f00;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.1em;
  background-color: #0a1d4d;
  background-color: rgba(10, 29, 77, 0.65);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a60a1d4d, endColorstr=#a60a1d4d);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a60a1d4d, endColorstr=#a60a1d4d);
}
.nosta-button.dual span {
  color: #FFFFFF;
  letter-spacing: 0;
}
.nosta-button.dual:hover span {
  color: #f07f00;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header h1 {
  margin: 0;
  padding: 0;
}
header h1 span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: #f07f00;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
header div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header.small h1 span {
  display: none;
}
header ul {
  display: block;
}
header ul li {
  height: 16px;
  line-height: 16px;
  width: 34%;
  margin: 0;
  padding: 0;
  border-left: 1px solid #f07f00;
}
header ul li:first-child {
  border: none;
}
header ul li:nth-child(1) {
  width: 22%;
}
header ul li:nth-child(2) {
  width: 40%;
}
header ul a {
  font-size: 16px;
  line-height: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #1c1c1c;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
}
header ul a:hover {
  font-weight: 700;
}
#move-down {
  font-size: 20px;
  font-size: 1.25rem;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: -0.3em;
  width: 1.5em;
}
#move-down .faded {
  color: #44332e;
}
#move-down .bright {
  color: #f07f00;
}
.orange {
  color: #f07f00;
}
.darker {
  color: #1C1C1C;
}
.welcome {
  height: -webkit-calc(-100vh);
  height: -moz-calc(-100vh);
  height: calc(100vh - 200px);
  display: flex;
  align-items: center;
}
.welcome h2,
.welcome h3 {
  color: #FFFFFF;
  font-family: Cambria, Georgia, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.welcome p {
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.sub-welcome {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: auto;
  min-height: -webkit-calc(-100vh);
  min-height: -moz-calc(-100vh);
  min-height: calc(100vh - 200px);
  padding: 4% 0;
  color: #FFFFFF;
}
.sub-welcome h3 {
  font-weight: 400;
  margin: 30px auto;
}
.sub-welcome div.pad,
.sub-welcome p.pad {
  padding: 4% 0;
}
dl.dl-list {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
dl.dl-list span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}
dl.dl-list dt {
  display: block;
  float: left;
  clear: both;
  text-align: left;
  margin: 0;
  padding-bottom: 15px;
}
dl.dl-list dd {
  display: block;
  float: left;
  width: 80px;
  text-align: right;
  margin: 0;
  padding-bottom: 15px;
}
dl.dl-list dd.down {
  padding-top: 15px;
}
dl.dl-list a {
  text-decoration: none;
  color: #f07f00;
  display: inline-block;
}
dl.dl-list a:hover {
  color: #FFFFFF;
}
.height-as-needed {
  height: auto;
  min-height: -webkit-calc(-100vh);
  min-height: -moz-calc(-100vh);
  min-height: calc(100vh - 200px);
}
#vitejte {
  background-color: #0d1e4d;
  background-image: url('../img/bg/vitejte.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#vitejte h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  padding-bottom: 5%;
}
#o-nas {
  background-image: url('../img/bg/o-nas.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 4% 0;
  background-position: bottom center;
}
#o-nas h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: Cambria, Georgia, sans-serif;
  font-weight: bold;
  margin-top: 5%;
}
#o-nas img {
  max-width: 100%;
}
#zajistujeme {
  padding: 4% 0;
}
#zajistujeme h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: Cambria, Georgia, sans-serif;
  font-weight: bold;
  margin-top: 5%;
  margin-top: 0;
}
#info {
  background-image: url("../img/o-nas-bg.png");
  padding: 4% 0;
}
#zkousky {
  background-image: url("../img/bg/zkousky-vitejte.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: auto;
  min-height: -webkit-calc(-100vh);
  min-height: -moz-calc(-100vh);
  min-height: calc(100vh - 200px);
  padding: 4% 0;
  color: #FFFFFF;
}
#zkousky h3 {
  font-weight: 400;
  margin: 30px auto;
}
#zkousky div.pad,
#zkousky p.pad {
  padding: 4% 0;
}
.zkousky #zajistujeme {
  background: #FFFFFF no-repeat right top;
  background-size: cover;
}
#bozp {
  background-image: url('../img/bg/bozp-vitejte.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: auto;
  min-height: -webkit-calc(-100vh);
  min-height: -moz-calc(-100vh);
  min-height: calc(100vh - 200px);
  padding: 4% 0;
  color: #FFFFFF;
}
#bozp h3 {
  font-weight: 400;
  margin: 30px auto;
}
#bozp div.pad,
#bozp p.pad {
  padding: 4% 0;
}
.bozp #zajistujeme,
.bozp-zajistujeme {
  padding: 4% 0;
  background-color: #fbfbfb;
}
.bozp #zajistujeme h2,
.bozp-zajistujeme h2 {
  width: 70%;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: Cambria, Georgia, sans-serif;
  font-weight: bold;
  margin-top: 5%;
  margin-top: 0;
}
.bozp #zajistujeme h2.center,
.bozp-zajistujeme h2.center {
  margin-left: auto;
  margin-right: auto;
}
#inzenyrska-cinnost {
  background-image: url('../img/bg/inzenyrska-vitejte.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: auto;
  min-height: -webkit-calc(-100vh);
  min-height: -moz-calc(-100vh);
  min-height: calc(100vh - 200px);
  padding: 4% 0;
  color: #FFFFFF;
}
#inzenyrska-cinnost h3 {
  font-weight: 400;
  margin: 30px auto;
}
#inzenyrska-cinnost div.pad,
#inzenyrska-cinnost p.pad {
  padding: 4% 0;
}
#rizeni {
  background-image: url('../img/bg/rizeni.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: auto;
  min-height: -webkit-calc(-100vh);
  min-height: -moz-calc(-100vh);
  min-height: calc(100vh - 200px);
  padding: 4% 0;
  color: #FFFFFF;
}
#rizeni h3 {
  font-weight: 400;
  margin: 30px auto;
}
#rizeni div.pad,
#rizeni p.pad {
  padding: 4% 0;
}
.rizeni #zajistujeme {
  background-image: url('../img/bg/rizeni-druha.jpg');
  padding: 4% 0;
}
.rizeni #zajistujeme h2 {
  padding-top: 5%;
  color: #FFFFFF;
}
.rizeni #reference {
  background-color: #efeeee;
  padding: 4% 0;
}
.rizeni #reference div.img {
  height: 95px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rizeni #reference h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: Cambria, Georgia, sans-serif;
  font-weight: bold;
  margin-top: 5%;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin: 0;
  padding: 0;
}
.rizeni #reference h2 .small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.rizeni #reference p {
  color: #0a1d4d;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0;
  padding: 4% 0;
}
#vecna-bremena {
  background-image: url('../img/bg/bremena-vitejte.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: auto;
  min-height: -webkit-calc(-100vh);
  min-height: -moz-calc(-100vh);
  min-height: calc(100vh - 200px);
  padding: 4% 0;
  color: #FFFFFF;
}
#vecna-bremena h3 {
  font-weight: 400;
  margin: 30px auto;
}
#vecna-bremena div.pad,
#vecna-bremena p.pad {
  padding: 4% 0;
}
.vecna-bremena #zajistujeme {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 4% 0;
}
#vecna-bremena-mapa {
  background-color: #161d2d;
  padding: 50px 0;
  color: #FFFFFF;
}
#vecna-bremena-mapa img {
  max-width: 100%;
}
#vecna-bremena-mapa div.vertical {
  padding-top: 5%;
}
#vecna-bremena-mapa h3 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #FFFFFF;
}
#vecna-bremena-mapa p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
}
#vecna-bremena-mapa span {
  font-weight: bold;
  color: #f07f00;
  padding: 0 3px;
}
.inzenyrska-cinnost #zajistujeme {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#nase-sluzby-a-reference {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 4% 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#nase-sluzby-a-reference h2 {
  color: #FFFFFF;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: Cambria, Georgia, sans-serif;
  font-weight: bold;
  margin-top: 5%;
}
#nase-sluzby-a-reference ul a {
  color: #FFFFFF;
  text-decoration: none;
}
#nase-sluzby-a-reference ul a:hover {
  color: #f07f00;
}
.placeholder-color {
  color: #acb3c3;
}
.placeholder-error-color {
  color: #FF0000;
}
#kontaktni-formular {
  border-top: 1px solid #000000;
  padding: 4% 0;
}
#kontaktni-formular h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: Cambria, Georgia, sans-serif;
  font-weight: bold;
  margin-top: 5%;
  padding-bottom: 25px;
}
#kontaktni-formular h2.highlight {
  color: #0a1d4d;
}
#kontakt {
  padding: 4% 0;
  clear: both;
}
#kontakt h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: Cambria, Georgia, sans-serif;
  font-weight: bold;
  margin-top: 5%;
  padding-bottom: 25px;
}
#kontakt p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}
#kontakt p span {
  color: #baaeae;
  padding: 0 0.5em;
}
input[type="text"],
textarea {
  background-color: #e6e8ed;
  border: none;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acb3c3;
}
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acb3c3;
}
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acb3c3;
}
input[type="text"].error,
textarea.error {
  background-color: #ff9a9a;
}
input[type="text"].error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: #FF0000;
}
input[type="text"].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: #FF0000;
}
input[type="text"].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: #FF0000;
}
.data-block {
  padding: 100px 0;
}
#zalozeni {
  background-color: #FFFFFF;
  padding: 4% 0;
}
#zalozeni h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: Cambria, Georgia, sans-serif;
  font-weight: bold;
  margin-top: 5%;
}
#zalozeni p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
}
#zalozeni p.subtext {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}
ul.services {
  width: 100%;
  margin: 0;
}
ul.services li {
  padding: 0;
  margin: 0;
  text-align: center;
}
ul.services li a {
  display: inline-block;
  min-height: 100px;
  background: no-repeat top center;
  background-size: auto 66px;
  padding-top: 95px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: 300;
  margin: 0 auto;
}
ul.services li a:hover {
  color: #f07f00;
}
ul.services li a.inzenyrska-cinnost {
  background-image: none;
}
ul.services li a.bozp {
  background-image: url("img/icons/bozp.svg");
}
ul.services li a.vecna-bremena {
  background-image: url("img/bremena_o.svg");
}
ul.services li a.zkousky {
  background-image: url("img/zkousky_o.svg");
}
ul.services li a.rizeni {
  background-image: url("img/system-rizeni_o.svg");
}
ul.services li a.kariera {
  background-image: url("img/kariera_o.svg");
}
footer {
  background-color: #1c1c1c;
  height: 70px;
  overflow: hidden;
  width: 100%;
}
footer a.arrow-button {
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  text-decoration: none;
  padding: 4px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  outline: 0;
  border-color: #f07f00;
  color: #FFFFFF;
}
footer a.arrow-button span {
  font-weight: normal;
}
footer a.arrow-button:hover {
  color: #f07f00;
}
footer a.arrow-button span.subtitle {
  text-transform: none;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
  font-weight: normal;
}
footer a.arrow-button span.arrow {
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 15px;
  padding-bottom: 1px;
  display: inline-block;
  transform: scale(1, 2.3);
  -webkit-transform: scale(1, 2.3);
  -ms-transform: scale(1, 2.3);
}
footer a.arrow-button.big {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding-top: 10px;
  font-weight: bold;
}
footer a.arrow-button.big span.arrow {
  font-size: 27px;
  font-size: 1.6875rem;
  padding-bottom: 8px;
}
footer a.arrow-button.blue {
  border-color: #0a1d4d;
  color: #0a1d4d;
}
footer a.arrow-button.blue:hover {
  border-color: #f07f00;
  color: #f07f00;
}
footer a.arrow-button.orange {
  background-color: #0a1d4d;
  background-color: rgba(10, 29, 77, 0.65);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a60a1d4d, endColorstr=#a60a1d4d);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a60a1d4d, endColorstr=#a60a1d4d);
}
footer a.arrow-button.orange:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
footer a.arrow-button.dual {
  color: #f07f00;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.1em;
  background-color: #0a1d4d;
  background-color: rgba(10, 29, 77, 0.65);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a60a1d4d, endColorstr=#a60a1d4d);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a60a1d4d, endColorstr=#a60a1d4d);
}
footer a.arrow-button.dual span {
  color: #FFFFFF;
  letter-spacing: 0;
}
footer a.arrow-button.dual:hover span {
  color: #f07f00;
}
footer a.arrow-button span.arrow {
  color: #f07f00;
}
footer span.help-text {
  color: #d2d2d2;
  font-size: 12px;
  font-size: 0.75rem;
}
footer ul.services {
  padding-top: 17px;
  height: 35px;
}
footer ul.services li {
  width: auto;
  padding-right: 3%;
}
footer ul.services li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  height: 35px;
  padding-top: 4px;
  background-position: top left;
  background-size: auto 35px;
  padding-left: 35px;
  text-align: left;
}
.bgdate {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
  padding: 5px 10px;
  margin: 0 5px;
}
ul.colored {
  list-style: none;
  padding-left: 1em;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
ul.colored li {
  font-weight: bold;
  position: relative;
  padding: 5px 0;
}
ul.colored li:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 6px 0 0 -1em;
}
ul.colored li:nth-child(even):before {
  background-color: #f07f00;
}
ul.colored li:nth-child(odd):before {
  background-color: #f07f00;
}
ul.bright li {
  color: #1c1c1c;
}
ul.dark li {
  color: #FFFFFF;
}
ul.dark li:nth-child(odd):before {
  background-color: #f07f00;
}
#reference {
  padding: 0;
  margin: 0;
}
#reference div.reference {
  position: relative;
}
#reference div.reference img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
#reference div.reference h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: Cambria, Georgia, sans-serif;
  font-weight: bold;
  margin-top: 5%;
  color: #FFFFFF;
  text-shadow: 0 0 5px #1d1913;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  display: none !important;
}
#reference div.reference dl {
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  text-align: left;
  margin: 0;
  padding: 0 10%;
  width: 100%;
  display: none !important;
}
#reference div.reference dt {
  float: left;
  clear: left;
  width: 165px;
}
#reference div.reference dd {
  font-weight: bold;
}
#reference div.reference div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#reference div.reference div.hover {
  background-color: #0c1d4d;
  background-color: rgba(12, 29, 77, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e60c1d4d, endColorstr=#e60c1d4d);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e60c1d4d, endColorstr=#e60c1d4d);
}
#reference div.reference div.hover h2 {
  display: block !important;
}
#reference div.reference div.hover dl {
  display: block !important;
}
.google-maps {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.bold {
  font-weight: bold;
}
#thank-you {
  color: #f07f00;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: Cambria, Georgia, sans-serif;
  font-weight: bold;
  padding-right: 10%;
}
header {
  height: 140px;
}
header h1 {
  text-align: center;
  display: block;
}
header h1 img {
  padding: 15px 0;
}
header h1 span {
  display: block;
}
header ul.list-inline {
  padding-top: 15px;
  text-align: center;
  width: 100%;
  float: none;
}
header.small {
  padding: 0;
  height: 90px;
}
header.small img {
  padding: 10px 0;
}
header.small ul.list-inline {
  padding: 0;
}
body {
  padding-top: 140px;
}
#inzenyrska-cinnost h2,
#rizeni h2,
#vecna-bremena h2,
#zkousky h2,
#bozp h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  padding: 17px 0;
}
#inzenyrska-cinnost h3,
#rizeni h3,
#vecna-bremena h3,
#zkousky h3,
#bozp h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  width: 90%;
}
.delimiter {
  margin: 5% 0;
}
footer p {
  text-align: center;
}
#move-down {
  display: none;
}
#vitejte h2 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 44px;
  line-height: 2.75rem;
  width: 90%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 4% 0;
}
#vitejte h3 {
  display: none;
}
#vitejte .delimiter {
  display: none;
}
#vitejte img.bigger {
  display: none;
}
#vitejte img.smaller {
  display: inline;
  margin-top: 10px;
}
.bigger {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 34px;
  line-height: 2.125rem;
}
#zkousky span.block {
  margin: 10px 0;
}
.inzenyrska-cinnost #zajistujeme,
.vecna-bremena #zajistujeme,
.zkousky #zajistujeme {
  background-color: #fbfbfb;
  background-image: none;
}
.rizeni #zajistujeme,
#nase-sluzby-a-reference {
  background-color: #161d2d;
  background-image: none;
}
#o-nas {
  background-image: url("../img/o-nas-bg.png");
}
#nase-sluzby-a-reference {
  height: auto;
  min-height: calc(100vh - 350px);
}
#nase-sluzby-a-reference.none {
  display: none;
}
#nase-sluzby-a-reference h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
}
#nase-sluzby-a-reference .delimiter {
  margin: 10% auto;
}
ul.services {
  text-align: center;
  vertical-align: top;
}
ul.services li {
  width: 30%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 5% 0;
  vertical-align: top;
}
ul.services li a {
  font-size: 18px;
  font-size: 1.125rem;
}
.nosta-button.dual {
  width: 213px;
  margin: 10px 0;
}
dl.dl-list {
  margin: 20px 10px;
  display: none;
  visibility: visible;
}
dl.dl-list dt {
  width: 148px;
}
dl.dl-list dd {
  width: 65px;
}
dl.dl-list.show-me {
  display: block;
  visibility: visible;
}
#thank-you {
  padding-top: 6%;
}
@media only screen and (min-width: 740px) {
  #inzenyrska-cinnost h2,
  #rizeni h2,
  #vecna-bremena h2,
  #zkousky h2,
  #bozp h2 {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 110px;
    line-height: 6.875rem;
    padding: 0;
  }
  #inzenyrska-cinnost h3,
  #rizeni h3,
  #vecna-bremena h3,
  #zkousky h3,
  #bozp h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    width: 70%;
  }
  .delimiter {
    margin: 20px 0;
  }
  #move-down {
    display: inline-block;
  }
  .name-input {
    padding-right: 25px;
  }
  body {
    padding-bottom: 70px;
    padding-top: 130px;
  }
  ul.services li {
    width: 19.5%;
    padding: 0;
  }
  ul.services li a.inzenyrska-cinnost img {
    width: 70px;
    height: auto;
    display: block;
    margin: 0 auto 8px;
}

  ul.services li a.bozp {
    background-image: url("img/koordinace_o.svg");
  }
  ul.services li a.vecna-bremena {
    background-image: url("img/bremena_o.svg");
  }
  ul.services li a.zkousky {
    background-image: url("img/zkousky_o.svg");
  }
  ul.services li a.rizeni {
    background-image: url("img/system-rizeni_o.svg");
  }
  ul.services li a.kariera {
    background-image: url("img/kariera_o.svg");
  }
  footer {
    position: fixed;
    bottom: 0;
  }
  footer ul.services {
    text-align: left;
  }
  footer ul.services li {
    padding: 0 3% 0 0;
  }
  footer ul.services li a.inzenyrska-cinnost,
  footer ul.services li a.bozp,
  footer ul.services li a.vecna-bremena,
  footer ul.services li a.zkousky,
  footer ul.services li a.kariera,
  footer ul.services li a.rizeni {
    background-image: none;
  }
  footer ul.services li a {
    padding-left: 0;
  }
  header {
    height: 130px;
  }
  header div {
    padding-top: 57px;
  }
  header h1 {
    text-align: left;
    float: left;
  }
  header h1 img {
    float: left;
    display: block;
    padding: 0;
  }
  header h1 span {
    padding-left: 50px;
    display: none;
    float: left;
  }
  header ul.list-inline {
    padding-top: 0;
    width: 50%;
    float: right;
    text-align: right;
  }
  header ul.list-inline li {
    padding-right: 6%;
  }
  header ul.list-inline li:last-child {
    padding-right: 0;
    width: 28%;
  }
  header.small {
    height: 60px;
  }
  header.small div {
    padding-top: 17px;
  }
  header.small img {
    padding: 0;
  }
  .contact-right {
    float: right;
  }
  #zalozeni {
    padding: 50px 5%;
    text-align: center;
  }
  #zalozeni p.subtext {
    padding: 0 10%;
  }
  #zalozeni .delimiter {
    margin: 20px auto;
  }
  .contact-center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #reference div.reference {
    width: 50%;
    float: left;
  }
  #o-nas {
    background-image: url("../img/bg/o-nas.jpg");
  }
  #nase-sluzby-a-reference {
    min-height: default;
    background-color: #232938;
    background-image: url('../img/bg/nase-sluzby.jpg');
  }
  #nase-sluzby-a-reference.none {
    display: flex;
  }
  #nase-sluzby-a-reference h2 {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 80px;
    line-height: 5rem;
  }
  #nase-sluzby-a-reference .delimiter {
    margin: 65px auto;
  }
  .inzenyrska-cinnost #zajistujeme {
    background-image: url('../img/bg/zajistujeme.jpg');
  }
  .vecna-bremena #zajistujeme {
    background-image: url('../img/bg/bremena-zajistujeme.jpg');
  }
  .zkousky #zajistujeme {
    background-image: url('../img/bg/zkousky-info.jpg');
  }
  .bigger {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
  #vitejte h2 {
    font-size: 65px;
    font-size: 4.0625rem;
    line-height: 65px;
    line-height: 4.0625rem;
    width: 100%;
    padding: 3% 0;
  }
  #vitejte h3 {
    display: block;
  }
  #vitejte .delimiter {
    display: block;
    margin-bottom: 3%;
  }
  #vitejte img.bigger {
    display: inline;
  }
  #vitejte img.smaller {
    display: none;
  }
  .nosta-button.dual {
    width: 213px;
    margin: 0 10px;
  }
  .google-maps {
    padding-bottom: 75%;
  }
  dl.dl-list {
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  dl.dl-list.show-me {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  #thank-you {
    width: 60%;
  }
  .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .col-6-tablet:nth-child(2),
  .col-6-desktop:nth-child(2),
  .col-6:nth-child(2) {
    padding-left: 30px;
    padding-right: 0;
  }
  .col-6-tablet:nth-child(1),
  .col-6-desktop:nth-child(1),
  .col-6:nth-child(1) {
    padding-right: 30px;
    padding-left: 0;
  }
  .col-4-tablet:nth-child(3),
  .col-4-desktop:nth-child(3),
  .col-4:nth-child(3) {
    padding-left: 30px;
    padding-right: 0;
  }
  .col-4-tablet:nth-child(2),
  .col-4-desktop:nth-child(2),
  .col-4:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-4-tablet:nth-child(1),
  .col-4-desktop:nth-child(1),
  .col-4:nth-child(1) {
    padding-right: 30px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1120px) {
  header h1 span {
    display: block;
  }
  header ul.list-inline {
    width: 35%;
  }
  #reference div.reference {
    width: 33.333%;
    float: left;
  }
  footer {
    position: fixed;
    bottom: 0;
  }
  footer ul.services {
    text-align: left;
  }
  footer ul.services li a.inzenyrska-cinnost {
    background-image: url("img/icons/inzenyrska-cinnost.svg");
  }
  footer ul.services li a.bozp {
    background-image: url("img/icons/bozp.svg");
  }
  footer ul.services li a.vecna-bremena {
    background-image: url("img/bremena_o.svg");
  }
  footer ul.services li a.zkousky {
    background-image: url("img/icons/zkousky.svg");
  }
  footer ul.services li a.kariera {
    background-image: url("img/icons/kariera_o.svg");
  }
  footer ul.services li a.rizeni {
    background-image: url("img/system-rizeni_o.svg");
  }
  footer ul.services li a {
    padding-left: 40px;
  }
  footer ul.services li a.bozp {
    padding-left: px;
  }
  footer ul.services li a.rizeni {
    padding-left: px;
  }
  #vitejte h2 {
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 90px;
    line-height: 5.625rem;
  }
  .nosta-button.dual {
    width: 233px;
    margin: 0 30px;
  }
  dl.dl-list {
    margin: 20px 30px;
  }
  dl.dl-list dt {
    width: 153px;
  }
  dl.dl-list dd {
    width: 80px;
  }
  .google-maps {
    padding-bottom: 50%;
  }
  #thank-you {
    width: 100%;
  }
}
@media only screen and (min-width: 1120px) {
  header ul.list-inline {
    width: 30%;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-down-big {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-left-big {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-right-big {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-up-big {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent;
    color: #000;
    box-shadow: none;
    text-shadow: none;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100%;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.vedeni-firmy {
    margin-top: 1px;
    padding-left: 5px;
    font-size: 16px;
    line-height: 1.3;
}
/*FIX: na mobilu*/
#nase-sluzby-a-reference ul.services li a {
  background: none !important;
  background-image: none !important;
  padding-top: 0 !important;
  min-height: 0 !important;
}

#nase-sluzby-a-reference ul.services li a img {
  width: 70px;      
  height: auto;
  display: block;
  margin: 0 auto 8px;
}
