.highlight-clean .buttons .btn, .newsletter-subscribe form .btn {
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .4px
}

#transmenu {
  -moz-transition: background .6s ease;
  -webkit-transition: background .6s ease;
  transition: background .6s ease
}

#transmenu.transparency {
  background: 0 0!important;
  box-shadow: none;
  border-color: transparent!important
}

#transmenu .navbar-brand {
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

#transmenu.transparency .navbar-brand {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #fff!important;
  border: none
}

#transmenu.transparency .nav-link, #transmenu.transparency .nav-link.active, #transmenu.transparency .nav-link:focus {
  color: #fff;
  border: none;
  opacity: 1
}

#transmenu.transparency .nav-link:hover {
  color: #fff;
  opacity: .7
}

#transmenu .navbar-toggler {
  position: relative;
  height: 35px;
  margin-right: -.75rem;
  border: none
}

#transmenu .navbar-toggler:active, #transmenu .navbar-toggler:focus {
  outline: 0
}

#transmenu .navbar-toggler span {
  display: block;
  background-color: #6f6f6e;
  height: 2px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  position: relative;
  left: 0;
  opacity: 1
}

.navbar-toggler span {
  display: block;
  background-color: #6f6f6e;
  height: 2px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  position: relative;
  left: 0;
  opacity: 1
}

#transmenu.transparency .navbar-toggler span {
  background: #fff
}

#transmenu .navbar-toggler span:nth-child(1), #transmenu .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out
}

#transmenu .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: .9
}

#transmenu .navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent
}

#transmenu .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: .9
}

.highlight-clean .buttons .btn:active, .newsletter-subscribe form .btn:active {
  transform: translateY(1px)
}

.navbar-brand .end-hide {
  color: #000
}

.features-boxed {
  color: #313437;
  background-color: #eef4f7
}

.features-boxed p {
  color: #7d8285
}

.features-boxed h2 {
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit
}

@media (max-width:767px) {
  .features-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px
  }
}

.features-boxed .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto
}

.features-boxed .intro p {
  margin-bottom: 0
}

.features-boxed .features {
  padding: 50px 0
}

.features-boxed .item {
  text-align: center
}

.features-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px
}

.features-boxed .item .icon {
  font-size: 60px;
  color: #1485ee;
  margin-top: 20px;
  margin-bottom: 35px
}

.features-boxed .item .name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 0;
  color: inherit
}

.features-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px
}

.article-clean .intro p {
  color: #929292;
  font-size: 12px
}

.article-clean .intro p .by {
  font-style: italic
}

.article-clean .intro p .date {
  text-transform: uppercase;
  padding: 4px 0 4px 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd
}

.article-clean .intro p a {
  color: #333;
  text-transform: uppercase;
  padding-left: 3px
}

.article-clean .intro img {
  margin-top: 20px
}

.article-clean .text p {
  margin-bottom: 20px;
  line-height: 1.45
}

.article-clean .text h2 {
  margin-top: 28px;
  margin-bottom: 20px;
  line-height: 1.45;
  font-size: 16px;
  font-weight: 700;
  color: #333
}

@media (min-width:768px) {
  .article-clean .text p {
    font-size: 16px
  }
  .article-clean .text h2 {
    font-size: 20px
  }
}

.c-img {
  height: 50vh;
}

@media (min-width:768px) {
  .c-img {
    height: 100vh;

  }
}

.article-clean .text figure {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px
}

.article-clean .text figure img {
  margin-bottom: 12px;
  max-width: 100%
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: .6
}

.footer-dark ul a:hover {
  opacity: .8
}

.footer-dark .item.text {
  margin-bottom: 36px
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px
  }
  .footer-dark .item.text {
    margin-bottom: 0
  }
}

.footer-dark .item.text p {
  opacity: .6;
  margin-bottom: 0
}

.footer-dark .item.social {
  text-align: center
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px
  }
}

.footer-dark .item.social>a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .4);
  margin: 0 8px;
  color: #fff;
  opacity: .75
}

.footer-dark .item.social>a:hover {
  opacity: .9
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: .3;
  font-size: 13px;
  margin-bottom: 0
}

.highlight-clean {
  color: #313437;
  background-color: #fff;
  padding: 50px 0
}

.highlight-clean p {
  color: #7d8285
}

.highlight-clean h2 {
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit
}

.highlight-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 25px
}

.highlight-clean .buttons {
  text-align: center
}

.highlight-clean .buttons .btn {
  padding: 16px 32px;
  margin: 6px;
  border: none;
  background: #ddd;
  box-shadow: none;
  opacity: .9;
  font-size: 13px;
  line-height: 1;
  outline: 0
}

.highlight-clean .buttons .btn:hover {
  opacity: 1
}

.highlight-clean .buttons .btn-primary {
  background-color: #055ada;
  color: #fff
}

.login-card {
  max-width: 350px;
  padding: 40px;
  background-color: #F7F7F7;
  margin: 50px auto 25px;
  border-radius: 2px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .3)
}

.login-card .profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  border-radius: 50%
}

.login-card .profile-name-card {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em
}

.login-card .reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box
}

.login-card .form-signin button, .login-card .form-signin input[type=email], .login-card .form-signin input[type=password], .login-card .form-signin input[type=text] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  box-sizing: border-box
}

.login-card label {
  color: #000
}

.login-card .form-signin .form-control:focus {
  border-color: #6891a2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #6891a2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #6891a2
}

.login-card .btn.btn-signin {
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  background: #6891a2;
  border-radius: 3px;
  border: none;
  transition: all 218ms;
  padding: 0
}

.login-card .btn.btn-signin:active, .login-card .btn.btn-signin:focus, .login-card .btn.btn-signin:hover {
  background: #0c6121
}

.login-card .forgot-password {
  color: #6891a2
}

.login-card .forgot-password:active, .login-card .forgot-password:focus, .login-card .forgot-password:hover {
  color: #0c6121
}

.newsletter-subscribe {
  color: #313437;
  background-color: #fff;
  padding: 50px 0
}

.newsletter-subscribe p {
  color: #7d8285;
  line-height: 1.5
}

.newsletter-subscribe h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit
}

.newsletter-subscribe .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 25px
}

.newsletter-subscribe .intro p {
  margin-bottom: 35px
}

.newsletter-subscribe form {
  justify-content: center
}

.newsletter-subscribe form .form-control {
  background: #eff1f4;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  outline: 0;
  color: inherit;
  text-indent: 9px;
  height: 45px;
  margin-right: 10px;
  min-width: 250px
}

.newsletter-subscribe form .btn {
  padding: 16px 32px;
  border: none;
  background: 0 0;
  box-shadow: none;
  opacity: .9;
  font-size: 13px;
  line-height: 1
}

.newsletter-subscribe form .btn:hover {
  opacity: 1
}

.newsletter-subscribe form .btn-primary {
  background-color: #055ada!important;
  color: #fff;
  outline: 0!important
}

.article-clean {
  color: #56585b;
  background-color: #fff;
  font-family: Lora, serif;
  font-size: 14px
}

.article-clean .intro {
  font-size: 16px;
  margin: 0 auto 30px
}

.article-clean .intro h1 {
  font-size: 32px;
  margin-bottom: 15px;
  padding-top: 20px;
  line-height: 1.5;
  color: inherit;
  margin-top: 20px
}

.icon-text {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #56585b inset;
  margin-right: 16px
}

body, html {
  height: 95%;
  margin: 0
}

.product-header {
  display: grid;
  grid-template-columns: minmax(min-content, max-content) auto
}

.wintouch-rest-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: minmax(min-content, max-content);
  grid-row-gap: 16px
}
