@import url(/font-awesome.min.css);
@import url("/fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,900");
/* Basic */
@-ms-viewport {
  width: device-width;
}

body {
  -ms-overflow-style: scrollbar;
}

@media screen {
  html, body {
    min-width: 360px;
  }
}

body {
  background: #ffffff;
  margin: auto;
  padding: 0 0px;
  content: float;
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/* Type */
body, input, select, textarea {
  color: #585858;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16pt;
  font-weight: 400;
  line-height: 1.75;
}

a {
  -webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
  transition: border-bottom-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
  color: #585858;
  border-bottom: dotted 1px rgba(88, 88, 88, 0.5);
}

a:hover {
  border-bottom-color: transparent;
  color: #6799ed;
}

strong, b {
  font-weight: 800;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1 {
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1em 0;
}

h1 a {
  color: inherit;
}

@media screen {
  h1 {
    font-size: 2em;
    margin: 0 0 1em 0;
  }
}

@media screen {
  h1 {
    font-size: 1.75em;
  }
}

h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.25em;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h2 {
  font-size: 1.1em;
  text-transform: uppercase;
}

h3 {
  font-size: 1em;
  text-transform: lowercase;
}

h4 {
  font-size: 0.8em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.8em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

blockquote {
  border-left: solid 4px #c9c9c9;
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: rgba(144, 144, 144, 0.075);
  border-radius: 4px;
  border: solid 1px #c9c9c9;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}

pre code {
  display: block;
  line-height: 1.75;
  padding: 1em 1.5em;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px #c9c9c9;
  margin: 2em 0;
}

hr.major {
  margin: 3em 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media screen and (min-width: 736px) {
  #box {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  #horimenu {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  table tr :nth-of-type(5) {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  table tr :nth-of-type(3) {
    display: none;
  }
}

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

.icon.style2 {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background-color: transparent;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  width: 2.65em;
  height: 2.65em;
  display: inline-block;
  text-align: center;
  line-height: 2.65em;
  color: inherit;
}

.icon.style2:before {
  font-size: 1.1em;
}

.icon.style2:hover {
  color: #6799ed;
  border-color: #6799ed;
}

.icon.style2:active {
  background-color: rgba(103, 153, 237, 0.1);
}

.icon.style3 {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  width: 2em;
  height: 2em;
  display: inline-block;
  text-align: center;
  line-height: 2em;
  color: #585858;
}

.icon.style3:before {
  font-size: 1em;
}

.icon.style3:hover {
  color: #6799ed;
  border-color: #6799ed;
}

.icon.style3:active {
  background-color: rgba(103, 153, 237, 0.1);
}

.icon.style4 {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background-color: white;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  text-align: center;
  line-height: 2.5em;
  color: #585858;
}

.icon.style4:before {
  font-size: 1.5em;
}

.icon.style4:hover {
  color: #6799ed;
  border-color: #6799ed;
}

.icon.style4:active {
  background-color: rgba(103, 153, 237, 0.1);
}

.icon.style5 {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  width: 6em;
  height: 2em;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 2em;
  color: #585858;
}

.icon.style5:hover {
  color: #6799ed;
  border-color: #6799ed;
}

.icon.style5:active {
  background-color: rgba(103, 153, 237, 0.1);
}

.icon.style6 {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  width: 6em;
  height: 2em;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 2em;
  color: #585858;
}

.icon.style6:hover {
  color: #6799ed;
  border-color: #6799ed;
}

.icon.style6:active {
  background-color: rgba(103, 153, 237, 0.1);
}

/* Box */
.box {
  border-radius: 4px;
  border: solid 1px #c9c9c9;
  margin-bottom: 2em;
  padding: 1.5em;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Image */
.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative;
}

.image img {
  border-radius: 4px;
  display: block;
}

.image.left, .image.right {
  max-width: 40%;
}

.image.left img, .image.right img {
  width: 100%;
}

.image.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: 0.25em;
}

.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 0.25em;
}

.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}

.image.fit img {
  width: 100%;
}

.image.main {
  display: block;
  margin: 0 0 3em 0;
  width: 100%;
}

.image.main img {
  width: 100%;
}

@media screen {
  .image.main {
    margin: 0 0 2em 0;
  }
}

/* Table */
.label {
  display: inline;
  padding: .1em .5em .2em;
  font-size: 70%;
  font-weight: bold;
  line-height: 1;
  color: white;
  background-color: #e09b00;
  text-align: center;
  white-space: nowrap;
  vertical-align: text-top;
  border-radius: .25em;
}

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.7em;
}

table .datetable {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  padding: 5px;
  width: 1px;
  height: 2em;
  text-align: center;
  line-height: 2em;
  color: #585858;
}

table .datetable:hover {
  color: #6799ed;
  border-color: #6799ed;
}

table a {
  border-bottom: 0px;
}

table tbody tr.featuredalter {
  border: solid 1px;
  border-left: 0;
  border-right: 0;
  border-width: 0;
}

table tbody tr.featuredalter.featured {
  background-color: rgba(252, 236, 219, 0.71);
}

table tbody tr.featuredalter.featured:nth-child(odd) {
  background-color: rgba(253, 244, 233, 0.71);
}

table tbody tr.normalalter {
  border: solid 1px #c9c9c9;
  border-left: 0;
  border-right: 0;
  border-width: 0;
}

table tbody tr.normalalter.normalalter:nth-last-child(2n+1) {
  background-color: #f6f6f6;
}

table tbody td {
  padding: 0.4em 1em 0.4em 0.3em;
  text-align: left;
  overflow: hidden;
}

table tbody td img {
  width: 32px;
  align: middle;
  vertical-align: middle;
}

table tbody td:nth-of-type(1) {
  padding: 0 20px;
  width: 20px !important;
  align: float;
}

table tbody td:nth-of-type(2) {
  width: 130px;
  overflow: hidden;
}

table tbody td:nth-of-type(4) {
  width: 70px;
  height: 50px;
  text-align: center;
}

table tbody td:nth-of-type(5) {
  width: 300px;
  height: 50px;
}

table thead {
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}

table thead th {
  font-size: 0.9em;
  font-weight: 800;
  padding: 0.3em 1em 0.3em 0.3em;
}

table thead th:nth-of-type(1) {
  text-align: center;
}

table thead th:nth-of-type(4) {
  text-align: center;
}

table tfoot {
  border-top: solid 2px #c9c9c9;
}

.progresstable {
  overflow: hidden;
  height: 5px;
  width: 6em;
  position: relative;
  margin-top: 1px;
  background-color: #e3e2e2;
  border-radius: 3px;
}

.progress-bartable {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: black;
  background-color: #7ea8f0;
}

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 4px;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 2px #585858;
          box-shadow: inset 0 0 0 2px #585858;
  color: #585858;
  cursor: pointer;
  display: inline-block;
  font-size: 0.7em;
  font-weight: 800;
  height: 3.5em;
  letter-spacing: 0.25em;
  line-height: 3.6em;
  overflow: hidden;
  padding: 0 1.25em 0 1.5em;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
  color: #6799ed;
  -webkit-box-shadow: inset 0 0 0 2px #6799ed;
          box-shadow: inset 0 0 0 2px #6799ed;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
  background-color: rgba(103, 153, 237, 0.1);
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
  font-size: 0.6em;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
  font-size: 1em;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
  width: 130px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #585858;
  color: #ffffff !important;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
button.special:hover,
.button.special:hover {
  background-color: #6799ed;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
button.special:active,
.button.special:active {
  background-color: #4381e9;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  opacity: 0.25;
}

.search {
  width: 310px;
}

div.tab {
  overflow: hidden;
  border: 0px;
  padding: 0px;
  display: inline;
  margin-right: 0px;
}

/* Style the buttons inside the tab */
div.tab button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #585858;
  color: #ffffff !important;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100px;
  margin-right: 3px;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 13px;
  font-size: 9px;
  font-weight: normal;
  line-height: 3.67em;
}

/* Change background color of buttons on hover */
div.tab button:hover {
  background-color: #6799ed;
}

/* Create an active/current tablink class*/
div.tab button.active {
  background-color: #6799ed;
  -webkit-box-shadow: inset 0 0 0 2px #6799ed;
          box-shadow: inset 0 0 0 2px #6799ed;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}

/* Tiles */
.tiles {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  postiion: relative;
  margin: -2.5em 0 0 -2.5em;
}

.tiles article {
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  position: relative;
  width: calc(33.3333333333% - 2.5em);
  margin: 2.5em 0 0 2.5em;
}

.tiles article > .image {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.tiles article > .image img {
  display: block;
  width: 100%;
}

.tiles article > .image:before {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
  transition: background-color 0.5s ease, opacity 0.5s ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1.0;
  z-index: 1;
  opacity: 0.8;
}

.tiles article > .image:after {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.25;
  z-index: 2;
}

.tiles article > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
  transition: background-color 0.5s ease, transform 0.5s ease;
  transition: background-color 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  border-radius: 4px;
  border-bottom: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  z-index: 3;
}

.tiles article > a > :last-child {
  margin: 0;
}

.tiles article > a:hover {
  color: #ffffff !important;
}

.tiles article > a h2 {
  margin: 0;
}

.tiles article > a .content {
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  width: 100%;
  max-height: 0;
  line-height: 1.5;
  margin-top: 0.35em;
  opacity: 0;
}

.tiles article > a .content > :last-child {
  margin-bottom: 0;
}

.tiles article.style1 > .image:before {
  background-color: #6799ed;
}

.tiles article.style2 > .image:before {
  background-color: #7ecaf6;
}

.tiles article.style3 > .image:before {
  background-color: #7bd0c1;
}

.tiles article.style4 > .image:before {
  background-color: #c75b9b;
}

.tiles article.style5 > .image:before {
  background-color: #ae85ca;
}

.tiles article.style6 > .image:before {
  background-color: #8499e7;
}

body:not(.is-touch) .tiles article:hover > .image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

body:not(.is-touch) .tiles article:hover > .image:before {
  background-color: #333333;
  opacity: 0.35;
}

body:not(.is-touch) .tiles article:hover > .image:after {
  opacity: 0;
}

body:not(.is-touch) .tiles article:hover .content {
  max-height: 15em;
  opacity: 1;
}

* + .tiles {
  margin-top: 2em;
}

body.is-loading .tiles article {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

body.is-touch .tiles article .content {
  max-height: 15em;
  opacity: 1;
}

@media screen {
  .tiles {
    margin: -1.25em 0 0 -1.25em;
  }
  .tiles article {
    width: calc(33.3333333333% - 1.25em);
    margin: 1.25em 0 0 1.25em;
  }
}

@media screen {
  .tiles {
    margin: -2.5em 0 0 -2.5em;
  }
  .tiles article {
    width: calc(50% - 2.5em);
    margin: 2.5em 0 0 2.5em;
  }
}

@media screen {
  .tiles {
    margin: -1.25em 0 0 -1.25em;
  }
  .tiles article {
    width: calc(50% - 1.25em);
    margin: 1.25em 0 0 1.25em;
  }
  .tiles article:hover > .image {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@media screen {
  .tiles {
    margin: 0;
  }
  .tiles article {
    width: 100%;
    margin: 1.25em 0 0 0;
  }
}

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 0em;
}

ul li {
  padding-left: 0em;
}

ul.alt {
  list-style: none;
  padding-left: 0;
}

ul.alt li {
  border-top: solid 1px #c9c9c9;
  padding: 0.5em 0;
}

ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
  margin: -1em 0 2em -1em;
}

ul.icons li {
  display: inline-block;
  padding: 1em 0 0 1em;
}

ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
  display: inline-block;
}

ul.actions li {
  padding: 0 1em 0 0;
  vertical-align: middle;
}

ul.actions li:last-child {
  padding-right: 0;
}

ul.actions.small li {
  padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
  display: block;
  padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child {
  padding-top: 0;
}

ul.actions.vertical li > * {
  margin-bottom: 0;
}

ul.actions.vertical.small li {
  padding: 0.5em 0 0 0;
}

ul.actions.vertical.small li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  display: table;
  margin-left: -1em;
  padding: 0;
  table-layout: fixed;
  width: calc(100% + 1em);
}

ul.actions.fit li {
  display: table-cell;
  padding: 0 0 0 1em;
}

ul.actions.fit li > * {
  margin-bottom: 0;
}

ul.actions.fit.small {
  margin-left: -0.5em;
  width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
  padding: 0 0 0 0.5em;
}

@media screen {
  ul.actions {
    margin: 0 0 2em 0;
  }
  ul.actions li {
    padding: 1em 0 0 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  ul.actions li:first-child {
    padding-top: 0;
  }
  ul.actions li > * {
    width: 100%;
    margin: 0 !important;
  }
  ul.actions li > *.icon:before {
    margin-left: -2em;
  }
  ul.actions.small li {
    padding: 0.5em 0 0 0;
  }
  ul.actions.small li:first-child {
    padding-top: 0;
  }
}

dl {
  margin: 0 0 2em 0;
}

dl dt {
  display: block;
  font-weight: 800;
  margin: 0 0 1em 0;
}

dl dd {
  margin-left: 2em;
}

.topbar {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
  background: #c4e17f;
  background-image: -webkit-gradient(linear, left top, right top, from(#14CC77), color-stop(12.5%, #14CC77), color-stop(12.5%, #c4e17f), color-stop(25%, #c4e17f), color-stop(25%, #fecf71), color-stop(37.5%, #fecf71), color-stop(37.5%, #f0776c), color-stop(50%, #f0776c), color-stop(50%, #db9dbe), color-stop(62.5%, #db9dbe), color-stop(62.5%, #c49cde), color-stop(75%, #c49cde), color-stop(75%, #669ae1), color-stop(87.5%, #669ae1), color-stop(87.5%, #62c2e4), to(#62c2e4));
  background-image: linear-gradient(to right, #14CC77, #14CC77 12.5%, #c4e17f 12.5%, #c4e17f 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.bottombar {
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
  background: #c4e17f;
  background-image: -webkit-gradient(linear, left top, right top, from(#14CC77), color-stop(12.5%, #14CC77), color-stop(12.5%, #c4e17f), color-stop(25%, #c4e17f), color-stop(25%, #fecf71), color-stop(37.5%, #fecf71), color-stop(37.5%, #f0776c), color-stop(50%, #f0776c), color-stop(50%, #db9dbe), color-stop(62.5%, #db9dbe), color-stop(62.5%, #c49cde), color-stop(75%, #c49cde), color-stop(75%, #669ae1), color-stop(87.5%, #669ae1), color-stop(87.5%, #62c2e4), to(#62c2e4));
  background-image: linear-gradient(to right, #14CC77, #14CC77 12.5%, #c4e17f 12.5%, #c4e17f 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

#id01 {
  margin-top: 20px;
}

#id02 {
  margin-top: 20px;
}

#id03 {
  margin-bottom: 10px;
  padding-top: 6px;
}

.itemico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 99%;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px #e0e0e0;
          box-shadow: 1px 1px 3px #e0e0e0;
  margin: 1px;
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden;
  font-size: 15px;
  text-align: left;
  padding: 5px;
}

.itemico:hover {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-color: #6799ed;
}

.itemico.featured:hover {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-color: #fecf71;
}

.itemico.featured a {
  border-bottom: 0px;
}

.itemico.featured a:hover {
  border-bottom-color: transparent;
  color: #e09b00;
}

.itemico.featured .link a.style:hover {
  color: #e09b00;
  border-color: #e09b00;
  background-color: rgba(224, 155, 0, 0.1);
}

.itemico.featured .link a.style:active {
  background-color: rgba(224, 155, 0, 0.1);
}

.itemico.featured .timeline .progress-bar {
  background-color: #e09b00;
}

.itemico a {
  border-bottom: 0px;
}

.itemico a:hover {
  border-bottom-color: transparent;
}

.itemico .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
  float: left;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  width: 40px;
  border-bottom: none;
  margin-left: 3px;
  margin-right: 10px;
}

.itemico .image img {
  margin-left: 3px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  float: left;
  vertical-align: middle;
}

.itemico .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0px;
  padding-right: 3px;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  line-height: 140%;
  font-weight: bold;
  overflow: hidden;
  border-right: 1px solid #e0e0e0;
}

.itemico .labelfeat {
  display: inline;
  padding: 1px 4px;
  font-size: 70%;
  font-weight: normal;
  line-height: 1;
  color: white;
  background-color: #e09b00;
  text-align: center;
  white-space: nowrap;
  vertical-align: text-top;
  border-radius: .25em;
}

.itemico .desc {
  padding-right: 11px;
  padding-left: 11px;
  -ms-flex-preferred-size: 770px;
      flex-basis: 770px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 100%;
  line-height: 1.5;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e0e0e0;
}

@media screen and (max-width: 732px) {
  .itemico .desc {
    display: none;
  }
}

.itemico .descdiscover {
  padding-right: 11px;
  padding-left: 11px;
  -ms-flex-preferred-size: 700px;
      flex-basis: 700px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 100%;
  line-height: 1.5;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e0e0e0;
}

@media screen and (max-width: 732px) {
  .itemico .descdiscover {
    display: none;
  }
}

.itemico .daysleft {
  font-size: 13px;
}

.itemico .timeline {
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  height: 100%;
  text-align: left;
  line-height: 150%;
  overflow: hidden;
  font-size: 12px;
  border-right: 1px solid #e0e0e0;
}

@media screen and (max-width: 896px) {
  .itemico .timeline {
    display: none;
  }
}

.itemico .timeline .progress {
  overflow: hidden;
  height: 6px;
  margin-top: -1px;
  margin-bottom: 0px;
  background-color: #c9c9c9;
  border-radius: 30px;
}

.itemico .timeline .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 20px;
  line-height: 1px;
  color: black;
  text-align: center;
  background-color: #6799ed;
}

.itemico .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0px;
  padding-top: 4px;
  height: 89%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  border-right: 1px solid #e0e0e0;
  line-height: 80%;
}

@media screen and (min-width: 896px) {
  .itemico .date {
    display: none;
  }
}

.itemico .days {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
}

.itemico .unit {
  font-size: 16px;
  font-weight: bold;
}

.itemico .left {
  font-size: 14px;
}

.itemico .link {
  margin-left: 10px;
  height: 100%;
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.9em;
  text-align: left;
}

@media screen and (max-width: 450px) {
  .itemico .link {
    text-align: center;
  }
}

@media screen and (max-width: 369px) {
  .itemico .link {
    display: none;
  }
}

.itemico .link a.style {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  width: 1.9em;
  height: 1.9em;
  display: inline-block;
  text-align: center;
  line-height: 1.9em;
  color: #585858;
  margin-right: 4.5px;
}

.itemico .link a.style:hover {
  color: #6799ed;
  border-color: #6799ed;
  background-color: rgba(103, 153, 237, 0.1);
}

.itemico .link a.style:active {
  background-color: rgba(103, 153, 237, 0.1);
}

.search-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 240px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  display: inline-block;
  padding: 4px 0px 0px 20px;
  margin-right: 30px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .search-box {
    margin-right: 5px;
    max-width: 140px;
    padding: 4px 0px 0px 20px;
  }
}

.search-box button {
  border: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  outline: 0;
}

.search-box button:active {
  background-color: transparent;
}

.search-box button:hover {
  color: #f0776c;
}

.search-box .iconsearch {
  position: absolute;
  font-size: 20px;
  top: 11px;
  left: 22px;
}

.search-box input[type="text"] {
  line-height: 190%;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  outline: 0;
  font-size: 18px;
  font-weight: 300;
  color: #6799ed;
  text-align: left;
  padding-left: 0px;
  background-color: inherit;
  padding-left: 40px;
}

@media screen and (max-width: 736px) {
  .search-box input[type="text"] {
    padding-left: 30px;
  }
}

.search-box input[type="text"]::-webkit-input-placeholder {
  color: #676767;
}

.search-box input[type="text"]:-ms-input-placeholder {
  color: #676767;
}

.search-box input[type="text"]::-ms-input-placeholder {
  color: #676767;
}

.search-box input[type="text"]::placeholder {
  color: #676767;
}

.search-box input[type="text"]:focus {
  border-bottom: 2px solid #6799ed;
}

.search-box input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}

.search-box input[type="text"]:focus:-ms-input-placeholder {
  color: transparent;
}

.search-box input[type="text"]:focus::-ms-input-placeholder {
  color: transparent;
}

.search-box input[type="text"]:focus::placeholder {
  color: transparent;
}

.search-box input[type="text"]:hover + .fa {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  color: #6799ed;
}

.search-box input[type="text"]:focus + .fa {
  color: #6799ed;
}

.search-box input[type="text"]:active + .fa {
  color: #6799ed;
}

.search-box input[type="text"]:hover {
  color: #6799ed;
  border-bottom: 2px solid #6799ed;
}

.search-box input[type="text"]:hover:focus {
  border-bottom: 2px solid #6799ed;
}

.search-box input[type="text"]:hover:focus::-webkit-input-placeholder {
  color: transparent;
}

.search-box input[type="text"]:hover:focus:-ms-input-placeholder {
  color: transparent;
}

.search-box input[type="text"]:hover:focus::-ms-input-placeholder {
  color: transparent;
}

.search-box input[type="text"]:hover:focus::placeholder {
  color: transparent;
}

.search-box input[type="text"]:hover::-webkit-input-placeholder {
  color: #6799ed;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.search-box input[type="text"]:hover:-ms-input-placeholder {
  color: #6799ed;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.search-box input[type="text"]:hover::-ms-input-placeholder {
  color: #6799ed;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.search-box input[type="text"]:hover::placeholder {
  color: #6799ed;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.result {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: -50px;
}

@media screen and (max-width: 736px) {
  .result {
    left: -60px;
  }
}

@media screen and (max-width: 447px) {
  .result {
    left: -109px;
  }
}

.search-box input[type="text"], .result {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

/* Formatting result items */
.result p {
  width: 320px;
  margin: 0;
  padding: 4px 10px;
  border: 1px solid #CCCCCC;
  border-top: none;
  background: white;
  font-size: 15px;
  cursor: pointer;
}

@media screen and (max-width: 374px) {
  .result p {
    width: 300px;
  }
}

.result a {
  display: block;
  width: 320px;
  margin: 0;
  padding: 4px 10px;
  border: 1px solid #CCCCCC;
  border-top: none;
  background: white;
  font-size: 15px;
  cursor: pointer;
}

@media screen and (max-width: 374px) {
  .result a {
    width: 300px;
  }
}

.result a:hover {
  background: #f6f6f6;
}

.result p:hover {
  background: #f6f6f6;
}

.close-cross {
  display: block;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 2px;
  bottom: 0;
  margin: auto;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 19px;
  border: 0px;
  cursor: pointer;
}

.search-boxbox:not(:focus) ~ .close-cross {
  color: transparent;
  cursor: default;
}

.search-boxbox:not(:valid) ~ .result {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
}

.headerblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 1280px;
  height: 40px;
  padding: 0px 20px;
}

.logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-bottom: none;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0px;
}

.logo img {
  margin: 0px;
  width: 110px;
}

.topnav {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 7px;
}

.topnav ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.topnav ul li {
  display: inline;
}

.topnav ul li a {
  margin: -4px;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 0px solid #e0e0e0;
  color: #676767;
}

.topnav ul li a:hover {
  border-bottom: 2px solid #6799ed;
  color: #6799ed;
}

.topnav ul li a.active {
  color: #6799ed;
  border-bottom: 2px solid #6799ed;
}

.navbutton {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  z-index: 1;
  color: #585858;
  font-size: 26px;
  line-height: 137%;
  width: 40px;
  height: 36px;
  margin-left: 5px;
  text-align: center;
  border-radius: 5px;
}

.navbutton:hover {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  color: #6799ed;
}

.sidenav {
  position: relative;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: rgba(88, 88, 88, 0.99);
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-top: 60px;
}

.sidenav a {
  padding: 20px 8px 0px 32px;
  font-size: 23px;
  font-weight: 300;
  color: #ffffff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: solid 2px;
  white-space: nowrap;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -25px;
  right: 8px;
  font-size: 36px;
  border-bottom: none;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

#main {
  -webkit-transition: margin-left .5s;
  transition: margin-left .5s;
}

/* Main */
.mainpage {
  background-color: white;
  max-width: 1280px;
  margin: auto;
  padding: 80px 20px 20px 20px;
  content: float;
}

.firstbox {
  display: block;
  background-color: #f6f6f6;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 15px;
  padding: 5px 20px;
  text-align: center;
  margin-bottom: 30px;
}

.boxmain {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px;
  border-radius: 10px;
  margin: 0 0 30px 0;
  padding: 50px 12px 10px 12px;
  border-color: #e0e0e0;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 722px) {
  .boxmain {
    border: 0px;
    padding: 20px 0px 10px 0px;
    margin: 0 0 30px 0;
  }
}

.icotitleblock {
  max-width: 1024px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.returnlink {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 130%;
  border-bottom: none;
}

@media (max-width: 722px) {
  .returnlink {
    top: -10px;
    right: 0px;
  }
}

.featuredicomain {
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 130%;
  font-size: 13px;
  padding: 3px 5px;
  font-weight: 300;
  line-height: 1;
  color: white;
  background-color: #e09b00;
  text-align: center;
  white-space: nowrap;
  border-radius: .25em;
}

@media (max-width: 722px) {
  .featuredicomain {
    top: -10px;
    left: 0px;
  }
}

iframe {
  width: 100%;
}

.iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.boxboxiframe {
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 30px;
}

.boxiframe {
  position: relative;
  padding-bottom: 49.5%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  padding-top: 30px;
  overflow: hidden;
  margin-bottom: 0px;
  margin: auto;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 1px 1px 3px #e0e0e0;
          box-shadow: 1px 1px 3px #e0e0e0;
  border-radius: 10px;
}

.headblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}

.logoico {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
  width: 170px;
  height: 170px;
  border-radius: 10px;
}

.titletoken {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
}

.titleico {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 600px;
          flex: 2 1 600px;
  font-size: 25px;
  padding-left: 0px;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

.token {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 600px;
          flex: 1 1 600px;
  max-width: 800px;
  font-size: 20px;
}

.descshort {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 600px;
          flex: 1 1 600px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.descblock {
  display: inline-block;
  max-width: 1024px;
  width: 100%;
}

.desclong {
  display: block;
  margin: 0;
  text-align: left;
  padding-left: 15px;
}

@media (max-width: 1024px) {
  .desclong {
    padding-left: 0px;
  }
}

.descico {
  position: relative;
}

.timeblock {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 1px 1px 3px #e0e0e0;
          box-shadow: 1px 1px 3px #e0e0e0;
  border-radius: 10px;
  padding: 5px 20px 5px 20px;
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid black;
}

.timelineblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 30px;
}

@media (max-width: 1024px) {
  .timelineblock {
    padding-left: 0px;
  }
}

.green {
  display: block;
  color: #14CC77;
  font-size: 16px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 5px;
  width: 100%;
  margin-bottom: 5px;
}

.red {
  color: #f0776c;
  font-size: 16px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  padding-right: 5px;
  margin-bottom: 5px;
}

.dateleft {
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  line-height: 160%;
}

.remainingico {
  padding: 8px;
  height: 57px;
  margin-right: 5px;
  line-height: 150%;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.progressbox {
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin: 5px 0 0 0px;
}

@media (max-width: 1024px) {
  .progressbox {
    padding-left: 0px;
  }
}

.progress {
  overflow: hidden;
  height: 6px;
  margin-bottom: 0px;
  background-color: #c9c9c9;
  border-radius: 10px;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 20px;
  line-height: 1px;
  color: black;
  text-align: center;
  background-color: #6799ed;
}

.buttonblock {
  display: inline;
  margin: 15px 0 0 0;
  max-width: 800px;
}

.buttonlist {
  margin: 0px 7px 13px 7px;
}

.linkblock {
  display: inline;
  margin-bottom: 20px;
}

.iconlist {
  margin: 7px 7px 7px 7px;
}

.subtitleblock {
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: -5px;
  display: block;
  padding: 5px 30px 5px 0px;
  font-size: 16px;
  vertical-align: middle;
  border-radius: 30px;
  background-color: #f6f6f6;
  white-space: nowrap;
}

@media (max-width: 1142px) {
  .subtitleblock {
    width: 96%;
  }
}

.subtitletext {
  padding-left: 20px;
}

.googletrend {
  display: block;
  margin-top: 10px;
  width: 100%;
  max-width: 800px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 1px 1px 3px #e0e0e0;
          box-shadow: 1px 1px 3px #e0e0e0;
  border-radius: 5px;
  margin-bottom: 30px;
  padding-right: 5px;
}

footer {
  background-color: #f6f6f6;
  border-top: 1px solid #e0e0e0;
  display: inline-block;
  margin: 0;
  margin-top: 30px;
  padding: 0;
  width: 100%;
  text-align: center;
}

footer .inner {
  max-width: 1280px;
  margin: auto;
  padding: 30px;
  content: float;
}

footer .inner .copyright {
  width: 100%;
  padding: 0;
  margin-top: 0;
  list-style: none;
  font-size: 0.8em;
  color: rgba(88, 88, 88, 0.5);
}

footer .inner .copyright a {
  color: inherit;
}

footer .inner .copyright li {
  display: inline-block;
  border-left: solid 1px rgba(88, 88, 88, 0.15);
  line-height: 1;
  padding: 0 0 0 1em;
  margin: 0 0 0 1em;
  font-size: 14px;
}

footer .inner .copyright li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

footer .inner .footertext {
  font-size: 14px;
  display: block;
}

.discoverfirst {
  display: block;
  font-size: 15px;
  padding: 15px 15px 15px 15px;
  text-align: center;
  margin-bottom: -20px;
  line-height: 150%;
  background-color: #f6f6f6;
  border-radius: 20px;
}

.titleblock {
  margin-bottom: 10px;
  margin-top: 50px;
  display: block;
  text-align: center;
  padding: 0px 0px 5px 0px;
  font-size: 27px;
  vertical-align: middle;
  white-space: nowrap;
}

.titletext {
  padding-left: 10px;
}

a.linkbox {
  padding: 0px;
  margin: 0px;
  border-bottom: none;
}

.highfirstline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.highbox {
  margin: 6px 6px 6px 6px;
  width: 340px;
  height: 180px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 1px 1px 3px #e0e0e0;
          box-shadow: 1px 1px 3px #e0e0e0;
  border-radius: 5px;
  padding: 20px;
  text-align: left;
  overflow: hidden;
  background-color: white;
  line-height: 100%;
}

@media (max-width: 400px) {
  .highbox {
    width: 280px;
    height: 140px;
    padding: 15px 20px 20px 20px;
  }
}

@media (min-width: 401px) and (max-width: 722px) {
  .highbox {
    width: 340px;
    height: 140px;
    padding: 14px 20px 20px 20px;
  }
}

@media (min-width: 723px) and (max-width: 842px) {
  .highbox {
    width: 280px;
  }
}

@media (min-width: 843px) and (max-width: 1086px) {
  .highbox {
    width: 340px;
  }
}

@media (min-width: 1087px) and (max-width: 1280px) {
  .highbox {
    width: 290px;
  }
}

.highbox:hover {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  color: #6799ed;
  border-color: #6799ed;
}

.highbox .progress {
  overflow: hidden;
  height: 5px;
  margin-bottom: 0px;
  background-color: #c9c9c9;
  border-radius: 30px;
}

.highbox .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 20px;
  line-height: 1px;
  color: black;
  text-align: center;
  background-color: #6799ed;
}

.imgbox {
  float: right;
  display: block;
  vertical-align: top;
}

.imgbox img {
  width: 100px;
  margin-left: 8px;
  border-radius: 10px;
}

@media (max-width: 400px) {
  .imgbox img {
    width: 80px;
  }
}

@media (min-width: 401px) and (max-width: 722px) {
  .imgbox img {
    width: 85px;
  }
}

.textcontain {
  height: 74%;
  overflow: hidden;
  margin-top: -3px;
}

@media (max-width: 400px) {
  .textcontain {
    height: 70%;
    margin-top: -4px;
  }
}

@media (min-width: 401px) and (max-width: 722px) {
  .textcontain {
    height: 69%;
    margin-top: -4px;
    padding-bottom: 2px;
    margin-bottom: 2px;
  }
}

.titlebox {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}

@media (max-width: 400px) {
  .titlebox {
    margin-bottom: -5px;
  }
}

@media (min-width: 401px) and (max-width: 722px) {
  .titlebox {
    margin-bottom: -4px;
  }
}

.textbox {
  display: block;
  font-size: 13px;
  height: 66%;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 12px;
}

.datebox {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}

.datesmallbox {
  display: block;
  font-size: 11px;
  float: left;
}

.seethemall {
  display: block;
  text-align: center;
  font-size: 18px;
}

.seethemallbutt {
  text-align: center;
  font-size: 11px;
  border-radius: 14px;
}

.buttonblockmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.endingsoon {
  width: 100%;
  height: 200px;
  margin: auto;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}

#id03 {
  width: 92%;
  margin: auto;
  margin-bottom: 15px;
}

@media (max-width: 1086px) {
  #id03 {
    width: 100%;
  }
}

.centeralign {
  text-align: center;
  margin-top: 10px;
}
/*# sourceMappingURL=main.css.map */