/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #3c5ee5;
  text-decoration: none;
}

a:hover {
  color: #6994ea;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3c5ee5;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #607ee9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# loginpage
--------------------------------------------------------------*/
.loginpage {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("img/login-bg.jpg") center center;
  height:100vh;
  margin: 0 auto;
  padding: 0 0;
}
.loginpage .panel-heading {
  color: #333333;
  text-align: center;
}
.loginpage .control-label {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.loginpage .ramka {
  background: rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 26px;
  margin 0 auto;
  border-radius: 5px;
}

.inicjal {
  color: #00a;
  font-weight: 700;
  font-size: 26px;
  
}
/*--------------------------------------------------------------
# csm Section
--------------------------------------------------------------*/
#csm {
  width: 100%;
  height: 100vh;
  background: url("img/csm-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#csm:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#csm .csm-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#csm .csm-login {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 8px 30px 9px 30px;
}

#csm .csm-login a {
  color: #bbb;
}


#csm h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#csm h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#csm h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 24px;
}

#csm .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#csm .btn-get-started:hover {
  background: #3c5ee5;
  border: 2px solid #3c5ee5;
}

@media (min-width: 1024px) {
  #csm {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #csm h3 {
    font-size: 22px;
  }

  #csm h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #csm h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #csm {
    height: 150vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #fdeff2;
  color: #3c5ee5;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #3c5ee5;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3c5ee5;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #3c5ee5;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3c5ee5;
}

.about .content .btn-learn-more:hover {
  background: #3c5ee5;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# inventory
--------------------------------------------------------------*/
.inventory {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("img/inventory-bg.jpg") center center;
  background-size: cover;
  padding: 60px 0;
}

.inventory .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
  width: 100%;
}

.inventory .invflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.inventory .icon-box::before {
  content: "";
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}

.inventory .icon-box:hover::before {
  background: #3c5ee5;
  top: 0;
  border-radius: 0px;
}

.inventory .icon {
  margin-bottom: 15px;
}

.inventory .icon i {
  font-size: 48px;
  line-height: 1;
  color: #3c5ee5;
  transition: all 0.3s ease-in-out;
}

.inventory .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.inventory .title a {
  color: #111;
}

.inventory .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.inventory .icon-box:hover .title a,
.inventory .icon-box:hover .description {
  color: #fff;
}

.inventory .icon-box:hover .icon i {
  color: #fff;
}

.inventory .counter {
  padding: 0;
  font-size: 45px;
  text-align: center;
  font-weight: bold;
  color: #3c5ee5;
}

.inventory .counter:hover {
  color: #fff;
}

.inventory ul {
  list-style: square;
  padding: 0;
  font-size: 15px;
  text-align: left;
}
.inventory ul i {
  color: #230054;
}


/*--------------------------------------------------------------
# simcs
--------------------------------------------------------------*/
.simcs {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("img/simcs-bg.jpg") center center;
  background-size: cover;
  padding: 60px 0;
}

.simcs h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.simcs h4 {
  color: #ff8;
  font-size: 20px;
  font-weight: 700;
}

.simcs .simlist {
  color: #eee;
}


.simcs p {
  color: #fff;
}

.simcs .simcs-btn {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.simcs .simcs-btn:hover {
  background: #3c5ee5;
  border: 2px solid #3c5ee5;
}

@media (min-width: 1024px) {
  .simcs {
    background-attachment: fixed;
  }
}


/*--------------------------------------------------------------
# zespol
--------------------------------------------------------------*/
.zespol {
  background: #fff;
  padding: 60px 0;
}

.zespol .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.zespol .member .member-img {
  position: relative;
  overflow: hidden;
}

.zespol .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.zespol .member .social a {
  transition: color 0.3s;
  color: #493c3e;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.zespol .member .social a i {
  line-height: 0;
}

.zespol .member .social a:hover {
  color: #3c5ee5;
}

.zespol .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.zespol .member .member-info {
  padding: 25px 15px;
}

.zespol .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #493c3e;
}

.zespol .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.zespol .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.zespol .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f6f4f4;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #6994ea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #3c5ee5;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #f7c2cc;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 15px;
  padding: 0 22px;
  background: #3c5ee5;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1d2cd0;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3c5ee5;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1d2cd0;
  color: #fff;
  text-decoration: none;
}