* {
  font-family: Roboto, 'Open Sans', helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  color: #444;
}
b,
strong {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 32px !important;
}
h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}
p {
  margin: 0px 0px 27px;
}
div.ablock {
  display: block;
  width: 100%;
}
div.menu-bar {
  padding: 32px 8px 32px 8px;
  margin: 8px 0px;
}
div.amenu {
  padding: 0px;
  height: 32px;
  margin: 8px;
  cursor: pointer;
}
div.amenu-centre {
  padding: 0px;
  height: 32px;
  margin: auto;
}
.amenu a {
  display: block;
  height: 100%;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #5773c0;
  *border-radius: 10px;
  border: 4px solid transparent;
  text-decoration: none;
  padding: 2px 0px 0px 20px;
  margin: 8px;
  overflow: hidden;
  *background-repeat: no-repeat;
}
.amenu:hover a {
  *border: 4px solid #5773c0;
  background-color: #f2f3f6;
}
.amenu.selected a {
  color: #f69d26;
}
.amenu-centre a {
  display: block;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #5773c0 !important;
  border: 4px solid transparent;
  background-color: #ffffff;
  text-decoration: none;
  padding: 2px 0px 0px 0px;
  overflow: hidden;
  text-align: center;
  max-width: 300px;
}
.amenu-centre:hover a {
  *border: 4px solid #5773c0;
  background-color: #f2f3f6;
}
.top-ind {
  display: block;
  float: right;
  background-color: rgba(0, 0, 0, 0);
  width: 12px;
  padding: 3px;
  opacity: 0.0;
  transition: 0.3s;
}
div.menu-bar {
  position: fixed;
  left: 0;
  width: 200px;
  /*  height: 100%; */
  z-index: 100;
  top: 50%;
  transform: translate(0, -50%);
}
div.dng-logo {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 100;
}
div.slides {
  padding: 8px;
  border: 2px solid white;
  width: 480px;
  height: 360px;
  margin: 0px auto 27px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
div.slides.black {
  border: 2px solid #e9ebf0;
}
div.slides.blank {
  border: none;
  margin: -8px auto;
}
div.padouter {
  position: relative;
  overflow: hidden;
  padding: 0px;
  min-height: 400px;
}
div.padouter:nth-of-type(even) {
  color: white;
  background-color: #e9ebf0;
  font-weight: 400;
}
div.padwrapper {
  display: table;
  width: 100%;
  z-index: 40;
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0px 0px 48px;
}
div.padgutter {
  display: table-cell;
  width: auto;
  minimum-width: 1px;
  background-color: rgba(255, 255, 255, 0);
}
div.padimage {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
div.padimage img {
  display: block;
  z-index: -5;
  position: absolute;
  max-width: 30%;
  height: auto;
  bottom: 0px;
  right: 0px;
  max-height: 800px;
}
div.padimagediv.padcarousel:nth-of-type(even) img {
  left: 0px;
  right: 50%;
}
.mobile-menu-bar {
  display: none;
  position: fixed;
  top: -266px;
  left: 34px;
  padding-bottom: 8px;
  z-index: 100;
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-duration: 0.5s;
  width: 200px;
  background-color: white;
}
.mobile-button {
  opacity: 0.75;
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 4px;
  padding: 2px;
  width: 24px;
  height: 24px;
  z-index: 100;
  cursor: pointer;
  background-color: white;
  border-radius: 2px;
}
.mobile-button span {
  position: absolute;
  top: 12px;
  left: 2px;
  height: 4px;
  width: 24px;
  background-color: #5773c0;
  padding: 0px;
  margin: 0px;
  -webkit-transition-duration: 0.3s;
  /* Safari */
  transition-duration: 0.3s;
  border-radius: 2px;
}
.mobile-button span:before {
  border-radius: 2px;
  position: relative;
  top: -8px;
  left: 0px;
  height: 4px;
  width: 24px;
  background-color: #5773c0;
  display: block;
  content: "";
  -webkit-transition-duration: 0.3s;
  /* Safari */
  transition-duration: 0.3s;
}
.mobile-button span:after {
  border-radius: 2px;
  position: relative;
  top: 4px;
  left: 0px;
  height: 4px;
  width: 24px;
  background-color: #5773c0;
  display: block;
  content: "";
  -webkit-transition-duration: 0.3s;
  /* Safari */
  transition-duration: 0.3s;
}
.mobile-button.open {
  opacity: 1.0;
}
.mobile-button.open span {
  background-color: white;
}
.mobile-button.open span:before {
  transform: rotate(45deg);
  top: 0px;
}
.mobile-button.open span:after {
  transform: rotate(-45deg);
  top: -4px;
}
div.padinner {
  padding: 24px 0px;
}
ul.animated {
  margin-top: -20px;
}
ul.animated li {
  opacity: 1.0;
  margin-left: 0px;
  margin-right: 50px;
}
ul.animated li.start {
  opacity: 0.0;
  margin-left: 100px;
  margin-right: -100px;
}
ul.animated li.end {
  opacity: 1.0;
  margin-left: 50px;
  margin-right: 50px;
  transition-duration: 0.75s;
}
div.padcontent {
  padding-top: 32px;
}
@media (max-width: 480px) {
  div.dng-logo {
    position: fixed;
    bottom: 0px;
    right: 0px;
    opacity: 0.5;
    transform-origin: bottom right;
    transform: scale(0.5, 0.5);
  }
  div.padleft {
    min-width: 10px;
    width: 10px;
    height: 100%;
    display: table-cell;
    /*    float:left; */
  }
  div.padright {
    width: 10px;
    min-width: 10px;
    display: table-cell;
  }
  div.slides {
    width: 240px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  div.menu-bar {
    display: none;
  }
  div.mobile-menu-bar {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  div.dng-logo {
    position: fixed;
    bottom: 0px;
    right: 0px;
    opacity: 0.5;
    transform-origin: bottom right;
    transform: scale(0.5, 0.5);
  }
  div.padleft {
    min-width: 20px;
    width: 20px;
    height: 100%;
    display: table-cell;
    /*    float:left; */
  }
  div.padright {
    width: 20px;
    min-width: 20px;
    display: table-cell;
  }
  div.slides {
    width: 360px;
    height: 270px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  div.mobile-menu-bar {
    display: none;
  }
  div.mobile-button {
    display: none;
  }
  div.padleft {
    min-width: 220px;
    width: 220px;
    margin-right: 0px;
    height: 100%;
    display: table-cell;
    background-color: rgba(255, 255, 255, 0);
  }
  div.padright {
    width: 160px;
    min-width: 160px;
    margin-left: 0px;
    display: table-cell;
    background-color: rgba(255, 255, 255, 0);
  }
  div.padcontent {
    position: relative;
    display: table-cell;
    max-width: 700px;
    width: 700px;
    z-index: 15;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.99;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  div.mobile-menu-bar {
    display: none;
  }
  div.mobile-button {
    display: none;
  }
  div.padleft {
    min-width: 220px;
    width: 220px;
    margin-right: 0px;
    height: 100%;
    display: table-cell;
    background-color: rgba(255, 255, 255, 0);
  }
  div.padright {
    width: 160px;
    min-width: 160px;
    margin-left: 0px;
    display: table-cell;
    background-color: rgba(255, 255, 255, 0);
  }
  div.padcontent {
    position: relative;
    display: table-cell;
    max-width: 900px;
    width: 900px;
    z-index: 15;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.99;
  }
  ul.animated {
    columns: 2;
  }
}
@media (min-width: 1200px) {
  div.ablock {
    display: block;
    width: 50%;
    float: left;
  }
  div.ablock.right {
    float: right;
  }
  div.ablock .slides {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  div.mobile-menu-bar {
    display: none;
  }
  div.mobile-button {
    display: none;
  }
  div.padleft {
    min-width: 220px;
    width: 220px;
    margin-right: 0px;
    height: 100%;
    display: table-cell;
    background-color: rgba(255, 255, 255, 0);
  }
  div.padright {
    width: 160px;
    min-width: 160px;
    margin-left: 0px;
    display: table-cell;
    background-color: rgba(255, 255, 255, 0);
  }
  div.padcontent {
    position: relative;
    display: table-cell;
    *max-width: 1000px;
    *width: 1000px;
    width: 100%;
    z-index: 15;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.99;
  }
  ul.animated {
    columns: 2;
  }
  }
}
