@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*
 * setting
*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
}

/*
 * Mixin Style
*/
/***
 ** Atomic Parts Contents
  - Bg Style
  - Header Style
  - Footer Style
  - Paragraph style
  - Title Style
  - Navigation & Menu Style
  - Button Style
  - Box Style
  - List Style
  - Table Style
  - Separate Style
  - Animation Style
  - Media Queries Style
 **
***/
/* Header Style
-------------------------------------------------- */
.header.docs {
  height: 60px;
  background: none;
  padding: 35px 0 0 0;
}
.header.docs .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
.header.docs .wrap h1 {
  padding-top: 16px;
}

footer.footer.docs {
  position: relative;
  height: 400px;
  background: #2f233a;
  color: #9d98a3;
}
footer.footer.docs a {
  color: #9d98a3;
  text-decoration: none;
}
footer.footer.docs a:hover {
  color: #fff;
}
footer.footer.docs .top > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  margin: 0 auto;
  padding: 70px 10px 0;
  font-size: 12px;
}
footer.footer.docs .top > .wrap .left {
  width: 282px;
}
footer.footer.docs .top > .wrap .left .logo.footerLogo {
  margin-bottom: 12px;
}
footer.footer.docs .top > .wrap .left .list.creatorList {
  margin-top: 5px;
}
footer.footer.docs .top > .wrap .left .list.creatorList > li {
  margin-bottom: 6px;
}
footer.footer.docs .top > .wrap .box.menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.footer.docs .top > .wrap .box.menuList dt {
  color: #fff;
}
footer.footer.docs .top > .wrap .box.menuList dl {
  width: 118px;
}
footer.footer.docs .top > .wrap .box.menuList dd {
  margin-top: 16px;
}
footer.footer.docs .top > .wrap .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}
footer.footer.docs .top > .wrap .socialList > li {
  margin-left: 15px;
}
footer.footer.docs .top > .wrap .socialList > li .icon {
  font-size: 16px;
}
footer.footer.docs .text {
  color: #9d98a3;
  font-size: 12px;
}
footer.footer.docs .text.copy {
  padding: 0 0 20px;
}
footer.footer.docs .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 84px;
  padding: 23px 0 0 0;
  background: #180721;
  font-size: 12px;
}
footer.footer.docs .bottom .text.license {
  margin-bottom: 12px;
}

/* Paragraph style
-------------------------------------------------- */
.times.docs {
  text-align: right;
}

.text.docsLeadText {
  font-size: 24px;
  line-height: 1.5;
  color: #222;
  font-weight: 300;
}

.tm-sidebar-right,
.tm-sidebar-left {
  font-family: ProximaNova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.docsMainContainer > p {
  font-family: ProximaNova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Title Style
-------------------------------------------------- */
.title.article.sub {
  margin: 15px 0;
  padding-left: 6px;
  border-left: 3px solid #1FA2D6;
  font-size: 16px;
  line-height: 16px;
}

/* Navigation & Menu Style
-------------------------------------------------- */
.sideMenu.docs.docs {
  float: left;
  width: 230px;
}

.ap-navbar-container {
  background-image: -webkit-linear-gradient(359deg, #321143 1%, #521881 65%, #321143 100%);
  background-image: linear-gradient(91deg, #321143 1%, #521881 65%, #321143 100%);
  color: #fff;
  z-index: 6000 !important;
}
.ap-navbar-container > .wrap {
  padding-left: 40px;
  padding-right: 40px;
}

.ap-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.ap-navbar > .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ap-navbar > .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
}

.list.navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: auto;
}
.list.navList > li {
  margin-bottom: 0;
}
.list.navList > li.active a, .list.navList > li:hover a {
  background: transparent;
}
.list.navList > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: #fff;
}
.list.navList > li.btn.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list.navList > li.btn.download > a {
  display: block;
  width: 166px;
  min-width: 166px;
  min-height: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #e5e5e5;
}

/* Box Style
-------------------------------------------------- */
/*
 * Contents
*/
.contents.site {
  width: 1100px;
  min-height: 600px;
  margin: 0 auto;
  padding-top: 40px;
}
.contents.site::after {
  content: "";
  display: block;
  clear: both;
}
.contents.docs {
  float: left;
  width: 870px;
}
.contents.docs > h2 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 42px;
}
.contents.docs > h3 {
  margin: 20px 0;
  font-size: 30px;
  line-height: 1.5;
}
.contents.docs > h4 {
  margin: 20px 0;
  font-size: 24px;
  line-height: 1.5;
}
.contents.docs > p {
  margin-bottom: 10px;
  line-height: 1.6;
}
.contents.docs > pre {
  margin-bottom: 20px;
}

/*
 * Box
*/
.box.article.example {
  margin: 25px 0;
}
.box.docMain {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #666;
}

/* List Style
-------------------------------------------------- */
.docsHeaderMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0 0 0;
}
.docsHeaderMenuList li {
  padding: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.docsHeaderMenuList li a {
  color: #fff;
  text-decoration: none;
}
.docsHeaderMenuList li:hover a, .docsHeaderMenuList li.active a {
  color: #00ffac;
  text-decoration: underline;
}

.docsIconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.docsIconList li {
  width: 200px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.pic.circleList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1100px;
  z-index: 1;
  overflow: hidden;
}
.pic.circleList > li {
  position: absolute;
  display: block;
  opacity: 0.1;
  border-radius: 100%;
  background-color: #fff;
}
.pic.circleList > li:nth-child(1) {
  top: 76.83%;
  left: 18.45%;
  width: 200px;
  height: 200px;
}
.pic.circleList > li:nth-child(2) {
  top: 70.666%;
  left: 6.545%;
  width: 120px;
  height: 120px;
}
.pic.circleList > li:nth-child(3) {
  top: 34.3333%;
  left: 0;
  width: 120px;
  height: 120px;
}
.pic.circleList > li:nth-child(4) {
  top: 32.283333%;
  left: 50.072%;
  width: 78px;
  height: 78px;
}
.pic.circleList > li:nth-child(5) {
  top: 44.3333%;
  right: 0.2%;
  width: 78px;
  height: 78px;
}
.pic.circleList > li:nth-child(6) {
  top: 81.5%;
  right: 11%;
  width: 120px;
  height: 120px;
}
.pic.circleList > li:nth-child(7) {
  top: 79%;
  right: 11%;
  width: 76px;
  height: 76px;
}
.pic.circleList > li:nth-child(8) {
  top: 62.833%;
  right: 29.5%;
  width: 120px;
  height: 120px;
}

#top .topView {
  margin-bottom: 120px;
}
#top .topView .mainView {
  position: relative;
  height: 600px;
  min-width: 1100px;
  background-image: -webkit-linear-gradient(359deg, #321143 1%, #521881 65%, #321143 100%);
  background-image: linear-gradient(91deg, #321143 1%, #521881 65%, #321143 100%);
  color: #fff;
}
#top .topView .mainView > .wrap {
  position: relative;
  height: 600px;
  z-index: 100;
}
#top .topView .mainView > .wrap .header.docs {
  height: 60px;
  background: none;
  padding: 35px 0 0 0;
}
#top .topView .mainView > .wrap .header.docs .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
#top .topView .mainView > .wrap .header.docs .wrap h1 {
  padding-top: 16px;
}
#top .topView .mainView > .wrap .box.statusBox {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#top .topView .mainView > .wrap .box.statusBox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}
#top .topView .mainView > .wrap .box.statusBox .list > li {
  margin-right: 20px;
}
#top .topView .mainView > .wrap .box.statusBox .list > li a {
  color: #fff;
}
#top .topView .mainView .picture {
  margin: 7px 93px 0 0;
}
#top .topView .mainView .text.docsTop.description {
  margin-top: 57px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: 1.6px;
  color: #fff;
}
#top .topView .box.docsTopMainBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin: 100px auto 0;
}
#top .topView .box.docsTopMainBox .btn {
  margin-top: 35px;
}
#top .topView .box.docsTopMainBox .btn,
#top .topView .box.docsTopMainBox .btn a {
  width: 156px;
  height: 43px;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(50, 50, 93, 0.11);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(50, 50, 93, 0.11);
  background-color: #00ffac;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 43px;
  letter-spacing: 0.4px;
  font-family: LucidaGrande;
  color: #33155c;
}
#top .topView .featuresView > .wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 102px 0 70px;
}
#top .topView .featuresView > .wrap .title {
  font-size: 32px;
  color: #2D1B49;
}
#top .topView .featuresView > .wrap .title.docsTop {
  margin-bottom: 15px;
  font-weight: bold;
}
#top .topView .featuresView > .wrap .text.description {
  margin-bottom: 60px;
  font-size: 16px;
  color: #453b4f;
  line-height: 1.8;
}
#top .topView .featuresView > .wrap .logo.picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
#top .topView .featuresView > .wrap .title.picture {
  margin-top: 10px;
  color: #6d7982;
  font-size: 20px;
  font-weight: bold;
}
#top .topView .featuresView > .wrap .text.picture {
  margin-top: 25px;
  color: #6d7982;
  font-size: 14px;
  line-height: 1.8;
}
#top .topView .featuresView.blue {
  background: #3DC0F1;
  color: #fff;
}
#top .topView .featuresView.blue .text {
  color: #fff;
}

section#download {
  background-image: -webkit-linear-gradient(359deg, #321143 1%, #521881 65%, #321143 100%);
  background-image: linear-gradient(91deg, #321143 1%, #521881 65%, #321143 100%);
  color: #fff;
}
section#download .box.downloadMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section#download .logo {
  margin-bottom: 30px;
  text-align: center;
}
section#download .logo .icon {
  font-size: 142px;
}
section#download h1 {
  font-size: 38px;
  color: #fff;
  line-height: 1.2;
}
section#download .text.downloadMessage {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
section#download .list.btnList > li {
  width: 280px;
  height: 56px;
  min-height: 56px;
}
section#download .list.btnList > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  min-height: 56px;
  padding: 0 40px;
  border-radius: 26px;
  background-color: #00ffac;
  line-height: 53px;
  font-size: 14px;
  color: #33155c;
}
section#download .list.btnList > li a .icon {
  margin-right: 10px;
  font-size: 20px;
}
section#download .list.btnList > li a .text {
  font-size: 14px;
  color: #33155c;
}

#error {
  background-image: -webkit-linear-gradient(359deg, #321143 1%, #521881 65%, #321143 100%);
  background-image: linear-gradient(91deg, #321143 1%, #521881 65%, #321143 100%);
  color: #fff;
}
#error .box.errorMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#error .box.errorMain .errorMainWrap h1, #error .box.errorMain .errorMainWrap .text {
  font-size: 32px;
  color: #fff;
}

#changelog {
  background-image: -webkit-linear-gradient(359deg, #321143 1%, #521881 65%, #321143 100%);
  background-image: linear-gradient(91deg, #321143 1%, #521881 65%, #321143 100%);
  color: #fff;
}
#changelog .box.changelogMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#changelog .box.changelogMain .changelogMainWrap {
  width: 100%;
  padding: 60px 80px;
}
#changelog .box.changelogMain .changelogMainWrap .changelogContents {
  padding: 30px 40px;
  background: #fff;
  color: #666;
}
#changelog .box.changelogMain .changelogMainWrap .changelogContents h1 {
  margin-bottom: 40px;
  font-size: 38px;
  text-align: center;
}
#changelog .box.changelogMain .changelogMainWrap .changelogContents h2 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 10px 0;
  font-family: ProximaNova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  color: #222;
  text-transform: none;
}
#changelog .box.changelogMain .changelogMainWrap .changelogContents h2 .uk-text-muted {
  color: #999 !important;
}
#changelog .box.changelogMain .changelogMainWrap .changelogContents .list.changelogList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
#changelog .box.changelogMain .changelogMainWrap .changelogContents .list.changelogList > li > .label {
  display: inline-block;
  width: 90px;
  margin-top: 3px;
  margin-right: 20px;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}
#changelog .box.changelogMain .changelogMainWrap .changelogContents .list.changelogList > li > .label.success {
  background-color: #32d296;
}
#changelog .box.changelogMain .changelogMainWrap .changelogContents .list.changelogList > li > .label.warning {
  background-color: #faa05a;
}
#changelog .box.changelogMain .changelogMainWrap .changelogContents .list.changelogList > li > .label.danger {
  background-color: #f0506e;
}

/*
 * UIKit Custom Style
 */
.tm-sidebar-left {
  position: fixed;
  top: 80px;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px !important;
  padding: 40px 40px 60px 40px;
  border-right: 1px #e5e5e5 solid;
  overflow: auto;
}

.tm-sidebar-right {
  position: absolute;
  top: 0;
  left: calc(100% + 0px);
  width: 200px;
}

@media (min-width: 960px) {
  .tm-sidebar-left + .tm-main {
    padding-left: 240px;
  }
}
@media (min-width: 1200px) {
  .tm-sidebar-right {
    left: calc(100% + 0px);
  }
  .tm-sidebar-left + .tm-main {
    padding-left: 40px;
  }
}
@media (min-width: 1400px) {
  .tm-sidebar-left {
    width: 300px !important;
    padding: 45px 45px 60px 45px;
  }
  .tm-sidebar-right {
    left: calc(100% + 60px);
  }
  .tm-sidebar-left + .tm-main {
    padding-left: 40px;
  }
}
.tm-navbar-container:not(.uk-navbar-transparent) {
  background: -webkit-gradient(linear, right top, left top, from(#28a5f5), to(#1e87f0));
  background: -webkit-linear-gradient(right, #28a5f5, #1e87f0);
  background: linear-gradient(to left, #28a5f5, #1e87f0);
}

.tm-navbar-container .uk-navbar-nav > li > a,
.tm-navbar-container .uk-navbar-item:not(.uk-logo),
.tm-navbar-container .uk-navbar-toggle {
  height: 70px;
  font-size: 13px;
}

.tm-navbar-container .uk-navbar-nav > li > a {
  position: relative;
}

.tm-navbar-container .uk-navbar-nav > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: calc(102% - 15px);
  bottom: 20px;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: right;
  transition-property: right;
}

.tm-navbar-container .uk-navbar-nav > li > a:hover::before {
  right: 15px;
}

.tm-nav > li.uk-active > a {
  position: relative;
}

.tm-nav > li.uk-active > a:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -25px;
  width: 15px;
  border-top: 1px solid #1e87f0;
}

.tm-nav .uk-nav-header {
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 960px) {
  .tm-subnav {
    margin-left: -50px;
  }
  .tm-subnav > * {
    padding-left: 50px;
  }
}
.tm-subnav > * > :first-child {
  text-transform: capitalize;
}

.tm-label-changelog {
  width: 90px;
  margin-top: 3px;
}

.tm-button-default,
.tm-button-primary {
  border-radius: 500px;
}

.tm-button-large {
  line-height: 48px;
}

.tm-section-primary {
  background: -webkit-gradient(linear, right bottom, left top, from(#28a5f5), to(#1e87f0)) 0 0 no-repeat;
  background: -webkit-linear-gradient(right bottom, #28a5f5, #1e87f0) 0 0 no-repeat;
  background: linear-gradient(to left top, #28a5f5, #1e87f0) 0 0 no-repeat;
}

.tm-section-texture {
  background: url("../images/section-background.svg") 50% 17vh no-repeat, -webkit-gradient(linear, right bottom, left top, from(#28a5f5), to(#1e87f0)) 0 0 no-repeat;
  background: url("../images/section-background.svg") 50% 17vh no-repeat, -webkit-linear-gradient(right bottom, #28a5f5, #1e87f0) 0 0 no-repeat;
  background: url("../images/section-background.svg") 50% 17vh no-repeat, linear-gradient(to left top, #28a5f5, #1e87f0) 0 0 no-repeat;
}

.tm-section-intro {
  background: -webkit-gradient(linear, right bottom, left top, from(#28a5f5), to(#1e87f0)) 0 0 no-repeat, #fff;
  background: -webkit-linear-gradient(right bottom, #28a5f5, #1e87f0) 0 0 no-repeat, #fff;
  background: linear-gradient(to left top, #28a5f5, #1e87f0) 0 0 no-repeat, #fff;
  background-size: 100% 75%;
}

.tm-h4,
.tm-h5,
.tm-h6 {
  font-family: Montserrat;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
}

.tm-h4 {
  font-size: 14px;
}

.tm-h5 {
  font-size: 12px;
}

.tm-h6 {
  font-size: 11px;
}

.tm-text-large {
  font-size: 18px;
}

.tm-box-shadow-medium {
  -webkit-box-shadow: 2px 12px 35px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 12px 35px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
}

.tm-box-shadow-large {
  -webkit-box-shadow: -40px 40px 160px 0 rgba(0, 0, 0, 0.08), -8px 8px 15px 0 rgba(120, 120, 120, 0.04), 3px 3px 30px 0 rgba(0, 0, 0, 0.04);
          box-shadow: -40px 40px 160px 0 rgba(0, 0, 0, 0.08), -8px 8px 15px 0 rgba(120, 120, 120, 0.04), 3px 3px 30px 0 rgba(0, 0, 0, 0.04);
}

.tm-box-shadow-modal {
  -webkit-box-shadow: 3px 3px 40px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 40px 0 rgba(0, 0, 0, 0.06);
}

.tm-overlay-default {
  background: rgba(255, 255, 255, 0.5);
}

.tm-modal-dialog {
  background: #f8f8f8;
}

.tm-modal-header {
  padding: 20px 30px;
}

.tm-modal-body {
  padding: 0;
}

@media (min-width: 640px) {
  .tm-modal-header {
    padding: 25px 50px;
  }
  .tm-modal-body {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  .tm-modal-header {
    padding: 50px 120px;
  }
  .tm-modal-body {
    padding: 0 120px;
  }
}
.tm-modal-close-full {
  background: transparent;
  padding: 30px;
}

@media (min-width: 640px) {
  .tm-modal-close-full {
    padding: 40px;
  }
}
.tm-heading-fragment > a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 640px) {
  h2.tm-heading-fragment > a:before {
    content: "#";
    position: absolute;
    width: 25px;
    margin-left: -25px;
    color: #999;
  }
}
.tm-main .uk-container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 640px) {
  .tm-main .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .tm-main .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .tm-intro-text {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .tm-intro-text {
    margin-top: 90px;
  }
  .tm-intro-image {
    margin-right: -75px;
  }
}
