@font-face {
  font-family: "Open Sans";
  src: url("../webfonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Semibold";
  src: url("../webfonts/OpenSans/OpenSans-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("../webfonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  src: url("../webfonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
}
html {
  min-width: 940px;
}
html * {
  box-sizing: border-box;
}
body {
  margin: 0;
  background-color: #cecdcb;
  display: table;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
header#header {
  display: table;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.mobile-section {
  display: none;
}
.section-940 {
  width: 940px;
  margin: auto;
  display: table;
}
.section-content {
  padding: 0px 9px;
}
.header-img {
  width: 340px;
  height: 340px;
  margin-right: 29px;
}
.mobile-header-img {
  display: none;
  overflow: hidden;
}
.header-container {
  width: 646px;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.header-container p {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  font-family: "Open Sans";
  color: #fff;
}
.header-container h2 {
  font-size: 22px;
  color: #fff;
  font-family: "Ubuntu";
  margin: 15px 0 2px;
  font-weight: normal;
}
.header-container h1 {
  font-size: 36px;
  line-height: normal;
  margin: 0 0 15px 0;
  font-family: "Ubuntu";
  color: #dcff00;
  font-style: italic;
  font-weight: normal;
}
.list-link {
  cursor: default;
}
.list-item-text h1 {
  font-family: "Open Sans Semibold";
  font-size: 18px;
  color: #000000;
  max-height: 53px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: normal;
}
.list-item-text h3 {
  font-family: "Open Sans Semibold";
  font-size: 14px;
  color: #464654;
  margin-top: 5px;
}
a .list-item-text {
  text-decoration: none;
}
.container {
  padding: 30px 0 0;
}
.list-item {
  overflow: hidden;
  width: 286px;
  height: 286px;
  float: left;
  background-color: #ffffff;
  position: relative;
  padding: 5px;
  box-shadow: 0 0 6px 2px #ccc;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.list-item-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.list-item-img img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: relative;
}
.list-item-img:hover img {
  -webkit-transform: scale(1.29) translate(-40%, -40%);
  transform: scale(1.29) translate(-40%, -40%);
}
.list-link:nth-child(3n - 1) .list-item {
  margin-left: 30px;
  margin-right: 30px;
}
.list-item-text {
  padding: 15px 15px 15px 10px;
  width: 100%;
  height: 110px;
  position: absolute;
  text-align: left;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.footer {
  display: table-footer-group;
  width: 100%;
  background-color: #464654;
  vertical-align: baseline;
  height: 67px;
}
.footer .section-940 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.footer span {
  font-family: "Arial";
  font-size: 14px;
  color: #b4b4b4;
}
.cu-header {
  background-color: #464654;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    max-width: 100%;
    min-width: 0;
  }
  .section-940 {
    max-width: 768px;
    width: 100%;
    display: block;
  }
  .header-container {
    width: 399px;
  }
  .list-link {
    width: 50%;
    padding: 0 15px;
  }
  .list-item {
    float: right;
  }
  .list-link:nth-of-type(2n) .list-item,
  .header-img,
  .list-link {
    float: left;
  }
  .list-link:nth-child(3n - 1) .list-item {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .section-940 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  html {
    max-width: 100%;
    min-width: 320px;
  }
  header#header {
    overflow: hidden;
  }
  .mobile-section {
    display: block;
  }
  .section-940 {
    width: 100%;
    display: block;
  }
  .header-container {
    width: 100%;
    text-align: center;
    padding: 0 20px;
    max-width: 100%;
    display: block;
  }
  .list-link {
    width: 50%;
    padding: 0 15px;
  }
  .list-item {
    float: right;
  }
  .list-link:nth-of-type(2n) .list-item,
  .header-img,
  .list-link {
    float: left;
  }
  .list-link:nth-child(3n - 1) .list-item {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .section-940 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-img,
  header#header .section-940 {
    display: none;
  }
  .mobile-header-img .header-img {
    display: block;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
  .header-container h2,
  .header-container h1,
  .mobile-header-img,
  .header-container p {
    margin-bottom: 0;
  }
  .header-container h2 {
    margin-top: 15px;
    font-size: 20px;
  }
  .header-container h1 {
    font-size: 32px;
    margin-top: 14px;
  }
  .list-item-text h1 {
    font-size: 16px;
    max-height: 44px;
  }
  .header-container p {
    margin-bottom: 20px;
    margin-top: 16px;
  }
  .list-item {
    width: 226px;
    height: 226px;
  }
  .mobile-header-img {
    position: relative;
    width: 100%;
    margin-top: 19px;
    max-height: 240px;
    height: 240px;
    display: block;
  }
  .footer {
    text-align: center;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .section-940,
  .header-container {
    max-width: 540px;
  }
  .header-container {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 539px) {
  .section-940 {
    max-width: 100%;
  }
  .container {
    padding: 20px 0 0;
  }
  .container .list-link {
    text-align: center;
  }
  .section-content {
    padding: 0px 20px;
  }
  .container .list-link {
    width: 100%;
    padding: 0;
    float: none;
  }
  .container .list-link .list-item {
    float: none;
    display: inline-block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
  .section-940,
  .header-container {
    min-width: 320px;
  }
  .mobile-header-img {
    width: 320px;
  }
}
