/*
Theme Name: Prestashop Modules
Theme URI: 
Author: the WordPress team
Author URI: https://asymetria.com.pl
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: 
License URI: 
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
 @media (min-width: 767px) {
.flex-row,.product-thumbnails-col #product-thumbnails-slider .slick-list {
	display: flex;
align-items: center;
justify-content: center;
}


.flex-row .side-right {
	order: 1;
}
.flex-row .side-left {
	order: 2;
}	 
	 .side-right,.side-left {
    float: none;display: table-cell;height: 100%;text-align: center;

vertical-align: middle;
}
.side-right {
	text-align: left;
}
.product-image {
	position: relative;
	z-index: 2;
	text-align: center;
	
}
	 
}
.product-thumbnails-col {
	padding-left: 0px;

padding-right: 0;


position: relative;
left: 25px;

text-align: center;
}


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}


a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
 
 




ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */




/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #000;
	
	
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 400;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
}

h2 {
    color: 
    #fff;
    font-size: 40px;
    padding-right: 75px;
    margin-top: 20px;
    margin-bottom: 60px;
   
    margin-left: auto;
    line-height: 48px;
}


p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 500;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}



a {
	color: #05234f;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

	
/**
 * 6.2 Menus
 */



/**
 * 10.0 Header
 */



.custom-logo {
	max-height: 45px;
	width: auto;
}





/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */



.gridder {
	
	align-items: center;
	padding: 0px;
    display: -webkit-box;

display: -moz-box;

display: -ms-flexbox;

display: -webkit-flex;

display: flex;

direction: ltr;
	width: 100%;flex-flow: wrap;order: 3;
}

.gridder-list {
	display: inline-block;
	vertical-align: top
}

.gridder-show {
	display: block;
	float: left;
	width: 100%;
	position: relative
}

.gridder-content {
	display: none
}


.headline {
	text-align: center
}

.paragraph {
	text-align: center;
	color: #000;
	font-family: 'Arial', sans-serif;
	font-size: 12px
}



.gridder.hasSelectedItem .gridder-list.selectedItem {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 100
}
.gridder.hasSelectedItem .col-md-5,.gridder.hasSelectedItem .col-md-4 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 0.4;
	
	
	
}
.row.gridder .product-image,.row.gridder .product-description {
	margin-bottom: 45px;
}


.gridder-list {
	display: inline-block;
	position: relative;
	cursor: pointer;
	
}



.gridder-list .overlay {
	position: absolute;
	left: 15px;
	top: 15px;
	color: #FFF
}

.gridder-list .overlay .title {
	font-weight: 800;
	font-size: 16px
}

.gridder-list .overlay .description {
	font-weight: 300;
	font-size: 14px
}

.gridder-list .image {
	background-color: #EEE;
	background-image: url("./images/loading-spin.svg");
	background-size: cover;
	background-position: center;
	height: 250px
}

@media only screen and (max-width: 768px) {
	.gridder-list {
		width: 48%
	}
	.gridder-list .image {
		height: auto
	}
}

.gridder-show {
	float: left;
	display: block;
	padding: 0px;
	
	
}

.gridder-show .description {
	
	
	
}

.gridder-show .description h2 {
	display: inline-block;
	background: #000;
	color: #FFF;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 60px;
	font-weight: 700;
	
}

.gridder-show .description h3 {
	display: inline-block;
	background: #000;
	color: #FFF;
	padding: 5px;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif
}

@media only screen and (max-width: 768px) {
	.gridder-show {
		padding: 15px
	}
}

.gridder-navigation {
	float: right;
	text-align: center
}

.gridder-navigation a {
	
	display: inline-block;
	padding: 0;
	color: #000;
	text-decoration: none;
	font-size: 24px;
	margin-right: 0px;
	transition: all .3s ease-in-out
}
.gridder-navigation a i {
font-size: 36px;	
}
.gridder-navigation a:hover {
	
	
}

.gridder-navigation a.disabled {
	opacity: 0
}

.gridder-expanded-content {
	animation-name: fadeIn;
	animation-duration: .3s;
	animation-fill-mode: both
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}


.header-wrapper {
    position: relative;
    z-index: 100001;
}
.flyout-menu.active.page-header {
	position: relative;
width: 100%;
z-index: 210;
height: 100%;
}

.flyout-menu-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;position: fixed;
top: 0;
left: 0;
right: 0;
width: 0;
height: 0;
min-height: 700px;
z-index: 1;opacity: 0;
transition: all .3s ease-in-out 0s;
}

.flyout-menu.active .flyout-menu-bg {
	opacity: 1;
	width: 100%;
height: 100%;
}

.flyout-menu .row {
	position: relative;
	z-index:100;padding-top: 25px;
    padding-bottom: 25px;
	
}
.goToTop .flyout-menu .row  {
	padding-top: 15px;
    padding-bottom: 11px;
}
.close-menu {
	
}
.flyout-menu.active .open-menu {
   
}
.flyout-menu.active .close-menu {
    
}

.flyout-menu-content {
    z-index: 99999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-direction: row-reverse;
align-items: center;
}

.flyout-menu-insider {
z-index: 10;
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
opacity: 0;

visibility: hidden;
text-align: center;	
	
-webkit-transform: scale(3.5);
	   -moz-transform: scale(3.5);
			transform: scale(3.5);	
-webkit-transition: 350ms ease all;
	   -moz-transition: 350ms ease all;
			transition: 350ms ease all;	
	
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: 
    snow;
   flex-direction: column

	
}

a {
	-webkit-transition: 350ms ease all;
	   -moz-transition: 350ms ease all;
			transition: 350ms ease all;	
}
	
a:hover {
	text-decoration: none;
}

.flyout-menu.active .flyout-menu-insider {
    
    margin: 0 auto;
    padding: 0;
    opacity: 1;
    overflow: visible;
    width: 100%;
height: 100%;
   visibility: visible;
    
	-webkit-transform: scale(1.0);
	   -moz-transform: scale(1.0);
			transform: scale(1.0);	
	-webkit-transition: 350ms ease all;
	   -moz-transition: 350ms ease all;
			transition: 350ms ease all;	
	background: #ff0;
}





.menu-icons,.flyout-menu-insider,.flyout-menu-bg {
	/*display: none;*/
}
.sr-on {
	display: inline-block;

font-size: 0.78em;

font-weight: 700;

letter-spacing: .1em;

line-height: 1.6em;

text-transform: uppercase;

margin-right: 15px;

}
.menu-icons div {
	display: inline-block;
}

.menu-icons .flyout-menu-item {
  position: relative;
display: flex;
flex-direction: row;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
padding: 12px;
background-color:
transparent;
border-color:
transparent;
outline: none;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transition: -webkit-transform 0.1s ease-out;
transition: transform 0.1s ease-out;
transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
float: right;
	padding-right: 0;
}
.menu-icons .open-menu a {
	color: #000;
}
.menu-icons .open-menu a:hover {
	color: #007cff;
}
  .menu-icons .open-menu:active { transform: translateY(4px); }
  
  .menu-icons .open-menu:focus .line:after { 
    background-color: black;
  }

.line {
  display: block;
width: 24px;
padding: 0px;padding-bottom: 5px;
} 
.line:after {
    content: '';
display: block;
width: 100%;
height: 3px;
background-color: #05234f;

-webkit-transform: translateZ(0) rotate(0);
transform: translateZ(0) rotate(0);
transition: background-color 0.2s ease-out;
  }

.open-menu .line:nth-child(1) {
    animation: jump-1 0.9s reverse ease;
}

.open-menu .line:nth-child(2) {
    animation: jump-2 0.9s reverse ease;
}
.open-menu .line:nth-child(3) {
    -webkit-animation: jump-3 0.9s forwards ease-out;
    animation: jump-3 0.9s forwards ease-out;
}
.open-menu .line:nth-child(1):after {
    animation: line-1 0.9s reverse ease-in-out;
}
.open-menu.line:nth-child(2):after {
    animation: line-2 0.9s reverse ease-in-out;
}
.open-menu .line:nth-child(1) {
    -webkit-animation: jump-1 0.9s forwards ease;
    animation: jump-1 0.9s forwards ease;
	
	
	
}
.close-menu .line:nth-child(1):after {
    -webkit-animation: line-1 0.9s forwards ease-in-out;
    animation: line-1 0.9s forwards ease-in-out;
}

.close-menu .line:nth-child(2) {
    -webkit-animation: jump-2 0.9s forwards ease;
    animation: jump-2 0.9s forwards ease;
	transform: translateY(-8px)
}
.close-menu .line:nth-child(2):after {
    -webkit-animation: line-2 0.9s forwards ease-in-out;
    animation: line-2 0.9s forwards ease-in-out;
}

.close-menu .line:nth-child(3) {
    -webkit-animation: jump-4 0.9s forwards ease-out;
    animation: jump-4 0.9s forwards ease-out;
	opacity: 0;
}

@keyframes line-1 {
  10% { transform: translateZ(0) rotate(0) }
  80% { transform: translateZ(0) rotate(405deg - 10) }
  90%, 100% { transform: translateZ(0) rotate(405deg) }
}

@keyframes line-2 {
  10% { transform: translateZ(0) rotate(0) }
  20% { transform: translateZ(0) rotate(10deg) }
  90%, 100% { transform: translateZ(0) rotate(-405deg) }
}


@keyframes jump-1 {
  10% { transform: translateY(0) }
  50% { transform: translateY(-36px) }
  90%, 100% { transform: translateY(0px) }
}

@keyframes jump-2 {
  10% { transform: translateY(0) }
  50% { transform: translateY(-30px) }
  85%, 100% { transform: translateY(-8px) }
}

@keyframes jump-3 {
  10% { 
	  transform: translateY(-3px) rotate(15deg)  }
  30% { transform: translateY(-12px) rotate(-10deg) }
  50% { transform: translateY(3px) rotate(5deg) }
  80% { transform: translateY(0) }
}


.open .sr-on {
    
	transform: translateY(-7px)
}





.product-image img {
	position: relative;
	z-index: 2;
	max-width: 75%;
	margin-bottom:0;
	border-style: dashed;
border-width: 2px 2px 2px 2px;
border-color:
#d6d6d6;

-moz-border-radius: 63% 37% 82% 18% / 30% 69% 31% 70% ;  
  -webkit-border-radius: 63% 37% 82% 18% / 30% 69% 31% 70% ;
  border-radius: 63% 37% 82% 18% / 30% 69% 31% 70% ;
}

#selected-products .image-left .product-description {
	float: right;
	order: 1;
	padding-left: 85px;
}

.image-right .product-image:after {
    content: '';
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 90%;
    background: #EEE;
    background: linear-gradient(to right, 
#f2f5fa,
    #FFF);
    top: 0;
   border-radius: 100px 0 0 350px;left: 5%;
	z-index: 1;opacity: 0.5;
}

.image-left .product-image:after {
    background: linear-gradient(to left, 
#f2f5fa,
    #FFF);
    border-radius: 0 100px 250px 0;
    right: 0;
	content: '';
position: absolute;
z-index: 0;
height: 100%;
width: 90%;z-index: 1;
	top: 0; left: 5%;
	opacity: 0.5;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    outline: 0;
    
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6,  p, ul,  ol, hr,  blockquote, table,  .button {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    
    font-weight: 600;
    
    
    color: #05234f;
   color: #022162;
    line-height: 1.4em;
}
h1 {
    font-size: 4.5em;letter-spacing: -1.0px;
}
body {
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
	
	font-family: 'Montserrat', sans-serif;  
	font-family: 'Quicksand', sans-serif;  
	font-family: 'Nunito Sans', sans-serif;
	font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    
font-size: 16px;
color:
#041e43;
background:
    #fff;
	line-height: 1.75;
	color: #00122d
}


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

p, .format_text li {
    line-height: 160%;
}

h5 {
    font-size: .9em;
}
.sub-head {
    font-size: .9em;
color:
#b9b9b9;
line-height: 1.4em;
margin-bottom: 10px;
}

.menu li a {
	font-size: 3em;font-weight: 900;line-height: 1.5;color: #05234f;font-family: 'Montserrat', sans-serif;
}


.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block;
width: 100%;
margin-bottom: 0;
border-radius: 63% 37% 82% 18% / 30% 69% 31% 70%;
padding: 1px;
border-style: dashed;
border-width: 2px 2px 2px 2px;
border-color:
#d6d6d6;
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

#product-thumbnails-slider .slick-slide {
	display: inline-block;
height: 55px;
width: 55px !important;
text-align: center;
font-weight: 900;
line-height: 45px;
opacity: 0.8;	
	cursor: pointer;
	border: 1px dashed #000;
	margin-bottom: 20px;
	border-radius: 63% 37% 82% 18% / 30% 69% 31% 70%;
	margin-right: 0px;
	float: none;
	background-size: contain;
}
#product-thumbnails-slider .slick-slide.slick-current {
	opacity: 1;border: 1px dashed rgb(2, 161, 207);
}
.slick-slider>li,
.slick-slider>div {
	display: none
}

.slick-slider>li:first-child,
.slick-slider>div:first-child {
	display: block
}

.slick-slider.slick-loading>li,
.slick-slider.slick-initialized>li,
.slick-slider.slick-loading>div,
.slick-slider.slick-initialized>div {
	display: block
}

.slick-prev,
.slick-next {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 50%;
	color: #a1a1a1;
	opacity: 1;
	width: 48px;
	height: 128px;
	margin-top: -64px;
	padding: 0;
	border: none;
	outline: none !important;
	cursor: pointer;
	background: transparent;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease
}

.slick-prev {
	left: -10%;
}

.slick-next {
	right:-10%;
}

.slick-vertical .slick-prev,
.slick-vertical .slick-next {
	left: 50%;
	margin-top: 0;
	margin-left: -10px
}

.slick-vertical .slick-prev {
	top: -28px
}

.slick-vertical .slick-next {
	top: auto;
	bottom: -38px
}

#product-images-slider:hover .slick-prev {
	left: -11%;
	opacity: 1 !important;
	 
}

#product-images-slider:hover .slick-next {
	right:-11%;
	opacity: 1 !important; 
}

.slick-prev:hover,
.slick-next:hover {
	color: #a1a1a1;opacity: 1
}

.slick-controls-light .slick-prev,
.slick-controls-light .slick-prev:hover,
.slick-controls-light .slick-next,
.slick-controls-light .slick-next:hover {
	color: #fff
}

.slick-controls-dark .slick-prev,
.slick-controls-dark .slick-prev:hover,
.slick-controls-dark .slick-next .slick-controls-dark .slick-next:hover {
	color: #282828
}

.slick-prev:not(.slick-disabled):hover,
.slick-next:not(.slick-disabled):hover {
	color: #dc9814
}

.slick-slider:hover .slick-prev.slick-disabled,
.slick-slider:hover .slick-next.slick-disabled {
	opacity: 0.3;
	cursor: default
}

.slick-prev i,
.slick-next i {
	display: inline-block;
	font-size: 48px !important;
	line-height: 128px;
	text-align: center;
	width: 28px
}

.slick-arrows-small .slick-prev i,
.slick-arrows-small .slick-next i {
	font-size: 26px
}


.gridder-show {
 -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: width;
}

.slide img {
  height: 600px;
  width: auto;
}
.slide:not(:first-of-type) {
  display: none;
}
.slider.slick-initialized .slide:not(:first-of-type) {
  display:block;
} 


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
	
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
 z-index: 10001;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.95 !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(./images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(./images/default-skin.png); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  /*visibility: visible;*/ }
.pswp__button--arrow--left:hover,.pswp__button--arrow--right:hover {
	background: none !important;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }



.secondary-toggle {
    display: inline;
}
.text-center {
	text-align: center;
}
.intro p {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	
}
section {
	
    padding-top: 37px;
	padding-bottom: 35px;
}

body {
	letter-spacing: 0.00;
	font-size: 18px;
font-weight: 500;
line-height: 1.7em;
	
}
p {
	

margin-bottom: 16px;
}
#intro p {
	font-size: 21px;
font-weight: 500;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}
#intro p strong {
	
font-weight: 600;

}
h1 {
  font-size: 48px;

font-weight: 900;
letter-spacing: .2px;
margin: 0 0 2rem 0;
	line-height: 70px;
	alignment-adjust
letter-spacing: -.0625rem;line-height: 1.1;
}


.single h1 {
	  font-size: 42px;
	text-align: left;
	margin-bottom: 1.5rem;
}
.single-docs h1 {
	font-size: 19px;
	font-weight: 700;
}
.wedocs-single-wrap .wedocs-sidebar h3.widget-title {
	font-size: 18px;
}
h1 span {
	
   /* -webkit-text-stroke-color: 
#2f68af; -webkit-text-stroke-color: 
#007cff;*/
-webkit-text-fill-color:
    #ffffff;
letter-spacing: 0;
-webkit-text-fill-color: #fff;
-webkit-text-stroke-width: 2px;
}
h1 em {
	margin-bottom: 8px;
font-size: 18px;
font-weight: 600;
letter-spacing: 1px;
line-height: 1.6;
color: #a1c3fc;
color:
#007cff;
	display: inline-block;
	width: 100%;text-transform: uppercase;
	
}

/* main visible text (fill only) */
h1 .outline {
  position: relative;
  color: #ffffff;  
	
	letter-spacing: 2px;
	/* fill color */
}

/* stroked clone behind it */
h1 .outline::before {
 content: attr(data-text);
position: absolute;
inset: 0;
  top: 0px;
color: transparent;
-webkit-text-stroke: 5px #123b7d;
z-index: -1;
top: 3px;letter-spacing: 2px;
}
.single-docs h1 span a {
	text-decoration: underline;font-weight: 700;
}
 h2 {
   
    font-weight: 900;
    font-size: 28px;
    line-height: 1.0;
    margin-bottom: 1.5rem;
    margin-top: 1.5em;letter-spacing: -.1px;
	 margin-top: 0;
}
h3 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -.1px;
    line-height: 1.3;
    margin-bottom: 16px;
}
#newsletter p {
	font-size: 16px;
	font-weight: 400;
}
#call-to-action p {
	font-weight: 400;
}
#call-to-action h3 {
	
}
#call-to-action p {
	
	margin-bottom: 10px;
}


#intro p.sub-head,p.sub-head {
    margin-bottom: 8px;
	font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
line-height: 1.6;
	color: #a1c3fc;
text-transform: uppercase;color: #007cff;
color: #007cff;	

}
.small-me {
	font-size: 18px;line-height: 1.65;
}
.small-me-1 {
	font-size: 16px;
	font-weight: 600;
}


.col-md-6.intro,.col-md-7.intro {
float: none;
margin-left: auto;
margin-right: auto;	
}
#team .col-md-6.intro {
	padding-bottom: 35px
}

.team-row {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#whatwecando {
	border-top: none;
	
}
.feat.col-md-7 img {
	float: left;
	margin-top: 45px;
	margin-right: 30px;
}
.feat-image-right .feat.col-md-7 img {
	float: right;margin-top: 45px;
	margin-right: 0px;margin-left: 30px;
}
.feat {
	float: none;
	display: inline-block;vertical-align: top;
	padding-top: 45px;
}

.feat p {
	font-size: 18px;
}
.feat strong {
	font-size: 1.5125rem;
	font-weight: 900;
}

.feat img {
	max-width: 125px;
}
#selected-products{
	border-top: 0;
}
.products.row.gridder {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-left: auto;
margin-right: auto;
}
a.gridder-list {
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
   font-weight: 600;
    padding: 2px 10px 2px 10px;
    cursor: pointer;
    margin-top: 16px;
    
	color:
rgb(255, 255, 255);
border-color:
transparent;
background-color:
#5fb0e9;background-color:
#1073cb;
	line-height: 1.85;
	
	
}
a.gridder-list i {
   margin-left: 5px;
margin-top: 0px;
position: relative;
top: 3px;
font-size: 18px;
display: inline-block;
}
a.gridder-list:hover {
box-shadow: 0 0 0 2px rgba(255,255,255,.5),0 0 0 3px rgba(14,27,35,.3);	
}
.product-categories {
	display: inline-block;
	width: 100%;
	font-size: 15px;
}

#selected-products .row-type-1 .col-md-12 {
	padding-bottom: 25px;
}
#selected-products .row-type-1 .col-md-12 p {
	max-width: 960px;margin-left: auto;

margin-right: auto;
}

.products .col-md-4,.products .col-md-5{
	display: inline-block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.products.image-right .col-md-4.product-description,.products.image-right .col-md-4.product-description,.products.image-right .col-md-5.product-description {
	margin-right: 0;order: 1;
}
.products.image-right .col-md-4.product-image,.products.image-right .col-md-4.product-image {
	margin-left: 0;order: 2;
}
.products.image-left .col-md-4.product-image {
	margin-right: 0;
}
.products.image-left .col-md-4.product-image,.products.image-left .col-md-4.product-image {
	margin-right: 0;
}
.products.image-left .col-md-4.product-description,.products.image-left .col-md-4.product-description,.products.image-left .col-md-5.product-description {
	margin-left: 0;
}

.modal-body .col-md-6 p:last-child {
	margin-bottom:0;
}
.gridder-show {
	padding-top: 90px;padding-bottom: 90px;
	background: #f7f7f7;
	order: 3;
	position: relative;
	
}
.gridder-show:after,.gridder-show:before {
	position: absolute;
	content: "";
	background: #f2f5fa;
	width: 100%;
	height: 100%;
	top: 0;
	left: -50%;
	z-index: -1;
}
.gridder-show:before { 
	left: auto;right: -50%;
}
ul, ol {
    margin: 15px 0 15px 20px;
	line-height: 1.75em;
	margin-left: 0;
}
.modal-body li,.single-post .site-content li {
  font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;

list-style: none;
margin-bottom: 10px;

position: relative;
padding-left: 15px;
}

.single-post .site-content li:before,ol li.product-title:before,.modal-body li:before {
    width: 6px;
height: 12px;
display: inline-block;
margin-right: 10px;
content: '';
vertical-align: middle;
border-right: 0;
border-top: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-bottom: 2px solid #05234f;
border-right: 2px solid #05234f;
position: absolute;
top: 9px;
	left: 0;
}

.modal-body p {
    max-width: 520px;
	
}

.product-title  {
	
font-weight: 700;
	position: relative;
	font-size: 21px;
	color: #294280;
	margin-bottom: 24px;
	
}

.product-title a  {

	color: #294280
	
}

.product-title strong {
	font-weight: 800;
}
ol {
list-style: none;	
}
ol li.product-title {
	font-size: 14px;
margin-bottom: 16px;
text-align: left;
list-style: none;
display: flex;

align-items: center;
text-transform: uppercase;
line-height: 1.5;
}


ol li.product-title strong {
	font-weight: 700;
	/*text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #e9f5fd, 0 0 80px #e9f5fd, 0 0 90px #e9f5fd, 0 0 100px #e9f5fd, 0 0 15px #007cff;*/
}
.product-title .pnbr {
	font-size: 21px;
	border: 1px dotted #05234f;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	line-height: 1.2;flex-grow: 0;
flex-shrink: 0;
flex-basis: 32px;
}

ol li.product-title .pnbr {
margin-right: 1.5rem;
	display:none;
}
ol li.product-title i{
margin-right: 1.5rem;display:none;
	
}
.xl-1 {
	font-size: 16px;
	
	font-weight: 600;
line-height: 1.65;

}
.slick-prev:hover,
.slick-next:hover {
	color: #a1a1a1;opacity: 1 !important;
}

.modal-body h2 {
	font-size: 42px;
}
.btn,button, input[type="button"], input[type="reset"], input[type="submit"]  {
	box-shadow: 0 0 0 0 transparent,0 0 0 0
transparent;
border-radius: 5px;
background-color:
#000;
border: none;
font-size: 16px;
line-height: 1.85;
padding: 5px 20px 5px 20px;
margin: 0;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	margin-right: 0px;
	margin-top: 20px;
	text-transform: uppercase;
}
.hero-btns {
	display: flex;
    gap: 20px;
}
.hero-btns .btn {
	padding: 2px 20px 2px 20px;font-size: 14px;
}


.modal-body .col-md-6 {
	padding-left: 50px;
	order: 2;
}
input[type="button"], input[type="reset"], input[type="submit"]  {
	float: none;display: inline-block;
	padding: 10px 20px 10px 20px;
}

.btn i {
margin-left: 5px;




position: relative;

top: 5px;

font-size: 20px;
}
.buy-button {
	background-color:
#5BBC2E;
}
.btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover  {
	box-shadow: 0 0 0 2px rgba(255,255,255,.5),0 0 0 3px rgba(14,27,35,.3);
	color: #fff;
}
.product-categories span {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	padding-left: 0;
}
.product-categories span:first-child {
	
}

.product-categories .Bestseller,.Bestseller {
	background-color:
#e52600;
	color: #fff;font-weight: 700;
	margin-right: 15px;padding-left: 10px;
	box-shadow: 0 0 0 1px rgba(255,255,255,.5),0 0 0 1px rgba(14,27,35,.3);	
	font-size: 15px;
	font-weight: 600;
	padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
padding-left: 10px;
padding-right: 10px;
border-radius: 3px;
}
.product-categories .Bestseller a,.Bestseller a {
	color: #fff;
}

.product-categories a .material-icons {
	font-size: 16px;position: relative;

top: 3px;
}

#postnav {
	margin-bottom: -90px;
display: inline-block;
width: 100%;
}
.nav-older {
	float: right;
}
.navigation p {
	font-size: 12px;

margin-bottom: 0px;
}
#newsletter {
	
}
.newsletter__email {
    border: 2px solid 
#A9ADB0;
border-radius: 4px;
transition: box-shadow .3s ease-out,border .3s cubic-bezier(.165,.84,.44,1);
outline: 0;

font-size: 1.4rem;
line-height: 1.8rem;
padding: .8rem .9rem;
font-weight: 100;
color:
    #0E1B23;
}

input[type="email"],input[type="text"],input[type="search"], select, textarea {
    padding: 12px 15px;
    font-size: 16px;
    
    color: 
#71787D;
background:
#FFF;
border: 2px solid
    #E5E5E5;
    transition: all .275s;
    border-radius: 4px;
	width: auto;
	width: 100%;
}

.button-square {
    
	color: #fff;
	
padding: 10px 40px;
line-height: 21px;margin: 20px 0px -75px 0px;
display: inline-block;position: relative;
font-weight: 700;
z-index: 222;
}

.tnp-subscription-minimal input[type="email"]{
	width: 60%;margin-right: 15px;
}

.wedocs-search-input,.wedocs-search-in {
	display: inline-block;margin-right: 15px;
}
.wedocs-shortcode-wrap {
	padding-top: 90px;
}
#testimonials blockquote {
    padding: 0 20px 0px 65px;
	position: relative;
	margin-bottom: 45px;
}
#testimonials blockquote p {
    font-size: 16px;
	line-height: 1.76;
	color: #000;
	font-weight: 500;
	
}
#testimonials blockquote:before {

   content: "\201D";

float: left;
font-size: 68px;
position: absolute;
vertical-align: top;
top: -30px;
color:
#000;
left: 25px;
	color:
#000;
content: "\201C";

line-height: 0.1em;
margin-right: 0.15em;
vertical-align: -0.5em;
font-family: "Times New Roman", Times, serif;
font-style: normal;
position: absolute;
top: 28px;

	
}


.testi-row {
	padding-top: 45px;
	display: table;
}
.testi-row .col-md-6 {
	
	display: table-cell;
vertical-align: middle;
float: none;
}
.t-source {
	margin-top: 14px;
font-size: 13px;
display: inline-block;
font-weight: 700;
	
	position: relative;
    min-width: 100px;
    padding: 3px 10px 2px 10px;
   
    background: white;
    transition: all .250s cubic-bezier(0, 0, 0.2, 1);
    color: #484848;
    border: 1px solid #cecece;
    border-radius: 3px;
    font-weight: 500;
    box-shadow: 0 2px 1px #bcbcbc;
    z-index: 4;
    
      
	
}
	.t-source:after {
		content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
		top: -0.4em;
left: 50%;
transform: translate3d(-50%, 0, 0);
border-width: 0 0.5em 0.5em 0.5em;
border-color:
transparent transparent white
transparent;
-webkit-filter: drop-shadow(1px 2px 1px #bcbcbc);
filter: drop-shadow(1px -1px 1px
#bcbcbc);
	}

#testimonials {
	border: none;
}
section .col-md-12 h2 {
	position: relative;
}
section .col-md-12 h2 {
    margin-top: -.25em;
    border: 1px solid 
#fff;
border-radius: 50% 50%;
position: relative;
box-shadow: 1px 1px 1px
    rgba(0, 0, 0, 0.95);
    position: relative;
    display: inline-block;
	padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;
}
#selected-products  {
	padding-top:0;
	z-index: 10000;
}





section .col-md-12 h2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    height: 170px;
    margin-top: -44px;
    width: 75%;
    margin-left: 12.5%;
    background-color: 
    #fff;
    z-index: -2;
}
.flyout-menu.active .flyout-menu-insider,#support {
background:
#f2f5fa;
    background-image: none;
position: relative;
background-image: -webkit-gradient( linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1.0)) );
background-image: -moz-linear-gradient( right center, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1.0) 100% );
filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColor=0, endColorStr=#FFFFFF );
-ms-filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColor=0, endColoStr=#FFFFFF );
	padding-top: 95px;
	padding-bottom: 130px;
	
	border-radius: 65% 50%;

margin: 0 auto;
background-image: -webkit-gradient( linear, right top, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 1.0)) );
background-image: -moz-linear-gradient( right center, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 1.0) 100% );
	
}
#whatwecando {
	padding-top: 105px;
	padding-bottom: 140px;
}


.flyout-menu.active .flyout-menu-insider {
	border-radius: 0 0;
}


#whatwecando ol {
	margin:0;
}

#team {
	
}
#support,.feat {
	
border-radius: 65% 50%;
	max-width: 65%;padding-top: 120px;
padding-bottom: 110px;margin: 0 auto;
	background-image: -webkit-gradient( linear, right top, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 1.0)) );
background-image: -moz-linear-gradient( right center, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 1.0) 100% );
}




.flyout-menu.active .flyout-menu-insider { 
	position: fixed
}
#call-to-action {
	position: relative;
}
body {
	position: relative;
}

.flex-row {
	
	box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#intro .row .side-left {
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	align-items: center;
justify-content: center;
		 /* background: url(https://prestashopmodules.eu/wp-content/uploads/2021/03/shape-4.svg) right top no-repeat;*/
  

	
	
	right: 0;
	background-size:contain;
	
}
.intro-img {
  width: 250px;
  height: 250px;
  float: left;
  shape-outside: circle() margin-box;
  shape-margin: 10px;
} 
.circle {
  width: 200px;
  height: 200px;
  background-color: #764ABC;
  float: left;
  border-radius: 50%;
  shape-outside: circle(50%);
}

#intro .row .side-left img {
	width: 95%;

}
#intro {
	position: relative;
	z-index: 1000;
}
#whatwecando:before,#support:before,#newsletter:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 3;
    height: 8vw;
    pointer-events: none;
    background: url(./images/wave01.svg) center top no-repeat;
        background-size: auto;
    background-size: auto;
    background-size: 100% 100%;
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    -ms-filter: fliph;
    filter: fliph;
    width: 100%;
	z-index: -1;
}



#selected-products {
	position: relative; 
	overflow: hidden;
}
#whatwecando:after,#support:after,#newsletter:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 3;
    height: 8vw;
    pointer-events: none;
    background: url(./images/wave01.svg) center top no-repeat;
        background-size: auto;
    background-size: auto;
    background-size: 100% 100%;
    -moz-transform: scale(-1,1);
    -webkit-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1);
    -ms-filter: fliph;
    filter: fliph;
    width: 100%;
	z-index: -1;
}
#testimonials {
background-image: url('./images/amcharts.pixelMap1.png');
background-size: 75%;
background-repeat: no-repeat;
background-position: center bottom;
}
.team p {
	margin-bottom: 0;
}


#newsletter {
	max-width: 75%;
	margin: 0 auto;
	padding-top:45px;
padding-bottom: 45px;border-radius: 270% 175%;
	background:
#f2f5fa;
    background-image: none;
position: relative;

   
}

#main,#footer {
	padding-top: 90px;
	padding-bottom: 90px;
}
#footer {
	
	padding-bottom: 45px;
}

.single-post #main {
	background: #f2f5fa;
	padding-bottom: 120px;
}
.single-post #support {
	margin-top: 0px;
padding-top: 0;
z-index: 22222;
position: relative;
}

.single-post .col-md-6 {
    padding-left: 50px;
	order: 2;
}
.goToTop {
position: fixed;
top: 0px;
left: 0;
width: 100%;
box-shadow: 0 1px 4px #f2f5fa;
-webkit-box-shadow: 0 1px 4px #f2f5fa;
-moz-box-shadow: 0 1px 4px #f2f5fa;
background: #fff;
	-webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
}


.position {
	font-weight: 700;
}

.team img {
	max-width: 50%;
}
.team p {
	text-align: center;
	font-size: 16px;
	
}
.team .tname {
	font-weight: 500;
	font-size: 14px;
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin-left: 0;
}
.footer-menu li {
	font-size: 14px;
}
#footer p {
	font-size: 14px;
}

.tnp-privacy-field {
	font-size: 14px;
margin-top: 10px;
	display: none;
}
label {
	position: relative;
}
.desktop-right {
float: right;	
}
.gridder-show .col-md-5 {
	opacity: 1 !important;
}


#asm a {
    background: 
    rgba(0, 0, 0, 0) url("./images/pageicons.png") no-repeat scroll 0 -81px;
    clear: right;
    float: right;
    margin-left: 10px;
    height: 24px;
    margin-right: 0;
    margin-top: -5px;
    overflow: hidden;
    text-indent: -9999em;
    width: 61px;
}



.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 0px;
    right: 23px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    cursor: hand;
    
    
    background: #193654;
    z-index:100;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-indent: -99999em;
}

.material-scrolltop:hover {
    background-color: #27527e;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2);
}

.material-scrolltop span:before {
    
    top: 50%;
    left: 50%;
    
    content: " ";
    position: absolute;
    
 
	
	transform: rotate(-45deg);
	
	border: 3px solid #fff;
	border: 3px solid rgba(255,255,255,1);
	 border-left: none;
border-bottom: none;
	cursor: pointer;
	
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 16px;height: 16px;
	-webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-left: -8px;
    margin-top: -4px;
}


.material-scrolltop:hover span::before,.material-scrolltop:active span::before {
margin-top: -8px;
border: 3px solid #fff;
	border: 3px solid rgba(255,255,255,1);
	border-left: none;
border-bottom: none;
}
.material-scrolltop.reveal {
    width: 36px;
    height: 36px;
}

.material-scrolltop span {
    display: block;
    
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
.category .list-row {
	padding-top: 90px;
}

.category h2 {
   margin-bottom: 0;
margin-top: 25px;
font-size: 24px;
line-height: 1.5;
}

.category .col-md-3 p {
	font-size: 14px;
}

.category .buy-button {
   
    margin: 0 auto;
    float: none;
}
h4 {
	font-weight: 600;
}
.friends h4 {
	text-align: left;
}
.friends img {
	max-height: 75px;
	width: auto;
}


#newsletter{
	/*background-repeat: no-repeat;
background-position: center top;
background-image: url("./images/shaper.png");

background-size: 115px auto;background-position: 80%;*/
}

#selected-products .container .products.row.gridder:nth-child(2) {
	
}
#footer svg,#footer .material-icons {
	
margin-top: auto;
position: relative;
top: 6px;
}

.sub-footer {
	padding-top: 45px;
}
.sub-footer p {
	margin-bottom: 0;
}



@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}


#call-to-action {
	
margin: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
padding: 24px 44px 46px 24px;
    padding-top: 24px;
    padding-bottom: 46px;
margin-top: -15px;
margin-bottom: 0px;
border-radius: 4px 4px 4px 4px;
position: relative;
z-index: 100;
border-radius: 63% 37% 82% 18% / 30% 69% 31% 70%;

padding-top: 45px;
padding-bottom: 45px;
top: -20px;
border: 2px dashed;
background-color: rgba(16,115,203,.07);
}

#nws-form {
	padding-left: 50px;
padding-right: 50px;
}

.justify-between {
   
    justify-content: space-between;
}

.cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 120%;
    top: 20px;
}
.cd-timeline__block:nth-child(2n) .cd-timeline__date {
    left: auto;
    right: 120%;
    text-align: center;
}
.cd-timeline__container .cd-timeline__block.flex-row:nth-child(2n) .cd-timeline__content p {
    float: right;
    text-align: center;
}
.cd-timeline__container .cd-timeline__block.flex-row:nth-child(1n) {
	justify-content: flex-start;
	margin-bottom: 45px;
}
.cd-timeline__container .cd-timeline__block.flex-row:nth-child(2n) {
	justify-content: flex-end;margin-bottom:0px;
}
.cd-timeline__container .cd-timeline__block.flex-row:nth-child(2n) .ibox  {
  order: 2;
}
.cd-timeline__container .cd-timeline__block.flex-row:nth-child(2n) .cd-timeline__content  {
    order: 1;
}
.cd-timeline__container .cd-timeline__block.flex-row:nth-child(2n) .cd-timeline__content.t1  {
    order: 3;
}
.cd-timeline__container .cd-timeline__block.flex-row:nth-child(1n) .cd-timeline__content.t1 p  {
    float: none;text-align: center;
}
.cd-timeline__container .cd-timeline__block.flex-row:nth-child(2n) .cd-timeline__content.t1 p  {
    float: none;text-align: left;
}
.cd-timeline__block {
	margin-left: auto;
	margin-right: auto;
	max-width: 85%;
}
.ibox {
    display: inline-block;
    text-align: center;
   
    
    line-height: 88px;
}
.ibox img {
	position: relative;
	z-index: 100;
}



.wpsm_nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.wpsm_nav > li {
  position: relative;
  display: block;
}
.wpsm_nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.wpsm_nav > li > a:hover,
.wpsm_nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.wpsm_nav > li.disabled > a {
  color: #777;
}
.wpsm_nav > li.disabled > a:hover,
.wpsm_nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.wpsm_nav .open > a,
.wpsm_nav .open > a:hover,
.wpsm_nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.wpsm_nav .wpsm_nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.wpsm_nav > li > a > img {
  max-width: none;
}
.wpsm_nav-tabs {
  border-bottom: 1px solid #ddd;
}
.single-post .site-content .wpsm_nav-tabs > li {
  display:inline-block;
  margin-bottom: -2px;
}
.single-post .site-content .wpsm_nav-tabs > li:before {
	display:none;
}
.wpsm_nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.wpsm_nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
	border-bottom: none !important;
}
.wpsm_nav-tabs > li.active > a,
.wpsm_nav-tabs > li.active > a:hover,
.wpsm_nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.wpsm_nav-tabs.wpsm_nav-justified {
  width: 100%;
  border-bottom: 0;
}
.wpsm_nav-tabs.wpsm_nav-justified > li {
  float: none;
}
.wpsm_nav-tabs.wpsm_nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.wpsm_nav-tabs.wpsm_nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
	
	
	
	
  .wpsm_nav-tabs.wpsm_nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .wpsm_nav-tabs.wpsm_nav-justified > li > a {
    margin-bottom: 0;
  }
}
.wpsm_nav-tabs.wpsm_nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.wpsm_nav-tabs.wpsm_nav-justified > .active > a,
.wpsm_nav-tabs.wpsm_nav-justified > .active > a:hover,
.wpsm_nav-tabs.wpsm_nav-justified > .active > a:focus {
  border: 1px solid #ddd; border-bottom: none !important;
}
@media (min-width: 768px) {
  .wpsm_nav-tabs.wpsm_nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .wpsm_nav-tabs.wpsm_nav-justified > .active > a,
  .wpsm_nav-tabs.wpsm_nav-justified > .active > a:hover,
  .wpsm_nav-tabs.wpsm_nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.wpsm_nav-pills > li {
  float: left;
}
.wpsm_nav-pills > li > a {
  border-radius: 4px;
}
.wpsm_nav-pills > li + li {
  margin-left: 2px;
}
.wpsm_nav-pills > li.active > a,
.wpsm_nav-pills > li.active > a:hover,
.wpsm_nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.wpsm_nav-stacked > li {
  float: none;
}
.wpsm_nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.wpsm_nav-justified {
  width: 100%;
}
.wpsm_nav-justified > li {
  float: none;
}
.wpsm_nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.wpsm_nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .wpsm_nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .wpsm_nav-justified > li > a {
    margin-bottom: 0;
  }
}
.wpsm_nav-tabs-justified {
  border-bottom: 0;
}
.wpsm_nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.wpsm_nav-tabs-justified > .active > a,
.wpsm_nav-tabs-justified > .active > a:hover,
.wpsm_nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .wpsm_nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .wpsm_nav-tabs-justified > .active > a,
  .wpsm_nav-tabs-justified > .active > a:hover,
  .wpsm_nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
	padding-top: 65px;
max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}
.tab-content > .active {
  display: block;
}
.wpsm_nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.wpsm_navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
table {
   
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.6;
}
table tr {
    background-color: #fff;
    border-top: 1px solid #ccc;
}
table th, table td {
    padding: 15px;
    border: 1px solid #ddd;
}
table tr:nth-child(2n) {
    background-color: #f8f8f8;
}
@media (max-width: 767px) {
	
	#intro p {
  font-size: 19px;align-content
	}
	.goToTop .flyout-menu .row {
  
  padding-bottom: 0px;
}
	
	.menu-icons .flyout-menu-item {
		margin-top: -8px;
	}
  table tr:first-child {
    border-top: 0;
    padding-top: 0;
}
	table th {
    display: none;
}
	table td {
    display: block;
    border: none;
}
	table td:before {
    content: attr(data-label) ": ";
    font-weight: bold;
}
}
@media (min-width: 768px) {
  .wpsm_navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .wpsm_navbar-header {
    float: left;
  }
}
.wpsm_navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.wpsm_navbar-collapse.in {
  overflow-y: auto;
}
.tab-content {
	width: 100%;
	display: block;
}
#info-tab {
	width: 100%;
display: inline-block;
margin: 0;
border: none;
}
#product-tabs {
	padding-top: 0;

margin-top: -50px;
}
.tab-content > .tab-pane {
    
    padding-top: 65px;
	text-align: left;
}
.tab-content > .tab-pane p {
    
   font-size: 16px;
	margin-bottom: 16px;
	font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
}
#info-tab .material-icons {
	position: relative;
	top: 5px;
}




@-webkit-keyframes slide-down { 0% { opacity:0; transform:translateY(-100%);}100% { opacity:0.9; transform:translateY(0);}}

@-moz-keyframes slide-down { 0% { opacity:0; transform:translateY(-100%);}100% { opacity:0.9; transform:translateY(0);}}

@keyframes slide-down { 0% { opacity:0; transform:translateY(-100%);}100% { opacity:0.9; transform:translateY(0);}}


.tab-content{
	padding:20px;
	border: 1px solid #e6e6e6 !important;
	margin-top: 0px;
	background-color:#ffffff !important;
	color: #000000 !important;
	font-size:16px !important;
	
	
			border: 0px solid #e6e6e6 !important;
		
	}
.wpsm_nav-tabs {
    border-bottom: 0px solid #ddd;
	top: -2px;
position: relative;
}
.wpsm_nav-tabs > li.active > a,.wpsm_nav-tabs > li.active > a:hover, #tab_container_410 .wpsm_nav-tabs > li.active > a:focus {
	color: #000000 !important;
	cursor: default;
	background-color: #ffffff !important;
	border: 1px solid #e6e6e6 !important;border-bottom: 0 !important;
}

.wpsm_nav-tabs > li > a {
    margin-right: 0px !important; 
    line-height: 1.42857143 !important;
    border: 1px solid #d5d5d5 !important;
    border-radius: 0px 0px 0 0 !important; 
	background-color: #e8e8e8 !important;
	color: #000000 !important;
	
	text-decoration: none !important;
	font-size: 14px !important;
	text-align:center !important;
	border-bottom: 0 !important;
	
}
 .wpsm_nav-tabs > li > a:focus, .wpsm_nav-tabs > li > a:active {
outline: 0px !important;
background: #fff !important;
}

.wpsm_nav-tabs > li > a:before {
	display:none !important;
}
 .wpsm_nav-tabs > li > a:after {
	display:none !important ;
}
.wpsm_nav-tabs > li{
padding:0px !important ;
margin:0px;
}

.wpsm_nav-tabs > li > a:hover , .wpsm_nav-tabs > li > a:focus {
    color: #000000 !important;
    background-color: #e8e8e8 !important;
	border: 1px solid #d5d5d5 !important;
	border-bottom: none !important;
	
}
 .wpsm_nav-tabs > li > a .fa{

margin-right:5px !important;

margin-left:5px !important;


}

		
			





.tab-content{
overflow:hidden !important;
}

.wpsm_nav-tabs {
	display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
}
/*#intro p.sub-head:after, p.sub-head:after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #f15822;
    border-radius: 3px;
    margin: 7px 0 0;
}*/
.wedocs-single-content,.wedocs-single-content p {
font-size: 15px;	font-weight: 400;margin-bottom: 5px;
}
.wedocs-single-wrap .wedocs-single-content ol.wedocs-breadcrumb li {
   
    font-size: 14px;
    font-weight: 400;
}
#intro-arrow {
	position: relative;
	top: 110px;
	font-size: 28px;
}
.plug-me {
	display: flex;
align-items: left;
background: #f2f5fa;
margin-bottom: 20px;
border-radius: 10px;
	
  border-radius: 32px;
  
  transition:
    .4s ease-in-out transform,
    .4s ease-in-out box-shadow;
}
.plug-me .material-icons {
	padding: 0px 14px;
display: flex;
line-height: 54px;

	
}
.plugme-txt p {
font-size: 12px;
font-weight: 600;
text-align: left;
line-height: 1.5;
margin-bottom: 0;
text-transform: uppercase;
}
.plug-row {
	max-width: 90%;
	margin: 0 auto;
	
}
.first-row {
	margin-top: 145px;
	
	
}
.perspective {

} 

.perspective-inner {

}
.plugme-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 14px;border-left: 1px solid #fff;
}





.side-right:before {
		
		content: "";
position: absolute;
bottom: -34px;
left: 10px;
width: 532px;
height: 496px;

background-position: center center;
background-repeat: no-repeat;
background-size: auto;
float: left;
z-index: 1;
	
content: "";
position: absolute;
bottom: -5.0%;
left: -22%;
width: 145%;
height: 115%;
background-image: url("https://prestashopaddons.eu/wp-content/uploads/2021/05/backme-1.png");
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
float: left;
z-index: -1; opacity: .6; 
	
	}

.box-inner {
	box-shadow: 0px 2px 10px rgba(41, 66, 128, 0.12);
	padding: 15px;
}
.site-branding a {
float: left;
}
#spu-326 .spu-close{
	font-size: 30px;
	color:#666;
	text-shadow: 0 1px 0 #fff;
}
#spu-326 .spu-close:hover{
	color:#000;
}
#spu-326 {
	background-color: #eeeeee;
	background-color: rgba(238,238,238,1);
	color: #333;
	padding: 25px;
		border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-box-shadow:  0px 0px 10px 1px #666;
	-webkit-box-shadow:  0px 0px 10px 1px #666;
	box-shadow:  0px 0px 10px 1px #666;
	width: 600px;

}
#spu-bg-326 {
	opacity: 0.5;
	background-color: #000;
}
@media (max-width: 767px) {
	
	.modal-body h2,.modal-body li, .single-post .site-content li {
    
    text-align: left;
    
}
	
	h1 {
    font-size: 40px;
		line-height: 1.25;margin: 0 0 2rem 0;
	}
	.cd-timeline__content {
		width: 100% !important;
	}
	.modal-body .col-md-6 {
    padding-left: 0px;
   
}
	.container {
   
    padding-left: 30px;
    padding-right: 30px;
}
.side-left {
    padding-bottom: 45px;
	text-align: center;
}	
	#whatwecando, .flyout-menu.active .flyout-menu-insider, #support {
		padding-top: 90px;
padding-bottom: 45px;
	}	
	h2 {
    
    font-size: 32px;
    line-height: 1.1;
	}
	#intro .row .side-left {
		margin-top: 65px;
	}
	#whatwecando {
		padding-top: 25px;
	}
	
  .side-right, .side-left {
    
}
	.feat.col-md-7 img,.feat-image-right .feat.col-md-7 img  {
   
    margin-top: 45px;
   
}
	.feat {
   
    padding-top: 25px;
}
	#whatwecando {
    
		padding-bottom: 65px;}
	
	#selected-products {
    
   padding-top: 55px;
padding-bottom: 0;
}
.products.row.gridder {
	padding-top: 25px; padding-bottom: 45px;}	
	
	.gridder {
		display: inline-block;
	}
	#selected-products .image-left .product-description {
   
    padding-left: 0px;
}
	#support {
   
		max-width: 95%;}
	
	.testi-row .col-md-6 {
		display: inline-block;
	}
	#testimonials {
   
		background-size: cover;}
	
	#testimonials blockquote {
    padding: 0 20px 0 25px;
	}
	
	#testimonials blockquote:before {
		left: -5px;top: 18px;
	}
	
	#newsletter {
    max-width: 100%;
   
    padding-top: 0px;
    padding-bottom: 0px;
	}
	.single-post .col-md-6 {
    padding-left: 15px;
}
	.btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
		margin-right: 20px;
	}
	.desktop-right {
    float: none;
}
	#main, #footer {
    padding-top: 45px;
    padding-bottom: 45px;
}
	
	.flex-row, .product-thumbnails-col #product-thumbnails-slider .slick-list {

    /*flex-wrap: wrap;*/


    
	}
	
	.flex-row, .product-thumbnails-col #product-thumbnails-slider {
   
	}
	
	.single-post .col-md-6 {
    
    order: 1;
}
	#product-images-slider,.product-thumbnails-col {
    
    padding-left: 0;
		padding-right: 0;
    padding-top: 45px;
}
	.product-thumbnails-col {
		order: 3;
	}
	
	.slick-prev {

    left: -48px;
margin-top: -48px;
}
	.slick-next {

    right: -48px;
    margin-top: -48px;

}
	.team img {
    max-width: 35%;
}
	#call-to-action {
		margin-top: 45px;
	}
	
	#product-thumbnails-slider .slick-slide {
		margin-bottom: 5px;

margin-left: 5px;

margin-right: 5px;
	}
	.products.image-left .col-md-4.product-image, .products.image-left .col-md-4.product-image {
    
    text-align: center;
}
	.product-image img {
    
    max-width: 85%;
	}
	
	.slick-next {
  right: -25px;
    
}
	.slick-prev {
   
   
}
	
	#product-images-slider:hover .slick-next {
    right: -4%;
    
}
	
	#product-images-col {
		overflow: hidden;
		padding-left: 30px;
		padding-right: 30px;
	}
	.product-thumbnails-col {

    
    left: 0px;
	}
	
	.products.image-right .col-md-4.product-description, .products.image-right .col-md-4.product-description, .products.image-right .col-md-5.product-description {

    padding-left: 0;
		padding-right: 0;

}
	p {

    font-size: 18px;
   

}
	.single h1 {

    font-size: 42px;

}
	

	
	
	
	.modal-body p,.product-title,.xl-1 {
    
    text-align: left;
}
	a.gridder-list {
		float:left;
	}
	#whatwecando, .flyout-menu.active .flyout-menu-insider, #support {
    padding-top: 45px;
    padding-bottom: 45px;
}
	#support {
		padding-bottom: 0;
	}
	#testimonials {
  
    padding-top: 0;padding-bottom: 0;
}
	.testi-row {
    padding-top: 15px;
    
}
	
	.gridder {
    display: inline-block;
    text-align: center;
}
	#product-images-col {
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
}
	#selected-products .image-left .product-description {
		float: none;
		padding:0;
	}
	
	.modal-body .col-md-6 {
    padding-left: 0px;
    order: 1;
}
	#product-images-col {
		order: 2;
	}
	.product-thumbnails-col {
   
    padding-top: 25px;
}
	.gridder-show {
    padding-top: 45px;
    padding-bottom: 45px;
   
}
	.side-right:before {
		bottom: auto;
left: auto;
width: 100%;

background-position: top center;
background-repeat: no-repeat;
background-size: contain;
float: left;
z-index: -1;
opacity: .6;
top: 0;
	}
	#intro .row .side-left img {
    width: auto;
}
#intro .row .side-left {
    margin-top: 25px;
    order: 2;padding-bottom: 0;
}
.plug-row {
	max-width: 100%;margin-bottom: 25px;
}
.first-row {
	margin-top: 85px;
}
.gridder-list {
    width: auto;
}
.products.row.gridder {
    padding-top: 25px;
    padding-bottom: 0px;
}
}


.product-description {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Main heading */
.product-description h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111;box-shadow: unset !important;padding-left: 0 !important;
padding-right: 0;
padding-bottom: 0 !important;
}

/* Section headings */
.product-description h3 {
  font-size: 1.0rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
}

/* Small subheadings */
.product-description h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #222;margin-bottom: 5px;  margin-bottom: 5px;
}

/* Paragraphs */
.product-description p,.product-description ul li {
  margin: 0 0 0.8rem; font-size: 0.95em;line-height: 1.25;
}

/* Lists */
.product-description ul {
 margin: 0;
  padding: 0;
  list-style: disc;margin-bottom: 16px;margin-bottom: 1rem;
}

.product-description li {
  margin-bottom: 0.4rem;
}

.tab-content > .tab-pane {
  padding-top: 25px;
 
}
.single-post .product-description li::before {
	top: 3px;
}
.modal-body li, .single-post .site-content li {
  
  margin-bottom: 0px;
 
}
.product-description strong {
	font-weight: 600;
}