@charset "UTF-8";

/* CSS RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b,
strong {
  font-weight: 600;
}

html {
  font-size: 16px;
  box-sizing: border-box;
  /*font-family: "Trebuchet MS", sans-serif ;*/
  font-family: Verdana, sans-serif;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/*
MAIN
 */
html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  /*-webkit-backface-visibility: hidden;*/
  /*        backface-visibility: hidden;*/
  /*-webkit-overflow-scrolling: touch;*/
  background-color: #2b383e;
}

body {
  height: 100%;
}

html,
body {
  /*color: #fafafa;*/
  /*color: #c8d4dd;*/
  /*color: #d4dde5;*/
  color: #e1e7ed;
}

dl {
  padding: 0 0 14px 0;
  font-size: 1em;
}

dt,
dd {
  display: inline-block;
}

dt {
  font-size: 0.9375em;
  color: #a8adaf;
}

a {
  /* font-size: 0.813em !important; */
  color: #788d92;
}

main {
  position: relative;
  min-height: 100vh;
  height: 100%;
}

a:hover {
  /*color: #bcd1d6;*/
  color: #eef3f4;
}

.head-info h2 {
  /* float: left; */
  font-size: 1.375em;
  display: inline-block;
  padding-bottom: 10px;
}

.head-info p {
  color: #b9c7cd;
}

.head-info a:before {
  content: "";
  display: inline-block;

  width: 5px;
  height: 5px;
  border-radius: 50%;

  margin: 0 6px 1px 0;
  background-color: #b9c7cd;
}

.head-latest {
  position: relative;

  overflow: hidden;

  display: inline-block;
  width: 100%;
  padding: 0 10px;
  margin: 0 0 30px 0;
}

.info-latest {
  /*position: absolute;*/
  height: 200px;
  width: 1410px;

  background-color: #838788;
  cursor: pointer;
}

.info-latest img {
  /*object-fit: none;*/
  height: 200px;
  width: 1410px;

  margin-left: -80px;
}

.info-latest .latest-overlay {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;

  top: 0;
  padding: 0 0 0 10px;

  color: white;
}

.info-latest .overlay-info {
  float: right;

  width: 200px;
  height: inherit;

  padding: 14px;
  font-size: 0.813rem;

  background-color: #435962;
}

.info-latest .overlay-info p {
  padding-top: 6px;
  font-size: 0.75rem;
}

.info-latest .overlay-info span,
.info-latest .overlay-info p {
  opacity: 0.8;
}

.info-latest .latest-overlay .header-latest {
  float: left;
  font-weight: bold;
  font-size: 1.25rem;

  opacity: 0.6;

  height: 40px;
  width: 150px !important;
}

footer {
  display: block;
  position: absolute;
  /*position: relative;*/
  bottom: 0;
  width: 100%;
  height: 60px;

  /*background-color: #2b383e;*/
  background-color: #212d33;
}

footer span {
  display: block;
  position: absolute;
  bottom: 22px;
  right: 20px;
  font-size: 0.688em;
  color: #c8d4dd;
}

.float-child {
  width: 49%;
  /* float: left; */
  display: inline-block;
  box-sizing: border-box;

  padding-right: 6px;
  margin-bottom: 100px;
  vertical-align: top;
}

.s-line {
  border-right: solid 2px #ffffff;
  /* border-left: solid 2px #ffffff; */
}

.selection-set {
  padding: 5px;
  /* margin-bottom: 100px; */
  width: 100%;
  box-sizing: border-box;
}

.selection-set li div span {
  /*pointer-events: none;*/
  /*cursor: pointer;*/

  display: none;
  position: absolute;
  padding: 10px 12px;
  box-sizing: border-box;

  width: auto;
  height: auto;

  font-size: 0.75em;

  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
}

.selection-set li {
  float: left;
  width: 50%;
  height: auto;
  padding: 1px 2px;
}

.selection-set li div {
  position: relative;
  width: 100%;
  height: auto;
  /* max-height: 100%; */
  /* background-color: rgb(255, 0, 255); */
}

.selection-set li div:hover span {
  display: block;
}

h2 {
  margin: 0 0 8px 0;
}

.info-line {
  margin: 0 0 5px 0;
}

.image-set li {
  margin: 0 0 20% 0;
  box-sizing: border-box;
}

p {
  font-size: 0.875em;
  padding: 0 0 10px 0;
}

img {
  max-width: 100%;
}

img.round {
  border-radius: 50%;
}

img.rounded {
  border-radius: 6px;
}

.main-header-content {
  box-sizing: border-box;
}

.header-content {
  width: 100%;
  height: 70px;
}

.head-info {
  max-width: 480px;
  padding: 28px 0 30px 5px;
}

.content {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 1px;
}

.noSelect,
.noSelect *,
.disableSelect,
.disableSelect * {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.clearBoth:after {
  content: "";
  clear: both;
  display: table;
}

.clear-both:after {
  content: "";
  clear: both;
  display: table;
}

@media all and (max-width: 800px) {
  /* .selection-set li { */
  /* width: 33.3%; */
  /* width: 50%; */
  /* } */
}

/* @media all and (max-width: 600px) {
  .selection-set li {
    width: 50%;
  }
} */

/* @media all and (max-width: 400px) { */
@media all and (max-width: 800px) {
  .selection-set li {
    width: 100%;
  }
}
