body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

* {
  box-sizing: border-box;
}

::selection {
  background: #009bde;
  color: #fff;
}

*:focus {
  outline: #ff7a03 solid 2px;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.lc-centre-me {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.lc-centre-me.small {
  max-width: 750px;
}

.lc-centre-me.tiny {
  max-width: 500px;
}

@media only screen and (max-width: 1200px) {
  .lc-centre-me {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lc-content-row {
  margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
  .lc-content-row {
    margin-top: 20px;
  }
}
.lc-dialog-wrapper .dialog.failed-system-urls {
  width: auto;
  min-width: 100px;
  max-width: 1000px;
}

/* --- --- */
.page-text {
  margin-bottom: 20px;
}

h1 {
  color: #009bde;
  font-size: 26px;
}

h2 {
  color: #009bde;
  font-size: 22px;
}

a {
  color: inherit;
  transition: color .3s ease;
}

a:hover {
  color: #ff7a03;
}

/* --- old IE versions we don't support --- */
#ie-10-message {
  display: none;
}

#ie-10-message.show {
  display: block;
}

#ie-10-message,
#ie9-and-lower-message {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background-color: #F00;
  z-index: 133337;
  font-size: 18px;
  color: #FFF;
  padding: 2px;
  text-align: center;
}

#ie-10-message p,
#ie9-and-lower-message p {
  padding: 0;
  margin: 0;
}

/* --- mfp --- */
.mfp-figure {
  animation-name: fadeInMfp;
  animation-duration: .3s;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #009bde;
  font-size: 40px;
}

.mfp-arrow-right:after {
  border-left-color: #009bde;
}

.mfp-arrow-left:after {
  border-right-color: #009bde;
}

img.mfp-img {
  background-color: #fff;
  padding: 0;
  margin: 40px auto;
}
