
/************ FONTS ***************/

/* wen font generator for cyrillic fonts https://transfonter.org/ */


@font-face {
    font-family: 'Poiret One';
    src: url('../fonts/PoiretOne-Regular.eot');
    src: url('../fonts/PoiretOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PoiretOne-Regular.woff2') format('woff2'),
        url('../fonts/PoiretOne-Regular.woff') format('woff'),
        url('../fonts/PoiretOne-Regular.ttf') format('truetype'),
        url('../fonts/PoiretOne-Regular.svg#PoiretOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/*********** MAIN STYLES *****************/


::-moz-selection {
    background-color: rgba(30, 60, 154, 0.9);
    color: #fff;
}

::selection {
    background-color: rgba(30, 60, 154, 0.9);
    color: #fff;
}

:focus {
  outline: 0;
}


html, body {
  background: #ffffff;
  background-attachment: fixed;
  width:100%;
  height:100%;
  padding:0;
  margin-left:0;
  margin-right:0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden; 
  position: relative;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive-sm {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* bootstrap changes */


textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  border-color: #2c2c2c;
}

.google-map-wrapper-inner {
    border: 1px solid #ced4da;
}





/* typography */


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote
 {
  color: #333333;
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #00134e;
  /*margin-bottom: 50px;*/
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 700;
  color: #00134e;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #6379b0;
}



h1 {
  font-size: 46px;
  line-height: 50px;
  margin-top: 0;
  text-transform: uppercase;
}

h2 {
  font-size: 42px;
  line-height: 46px;
  margin-top: 0;
  text-transform: uppercase;
}

h3 {
  font-size: 36px;
  line-height: 40px;
  margin-top: 0;
  text-transform: uppercase;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  text-transform: uppercase;
}

h5 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
  text-transform: uppercase;
}

h6 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  text-transform: uppercase;
}

p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 24px;
}

ul {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

ol {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

ul li,
ol li {
  /* margin-bottom: 20px; */
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #001355;
  margin: 30px 20px;
  padding: 30px;
  font-size: 18px;
  line-height: 26px;
  quotes: "\201C""\201D""\2018""\2019";
  line-height: 24px;
}
blockquote:before {
  color: #001355;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

a {
  color: #03679b;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color:  #333333;
  text-decoration: none;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}



.view-more-btn {
  background: #00134e;
  border-radius: 0px;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 14px 30px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.view-more-btn:hover {
  background: #6379b0;
  color: #ffffff;
}



.contact-form-btn {
  border: 0px solid #ffffff;
  background: #00134e;
  border-radius: 0px;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 14px 30px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-form-btn:hover {
  background: #6379b0;
  color: #ffffff;
}


.view-more-new-btn {
  background: #fff;
  border-radius: 0px;
  color: #046598;
  font-size: 18px;
  font-weight: 400;
  text-transform: lowercase;
  padding: 10px 15px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.view-more-new-btn:hover {
  color: #046598;
  text-decoration: underline;
}


.view-more-big-btn {
  background: #00134e;
  width: 100%;
  border-radius: 0px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 22px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.view-more-big-btn:hover {
  background: #6379b0;
  color: #ffffff;
}





/* breadcrumb */

.breadcrumb-wrapper {
    margin-top: 30px;
    background: #ffffff;
    border: 0px solid #f4f4f4;
}


.breadcrumb {
    margin: 0;
    background: #f3f3f3;
    font-size: 14px;
}

.breadcrumb li {
    margin-bottom: 0;
}

.breadcrumb li a {
    color: #434343;
}

.breadcrumb li a:hover {
    color: #5c5c5c;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #434343;
}

.breadcrumb-item.active {
    color: #5c5c5c;
}




/* pagination */

.pagination {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pagination li {
    margin-bottom: 0px;
}

.page-link {
    padding: 12px 18px;
    color: #434343;
}

.page-link:hover {
    background-color: #00134e;
    color: #fff;
}

.page-link.pageactive {
    color: #fff;
    background-color: #00134e;
}

.page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}





/* header */

.header {
  background: #ffffff;
  padding: 20px 0;
}

.header-logo a {
  display: inline-block;
}

.header-activity-icons {
  padding-top: 32px;
  font-size: 0;
}

.language-switcher-wrapper {
  display: inline-block;
  width: 40px;
  height: 40px;
  /*font-size: 0;*/
  position: relative;
  overflow: hidden;
}

.language-switcher-wrapper a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #1b1b1b;
  border-radius: 50%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.language-switcher-wrapper a:hover {
  color: #ffffff;
}

#active_lang {
    display: none;
}

.header-shopping-cart-wrapper {
  display: inline-block;
  margin-right: 30px;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.product-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #ff0000;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}

.search-icon-wrapper {
  display: inline-block;
  margin-right: 30px;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.search-icon-wrapper {
  background: url('../img/search-icon.png') center center no-repeat;
}

.search-icon-wrapper.close-btn {
  background: url('../img/search-close-icon.png') center center no-repeat;
}

.search-form {
  display:none;
  background:#2c2c2c;
  padding:15px 15px;
  margin-bottom: 0px;
  text-align:center;
  position:relative;
}

.search-form input{
  border: none;
  padding: 10px 0;
  background: none;
  color: #ffffff;
  outline: none;
  border-bottom: 1px solid white;
  width: 80%;
  font-size: 22px; 
  font-weight: 300;
}

.search-form button{
  background:none;
  border:none;
}

.search-form .sbtn{
  font-size: 22px;
  color: #ffffff;
}

.search-form input::-webkit-input-placeholder {
   color: rgba(255,255,255,0.6);
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
}


.inner-header-img {
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 0 0 0 0;
  display: block;
  background: #6379b0;
}


.cms_homepage .inner-header-img,
.cms_en  .inner-header-img {
  display: none;
}


/* main slider */



.slider-item {
  position: relative;
}

.item-content {
  position: absolute;
  bottom: 3%;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, .8);
      background: linear-gradient(
        90deg, rgba(255,255,255,.8) 0%, 
        rgba(255,255,255,0) 0%, 
        rgba(255,255,255,0.5130252784707633) 22%, 
        rgba(255,255,255,0.8239496482186625) 50%, 
        rgba(255,255,255,0.510224158022584) 83%, 
        rgba(255,255,255,0) 100%);
  padding: 0px 0px;
  text-align: center;
/*  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);*/
}

.item-content-inner {
  display: inline-block;
  width: 90%;
  padding: 28px 15px;
/*  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);*/
}

.item-content-inner h2 {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  color: #ffffff;
  text-align: right;
}

.item-content-inner a h2 {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-content-inner a:hover h2  {
  color: #434343;
}



.item-content-inner h4 {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: right;
}

.item-content-inner a h4 {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-content-inner a:hover h4  {
  color: #434343;
}











.slick-prev {
  content: '';
  left: 23px;
  width: 14px;
  height: 40px;
  background: url('../img/arrow-sm-left.png') center center no-repeat;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: .3;
}

.slick-prev:before {
  content: "";
}

.slick-next {
  content: '';
  right: 23px;
  width: 14px;
  height: 40px;
  background: url('../img/arrow-sm-right.png') center center no-repeat;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: .3;
}

.slick-next:before {
  content: "";
}

.slick-prev:hover,
.slick-prev:focus
{
    color: transparent;
    outline: none;
    background: url('../img/arrow-sm-left.png') center center no-repeat;
    opacity: 1;
}

.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: url('../img/arrow-sm-right.png') center center no-repeat;
    opacity: 1;
}










/* sticky */



.sticky-holder {
    height: 108px;
    margin-bottom: 0px;
    z-index: 8888;
    background-color: #ffffff;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0);
    } 
}

@keyframes fadeInDown {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0);
    } 
}

.sticky-holder-inner {
    /*-webkit-box-shadow: 0px 3px 5px -1px rgba(72,72,72,0.35);
    -moz-box-shadow: 0px 3px 5px -1px rgba(72,72,72,0.35);
    box-shadow: 0px 3px 5px -1px rgba(72,72,72,0.35);*/
}

.sticky-holder-inner.stickytop {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    transition:all 0.5s;
    -webkit-animation:fadeInDown 0.5s;
    animation:fadeInDown 0.5s;
    z-index: 8888;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(72,72,72,0.35);
    -moz-box-shadow: 0px 3px 5px -1px rgba(72,72,72,0.35);
    box-shadow: 0px 3px 5px -1px rgba(72,72,72,0.35);
}





@media all and (max-width: 1199px) {

    .sticky-holder {
        height: auto;
    }

}

/* end my styles */






/* main navigation */

#main-nav {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
}


/* bootstrap nav */

.navbar-toggler:hover,
.navbar-toggler:focus {
  outline: 0;
}

.bg-light {
  background-color: transparent!important;
}

.navbar {
  padding: 0px 0;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 40px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 92px;
  text-transform: none;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #0025a4;
    text-decoration: none;
    background-color: #f3f3f3;
}

.dropdown-item.active, .dropdown-item:active {
  color: #0025a4;
  background-color: #f3f3f3;
}


.dropdown-toggle:after {
  vertical-align: 0.1em;
}

.navbar-light .navbar-nav .show > .nav-link, 
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .nav-link.active {
  color: #0025a4;
}

.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:focus {
  color: #0025a4;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 1);
}

.dropdown-menu {
  min-width: 290px;
  font-size: 18px;
  padding: 0;
  margin:  0;
  top: 100%; 
  border: none;
  border-radius: 0;
  background-color: rgba(15, 15, 15, 1);
  white-space: nowrap;
}

.dropdown-item {
  line-height: 40px;
  color: #000000;
  background-color: #ffffff;
}





/* page body styles */

.home-page-about {
  padding-top: 120px;
  padding-bottom: 60px;
}

.categories h2 a {
  color: #2c2c2c;
}

.categories h2 a:hover {
  color: #434343;
}

.category-box .category-img a:hover {
  opacity: .8;
}

.category-title a {
  color: #2c2c2c;
}

.category-title a:hover {
  color: #434343;
}







.hero-wrapper {
  width: 100%;
  position: relative;
}

.hero-content-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 19, 85, .8);
  clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 40px);
  padding: 60px 15px;
  text-align: center;
}

.hero-content-wrapper h1 {
  color: #fff;
  margin-bottom: 60px;
  text-transform: none;
}

.hero-content-wrapper h4 {
  color: #fff;
  margin-bottom: 60px;
  font-weight: 400;
}



.hero-content-wrapper .view-more-big-btn {
  background: #ffffff;
  width: 100%;
  max-width: 350px;
  border-radius: 0px;
  color: #00134e;
}

.hero-content-wrapper .view-more-big-btn:hover {
  background: #6379b0;
  color: #ffffff;
}


@media only screen and (min-width: 0px) and (max-width: 991px) {

  .hero-content-wrapper {
    clip-path: polygon(0px 0, calc(100% - 0px) 0, 100% 0px, 100% 100%, 0 100%, 0 0px);
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .hero-content-wrapper h1 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 30px;
  }

  .hero-content-wrapper h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
  }

}




















.services-section {
  padding: 80px 15px;
}



.services-item-wrapper {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(138,138,138,.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(138,138,138,.3);
  box-shadow: 0px 0px 10px 0px rgba(138,138,138,.3);*/
}

.services-img-link {
  display: block;
}

.services-item-wrapper:hover .services-img-link img {
  transform: scale(1.15, 1.15);
}

.services-img-link img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.services-img-link:hover img {
  opacity: .8;
}

.services-item-title {
  padding: 26px 20px;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  width: 100%;
  height: 100%;
  
  top:  50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.services-item-title:hover {
  background: rgba(0, 0, 0, 0);
}

.services-item-title h3 {
  position: absolute;
  margin-bottom: 0;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.services-item-title h3 span {
  padding: 4px 12px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.services-item-title:hover h3 span {
  color: #fff;
}






.parallax-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../img/parallax-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-box-title {
  background: #b1bfe2;
  padding: 30px 20px;
}

.content-box-title h4 {
  color: #001355;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0;
}

.content-box {
  padding: 20px;
  border: 5px solid #b1bfe2;
  min-height: 550px;
}

.content-box p {
  color: #fff;
}


@media only screen and (min-width: 0px) and (max-width: 991px) {
  .content-box {
    min-height: auto;
    margin-bottom: 30px;
  }
}











.featured-products-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #ffffff;
}

.image_title {
    text-align: center;
    padding: 5px;
}

.featured-products-wrapper h2 a {
  color: #2c2c2c;
}

.featured-products-wrapper h2 a:hover {
  color: #434343;
}

.featured-box .featured-img {
  position: relative;
}

.product-item-wrapper {
  position: relative;
}

.promotion_badge {
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #1d6878;
  text-transform: uppercase;
  text-align: center;
}

.sold_badge {
  background: rgba( 255, 255, 255, .7 );
  width: 100%;
  padding: 16px 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: #1d6878;
  text-transform: uppercase;
  text-align: center;
}

.product-item-wrapper .sold_badge {
  bottom: 70px;
}

.featured-box .featured-img a:hover {
  opacity: .8;
}

.featured-title a {
  color: #2c2c2c;
}

.featured-title a:hover {
  color: #434343;
}

/* the slides */
.featured-products-wrapper .slick-slide {
    margin: 0 10px;
}
/* the parent */
.featured-products-wrapper .slick-list {
    margin: 0 -10px;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #2c2c2c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #2c2c2c;
}




.main-content-wrapper.home-page-news {
  background: #b1bfe2;
}




.new-products-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f2f2f2;
}

.new-products-wrapper h2 a {
  color: #2c2c2c;
}

.new-products-wrapper h2 a:hover {
  color: #434343;
}

.new-box .new-img {
  position: relative;
}

.new-box .new-img a:hover {
  opacity: .8;
}

.new-title a {
  color: #2c2c2c;
}

.new-title a:hover {
  color: #434343;
}

.new-cat a {
  color: #2c2c2c;
}

.new-cat a:hover {
  color: #434343;
}











.inner-product-info-promotion {
    background: #434343;
    padding: 12px;
    margin: 0 0 24px 0;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

.inner-product-info-new-product {
    background: #434343;
    padding: 12px;
    margin: 0 0 24px 0;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

.inner-product-info-producer {
    background: #434343;
    padding: 12px;
    margin: 0 0 24px 0;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

.make-an-inquiry {
    padding: 12px;
    margin: 0 0 8px 0;
    color: #525252;
    text-align: center;
}

#make-an-inquiry-wrapper {
  background: #dfdfdf;
  width: 100%;
  padding: 20px;
  margin-top: 0;
}

.qty-size {
    width: 40%;
    display: inline-block;
}

.qty-size-min {
    width: 26%;
    display: inline-block;
}

.to-checkout {
    margin-top: 0px;
}

.cart-wrapper {
    padding-top: 110px;
    min-height: 600px;
}

.cart-item {
    background: #ffffff;
    margin-bottom: 50px;
    padding: 40px 20px 20px 20px;
}

.cart-warnning {
    background: #ffffff;
    margin-bottom: 50px;
    padding: 20px 20px 20px 20px;
}

.btn-righ {
    text-align: right;
}

.primary-btn {
    background: #2c2c2c;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 28px;
    border: 0px solid #ffffff;
    border-radius: 6px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.primary-btn:hover {
    background: #434343;
    color: #ffffff;
}

.delete-btn {
    background: #c82333;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 28px;
    border: 0px solid #ffffff;
    border-radius: 6px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.delete-btn:hover {
    background: #a7212e;
    color: #ffffff;
}

.confirm-btn {
    background: #2c2c2c;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 28px;
    border: 0px solid #ffffff;
    border-radius: 6px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.confirm-btn:hover {
    background: #434343;
    color: #ffffff;
}

.small-font-price {
  font-size: 16px;
}

.big-font-price {
  background: #dfdfdf;
  padding: 18px 12px;
  font-size: 22px;
}


.product-description {
  padding-top: 50px;
  border-top: 5px solid #dfdfdf;
}

.promo-price {
  color: #0096b6;
}

.product-item-title {
  margin-top: 30px;
  padding-bottom: 30px;
}







/* document pages */


.dolnload-pdf-btn {
    background: #304c98;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 28px;
    border: 0px solid #ffffff;
    border-radius: 6px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dolnload-pdf-btn:hover {
    background: #253a76;
    color: #ffffff;
}

.dolnload-pdf-wrapper {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 0;
    background: #f3f3f3;
    border-bottom: 1px solid #dcdcdc;
}

.pdf-img {
    margin-bottom: 20px;
}

.pdf-img img {
    border: 1px solid #dcdcdc;
}

.pdf-title {
    margin-bottom: 20px;
    min-height: 90px;
}

.pdf-dolnload-link {
    margin-bottom: 20px;
}


















.news {
  padding-top: 120px;
  padding-bottom: 120px;
}

/*.news h2 a {
  color: #2c2c2c;
}

.news h2 a:hover {
  color: #434343;
}*/

.news h3 {
  margin-bottom: 20px;
}

.news-date p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.news-box .news-img a:hover {
  opacity: .8;
}

/*.news-title a {
  color: #2c2c2c;
}

.news-title a:hover {
  color: #434343;
}*/

.cms_homepage .news-title {
  min-height: 150px;
}

.news-box-inner-home {
  background: #ffffff;
  border: 1px solid #8696bf;
}

.news-box-content-home {
  padding: 15px;
}

.inner-news-img-wrapper {
    float: left;
    margin: 0 30px 30px 0;
    max-width: 350px;
    width: 100%;
}

.news-listing-img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.news-listing-img:hover {
    opacity: .8;
}



.system-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}


/* footer */


.under-footer {
  background: #b1bfe2;
  clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 40px);
  height: 70px;
}

.cms_homepage .under-footer { display: none; }

#footer {
  background: #b1bfe2;
}

.footer-inner {
  background: #00134e;
  clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 40px);
  padding-top: 60px;
  padding-bottom: 60px;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer p,
#footer ul,
#footer ol,
#footer blockquote,
#footer a
 {
  color: #ffffff;
}

#footer a {
  color: #ффф;
}

#footer a:hover {
  color: #b1bfe2;
}













.footer-stm {}

.footer-address {
  position: relative;
  padding-left: 38px;
  line-height: 36px;
}

.footer-address:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 26px;
  height: 34px;
  background: 0 0 url("../img/icon-address.png") no-repeat;
}

.footer-phone {
  position: relative;
  padding-left: 38px;
  line-height: 36px;
}

.footer-phone:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  background: 0 0 url("../img/icon-phone.png") no-repeat;
}

.footer-email {
  position: relative;
  padding-left: 38px;
  line-height: 36px;
}

.footer-email:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 30px;
  height: 24px;
  background: 0 0 url("../img/icon-envelop.png") no-repeat;
}


.footer-text-left {
  text-align: left;
}

.footer-text-right {
  text-align: right;
}

.footer-text-center {
  text-align: center;
}



.footer-copyright {
  background: #0b2876;
  padding: 30px 15px;
}

.footer-copyright h1,
.footer-copyright h2,
.footer-copyright h3,
.footer-copyright h4,
.footer-copyright h5,
.footer-copyright h6,
.footer-copyright p,
.footer-copyright ul,
.footer-copyright ol,
.footer-copyright blockquote,
.footer-copyright a
 {
  color: #9eabbe;
}

.footer-copyright a {
  color: #9eabbe;
}

.footer-copyright a:hover {
  color: #ffffff;
}

.footer-copyright p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}



@media only screen and (min-width: 0px) and (max-width: 991px) {

  .footer-text-left {
    text-align: center;
  }

  .footer-text-right {
    text-align: center;
  }

  .footer-text-center {
    text-align: center;
  }


  .footer-stm {}

  .footer-address {
    padding-left: 0px;
    padding-top: 40px;
  }

  .footer-address:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 26px;
    height: 34px;
    background: 0 0 url("../img/icon-address.png") no-repeat;
  }

  .footer-phone {
    padding-left: 0px;
    padding-top: 40px;
  }

  .footer-phone:before {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 32px;
    height: 32px;
    background: 0 0 url("../img/icon-phone.png") no-repeat;
  }

  .footer-email {
    padding-left: 0px;
    padding-top: 34px;
  }

  .footer-email:before {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 30px;
    height: 24px;
    background: 0 0 url("../img/icon-envelop.png") no-repeat;
  }

  .footer-contact-info {
    margin-bottom: 50px;
  }

  .footer-copyright p {
    margin-bottom: 15px;
  }


}









#footer .footer-top {
  padding-top: 60px;
  padding-bottom: 0px;
}

#footer .footer-top h3 {
  display: inline-block;
  margin-bottom: 20px;
}

#footer .footer-top p {
  font-size: 14px;
  line-height: 24px;
}

#footer .footer-bottom {
  padding-top: 50px;
  padding-bottom: 70px;
}

#footer .footer-bottom .copyright,
#footer .footer-bottom .designBy,
#footer .footer-bottom .data-privacy {
  font-size: 12px;
  margin-bottom: 0;
}

#footer .footer-nav {
  width: 100%;
  display: block;
  background: #101010;
  padding: 0 0;
  margin:  0 0 12px 0;
  text-align: center;
}

#footer .footer-nav ul {
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
    width: 100%;
}

#footer .footer-nav ul li {
    display: inline-block;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-bottom: 0;
}

#footer .footer-nav ul li a {
  padding: 0 0px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#footer .footer-nav ul li a:hover {
  color: #00d2ff;
}

#footer .footer-nav ul li a#active {
    color: #00d2ff;
}

.social-btns a i {
  display: inline-block;
  margin: 0 6px;
  font-size: 24px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #1b1b1b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.social-btns a:hover i {
  color: #00d2ff;
}

.social-btns a i span {
  font-size: 0px;
  text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
}









/* pdf download */

.pdf-wrapper-content {
    float: left;
    width: 100%;
    height: auto;
    margin: 50px 0px;
}

.pdf-wrapper {
    background: #f4f4f4;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
}


/*.download-pdf-link {
    display: inline-block;
    padding: 8px 20px;
    border: none;
    margin-bottom:  0px;
    background: #0090d3;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.download-pdf-link:hover {
    background: #0077af;
    color: #ffffff;
}*/



















.download-pdf-link {
    display: inline-block;
    padding: 10px 20px 10px 60px;
    border: none;
    margin-bottom:  0px;
    background: #2c2c2c;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

.download-pdf-link:hover {
    background: #434343;
    color: #ffffff;
}

@keyframes arrowDown-sm {
    0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
    40% {
    transform: translateY(3px);
  }
    60% {
    transform: translateY(3px);
  }
}

.download-pdf-link:before {
  content: "";
  width: 35px;
  height: 27px;
  padding: 0px;
  margin: 0px;
  background: url("../img/download-pdf-link-before.png") 0 0 no-repeat;
  position: absolute;
  top: 7px;
  left: 14px;
}

.download-pdf-link:after {
  content: "";
  width: 35px;
  height: 27px;
  padding: 0px;
  margin: 0px;
  background: url("../img/download-pdf-link-after.png") 0 0 no-repeat;
  position: absolute;
  top: 7px;
  left: 14px;
}

.download-pdf-link:hover:after {
    -webkit-animation: arrowDown-sm 2s infinite;
            animation: arrowDown-sm 2s infinite;
}



















.text-pdf-right {
    text-align: right;
}

.img-pdf {
    margin-bottom: 0px;
}

.doc-title {
    margin-bottom: 0;
}

/* end pdf download */






/* Back To Top Button */

#back-top {
    width:45px;
    height:45px;
    position:fixed;
    bottom:60px;
    right: 2%;
    z-index:9998;
    margin: 0 0 0 0;
}
    
#back-top a {
    width: 45px;
    height: 45px;
    display:block;
    background: rgba(116, 129, 162, .8) url('../img/back-top.png') 0px 0px no-repeat;
    border: rgba(255, 255, 255, 0);
    border-radius: 50%;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
    
#back-top a:hover {
    background: rgba(116, 129, 162, 1) url('../img/back-top.png') 0px 0px no-repeat;
    opacity: 1;
}







@media only screen and (min-width: 0px) and (max-width: 480px) {
  .navbar-brand {
    max-width: 200px;
  }
}




@media only screen and (min-width: 481px) and (max-width: 600px) {
  .navbar-brand {
    max-width: 300px;
  }
}




@media only screen and (min-width: 0px) and (max-width: 767px) {

  .header-activity-icons {
    padding-top: 10px;
  }

  .inner-news-img-wrapper {
      float: left;
      margin: 0 0 30px 0;
      max-width: 100%;
      width: 100%;
  }

}


@media all and (max-width: 767px) {


  .img-pdf {
      margin-bottom: 12px;
  }
  
  .text-center-img-pdf {
      text-align: center;
  }
  
  .text-center-img-pdf a {
      display: inline-block;
  }
  
  .doc-title {
      text-align: center;
  }

  
    .text-pdf-right {
        text-align: left;
    }

    .download-pdf-link {
        text-align: center;
        width: 100%;
        padding: 8px 20px;
    }
    
    .download-pdf-link:before {
        display: none;
    }

    .download-pdf-link:after {
        display: none;
    }
    
    .doc-title {
        margin-bottom: 20px;
    }

    .img-pdf {
        margin-bottom: 15px;
    }
}


@media only screen and (min-width: 0px) and (max-width: 767px) {

  .item-content-inner {
    padding: 15px 15px;
  }

  .item-content-inner h2 {
    font-size: 12px;
    line-height: 16px;
  }

  .item-content-inner h4 {
    font-size: 12px;
    line-height: 16px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .item-content-inner {
    padding: 15px 15px;
  }

  .item-content-inner h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .item-content-inner h4 {
    font-size: 20px;
    line-height: 26px;
  }

}


@media only screen and (min-width: 0px) and (max-width: 991px) {

  #header h1 {
    margin-top: 90px;
    font-size: 40px;
    line-height: 40px;
  }

  .home-contact-section h3 {
      font-size: 30px;
      line-height: 40px;
  }


  .promotion_badge {
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
  }




  /*.nav-item {
    width: 100%;
  }

  #main-nav {
    padding: 12px 0;
  }

  .navbar-nav {
    margin-top: 18px;
    padding-bottom: 26px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align: center;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
  }

  .nav-link {
    padding: 28px 18px 0 18px;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 12px 12px;
  }

  .navbar-light .navbar-nav .nav-link {
    line-height: 40px;
  }

  .dropdown-menu {
    min-width: 100%;
  }

  .dropdown-item {
    padding: 6px 12px;
    text-align: center;
    background: #1a1a1a;
    color: #ffffff!important;
  }

  .dropdown-item:hover {
    background: #434343;
  }

  .nav-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-item:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-item:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }*/

  #header {
      padding: 12px 20px;
  }

  .slider-item-content {
    padding: 10px;
  }

  .slider-item-content h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .slider-item-content h4 {
    font-size: 18px;
    line-height: 22px;
  }

  #footer .footer-nav {
    padding: 12px;
  }

  #footer .footer-nav ul li {
    display: block;
    text-align: center;
  }

  #footer .footer-nav ul li {
    padding: 12px 20px;
  }

  #footer .footer-nav ul li a {
    margin: 0px 0px 0px 0px;
    display: block;
  }

  .list-inline-item:not(:last-child) {
    margin-right: 0;
  }

  .copyright {
    text-align: center;
  }

  .designBy {
    text-align: center;
  }

  .data-privacy {
    text-align: center;
  }

  .btn-left {
      margin-bottom: 30px;
  }

  .btn-righ,
  .btn-left {
      text-align: center;
  }


  .primary-btn {
      padding: 6px 12px;
      font-size: 12px;
  }

  .delete-btn {
      padding: 6px 12px;
      font-size: 12px;
      margin-top: 5px;
  }

  .confirm-btn {
    padding: 6px 12px;
    font-size: 12px;
  }

}


@media only screen and (min-width: 0px) and (max-width: 1024px) {

  .home-page-about {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  .featured-products-wrapper {
      padding-top: 60px;
      padding-bottom: 60px;
  }


  .new-products-wrapper {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  .news {
      padding-top: 60px;
      padding-bottom: 60px;
  }

}









@media only screen and (min-width: 0px) and (max-width: 1199px) {

  .nav-item {
    width: 100%;
  }

  #main-nav {
    padding: 12px 0;
  }

  .navbar-nav {
    margin-top: 18px;
    padding-bottom: 26px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align: center;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
  }

  .nav-link {
    padding: 28px 18px 0 18px;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 12px 12px;
  }

  .navbar-light .navbar-nav .nav-link {
    line-height: 40px;
  }

  .dropdown-menu {
    min-width: 100%;
  }

  .dropdown-item {
    padding: 6px 12px;
    text-align: center;
    background: #f3f3f3;
    color: #000000!important;
  }

  .dropdown-item:hover {
    color: #0025a4!important;
    background: #eeeeee;
  }

  .dropdown-item.active, 
  .dropdown-item:active {
    color: #0025a4!important;
    background: #eeeeee;
  }

  .nav-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-item:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-item:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }

}











@media only screen and (min-width: 1200px) and (max-width: 5000px) {

  #li_mainmenu_15 {
    display: none;
  }

}
