html, body {
  height: 100%;
}

body {
  margin: 0px auto;
  padding: 0px;
  color: #525252;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAIAAADZSiLoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTE4OUJGNkQwRjg1MTFFNDg4MERENzgyOTBBQjJGN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTE4OUJGNkUwRjg1MTFFNDg4MERENzgyOTBBQjJGN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMTg5QkY2QjBGODUxMUU0ODgwREQ3ODI5MEFCMkY3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMTg5QkY2QzBGODUxMUU0ODgwREQ3ODI5MEFCMkY3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtAfQ2sAAAAnSURBVHjaYvr+8xcQ3X3wkImBgeH58+dSkpJMz54/l5SUBPIBAgwAF+MOear3b1oAAAAASUVORK5CYII=);
}

div {
  box-sizing: border-box;
}

a {
  color: #525252;
  text-decoration: none;
}

.inline-blk {
  display: inline-block
}

.middle {
  margin: 0 auto;
}

.middle-inline {
  text-align: center
}

.mt-2 {
  margin-top: 2px;
}

.mt-4 {
  margin-top: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mg-10 {
  margin: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mg-20 {
  margin: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mg-30 {
  margin: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mg-40 {
  margin: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mg-50 {
  margin: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mg-60 {
  margin: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mg-70 {
  margin: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mg-80 {
  margin: 80px;
}

.pt-4 {
  padding-top: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pd-4 {
  padding: 4px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pd-10 {
  padding: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pd-20 {
  padding: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pd-30 {
  padding: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pd-40 {
  padding: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pd-50 {
  padding: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pd-60 {
  padding: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pd-70 {
  padding: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pd-80 {
  padding: 80px;
}

.fs-0 {
  font-size: 0;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-primary {
  font-size: 14px;
}

.color-green {
  color: #9FF048;
}

.color-red {
  color: #F44336;
}

.color-purple {
  color: #9c27B0;
}

.color-light-blue {
  color: #82A6F5;
}

.color-schist {
  color: #aabb99;
}

.color-white {
  color: #ffffff;
}

.bg-green {
  background: #9FF048;
}

.bg-white {
  background: #fff;
}

.bg-wave {
  background-image: url("../images/idioms/bg_unit_wave.png");
}

.clickable {
  cursor: pointer;
}

.title_underline {
  padding-bottom: 4px;
  border-bottom: 1px solid #9FF048;
}

/* ----------------------------------------------------------------------- */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #d6d6d6;
  font-size: 14px;
  text-indent: 10px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #d6d6d6;
  font-size: 14px;
  text-indent: 10px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #d6d6d6;
  font-size: 14px;
  text-indent: 10px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #d6d6d6;
  font-size: 14px;
  text-indent: 10px;
}

/* ----------------------------------------------------------------------- */

.custom-menu-wrapper {
  background-color: #011935;
  /* margin-bottom: 2.5em; */
  white-space: nowrap;
  position: relative;
}

.custom-menu {
  display: inline-block;
  width: auto;
  color: #7a023c;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.custom-menu .pure-menu-link, .custom-menu .pure-menu-heading {
  color: white;
}

.custom-menu .pure-menu-link:hover, .custom-menu .pure-menu-heading:hover {
  background-color: transparent;
}

.custom-menu-top {
  position: relative;
  padding-top: .5em;
  padding-bottom: .5em;
}

.custom-menu-brand {
  display: block;
  text-align: center;
  position: relative;
}

.custom-menu-toggle {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  display: none;
}

.custom-menu-toggle .bar {
  background-color: white;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 100px;
  position: absolute;
  top: 22px;
  right: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.custom-menu-toggle .bar:first-child {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.custom-menu-toggle.x .bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-menu-toggle.x .bar:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.custom-menu-screen {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 50em;
  position: absolute;
  top: 0;
  z-index: -1;
}

.custom-menu-tucked .custom-menu-screen {
  -webkit-transform: translateY(-240px);
  -moz-transform: translateY(-240px);
  -ms-transform: translateY(-240px);
  transform: translateY(-240px);
}

.custom-menu-current a {
  display: inline-block;
  border-bottom: #ffb86c solid 2px;
}

@media (max-width: 62em) {
  .custom-menu {
    display: block;
  }
  .custom-menu-toggle {
    display: block;
    display: none\9;
  }
  .custom-menu-bottom {
    position: absolute;
    width: 100%;
    border-top: 1px solid #eee;
   # background-color: #808080;
    z-index: 100;
  }
  .custom-menu-bottom .pure-menu-link {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .custom-menu-bottom.custom-menu-tucked .pure-menu-link {
    -webkit-transform: translateX(-140px);
    -moz-transform: translateX(-140px);
    -ms-transform: translateX(-140px);
    transform: translateX(-140px);
    opacity: 0;
    opacity: 1\9;
  }
  .pure-menu-horizontal.custom-menu-tucked {
    z-index: -1;
    top: 45px;
    position: absolute;
    overflow: hidden;
  }
  .pure-menu-item {
    display: block !important;
  }
}

@media only screen and (max-width: 641px) {
  .key-visual {
    max-width: 90%;
    max-height: 200px;
  }
  .custom-menu-screen {
    height: 13em !important;
  }
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .key-visual {
    max-width: 90%;
    max-height: 300px;
  }
  .custom-menu-screen {
    height: 3em !important;
  }
}

@media only screen and (min-width: 960px) {
  .key-visual {
    max-width: 90%;
    max-height: 400px;
  }
  .custom-menu-screen {
    height: 3em !important;
  }
}

.simple-shadow {
  box-shadow: 10px 10px 5px #bcbcbc;
}

.sub-block-container {
  background: #F7931E;
  display: inline-block;
  padding: 20px 20px;
  border: 8px solid #e6e6e6;
}

.sub-block-container:hover {
  background: #e6e6e6;
  border: 8px solid #011935;
  box-shadow: 10px 10px 5px #bcbcbc;
}

.sub-block-container-grey {
  background: #e6e6e6;
  display: inline-block;
  padding: 10px 20px;
  border: 2px dotted #aaaaaa;
}

.sub-block-container-red {
  background: #e51e2b;
  display: inline-block;
  padding: 20px 70px;
  border: 8px solid #e6e6e6;
  min-width: 326px;
}

.sub-block-container-red:hover {
  background: #af292e;
  border: 8px solid #011935;
  box-shadow: 10px 10px 5px #bcbcbc;
}

.bottom-line {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}