h1 {
  text-align: center;
}

.bolda a {
  font-weight: bold;
}

.section-name {
  text-align: center;
  margin: 20px 0;
}

.ss {
  width: calc(50% - 50px);
  float: left;
}

.solution1 .links-wrapper .link {
  display: block;
  background-color: #ccc;
  margin: 0 0 10px 0;
  border-radius: 5px;
  text-decoration: none !important;
  left: 0;
}
.solution1 .links-wrapper .link .dload {
  display: block;
  float: right;
  text-align: center;
  background-color: #eee;
  width: 100px;
  padding: 10px;
  margin: 20px 25px 0 0;
  border-radius: 5px;
}
.solution1 .links-wrapper .link .dload:hover {
  background-color: #ffc900;
  color: #333;
}
.solution1 .links-wrapper .link .dload-title {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 18px 5px 18px 25px;
  color: #3f3f3f;
}

.index1 {
  display: inline-block;
  text-align: center;
  width: 1040px;
  max-width: 1040px;
}

.solution1 {
  background-color: #eee;
  width: 100%;
  padding: 10px 0 5px 0;
}
.solution1 > div {
  width: 1040px;
  margin: auto;
  clear: both;
  padding: 10px 0 10px 0;
}
.solution1 ul {
  list-style: outside disc;
  margin: 0 0 0 0;
}
.solution1 ul li {
  position: relative;
  left: 30px;
  margin-right: 30px;
}
.solution1 p {
  margin-bottom: 5px;
}
.links0 {
  background-color: #ccc;
  float: left;
  padding: 10px;
  height: auto;
  border-radius: 5px;
  margin-right: 10px;
  text-align: left;
  width: 95%;
  margin: 20px 0;
}

.links1 {
  background-color: #ddd;
  float: left;
  padding: 10px;
  height: auto;
  border-radius: 5px;
  margin-right: 10px;
  text-align: left;
}

.links2 {
  background-color: #ccc;
  float: left;
  padding: 10px;
  height: auto;
  border-radius: 5px;
  margin-right: 0;
  text-align: left;
}

.section-link {
  background-color: #fefefe;
  color: #000 !important;
  text-decoration: none !important;
  border: 1px solid black;
  border-radius: 5px;
  border-color: #cfcfcf;
  display: inline-block;
  margin: 25px 10px 10px 10px;
  min-height: 225px;
  text-align: left;
  vertical-align: top;
  width: -webkit-calc(50% - 50px);
  width: calc(50% - 50px);
  max-width: 1040px;
  font-size: 1.2rem;
  padding: 10px;
}
.section-link:hover {
  border-color: #000;
}
.section-link .section-icon {
  display: block;
  float: left;
  width: 100px;
  margin: -30px 40px 0px 10px;
}
.section-link .dload-icon {
  display: block;
  float: right;
  width: 40px;
  padding: 10px 15px 0 0;
}
.section-link .section-link-name {
  font-weight: bold;
  padding-top: 15px;
}
.section-link .section-link-descr {
  clear: both;
  padding: 20px 10px 10px 10px;
}
.section-link .section-link-descr hr {
  display: none;
}

.header-title {
  margin-left: 10px;
  margin-top: 10px;
  float: left;
  vertical-align: middle;
}

.header-right {
  text-align: right;
  margin: 20px;
  float: right;
}

.switcher {
  background-color: #ddd;
  color: #111;
  font-size: 16px;
  float: none;
  padding: 10px;
  height: auto;
  border-radius: 5px;
  margin-right: 10px;
}

button {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #ccc;
  color: #3f3f3f;
  padding: 8px 16px;
  margin: 0 5px;
  font-size: 16px;
  font-weight: bold;
}
button:hover {
  background-color: #ffc900;
  color: #333;
}
button.active {
  background-color: #ffc900;
  color: #333;
}

a {
  color: #000;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 1rem/1.5 "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 0.875rem;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #111;
  text-decoration: none;
}
a:visited {
  color: black;
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 1.125rem;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 0.9375rem;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.top {
  width: -webkit-calc(1100px - (30px * 2));
  width: calc(1100px - 30px * 2);
  margin: 0 auto;
}

/**
 * Wrapper
 */
.wrapper {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .wrapper {
    max-width: -webkit-calc(1100px - (30px));
    max-width: calc(1100px - (30px));
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .solution1 .links-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.soc {
  width: 100px;
  display: inline;
  white-space: nowrap;
}
.soc .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  padding-right: 5px;
  vertical-align: text-top;
}
.soc svg.icon {
  fill: #828282;
}
.soc svg.icon:hover {
  fill: #111;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(62.9, 62.9, 62.9);
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: rgb(247.3, 247.3, 247.3);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(239.65, 239.65, 239.65);
  border: 1px solid rgb(221.8, 221.8, 221.8);
  border-bottom-color: rgb(201.4, 201.4, 201.4);
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(66.25, 66.25, 66.25);
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  margin-bottom: 20px;
}
.site-header .wrapper {
  margin-left: 10px;
}

.site-title {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 3.375rem;
  letter-spacing: -1px;
  margin: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(66.25, 66.25, 66.25);
}

.site-nav {
  float: right;
  line-height: 3.375rem;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(66.25, 66.25, 66.25);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
    margin-left: 20px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding-top: 30px;
  width: 1040px;
  margin: 0 auto;
}

.footer-heading {
  font-size: 1.125rem;
  margin-bottom: 7.5px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin: 0 0 10px 0;
}

.footer-col-wrapper {
  font-size: 0.9375rem;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

/**
 * Page content
 */
.page-content {
  flex: 1;
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 0.875rem;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 1.5rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 2.625rem;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .post-title {
    font-size: 2.25rem;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .post-content h2 {
    font-size: 1.75rem;
  }
}
.post-content h3 {
  font-size: 1.625rem;
}
@media screen and (max-width: 1100px) {
  .post-content h3 {
    font-size: 1.375rem;
  }
}
.post-content h4 {
  font-size: 1.25rem;
}
@media screen and (max-width: 1100px) {
  .post-content h4 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 4000px) {
  .links1 {
    width: 47%;
  }
  .links2 {
    width: 47%;
  }
  .ss {
    margin: 0 40px 20px 20px;
  }
  #lang {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
  .top {
    width: 100%;
  }
  .section-link {
    width: 95%;
    height: auto;
  }
  .index1 {
    width: 100%;
  }
  .site-footer {
    width: 95%;
  }
  .solution1 > div {
    width: 100%;
  }
  .links1 {
    width: 90%;
    float: none;
    margin: auto auto 10px 3%;
  }
  .switcher {
    width: 90%;
    float: none;
    margin: auto auto 10px 3%;
  }
  .links2 {
    width: 90%;
    float: none;
    margin: auto auto auto 3%;
  }
  .ss {
    margin: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
  .top {
    width: 100%;
  }
  .index1 {
    width: 95%;
  }
  .site-footer {
    width: 95%;
  }
  .ss {
    margin: 10px auto;
    width: 100%;
  }
  .section-link {
    display: block;
    width: 95%;
    min-width: 300px;
    height: auto;
    padding: 5px;
    margin: 30px auto 30px auto;
  }
  .section-link .dload-icon {
    display: none;
  }
  .section-name {
    margin: 10px 0 40px 0;
  }
  .header-title {
    width: 40%;
  }
}

/*# sourceMappingURL=main.css.map */