@import url('bootstrap.css');

body {
  font-family: Roboto;
  font-weight: 400;
  font-size: .9rem;
  padding-top: 68px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Raleway;
}
.bg-blue {
    background-color: #00A0D1;
    color: white;
}
.bg-red {
    background-color: #ff1900;
}

.bg-lime {
    background-color: #02ff00;
}

.bg-magenta {
    background-color: #f0047f;
    border-color: #f0047f;
    color: white;
}
.btn.bg-magenta:hover {
    background-color: white;
    border-color: #f0047f;
    color: #f0047f;
}

.bg-yellow {
    background-color: #fdd500;
    color: black;
}

.body-container {
    max-width: 1920px;
    margin: 0 auto;
}

.header {
  display: none;
    z-index: 1500;
    position: relative;
    background-color: white;
}

.header a:hover {
  text-decoration: none;
}


.navbar > .container, .navbar > .container-fluid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: white;
  z-index: 1200;
}

.navbar .nav-link {
  font-size: 1rem;
}

.navbar.navbar-light .navbar-brand {
  margin-right: auto;
}

.navbar.navbar-light .navbar-brand img {
  height: 40px;
}

.navbar .phone {
  font-size: 1.125rem;
  padding: 0.25rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  color: white;
  margin-right: 0.5rem;
  background-color: green;
}

.navbar .search {
    font-size: 1.125rem;
    padding: 0.25rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    color: black;
    margin-right: 0.5rem;
    background-color: #fdd500;
}



.navbar li {
  border-bottom: 1px solid grey;
}



.navbar .nav-item a span.caret {
  float: right;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar .nav-item a span.caret:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\F105";
  display: inline-block;
  font-weight: 900;
}

.navbar .nav-item.active a span.caret:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\F107";
  display: inline-block;
  font-weight: 900;
}

.navbar .offcanvas-collapse .nav-item .megamenu2, .navbar .offcanvas-collapse .nav-item .singlemenu {
    opacity: 0;
    display: none;
}

.navbar .offcanvas-collapse.open .nav-item.active .megamenu2, .navbar .offcanvas-collapse.open .nav-item.active .singlemenu {
  opacity: 1;
  display: block;
}


.navbar .singlemenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.navbar  .singlemenu li {
  margin: 0;
  font-size: .9rem;
  line-height: 1.2rem;
  padding-left: 1rem;
}

.navbar  .singlemenu li:last-child {
  border-bottom: none;
}

.navbar .singlemenu ul li a {
  display: block;
    padding: .5rem 1rem .5rem 0;
}

.navbar-nav .nav-item.active > .nav-link{
    padding-left: 1rem;
    background-color: #f0047f;
    color: white;
}
.search-bar {
    background-color: #f0047f;
    padding-top: .2rem;
    padding-bottom: .5rem;
    z-index: 1300;
    position: absolute;
    top:-100px;
    transition:all .5s linear;
    width: 100%;
}

.search-bar .input-group {
    width: 100%;
    color: white;
}

.search-bar input, .search-bar button, .search-bar input:focus, .search-bar button:focus {
    outline: none;
    box-shadow: none;
    border:none;
    font-size: 1.5rem;
    color: white;
}
.search-bar button:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
}
.search-bar input,.search-bar input:focus {
    background-color: #f0047f;
    font-size: 1.3rem;
    font-style: italic;
    color: white;
}

.search-bar.active {
    top:0px;

}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.search-bar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.search-bar input::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}
.slider {
  margin-top: 68px;
}

.slider-alt {
  background: url("../img/pm3.jpg") no-repeat;
  background-size: cover;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: white;
  text-align: center;
}

.slider-alt h1 {
  font-size: 1.8rem;
  line-height: 3rem;
}

.category-product a {
  text-decoration: none;
}

.category-product .category-title {
  color: #494949;
}

.footer {
  padding: 1rem 0;
  background-color: #04040a;
  color: #ffffff;
  font-size: .8rem;
}

.footer .copyright {
  color: #ffffff;
  margin-bottom: 0;
}

.footer-navigation {
  background: url("../img/footer-bg.jpg");
  color: #f4f5f5;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.footer-navigation .column-title {
  text-transform: uppercase;
  font-size: .8rem;
}

.footer-navigation ul li {
  font-size: .8rem;
  line-height: 1.5rem;
}

.footer-navigation a {
  color: white;
  text-decoration: none;
}

.widget {
  border-radius: 0;
  margin-bottom: 2rem;
}

.widget .list-group-item {
  padding: .5rem .8rem;
}

.widget .list-group-item a {
  font-size: .8rem;
  text-decoration: none;
}

.widget .list-group-item:first-child, .widget .list-group-item:last-child {
  border-radius: 0;
}

.widget .card {
  border: none;
}

.widget .card-header {
  font-family: "Roboto Condensed";
  margin-bottom: 20px;
  padding: 0.125rem 0;
  border: none;
  border-bottom: 1px solid #00A0D1;
  background-color: transparent;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.widget label {
  font-size: .9rem;
  margin-bottom: .3rem;
}

.widget .form-control {
  padding: .3rem;
  font-size: .8rem;
}

.widget .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.widget .form-group {
  margin-bottom: .5rem;
}

.widget-service-category .list-group-item.active a {
  color: white;
  text-decoration: none;
}

.widget-quote .card-body {
  padding: 0;
}

.featured-reasons {
  padding-top: 1rem;
}

.featured-reasons .reason {
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  background-color: white;
  color: black;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  border: none;
}

.featured-reasons .reason i {
  font-size: 5rem;
}

.featured-reasons .reason:hover {
  background-color: grey;
  color: white;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.featured-services {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.featured-services .service-title {
  text-align: center;
  font-size: .8rem;
  padding-top: .5rem;
  padding-bottom: .4rem;
  background-color: #00A0D1;
  color: white;
  border-top: 1px solid white;
  min-height: 40px;
  margin-bottom: 0;
}

.featured-services a, .featured-services .animation-wrapper {
  overflow: hidden;
  text-decoration: none;
}

.featured-services a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.featured-services a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2) rotate(5deg);
}

.recommended-product, .similar-product {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.recommended-product .product-title, .similar-product .product-title {
  text-align: center;
  font-size: .8rem;
  padding-top: .5rem;
  padding-bottom: .4rem;
  background-color: #00A0D1;
  color: white;
  border-top: 1px solid white;
  min-height: 40px;
  margin-bottom: 0;
}

.recommended-product a, .recommended-product .animation-wrapper, .similar-product a, .similar-product .animation-wrapper {
  overflow: hidden;
  text-decoration: none;
}

.recommended-product a img, .similar-product a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recommended-product a:hover img, .similar-product a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2) rotate(5deg);
}

.page-title {
  font-family: "Roboto Condensed";
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 2.3rem;
  margin-top: 1rem;
  text-transform: uppercase;
  text-align: center;
}

.section-title span {
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
}

.section-title span:after {
  display: block;
  height: 2px;
  width: 40px;
  background-color: black;
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: '';
  margin-left: -20px;
}

.accordion .card {
  border: none;
  border-radius: 0;
}

.accordion .card-header {
  padding: .2rem .5rem;
}

.accordion .card-header button {
  background: none;
  border: none;
  color: black;
  outline: none;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  display: block;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.accordion .card-header button i {
  color: #f0047f;
  margin-right: .2rem;
}

.google-map {
  height: 400px;
  width: 100%;
}

.testimonials {
  font-size: .8rem;
  line-height: 1.1rem;
  letter-spacing: .9px;
  font-weight: 400;
}

.testimonials blockquote {
  text-align: justify;
}

.testimonials .left-aligned img {
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

.testimonials .left-aligned .blockquote-attributes {
  text-align: right;
  padding-top: 0;
}

.testimonials .left-aligned .blockquote-attributes p {
  margin-bottom: .1rem;
}

.testimonials .left-aligned .blockquote-attributes p.name {
  text-transform: uppercase;
  font-family: Roboto;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.92px;
}

.testimonials .left-aligned .blockquote-attributes p.title {
  font-family: Roboto;
  font-style: italic;
  color: #636b6f;
}

.testimonials .left-aligned .blockquote-attributes p.company {
  font-family: Roboto;
  color: #999;
  font-size: 11px;
  font-style: italic;
  line-height: 16px;
  letter-spacing: 1.28px;
}

.testimonials .right-aligned img {
  margin-left: 20px;
  margin-bottom: 10px;
  float: right;
}

.testimonials .right-aligned .blockquote-attributes {
  text-align: left;
  padding-top: 0;
}

.testimonials .right-aligned .blockquote-attributes p {
  margin-bottom: .1rem;
}

.testimonials .right-aligned .blockquote-attributes p.name {
  text-transform: uppercase;
  font-family: Roboto;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.92px;
}

.testimonials .right-aligned .blockquote-attributes p.title {
  font-family: Roboto;
  font-style: italic;
  color: #636b6f;
}

.testimonials .right-aligned .blockquote-attributes p.company {
  font-family: Roboto;
  color: #999;
  font-size: 11px;
  font-style: italic;
  line-height: 16px;
  letter-spacing: 1.28px;
}

.owl-product-image {
  position: relative;
}

.owl-product-image .owl-carousel-item .owl-caption {
  position: absolute;
  bottom: 10px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: .5rem 1rem;
}

.eight-reasons ol li {
  padding-top: .2rem;
  padding-bottom: .5rem;
}

.lexicon .card {
  margin-bottom: .5rem;
}

.lexicon .card-header a {
  font-size: 1.1rem;
  display: inline-block;
  padding: .5rem 1rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.divider1 {
  background-color: #cccccc;
  position: relative;
  height: 1px;
  width: 100%;
}

.divider2 {
  background-color: #cccccc;
  position: relative;
  height: 1px;
  width: 30%;
  margin: 50px auto;
}

.divider1:after {
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  top: -6px;
  content: '';
  background-color: #f0047f;
  border-radius: 50%;
}

.divider2:after {
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  top: -6px;
  content: '';
  background-color: #f0047f;
}

.livicon {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
}

.big-icon .livicon svg, .icon .livicon svg {
  top: 25% !important;
}

.big-services-box {
  text-align: center;
  background-color: #fdd500;
  font-size: .8rem;
  padding: .5rem 1rem 1rem 1rem;
}

.big-services-box:hover {
  background-color: #00A0D1;
}

.big-services-box:hover a {
  color: white;
}

.big-services-box a {
  text-decoration: none;
  color: black;
}

.big-icon {
  border-radius: 50px;
  display: block;
  height: 100px;
  margin: 0 auto 20px;
  text-align: center;
  width: 100px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.big-icon.bg-yellow {
  background-color: #fdd500;
}

.header-image {
  height: 250px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.header-image.ships {
  background-image: url("../img/ship.jpg");
}

.pricetable th.column-title {
  font-size: .7rem;
}

.pricetable th, .pricetable td {
  padding: .4rem;
  font-size: .8rem;
}

.pricetable .card-body {
  background-color: rgba(0, 0, 0, 0.03);
}

.pricetable .card-body ul {
  margin-bottom: 0;
}

.pricetable table {
  margin-bottom: 0;
}



.jumbotron {
  border-radius: 0;
  padding: 2rem;
}

.xerox-bg {
  background: url("../img/xerox-card-bg.png") no-repeat center center;
  background-size: cover;
}

.references {
  margin-top: 3rem;
}

.question-header {
  background: url("../img/feedback_box_2.png") no-repeat right bottom #f7f7f7;
  background-size: contain;
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4rem;
}

.question-header .card-header {
  border-bottom: none;
  background-color: transparent;
  margin-top: 2rem;
}

.question-header .card-header h3 {
  font-family: "Roboto Condensed";
  font-weight: 600;
  text-transform: uppercase;
  color: #636b6f;
}

.w-20 {
  width: 20%;
}

.blog {
  margin-top: 2rem;
}

.blog .blog-list .card {
  font-family: "Roboto Condensed";
  border: none;
}

.blog .blog-list .card .card-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.blog .blog-list .card .card-title a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}

.blog .blog-list .card .card-title a:hover {
  color: #00A0D1;
}

.blog .blog-list .card .card-text {
  font-family: "Roboto Condensed";
  font-weight: 300;
  color: #5c6873;
  line-height: 1.5rem;
  font-size: 1.05rem;
}

.blog .blog-list .card .card-body {
  padding: 1.25rem 0;
}

.blog .blog-list .card .card-footer {
  border: 1px solid #eeeeee;
  background-color: white;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 400;
}

.blog .blog-single {
  font-family: "Roboto Condensed";
  font-weight: 300;
  color: #5c6873;
  line-height: 1.5rem;
  font-size: 1.05rem;
}

.blog .blog-single .blog-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  text-transform: uppercase;
}

.blog .blog-single .credits {
  border: 1px solid #eeeeee;
  background-color: white;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.text-color-magenta {
  color: #f0047f;
}

.list-style-1 {
  padding: 0;
  margin: 0;
}

.list-style-1 li {
  list-style: none;
  padding: 7px 0;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.list-style-1 li:before {
  width: 8px;
  height: 8px;
  border-radius: 0;
  margin: 9px 12px 0 0;
  content: '';
  background: #00A0D1;
  position: absolute;
  display: inline-block;
  top: 4px;
}

.list-style-1 a {
  margin-left: 20px;
  font-family: "Roboto";
  font-weight: 400;
  color: #5c6873;
  text-decoration: none;
}

.list-style-1 a:hover {
  color: #5c6873;
}

.cookie-consent {
  padding: 1rem 1rem;
  position: fixed;
  bottom: 0;
  background-color: white;
  width: 100%;
  background-color: #ffc107;
}

.cookie-consent a {
  color: #212529;
  text-decoration: underline;
  font-size: .9rem;
}

.cookie-consent button {
  background-color: #f0047f;
  color: white;
  border: none;
}

.contact-address dd {
  color: #5a6268;
}

.contact-address a {
  text-decoration: none;
  color: #5a6268;
}

a.no-effect {
  text-decoration: none;
  color: black;
}

.thank-you.cover-container {
  height: 500px;
  padding-top: 100px;
}

.thank-you .checkmark {
  font-size: 5rem;
  color: #fdd500;
  margin-bottom: 2rem;
}

.help .general .section-title,
.help .small-format .section-title,
.help .large-format .section-title {
    padding-top: 1rem;
    padding-bottom: .6rem ;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.help .general .block-title,
.help .small-format .block-title,
.help .large-format .block-title {
    padding-top: .6rem;
    padding-bottom: .2rem ;
    margin-bottom: 1rem;
}

.help .general .block-title h2,
.help .small-format .block-title h2,
.help .large-format .block-title h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

.help .general .block-title h3,
.help .small-format .block-title h3,
.help .large-format .block-title h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.2rem;
}

.help .general .section-title {
    background-color: #fdd500;
}
.help .small-format .section-title {
    background-color: #f0047f;
}
.help .large-format .section-title {
    background-color: #00a0d1;
}

.help .general .block-title {
    background-color: #fdd500;
}
.help .small-format .block-title {
    background-color: #f0047f;
}
.help .large-format .block-title {
    background-color: #00a0d1;
}

.help .general .section-title h2 {
    color: black;
}
.help .small-format .section-title h2 {
    color: white;
}
.help .large-format .section-title h2 {
    color: white;
}

.help .general .block-title h3 {
    color: black;
}
.help .small-format .block-title h3 {
    color: white;
}
.help .large-format .block-title h3 {
    color: white;
}

span.hint {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.help ol li {
    margin-bottom: 10px;
}
.nav-category {
    flex-direction: column;
}

.singlemenu li:last-child {
    border-bottom: none;
}

.team-block p{
    line-height: .9rem;
}
.team-block .social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.team-block .social-link:hover, .team-block .social-link:focus {
    background: #f0047f;
    border-color: #f0047f;
    text-decoration: none;
    color: white;
}


@media (min-width: 576px) {
    .search-bar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }


    .search-bar {
        padding-top: 1rem;
        padding-bottom: 1rem;

    }
    .search-bar input, .search-bar button, .search-bar input:focus, .search-bar button:focus {
        font-size: 1.75rem;
    }
}


@media (min-width: 768px) {
  body {
    padding-top: 0;
  }
  .header {
    display: block;
    font-size: .8rem;
  }
  .header i {
    margin-right: .3rem;
  }
  .header ul {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  .header a {
    color: #000;
  }
  .header .info-links li.phone span, .header .info-links li.email span {
    font-size: .9rem;
  }
  .header .navigation-links li {
    padding-right: .7rem;
  }
  .header .navigation-links li:last-child {
    padding-right: 0;
  }
  .header .navigation-links li:after {
    border-right: none;
  }
  .header .navigation-links li a:hover {
    text-decoration: none;
  }
  .navbar {
    position: relative;
    padding: 0;
  }
  .navbar.navbar-light .navbar-brand img {
    height: 75px;
  }
    .navbar li {
        border-bottom: none;
    }

    .navbar .nav-item a span.caret {
        padding-left: .3rem;
        padding-right: .3rem;
    }

  .navbar .nav-link {
      border: none;
      margin: 1.5rem .5rem;
      font-weight: 500;
      font-size: 1rem;
      text-transform: uppercase;
  }
  .navbar .nav-item a span.caret:before {
    content: "\F107";
    font-weight: 900;
    margin-left: .5rem;
  }
  .navbar .phone {
    display: none;
  }

    .navbar .search {
    display: none;
  }

   .navbar .nav-item {
       background-color: transparent;
   }
  .navbar .nav-item:hover .megamenu2, .navbar .nav-item:hover .singlemenu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

    .navbar .nav-item .megamenu2  {
        opacity: 0;

        visibility: hidden;
    }
    .navbar .nav-item .singlemenu  {
    margin: 0 auto;
    text-align: left;
    display: block !important;
    padding: 0;
    position: absolute;
    background-color: white;
    -webkit-box-shadow: 5px 5px 13px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 13px -4px rgba(0, 0, 0, 0.75);
    visibility: hidden;
    opacity: 0;
    z-index: 101;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 88px;
  }
  .singlemenu ul {
    list-style-type: none;
    padding: 0;
  }
  .singlemenu ul li {
    border-bottom: 1px solid #cccccc;
    border-left: 2px solid #eeeeee;
    position: relative;
  }
  .singlemenu ul li:last-child {
    border-bottom: none;
  }
  .singlemenu ul li:after {
    -o-border-image: none;
       border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 12px;
    z-index: 1;
    border-color: transparent transparent transparent #eeeeee;
  }
  .singlemenu ul li:hover {
    background-color: #5a6268;
    border-left: 2px solid #f0047f;
  }
  .singlemenu ul li:hover a {
    color: white;
    text-decoration: none;
  }
  .singlemenu ul li:hover:after {
    border-color: transparent transparent transparent #f0047f;
  }
  .singlemenu ul li a {
    display: inline-block;
    padding: .5rem .8rem;
    color: black;
    width: 100%;
    font-size: 1rem;
    color: grey;
      min-width: 200px;
  }
  .megamenu2 {
    margin: 0 auto;
    width: 100%;
    text-align: left;
    display: block;
    padding: 0;
    position: absolute;
    background-color: white;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 101;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 88px;
    -webkit-box-shadow: 5px 5px 13px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 13px -4px rgba(0, 0, 0, 0.75);
  }
  /*.megamenu .container .col-3, .megamenu .container .col-9 {
    padding: 0;
  }
  .megamenu .nav.nav-pills .nav-link {
    border-radius: 0;
    font-weight: 400;
    border-bottom: 1px solid lightgrey;
    font-size: .9rem;
    padding: 1rem 1rem;
    margin: 0;
    position: relative;
    border-left: #eeeeee 4px solid;
  }
  .megamenu .nav.nav-pills .nav-link.active {
    background-color: #f8f8f8;
    border-left: #f0047f 4px solid;
  }
  .megamenu .nav.nav-pills .nav-link:after {
    -o-border-image: none;
       border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 20px;
    z-index: 1;
    border-color: transparent transparent transparent #eeeeee;
  }
  .megamenu .nav.nav-pills .nav-link.active:after {
    border-color: transparent transparent transparent #f0047f;
  }
  .megamenu .tab-content {
    background-color: #f8f8f8;
    min-height: 450px;
  }
  .megamenu .tab-content > .active {
    background-color: #f8f8f8;
  }
  .megamenu .tab-pane .spacer {
    padding: 1rem 1.5rem;
  }
  .megamenu .tab-pane ul {
    list-style-type: none;
    padding: 0;
  }
  .megamenu .tab-pane ul li a {
    padding: .2rem .1rem;
    color: grey;
    font-size: .8rem;
  }*/
  .megamenu2 .tab-pane ul li a .tag {
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    border-radius: 2px;
    position: relative;
    font-weight: normal;
    padding: 2px 6px 2px 6px;
    margin-left: 10px;
  }
  .megamenu2 .tab-pane ul li a .tag:after {
    -o-border-image: none;
       border-image: none;
    border-style: solid;
    border-width: 4px;
    content: "";
    left: -8px;
    margin-top: 0;
    position: absolute;
    top: 4px;
    z-index: 1;
  }


  .megamenu2 .tab-pane ul li a .tag.blue {
    background-color: #4fc3f7;
  }
  .megamenu2 .tab-pane ul li a .tag.blue:after {
    border-color: transparent #4fc3f7 transparent transparent;
  }
  .megamenu2 .tab-pane ul li a .tag.red {
    background-color: #ff1900;
  }
  .megamenu2 .tab-pane ul li a .tag.red:after {
    border-color: transparent #ff1900 transparent transparent;
  }
  .megamenu2 .tab-pane ul li a .tag.lime {
    background-color: #02ff00;
  }
  .megamenu2 .tab-pane ul li a .tag.lime:after {
    border-color: transparent #02ff00 transparent transparent;
  }
  .megamenu2 .tab-pane ul li a .tag.magenta {
    background-color: #ff00be;
  }
  .megamenu2 .tab-pane ul li a .tag.magenta:after {
    border-color: transparent #ff00be transparent transparent;
  }
  .megamenu2 .tab-pane ul li a .tag.yellow {
    background-color: #fdd500;
  }
  .megamenu2 .tab-pane ul li a .tag.yellow:after {
    border-color: transparent #fdd500 transparent transparent;
  }
  .megamenu2 .tab-pane ul li a:hover {
    text-decoration: none;
    color: #454545;
  }

    .megamenu2 > .row {
        margin:0;
    }
    .megamenu2 > .row > .col-md-3, .megamenu2 > .row > .col-md-9{
        padding:0;
    }
  .megamenu2 .nav-category .nav-item {
      width: 100%;
      padding-left: 0;
  }

  .megamenu2 .nav-category .nav-link {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
      padding-left: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      font-size: 1.1rem;
      width: 100%;
      border-bottom: 1px solid  lightgrey;
      border-radius: 0;
      position: relative;
      border-left: 4px solid transparent;
  }

  .megamenu2 .nav-category .nav-link span.detail {
      font-size: .7rem;
      display: block;
      font-style: italic;
  }

    .megamenu2 .nav-category .nav-link.active {
        background-color: #f0047f;
        color: white;
    }

    .megamenu2 .nav-category .nav-link.active span.detail {
        color: white;
    }
    .megamenu2 .nav-category .nav-link:hover {
        border-left: 4px solid #f0047f;

    }
    .megamenu2 .nav-category .nav-link:hover:after {
        -o-border-image: none;
        border-image: none;
        border-style: solid;
        border-width: 6px;
        content: "";
        left: 0;
        margin-top: 0;
        position: absolute;
        top: 30px;
        z-index: 1;

        border-color: transparent transparent transparent #f0047f;
    }

    .megamenu2 .tab-content {

        min-height: 450px;
        border-left: 1px solid #f0047f;
    }
    .megamenu2 .tab-content .megamenu-section-title {
        font-family: Raleway;
        font-weight: 600;
        font-size: .8rem;
        margin-bottom: .5rem;
        text-transform: uppercase;
        padding-bottom: 8px;
        border-bottom: 1px solid grey;
    }
    .megamenu2 .nav-bg-1 {
        background: url("../img/heidi-grad.png") no-repeat;
        background-size: 60%;
        background-position-y: bottom;
        background-position-x: calc(100% + 200px);

    }

    .megamenu2 .nav-bg-2 {
        background: url("../img/latex.png") no-repeat bottom center;
        height: 450px;
        width: 100%;
    }

    .megamenu2 .tab-content .megamenu-item {

        background-color: transparent;
         transition: 0.2s;

    }
    .megamenu2 .tab-content .megamenu-item:hover {

        background-color: rgba(0,0,0,.05);
    }
    .megamenu2 .nav-bg-3 {
        background: url("../img/reklamtargy.jpg") no-repeat left center;
        background-size: cover;
        height: 450px;
        width: 100%;
    }
    .megamenu2 .tab-pane {
        padding: 1rem 2rem;
        background-color: #f9f9f9;
    }
    .megamenu2 .tab-pane ul {
        list-style-type: none;
        padding: 0;
    }
    .megamenu2 .tab-pane ul li {
        padding-top: .1rem;
        padding-bottom: .1rem;
    }
    .megamenu2 .tab-pane ul li a {

        color:#585858;
        font-size: .9rem;
    }

  .page-title {
    font-size: 2.25rem;
  }
  .slider {
    margin-top: 0;
  }
  .featured-reasons .container {
    width: 60%;
  }
  .featured-reasons .reason {
    padding: 2rem 3rem 2rem 3rem;
    background-color: white;
    color: black;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .featured-reasons .reason:nth-child(odd) {
    border-right: 1px solid #cccccc;
  }
  .featured-reasons .reason:nth-child(1) {
    border-bottom: 1px solid #cccccc;
  }
  .featured-reasons .reason:nth-child(2) {
    border-bottom: 1px solid #cccccc;
  }
  .featured-reasons .reason i {
    font-size: 5rem;
  }
  .featured-reasons .reason:hover {
    background-color: grey;
    color: white;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .featured-services, .recommended-product {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .footer-navigation {
    color: #f4f5f5;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .footer-navigation .column-title {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .footer-navigation ul li {
    font-size: .8rem;
    line-height: 1.5rem;
  }
  .section-title {
    margin-bottom: 4rem;
    margin-top: 2rem;
  }
  .header-image {
    height: 200px;
    background-size: cover;
    background-position: center;
  }
  .blog {
    margin-top: 2rem;
  }
  .blog .blog-list .card .card-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .blog .blog-list .card .card-title a:hover {
    color: #00A0D1;
  }
  .widget .card-header {
    font-family: "Roboto Condensed";
    margin-bottom: 20px;
    padding: 0.125rem 1.1rem;
    border: none;
    border-left: 4px solid #00A0D1;
  }
  .content-wrapper {
    margin-top: 68px;
  }
  .testimonials {
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: .9px;
    font-weight: 400;
  }
  .testimonials .left-aligned img {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
  }
  .testimonials .left-aligned .blockquote-attributes {
    text-align: right;
    padding-top: 1rem;
  }
  .testimonials .left-aligned .blockquote-attributes p {
    margin-bottom: .2rem;
  }
  .testimonials .left-aligned .blockquote-attributes p.name {
    text-transform: uppercase;
    font-family: Roboto;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.92px;
  }
  .testimonials .left-aligned .blockquote-attributes p.title {
    font-family: Roboto;
    font-style: italic;
    color: #636b6f;
  }
  .testimonials .left-aligned .blockquote-attributes p.company {
    ont-family: Roboto;
    color: #999;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    letter-spacing: 1.28px;
  }
  .testimonials .right-aligned img {
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
  }
  .testimonials .right-aligned .blockquote-attributes {
    text-align: left;
    padding-top: 1rem;
  }
  .testimonials .right-aligned .blockquote-attributes p {
    margin-bottom: .2rem;
  }
  .testimonials .right-aligned .blockquote-attributes p.name {
    text-transform: uppercase;
    font-family: Roboto;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.92px;
  }
  .testimonials .right-aligned .blockquote-attributes p.title {
    font-family: Roboto;
    font-style: italic;
    color: #636b6f;
  }
  .testimonials .right-aligned .blockquote-attributes p.company {
    ont-family: Roboto;
    color: #999;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    letter-spacing: 1.28px;
  }
  .cookie-consent {
    padding: 1rem 2rem;
  }
}

@media (min-width: 992px) {
  .eight-reasons {
    background-color: #fcfafb;
  }
  .eight-reasons li {
    font-size: 1rem;
  }
  .pinklady {
    background: url("../img/pink_lady_2.jpg") no-repeat;
    background-position: left;
    background-size: auto 100%;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 67px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: white;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: left, visibility;
    transition-property: left, visibility;
    z-index: 1000;
    height: 100%;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
}

.blog-tags li, .blog-tags a {
  font-style: italic;
  color: black;
  font-size: .7rem;
}

.team {
    padding: 60px 0;
    background: #00A0D1;
    text-align: center;
}
.team a {text-decoration: none; color: #fff; transition: all 0.1s ease-in;}
.team p {
    padding: 20px 0 60px;
    color: rgba(255,255,255, 0.85);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 160%;
}

.team h3 {
    padding: 0 0 15px;
    font-family: 'norwester';
    font-size: 36px;
    text-transform: uppercase;
}

.team h4  {
    margin-top: -20px;
    font-size: 32px;
    font-weight: 700;
}

.team h4 span {
    display: block;
    position: relative;
    left: -40px;
    top: 10px;
    font-size: 20px;
    background: none;
    padding: 0;
}

.team img {
    width: 100%;
    max-width: 240px;
    border-radius: 50%;
    border: 15px solid transparent;
    box-shadow: 2px 2px 0px rgba(0,0,0, 0.18);
    transition: all 0.1s ease-in;
}

.team img:hover {
    border: 15px solid #00A0D1;
    position: relative;
    z-index: 10;
    transition: all 0.1s ease-in;
}
.team .title {
    text-align: left;
}
.team span {
    padding: 8px 20px;
    display: inline-block;
}
.team .title {
    text-align: left;
    position: relative;
    top: -84px;

    padding-left:10px;
}
.team .title span {
    background: #00A0D1;
    padding: 8px 30px 8px 40px;
    font-size: 14px;
    border-radius: 0 16px 16px 0;
    display: inline-block;
    font-family: 'Raleway', sans-serif;

}

/* Member Image Hover Effect */
.team .hover_img {
    display: none
}

.team .member-profile:hover .unhover_img{
    display: none;
}

.team .member-profile:hover .hover_img {
    display: block;
}


/* Mobile Devices Optimization */
@media (min-width: 568px) and (max-width: 992px) {

    .team img {max-width: 300px;}

}

.blog-overlay { position: relative; /*height: 100%; */text-align: left; z-index: 2; transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
.blog-overlay:before { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); content: ""; left: 0; right: 0; z-index: 1; }
.blog-overlay .blog-name { padding-left: 20px;padding-right: 10px; position: absolute; bottom: 20px; left: 0; right: 0; width: 100%; z-index: 2; }
.blog-overlay .blog-name a { color: white;}
.blog-overlay .blog-name a:hover { color: white; }

.blog-overlay .blog-name span { transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
.blog-overlay.white-bg:before, .blog-overlay.dark-theme-bg:before, .blog-overlay.theme-bg:before { display: none; }
.blog-overlay .blog-image { overflow: hidden; position: relative;  }
.blog-overlay .blog-image img { transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
.blog-overlay:hover .blog-image img { -webkit-transform:scale(1.20);  -moz-transform:scale(1.20); -ms-transform:scale(1.20);  -o-transform:scale(1.20);  transform:scale(1.20); }
.blog-overlay:hover:before  { z-index: 1; }
.blog-overlay .tag {  padding: 2px 10px; margin-bottom: 5px;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

.slogan {
    font-family: 'Merienda One', cursive;

}
