


body, td {
  margin: 0; 
  background-color: #121212;
  color: #ccc; 
  font-family: 'Noto Sans', sans-serif; 
  font-size: 10pt;
}

a { 
  text-decoration: none;
  color: #f6f6f6;
}
a:hover { color: #40A0FF; }


img { border: none; }


h1, h2 { 
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  margin: 0;
}
h1 { font-size: 24pt; }
h2 { font-size: 18pt; }

svg { pointer-events: none; }



/** SVG **/
.svg {
  display: inline-block;
  position: relative;
}
.logo-svg {
  height: 60px;
  width: 100%;
  top: 10px;
}



/** HEADER **/
.header-cont {
  background-color: #262626;
  height: 80px;
  position: relative;
}
.logo-cont {
  height: 60px;
  width: 100%;
  max-width: 350px;
  margin-left: 15px;
}
.hright {
  position: absolute;
  height: 80px;
  right: 15px;
  top: 0;
}
.ts-link {
  display: inline-block;
  padding: 8px;
  color: #aaa;
  border: 2px solid #aaa;
  border-radius: 4px;
  font-size: 12pt;
  vertical-align: middle;
}
.ts-link:hover {
  color: #ccc;
  border: 2px solid #ccc;
}




/** MAIN **/
.main-cont {
  min-width: 800px;

}

.download-it-cont {
  text-align: center;
  padding: 30px 20px 0 20px;
  margin-top: 3px;
  background-color: #555;
  height: 450px;
}
.download-it-cont p {
  font-size: 12pt;
  margin: 15px 0;
}
p.dl-tag {
  letter-spacing: -1px;
  font-size: 30pt;
  font-weight: 700;
  color: #ccc;
}
.dl-opt {
  display: none;
  margin-top: 30px;
  height: 60px;
}
.mas-btn {
  width: 200px;
}
.mas-btn img {
  max-width: 100%;
}
.dl-btn {
  display: inline-block;
  position: relative;
  padding: 15px;
  background-color: #1c7ad8;
  font-weight: 700;
  margin-right: 5px;
  border-radius: 5px;
  vertical-align: top;
}
.dl-btn:hover {
  color: #fff;
  background-color: #40A0FF;
}
.f-shot {
  margin-top: 60px;
  font-size: 0;
}
.f-shot > img {
  box-shadow: 0 0 13px 0px #000;
}

.descript-cont {
  height: 450px;
  background-color: #333;
  margin-top: 0px;
  padding: 220px 20px 0 20px;
}
.desc-sect {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 12pt;
}


.footer-tbl {
  width: 80%;
  margin: 40px auto 170px;
  border-spacing: 0;
}
.footer-tbl td {
  vertical-align: top;
  padding-right: 20px;
}
.footer-tbl .hdr {
  font-weight: 700;
  font-size: 13pt;
  color: #aaa;
  margin-top: 0;
}
.head-lnk {
  display: inline-block;
  height: 55px;
}