/* Write your custom css code here */
.box_skitter .label_skitter {
  top: 0px;
}
body,
table,
div,
p,
a,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif !important;
}
.articleBody img.pull-left {
  margin-right: 10px;
}
body {
  margin: 0px 15px;
}
.cbr {
  display: block;
  align-items: center;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(236, 240, 243);
  padding: 15px 15px;
  margin-bottom: 15px;
}
.cbr img {
  max-height: 30px;
}
.container_skitter .image a {
  position: absolute;
  z-index: 999;
}
.label_skitter {
  padding-top: 100px;
}
#sunfw_section_section-promo {
  margin-bottom: 30px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #009aca !important;
}
.pagination .counter {
  display: none;
}
#sunfw_section_section-top {
  text-align: right;
  margin-top: 10px;
}
.box_skitter .prev_button {
  left: 5px !important;
}
.box_skitter .next_button {
  right: 5px !important;
}
body#sunfw-master .box-lighten {
  border-width: 1px;
  border-style: solid;
  border-color: #ecf0f3;
}
body#sunfw-master .box-lighten .module-title .box-title {
  background: #ecf0f3;
  font-size: 13px;
  color: #34464e;
  font-weight: normal;
}
body#sunfw-master .box-darken {
  border-width: 1px;
  border-style: solid;
  border-color: #ecf0f3;
}
body#sunfw-master .box-darken .module-title .box-title {
  background: #384651;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
}
body#sunfw-master .lightbox-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #e9e9e9;
}
.item-page img.pull-left {
  margin-right: 10px;
  margin-bottom: 10px;
}
.item-page img.pull-right {
  margin-left: 10px;
  margin-bottom: 10px;
}
.mdl-logo,
.mdl-counter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mdl-counter .cnt {
  width: 80px;
  height: 80px;
  background-size: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 72px;
}
.mdl-logo img {
  max-height: 60px;
  margin-top: 20px;
}
#sunfw_section_section-header {
  margin-bottom: 20px;
}
.sunfw-menu-head.navbar-default .navbar-nav > li > a {
  padding: 5px 10px;
}

.timeline {
  width: 100%;
  max-width: 800px;
  background: #fff;
  padding: 100px 50px;
  position: relative;
  box-shadow: 0.5rem 0.5rem 2rem 0 rgba(black, 0.2);
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(33% + 15px);
  bottom: 0px;
  width: 4px;
  background: #ddd;
}
.timeline::after {
  content: "";
  display: table;
  clear: both;
}

.entry .title {
  margin-bottom: 0.5em;
  float: left;
  width: 33%;
  padding-right: 30px;
  text-align: right;
  position: relative;
}
.entry .title::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid salmon;
  background-color: #fff;
  border-radius: 100%;
  top: 5%;
  right: -8px;
  z-index: 99;
}
.entry .title h3 {
  margin: 0;
  font-size: 120%;
}
.entry .title p {
  margin: 0;
  font-size: 100%;
}
.entry .body {
  margin: 0 0 3em;
  float: right;
  width: 66%;
  padding-left: 30px;
}
.entry .body p {
  line-height: 1.4em;
}
.entry .body p:first-child {
  margin-top: 0;
  font-weight: 400;
}
.entry .body ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
}
.entry .body ul li::before {
  content: "–";
  margin-right: 0.5em;
}
.entry {
  clear: both;
  text-align: left;
  position: relative;
}
.sunfw-social {
  padding: 0;
}
.social li {
  line-height: unset;
  text-align: left;
  padding: 0;
}
.social li .fa {
  font-size: 22px;
}
@media (max-width: 768px) {
  .label_skitter .jsn-themeslider-caption-title {
    margin-top: 0px !important;
    margin-bottom: 0px;
  }
  .menutr,
  .menuen {
    width: 100%;
  }
  .mdl-logo img {
    margin-top: 0px;
  }
}
@media (max-width: 555px) {
  .mdl-logo img {
    max-height: 40px !important;
    margin-top: 15px;
  }
  .label_skitter .jsn-themeslider-caption-title {
    font-size: 15px !important;
  }
  .label_skitter .jsn-themeslider-caption-description,
  .label_skitter p span {
    font-size: 10px !important;
  }
  .label_skitter p {
    margin-top: 0px !important;
    line-height: 20px !important;
  }
  .label_skitter {
    padding-top: 0px;
  }
}
@media (max-width: 390px) {
  .mdl-logo,
  .mdl-counter {
    position: inherit;
  }
}
