/* ------------------------------------------------------------------------------

  
  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Helpers

  2.  Navbar 

      2.1 Navbar elements
      2.2 Navbar affix
      2.3 Sidebar Menu
      
  3.  Homepage

      3.1 Jumbotron
      3.2 Slider
      3.3 Section About
      3.4 Section Projects

          3.4.1 Projects Carousel

      3.5 Section Clients
      3.6 Section Partners
      3.7 Section News

  4.  Homepage v2

      4.1 Navbar
      4.2 Sections
      4.3 Section About
      4.4 Section Projects
      4.5 Section Reviews
      4.6 Section Contacts

  5.  Homepage v3

  6. Pages

     6.1 Works Grid
     6.2 Works Carousel
     6.3 Project Detail
     6.4 News Masonry
     6.5 News Listing
     6.6 Post detail

         6.6.1 Related posts
         6.6.2 Comments

     6.7 Widgets

         6.7.1 Widget Search
         6.7.2 Widget Twitter
         6.7.3 Widget Recent Posts

     6.8 About us

         6.8.1 Services
         6.8.2 Partners
         6.8.3 Team

      6.9. Contacts

      7. Footer
      8. Responsive styles

      8.1 Min width: 768px
      8.2 Min width 992px
      8.3 Min width 1200px 
      8.4 Max width 992px
      8.5 Min height 500px
      8.6 Min height 600px
      8.7 Min height 700px

    
    
/*-------------------------------------------------------------------------------
 1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */


@import url("https://fonts.googleapis.com/css?family=Anton");

@import url(bootstrap.css);
/*@import url(animsition.css);*/
@import url(font-awesome.min.css);
@import url(ionicons.min.css);
@import url(linearicons.css);

/*@import url(animate.css);*/
/*@import url(magnific-popup.css);*/
/*@import url(jquery.fullPage.css);*/
@import url(jquery.pagepiling.css);
/*@import url(owl.carousel.css);*/
/*@import url(settings.css);*/
/*@import url(layers.css);*/
/*@import url(navigation.css);*/




html{
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 2.1428;
  color: #666666;
  -webkit-overflow-scrolling:touch;
}

.body-fullpage{
  overflow: hidden;
}


::-webkit-scrollbar{
  width: 5px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #198fff;
}

::selection{
  background-color:#198fff;
  color:#fff;
}

-webkit-::selection{
    background-color:#198fff;
    color:#fff;
}

::-moz-selection{
    background-color:#198fff;
    color:#fff;
}



/* 1.2 Typography */







h1,
.h1 { 
  font-weight: 700;
  font-size: 3.428rem;
  line-height: 1.2;
  color: #000;
  letter-spacing: -0.025em;
  margin:0.5em 0;
}

h2,
.h2{ 
  font-weight: 600;
  font-size: 2.571rem;
  line-height: 1.166;
  color: #000;
  letter-spacing: 0;
  margin:2.6rem 0;
}

h3, .h3 {
    font-weight: 600;
    font-size: 2.042rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
    margin: 1.6rem 0;
}

h4,
.h4{
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: #000;
  margin:2.6rem 0;
}

h5,
.h5{
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing:0;
  color: #000;
  margin:1.6rem 0;
}

h6, .h6 {
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.3333;
    letter-spacing: 0;
    color: #000;
    margin: -1.4000000000000004rem 0;
}

h7,
.h7{
  font-weight: 400!important;
  font-size: 14px;
  line-height: 1.1!important;
  letter-spacing:0;
  color: #000;
  margin-left: 19px;
}
.h1-big, .h1-blackfriday {
font-size: 4rem;
    /* line-height: 0.9; */
    font-weight: 800;
    margin-top: 2rem;
}

@media (max-width: 745px){
.h1-home{margin: 0px;
    font-size: 2rem;}
.h1-big {
font-size: 3rem;
}
.text-gray {
    margin: 10px;
}

.h1-blackfriday {
    line-height: 0.9;
    margin-top: -39px;
    font-size: 4rem;
}
.main-example {display: inline-flex;}
}

}

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

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover{
  text-decoration: none;
}


strong{
  font-weight: 600;
}

p,
blockquote{
  margin-bottom: 2.6rem;
}

blockquote{
  font-family: 'Urbanist', serif;
  font-size: 1.714rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  padding: 0;
  width: 80%;
  padding-left: 6.8rem;
  border-left: 0.3rem solid #198fff;
  margin-top: 5rem;
  color:#000;
}

cite{
  display: block;
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
  font-style: normal;
}

.blockquote-cite{
  font-size: 1rem;
  color: #999999;
  letter-spacing: 0.05em;
  padding-left: 7.1rem;
  margin-bottom: 5rem;
}

.blockquote-cite cite{
  font-size: 1.14rem
}

a {
  color:#198fff;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#198fff;
  outline: none;
}


a:focus{
  text-decoration: none;
}
.black a{color:#000000;}

/* 1.3 Fields */



input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea{
  display: inline-block;
  width:100%;
  font-size: 1rem;
  border-radius: 0.75em;
  color: #3d3d3d;
  background-color:#fff;
  border:0;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  padding:0.2rem 1rem 0;
  height:3.6em;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea{
  padding-top: 0.8rem;
  height: 15rem;
  resize:none;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
  border-color: #198fff;
  outline: 0;
}

input.input-gray,
textarea.input-gray{
  background: #f6f6f6;
}


input.input-gray:focus,
textarea.input-gray:focus{
  background: #fff;
}

input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder{
  color: #999;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

.form-group{
  margin-bottom: 30px;
}

input.error{
  border-color: #198fff;
}

.mc-label,
label.error{
  font-size: 0.83em;
  font-weight: 400;
  margin: 0.7em 0 0 0;
  color: #747474;
}



/* 1.4 Buttons */



.btn{
  color:#fff;
  letter-spacing: 0.025em;
  font-size: 1rem;
  display: inline-block;
  border:0;
  border-radius: 0;
  padding: 1.1em 2.28em 1em;
  background-color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  background-color:#198fff;
  color: #fff;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn-upper{
  font-weight: 600;
  text-transform: uppercase;
}


.btn-yellow{
  background: #198fff;
  color: #000;
}

.btn-yellow:hover,
.btn-yellow:focus{
  background: #000;
}

.btn-off,
.btn-off:hover{
  background: #ccc;
}




.rabat_kod{
 float: right;
 width:200px !important;
 margin-right:10px;
}
.rabat_kod::placeholder {
 color: #333 !important;
}
.rabat_kod:focus::placeholder {
 color: #ddd !important;
}





/* 1.5 Icons */
.icon{
  display: inline!important;
	position: relative!important;
}

.icon-medium{
  font-size: 4.2rem;
}

.link-arrow{
  display: inline-block;
  color: #000;
  line-height: 1!important;
  font-weight: 600;
}

.link-arrow-2{
  display: inline-block;
  font-size: 1.14rem;
  color: #999999;
  font-weight: 400;
}

.link-arrow .icon,
.link-arrow-2 .icon{
  position: relative;
  margin-left: 0.7rem;
  font-size: 2.1em;
  vertical-align: middle;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.link-arrow .icon{
  top:-0.2rem;
}

.link-arrow .ion-ios-arrow-right{
  font-size: 1.5em;
}

.link-arrow-2 .ion-ios-arrow-right{
  font-size: 1.5em;
}

.link-arrow:hover,
.link-arrow-2:hover{
  color: #198fff;
  text-decoration:none;
}

.link-arrow:hover .icon,
.link-arrow-2:hover .icon{
  -webkit-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}



/* 1.6 Preloader */



.animsition{
  position:absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  top:0;
  height: 100%;
}

.preloader{
  position: fixed;
  overflow: hidden;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50vh;
  width: 144px;
  height: 114px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  /*background: url(../images/quersus-loader.svg);*/
  opacity: 0.6;
  position: absolute;
  
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/* 1.7 Helpers */



.text-dark{
  color: #000;
}

.text-muted{
  color: #999;
}

.text-white{
  color: #fff;
}

.text-black{
  color: #000;
}

.text-gray{
  color: #676767;
	margin-left: 10px;
margin-right: auto;
text-align: left;
}

.text-primary{
  color: #198fff;
    font-weight: 600;
    margin-right: 10px;
}
.text-primary-ethno{
  /*color: #198fff;*/
	font-family: Ethnocentric;
    font-weight: 300;
    margin-right: 10px;
}

.text-subtitle{
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    /* font-style: italic; 
    margin-left: 15px;*/
    font-weight: 300;
}

.masked{
  position: relative;
}

.masked:before{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}

.pt-0{
  padding-top: 0!important;
}

.pb-0{
  padding-bottom:0!important;
}

.rel-1{
  position: relative;
  z-index: 1;
}

.overflow-hidden{
  overflow: hidden;
}


/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/



.navbar{ 
  position: absolute;
  z-index: 90;
  left:0;
  top:0;
  width:100%;
  padding-top: 2.7rem;
  height: 7rem;
  background-color: #fff;
  margin:0;
  border-radius: 0;
}

.navbar .brand{
  float: left;
  margin-top: -0.4rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
	margin-left: -5px;
}



/* 2.1 Navbar elements */



.brand{
  line-height: 1.6;
  color: #000;
  display: inline-block;
	width: 8.5rem;
}

a.brand:hover,
a.brand:focus{
  text-decoration: none;
  color: #000;
}

.brand img{
  display: inline-block;
  vertical-align: top;
  margin-right: 0.65rem;
  height: 1.55rem;
	/*display: inline-block;
    vertical-align: top;
    margin-right: 0.65rem;
    height: 4rem;
    margin-top: -12px;*/
}

.brand-info{
  display: inline-block;
}

.brand-name{
  font-weight: 600;
  font-size: 1.714rem;
  line-height: 1;
}

.brand-text{
  color: #999999;
  font-size: 0.857rem;
  font-weight: 300;
  margin-top: -0.3rem; 
}

.navbar-toggle{
  display: block;
  margin-top: 0px;
  padding: 0;
  border-radius: 0;
}

.navbar-toggle-lands{
  border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 0px solid #198fff;
    background-color: #0000;
    color: #198fff;
		text-transform: uppercase;
		margin-left: 12px;
}

.navbar-toggle-cart{
 text-align:center;
}
.navbar-toggle-cart span{
 position:absolute;
 width:40px;
 margin:-3px 0 0 -30px;
 font-size:12px;
 color:#198fff;
}


.navbar-toggle .icon-bar{
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-toggle:hover .icon-bar{
  background-color:  #198fff;
}

.navbar .social-list{
  float: left;
  margin-left: 13rem;
}

.social-list{
  overflow:hidden;
}

.social-list a{
  float: left;
  font-size: 1.428rem;
  line-height: 1;
  color:#777;
  margin-left: 2rem;
}

.social-list a:first-child{
  margin-left: 0;
}

.social-list a:hover{
  color:#198fff;
  text-decoration: none;
}





.social-list-bottom{
  overflow:hidden;
	width: 212px;
}

.social-list-bottom a{
  float: left;
  font-size: 1.428rem;
  line-height: 1;
  color:#000000;
  margin-left: 2rem;
}

.social-list-bottom a:first-child{
  margin-left: 0;
}

.social-list-bottom a:hover{
  color:#198fff;
  text-decoration: none;
}







.navbar-address{
  float: right;
  font-weight: 600;
  text-transform: uppercase;
}



/* 2.2 Navbar affix */


.navbar.affix{
  position: fixed;
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
	width: 100%;
}
.navbar.affix.white{
  position: fixed;
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
	color:#fff;
}


/* 2.3 Sidebar menu */



.click-capture{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 89;
}

.menu{
  position: fixed;
  top:0;
  bottom:0;
  right: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
	z-index:91;
} 

.close-menu{
  position: absolute;
  z-index: 92;
  top: 2.3rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #777;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	font-weight: 600;
}

.close-menu:hover{
  color: #198fff;
}

.menu .menu-lang{
  opacity: 0;
  position: absolute;
  opacity: 0;
  left: 15%;
  top:3rem;
  text-transform: uppercase;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  -o-transition:  transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
}

.menu-lang a{
  display: inline-block;
  margin-left: 1.5rem;
  color: #999999;
}

.menu-lang a:first-child{
  margin-left: 0;
}

.menu-lang .active,
.menu-lang a:hover{
  color: #198fff;
  text-decoration: none;
}

.menu-list{
  opacity: 0;
  position: absolute;
  left: 0;
  top:9rem;
  bottom:10.5rem;
  padding-left: 15%;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overflow-scrolling:touch;
  font-weight: 600;
  letter-spacing: -0.025rem;
  list-style: none;
  margin:0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.menu-list li a{
 color: #999999;
 cursor:pointer;
 cursor:hand;
}

.menu-list .active > a,
.menu-list li a:hover{
  text-decoration: none;
  color: #555;
}

.menu-list > li{
  font-size: 1.95rem;
  line-height: 1;
}

.menu-list > li{
  margin-top: 2.7rem;
}

.menu-list > li:first-child{
  margin-top: 0;
}


.menu-list ul{
  display: none;
  list-style: none;
  padding:0;
  margin: 0;
}

.menu-list ul li{
  font-size: 1.142rem;
  margin-top: 1.142rem;
}

.menu-list ul li:first-child{
  margin-top:2.4rem;
}

.menu-footer{
  position: absolute;
  left: 15%;
  bottom: 4rem;
}

.menu-footer .social-list{
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.5s 0.7s ease;
  -o-transition: all 0.5s 0.7s ease;
  transition: all 0.5s 0.7s ease;
}

.menu-footer .social-list a{
  color: #cccccc;
  margin:0;
  margin-right:2.7rem;
}

.menu-footer .social-list a:last-child{
  margin-right: 0;
}

.menu-footer .social-list a:hover{
  color:#198fff;
}

.menu-footer .copy{
  opacity: 0;
  display: none;
  margin-top: 3.2rem;
  color: #000;
  line-height: 1.71rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 0.5s 0.9s ease;
  -o-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}


.menu-is-opened .click-capture{
  visibility: visible;
}

.menu-is-opened .menu{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
}

.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy{
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-closed .menu .menu-lang,
.menu-is-closed .menu .menu-list,
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy{
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay:0s;
  transition-delay: 0s;
}



/* 2.3 Sidebar menu 2 - lands*/





.menu-lands{
  position: fixed;
  top:0;
  bottom:0;
  right: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
	z-index:92;
}

.close-menu-lands{
  position: absolute;
  z-index: 93;
  top: 2.3rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #777;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close-menu-lands:hover{
  color: #198fff;
}

/*.menu-lands .menu-lang-lands{
  opacity: 0;
  position: absolute;
  opacity: 0;
  left: 15%;
  top:3rem;
  text-transform: uppercase;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  -o-transition:  transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
}

.menu-lang-lands {background: black;
    width: 169px;
    border-radius: 20px;
    margin-right: 0px;
    padding-left: 30px;
    padding-top: 8px;
}*/
.menu-lang-lands p{
  display: inline-block;
  margin-left: 0.6rem;
  color: #999999;
	cursor:pointer;
}

.menu-lang-lands a:first-child{
  margin-left: -1.5rem;;
}

.menu-lang-lands .active,
.menu-lang-lands a:hover{
  color: #198fff;
  text-decoration: none;
}

.menu-list-lands{
  opacity: 0;
  position: absolute;
  left: 0;
  top:9rem;
  bottom:10.5rem;
  padding-left: 15%;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overflow-scrolling:touch;
  font-weight: 600;
  letter-spacing: -0.025rem;
  list-style: none;
  margin:0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.menu-list-lands li a{
  color: #999999;
}

.menu-list-lands .active > a,
.menu-list-lands li a:hover{
  text-decoration: none;
  color: #000;
}

.menu-list-lands > li{
  font-size: 1.95rem;
  line-height: 1;
}

.menu-list-lands > li{
  margin-top: 2.7rem;
}

.menu-list-lands > li:first-child{
  margin-top: 0;
}


.menu-list-lands ul{
  display: none;
  list-style: none;
  padding:0;
  margin: 0;
}

.menu-list-lands ul li{
  font-size: 1.142rem;
  margin-top: 1.142rem;
}

.menu-list-lands ul li:first-child{
  margin-top:2.4rem;
}

.menu-footer-lands{
  position: absolute;
  left: 15%;
  bottom: 4rem;
}

.menu-footer-lands .social-list-lands{
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.5s 0.7s ease;
  -o-transition: all 0.5s 0.7s ease;
  transition: all 0.5s 0.7s ease;
}

.menu-footer-lands .social-list-lands a{
  color: #cccccc;
  margin:0;
  margin-right:2.7rem;
}

.menu-footer-lands .social-list-lands a:last-child{
  margin-right: 0;
}

.menu-footer-lands .social-list-lands a:hover{
  color:#198fff;
}

.menu-footer-lands .copy-lands{
  opacity: 0;
  display: none;
  margin-top: 3.2rem;
  color: #000;
  line-height: 1.71rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 0.5s 0.9s ease;
  -o-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}



.menu-is-opened-lands .click-capture{
  visibility: visible;
}

.menu-is-opened-lands .menu-lands{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
}

.menu-is-opened-lands .menu-lands .menu-lang-lands,
.menu-is-opened-lands .menu-list,
.menu-is-opened-lands .menu-lands .menu-footer-lands .social-list-lands,
.menu-is-opened-lands .menu-lands .menu-footer-lands .copy-lands{
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-closed-lands .menu-lands .menu-lang-lands,
.menu-is-closed-lands .menu-lands .menu-list-lands,
.menu-is-closed-lands .menu-lands .menu-footer-lands .social-list-lands,
.menu-is-closed-lands .menu-lands .menu-footer-lands .copy-lands{
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay:0s;
  transition-delay: 0s;
}






/* 2.3 Sidebar menu 2 - cart*/





.menu-cart{
  position: fixed;
  top:0;
  bottom:0;
  right: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
	z-index:93;
}

.close-menu-cart{
  position: absolute;
  z-index: 94;
  top: 2.3rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #777;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close-menu-cart:hover{
  color: #198fff;
}

.menu-cart .menu-lang-cart{
  opacity: 0;
  position: absolute;
  opacity: 0;
  left: 15%;
  top:3rem;
  text-transform: uppercase;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  -o-transition:  transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
}

.menu-lang-cart a{
  display: inline-block;
  margin-left: 1.5rem;
  color: #999999;
}

.menu-lang-cart a:first-child{
  margin-left: 0;
}

.menu-lang-cart .active,
.menu-lang-cart a:hover{
  color: #198fff;
  text-decoration: none;
}

.menu-list{
  opacity: 0;
  position: absolute;
  left: 0;
  top:9rem;
  bottom:10.5rem;
  padding-left: 15%;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overflow-scrolling:touch;
  font-weight: 600;
  letter-spacing: -0.025rem;
  list-style: none;
  margin:0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.menu-list-cart li a{
  color: #999999;
}

.menu-list-cart .active > a,
.menu-list-cart li a:hover{
  text-decoration: none;
  color: #000;
}

.menu-list-cart > li{
  font-size: 1.95rem;
  line-height: 1;
}

.menu-list-cart > li{
  margin-top: 2.7rem;
}

.menu-list-cart > li:first-child{
  margin-top: 0;
}


.menu-list-cart ul{
  display: none;
  list-style: none;
  padding:0;
  margin: 0;
}

.menu-list-cart ul li{
  font-size: 1.142rem;
  margin-top: 1.142rem;
}

.menu-list-cart ul li:first-child{
  margin-top:2.4rem;
}

.menu-footer-cart{
  position: absolute;
  left: 15%;
  bottom: 4rem;
}

.menu-footer-cart .social-list-cart{
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.5s 0.7s ease;
  -o-transition: all 0.5s 0.7s ease;
  transition: all 0.5s 0.7s ease;
}

.menu-footer-cart .social-list-cart a{
  color: #cccccc;
  margin:0;
  margin-right:2.7rem;
}

.menu-footer-cart .social-list-cart a:last-child{
  margin-right: 0;
}

.menu-footer-cart .social-list-cart a:hover{
  color:#198fff;
}

.menu-footer-cart .copy-cart{
  opacity: 0;
  display: none;
  margin-top: 3.2rem;
  color: #000;
  line-height: 1.71rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 0.5s 0.9s ease;
  -o-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}



.menu-is-opened-cart .click-capture{
  visibility: visible;
}

.menu-is-opened-cart .menu-cart{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
	height: 100%;
overflow-x: hidden;
overflow-y: auto;
}

.menu-is-opened-cart .menu-cart .menu-lang-cart,
.menu-is-opened-cart .menu-list,
.menu-is-opened-cart .menu-cart .menu-footer-cart .social-list-cart,
.menu-is-opened-cart .menu-cart .menu-footer-cart .copy-cart{
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-closed-cart .menu-cart .menu-lang-cart,
.menu-is-closed-cart .menu-cart .menu-list,
.menu-is-closed-cart .menu-cart .menu-footer-cart .social-list-cart,
.menu-is-closed-cart .menu-cart .menu-footer-cart .copy-cart{
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay:0s;
  transition-delay: 0s;
}


iframe {border: 0px;}

.myquersus-on {
color: #189fff !important;
width: 240px;
font-size: 15px !important;
}

.myquersus-check{
font-size: 25px;
margin-left: 30%;
}

@media (max-width: 768px){
.myquersus-on {
    font-size: 11px !important;
}
.myquersus-check{
font-size: 18px;
margin-left: 20%;
}
}



/* 2.3 Sidebar menu 2 - myquersus*/





.menu-myquersus{
  position: fixed;
  top:0;
  bottom:0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
	z-index:94;
}

.close-menu-myquersus{
  position: absolute;
  z-index: 95;
  top: 2.3rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #777;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close-menu-myquersus:hover{
  color: #198fff;
}

.menu-cart .menu-lang-myquersus{
  opacity: 0;
  position: absolute;
  opacity: 0;
  left: 15%;
  top:3rem;
  text-transform: uppercase;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  -o-transition:  transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
}

.menu-lang-myquersus a{
  display: inline-block;
  margin-left: 1.5rem;
  color: #999999;
}

.menu-lang-myquersus a:first-child{
  margin-left: 0;
}

.menu-lang-myquersus .active,
.menu-lang-myquersus a:hover{
  color: #198fff;
  text-decoration: none;
}

.menu-list{
  opacity: 0;
  position: absolute;
  left: 0;
  top:9rem;
  bottom:10.5rem;
  padding-left: 15%;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overflow-scrolling:touch;
  font-weight: 600;
  letter-spacing: -0.025rem;
  list-style: none;
  margin:0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.menu-list-myquersus li a{
  color: #999999;
}

.menu-list-myquersus .active > a,
.menu-list-myquersus li a:hover{
  text-decoration: none;
  color: #000;
}

.menu-list-myquersus > li{
  font-size: 1.95rem;
  line-height: 1;
}

.menu-list-myquersus > li{
  margin-top: 2.7rem;
}

.menu-list-myquersus > li:first-child{
  margin-top: 0;
}


.menu-list-myquersus ul{
  display: none;
  list-style: none;
  padding:0;
  margin: 0;
}

.menu-list-myquersus ul li{
  font-size: 1.142rem;
  margin-top: 1.142rem;
}

.menu-list-myquersus ul li:first-child{
  margin-top:2.4rem;
}

.menu-footer-myquersus{
  position: absolute;
  left: 15%;
  bottom: 4rem;
}

.menu-footer-myquersus .social-list-myquersus{
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.5s 0.7s ease;
  -o-transition: all 0.5s 0.7s ease;
  transition: all 0.5s 0.7s ease;
}

.menu-footer-myquersus .social-list-myquersus a{
  color: #cccccc;
  margin:0;
  margin-right:2.7rem;
}

.menu-footer-myquersus .social-list-myquersus a:last-child{
  margin-right: 0;
}

.menu-footer-myquersus .social-list-myquersus a:hover{
  color:#198fff;
}

.menu-footer-myquersus .copy-myquersus{
  opacity: 0;
  display: none;
  margin-top: 3.2rem;
  color: #000;
  line-height: 1.71rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 0.5s 0.9s ease;
  -o-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}



.menu-is-opened-myquersus .click-capture{
  visibility: visible;
}

.menu-is-opened-myquersus .menu-myquersus{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
	height: 100%;
overflow-x: hidden;
overflow-y: hidden;
}

.menu-is-opened-myquersus .menu-myquersus .menu-lang-myquersus,
.menu-is-opened-myquersus .menu-list,
.menu-is-opened-myquersus .menu-myquersus .menu-footer-myquersus .social-list-myquersus,
.menu-is-opened-myquersus .menu-myquersus .menu-footer-myquersus .copy-myquersus{
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-closed-myquersus .menu-myquersus .menu-lang-myquersus,
.menu-is-closed-myquersus .menu-myquersus .menu-list,
.menu-is-closed-myquersus .menu-myquersus .menu-footer-myquersus .social-list-myquersus,
.menu-is-closed-myquersus .menu-myquersus .menu-footer-myquersus .copy-myquersus{
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay:0s;
  transition-delay: 0s;
}









/*-------------------------------------------------------------------------------
  3. Homepage
-------------------------------------------------------------------------------*/

.main {
  padding-top:7rem;
}

.wrapper{
  padding-top:7rem;
  overflow-x:visible;
	
}

.main-video {
  margin-top: 3rem;
}



.boxed{
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

.boxed .container,
.boxed .container-fluid{
  padding: 0;
  max-width: 100%;
	padding-left: 20px;
}

.left-boxed{
  left: 1.7rem;
}

.right-boxed{
  right:1.7rem;
}

.section{
  padding-top:1rem;
	border-bottom: 0px solid #e1e1e1;
}

.section-title{
  margin:0;
	
}

.section-title .link-arrow-2{
  margin-top:1.05rem;
}

.section-subtitle{
  display: inline-block;
  font-weight: 500;
  font-size: 1.142rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #198fff;
  margin-bottom: 1rem;
}


/* 3.1 Jumbotron */



.jumbotron{
  position: relative;
  overflow: hidden;
  padding:0;
  margin:0;
  color: #fff;
  background-color: #fff;
}


/* 3.2 Slider */



.rev_slider .link-arrow{
  color: #fff;
}

.rev_slider .link-arrow:hover{
  color:#198fff;
}

.rev_slider .link-arrow:hover .icon{
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}

.slider-prev,
.slider-next{
  position: absolute;
  top:50%;
  z-index: 1;
  font-size:4rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-prev{
  left: 2.2rem;
}

.slider-next{
  right:2.2rem;
}

.slider-prev:hover,
.slider-next:hover{
  color:#198fff;
}



/* 3.3 Section About */



.section-about{
  padding:8rem 0 0;
}

.section-about-title{
  margin-bottom: 5rem;
}

.dots-image{
  display: inline-block;
  position: relative;
}

.dots-image img{
  display: block;
  position: relative;
  z-index: 1;
}

.dots-image .dots{
  position: absolute;
  left:-20%;
  bottom: -15%;
  width: 101%;
  height: 57.2%;
  background:url(../images/bg/dots.png) 0 0 repeat;
}

.experience-box{
  position: relative;
  white-space:nowrap;
  margin:6rem 0;
}



@media (min-width: 992px){
  .experience-box{
    margin-top: 6rem;
  }
}

@media (min-width: 1200px){
  .experience-box{
    margin-top: 12.2rem;
  }
}

.experience-border{
  display: inline-block;
  vertical-align: middle;
  width: 12.15rem;
  height: 12.15rem;
  border:0.357rem solid #198fff;
}

.experience-content{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -8rem;
  top:0.2rem;
}

.experience-number{
  display: inline-block;
  vertical-align: middle;
  font-size: 7.142rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
}

.experience-info{
  display: inline-block;
  vertical-align: middle;
  margin:-1rem 0 0 0.8rem;
  font-size: 1.57rem;
  line-height: 1.181;
  color: #000;
}



/* 3.4 Section Projects */



.section-projects{
  padding-bottom: 8rem;
	/* max-width: 1750px;*/
margin-left: auto;
margin-right: auto;
}

.filter-content{
  position: relative;
  overflow: hidden;
}

.filter{
  list-style: none;
  font-size: 1.142rem;
  font-weight: 600;
  color: #000;
  padding-left: 0;
  margin:0;
	line-height: 1;
}

.filter li{
  margin:0.6rem 2.6rem 0 0 ;
  display: inline-block;
}

.filter li:last-child{
  margin-right: 0;
}

.filter li a{
  color: inherit;
}

.filter li a:hover,
.filter .active a{
  color: #198fff;
  text-decoration: none;
}

.section-projects .filter-content{
  margin:2rem 0 0 0;
}

.section-projects .filter{
  margin: 0;
}

.section-projects .view-projects{
  margin:0.85rem 0 0 0;
}

.view-projects{
  display: inline-block;
  font-style: italic;
  color: #999999;
}

.view-projects:hover{
  text-decoration: none;
  color: #198fff;
}



/* 3.4.1 Projects Carousel */



.project-carousel{
  margin-top: 5.92rem;
}

.owl-nav{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1;
}

.owl-nav .disabled{
  color: #545454;
}

.owl-prev,
.owl-next{
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
	 color: #bcbcbc;
}

.owl-prev:before{
  font-family:"linearicons";
  content: "\e93b";
	left: -4rem;
  position: absolute;
	bottom: 50%;
}

.owl-next:before{
  font-family:"linearicons";
  content: "\e93c";
	right: -4rem;
  position: absolute;
	bottom: 50%;
}

.owl-prev:hover,
.owl-next:hover{
  color: #198fff;
}

.owl-dots{
  text-align: center;
  margin-top: 2rem;
}

.owl-dot{
  display: inline-block;
  vertical-align: top;
   margin:0 0.6rem;
}

.owl-dot span{
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #cccccc;
	padding-right: 0rem;
}

.owl-dot.active span{
  background-color: #198fff;
}

.project-item{
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
	cursor: pointer;
}

.project-item img{
  width: 100%;
margin-left: 0rem;
}

.produkt-item{
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.produkt-item img{
  width: 80%;
margin-left: 2.5rem;
}

.item-shadow{
  position: relative;
}

.item-shadow:before{
  content:'';
  position: absolute;
  z-index: 1;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  /*background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 46%,rgba(0,0,0,0.6) 100%); 
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 46%,rgba(0,0,0,0.6) 100%);*/
}

.project-item .link-arrow{
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 3rem;
  bottom: 2.3rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.produkt-item .link-arrow{
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 3rem;
  bottom: 2.3rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.project-hover{
  position: absolute;
  z-index: 2;
  left: 0;
  top:0;
  width: 100.1%;
  height: 100%;
  padding:2.85rem 3rem;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.project-item .project-title{
  color: #fff;
  margin:0;
}
.project-item .project-title h3{
  line-height:1;
  font-size:1.5rem;
  margin-top:5px;
}

.project-item .project-title a{
  
}
.project-item:hover .project-title a{
  color:#000;
}

.project-hover .project-title{
  position: absolute;
  bottom: 4.5rem;
}

.project-description{
  opacity: 0;
  xmargin-top:12%;
  line-height: 1.71;
  color:#ffffff;
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transform: translateY(-1rem);
	padding-right: 0.5rem;
}

.project-item:hover .project-hover{
  background-color: rgba(18,150,255,0.85);
}



.project-item:hover .project-hover .project-title{
  position: relative;
  color: #000;
  bottom:2rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  
}

.project-item:hover .project-hover .project-description{
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s 0.2s ease;
  -o-transition: all 0.4s 0.2s ease;
  transition: all 0.4s 0.2s ease;
}

.project-item:hover .link-arrow{
  color: #000;
}

.produkt-item:hover .project-hover{
  background-color: rgba(18,150,255,0.85);
}

.produkt-item:hover .project-hover .project-title{
  position: relative;
  color: #000;
  bottom:2rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  
}

.produkt-item:hover .project-hover .project-description{
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s 0.2s ease;
  -o-transition: all 0.4s 0.2s ease;
  transition: all 0.4s 0.2s ease;
}

.produkt-item:hover .link-arrow{
  color: #000;
}

.price { 
 font-weight: 400;
 font-size: 1.3rem;}

.black {color:#000!important;}
.bottom5 {margin-bottom: 5rem;}
.bottom10 {margin-bottom: 11.8rem;}
.bottom15 {margin-bottom: 15rem;}
.bottom20 {margin-bottom: 20rem;}

.price-old {
    padding-top: 0.7rem
    font-weight: 300;
    display: inline-block;
    margin-right: 1rem;
    position: relative;
    font-size: 1.1rem!important;
}

.parametr-shipping{
    font-size: 0.95rem!important;
    color: #198fff!important;
    margin-right: 6rem!important;
		line-height: 0;
}

.parametr-shipping :before {
    content: "!";
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid #198fff;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    opacity: 1;
    margin-right: 5px;
}


/* 3.5  Section Clients */



.section-clients .section-title{
  margin-right: 7rem;
}

.client-carousel{
  margin-top: 4.8rem;
}

.client-carousel .client-carousel-item img{
  display: inline-block;
  width: auto;
}

.client-box{
  position: relative;
  color: #999;
  background-color: #fff;
  padding:1rem 2.28rem 3.28rem;
}

.image-quote{
  position: absolute;
  top:3.28rem;
  right: 3.28rem;
}

.client-img{
  position: relative;
  z-index: 1;
  margin:0 0 -3rem 2.6rem;
  border-radius: 50%;
}

.client-title{
  letter-spacing: 0;
}

.client-name{
  font-size: 1.28rem;
  line-height: 1;
  color: #000;
}

.client-description{
  margin:1.5rem 0 0;
  line-height: 1.71em;
}
.client-company{
font-size: 0.9rem;
}


.client-carousel .owl-nav{
	width: 100%;
  left: 0;
  top: 15rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 2400px){
.client-carousel .owl-nav{
  top: 14rem;}	
}

@media (max-width: 2200px){
.client-carousel .owl-nav{
  top: 12rem;}	
}

@media (max-width: 1800px){
.client-carousel .owl-nav{
  top: 10rem;}	
}

@media (max-width: 1600px){
.client-carousel .owl-nav{
  top: 8rem;}	
}

@media (max-width: 992px){
.client-carousel .owl-nav{
  top: 8rem;}	
}


@media (max-width: 768px){
.client-carousel .owl-nav{
  top: 15rem;}
.owl-carousel {
    width: 80%;}	
	
}

.client-carousel .owl-prev{
  margin-right: 2rem;
}

.project-carousel .owl-nav{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
	width: 100%;
}



/* 3.6 Section Partners */



.partner-carousel{
  margin-top: 10.28rem;
}

.partner-carousel  .partner-carousel-item img{
  width: auto;
  margin:0 auto;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.partner-carousel  .partner-carousel-item:hover img{
  opacity: 1;
}



/* 3.7 Section News */



.section-news{
  border-bottom: 1px solid #e1e1e1;
}

.news-carousel{
  margin-top: 4.7rem;
}

.news-item{
  position: relative;
}

.news-item img{
  width: 100%;
}

.news-hover{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  padding:2.7rem;
  color: #999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.hover-border div{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.hover-border div::before {
  position: absolute;
  content: "";
  background:#198fff;
  height: 2px;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.hover-border::after {
  position: absolute;
  content: "";
  background:#198fff;
  width: 2px;
  height: 100%;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.2s 0.2s;
  -o-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

.hover-border div::after {
  position: absolute;
  content: "";
  background:#198fff;
  width: 100%;
  height: 2px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.2s 0.4s;
  -o-transition: 0.2s 0.4s;
  transition: 0.2s 0.4s;
}

.hover-border::before {
  position: absolute;
  content: "";
  background:#198fff;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.2s 0.8s;
  -o-transition: 0.2s 0.8s;
  transition: 0.2s 0.8s;
}

.news-hover .content{
  opacity: 0;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-hover .time{
  margin-bottom: 0.6rem;
}

.news-title{
  font-size: 1.95rem;
  line-height: 1.25;
  letter-spacing: 0;
  margin:0;
  -webkit-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateX(-2rem);
  transform: translateX(-2rem);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.news-description{
  opacity: 0;
  margin-bottom: 0;
  line-height: 1.71;
  margin-top: 10%;
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  -o-transform: translateY(-2rem);
  transform: translateY(-2rem);
  -webkit-transition: 0.5s 0.3s ease;
  -o-transition:  0.5s 0.3s ease;
  transition: 0.5s 0.3s ease;
}

.news-hover .read-more{
  position: absolute;
  opacity: 0;
  bottom: 2.7rem;
}

.read-more{
  font-weight: 600;
}

.news-item:hover .news-hover{
  background-color: #fff;
}

.news-item:hover .hover-border::before, 
.news-item:hover .hover-border::after,
.news-item:hover .hover-border div::before, 
.news-item:hover .hover-border div::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.news-item:hover .news-hover .content{
  opacity: 1;
}

.news-item:hover .news-hover .news-title,
.news-item:hover .news-hover .news-description{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.news-item:hover .news-hover .read-more{
  opacity: 1;
}



/*-------------------------------------------------------------------------------
  4. Homepage v2
-------------------------------------------------------------------------------*/



/* 4.1 Navbar */



.navbar-2{
  background: #ffffff;
  padding-top: 3rem;
  -webkit-transition: all 0.3s  ease;
  -o-transition: all 0.3s  ease;
  transition: all 0.3s  ease;
}

.navbar-2 .navbar-bg{
  content:'';
  position: absolute;
  left: 0;
  right:0;
  top:-1px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s  cubic-bezier(0.37, 0.41, 0.2, 0.85);
  -o-transition: all 0.3s  cubic-bezier(0.37, 0.41, 0.2, 0.85);
  transition: all 0.3s  cubic-bezier(0.37, 0.41, 0.2, 0.85);
}

/*.navbar-2 .brand{
  width: 18rem;
}

@media (max-width: 768px){
.navbar-2 .brand {
    width: 12rem;
}
.navbar .brand {
    width: 10rem;
}
}*/



.navbar-2 .navbar-address{
  float: left;
  margin-left: 5rem;
}

.navbar-2 .social-list{
  float: left;
  margin-left: 12rem;
}


.navbar-white{
  background: transparent;
}

.navbar-white .navbar-bg{
  height: 0;
}

.navbar-white .brand,
.navbar-white .brand:hover,
.navbar-white .brand:focus,
.navbar-white .brand-text,
.navbar-white .navbar-address,
.navbar-white .navbar-address .text-dark,
.navbar-white .social-list a{
  color: #fff;
}

.navbar .brand-img-white{
  display: none;
}

.navbar-white .brand-img{
  display: none;
}

.navbar-white .brand-img-white{
  display: inline-block;
}

.navbar-white  .navbar-toggle .icon-bar{
    background: #fff;
}

.navbar-white  .social-list a:hover{
  color: #198fff;
}

.copy-bottom{
  display: none;
  position: fixed;
  z-index: 24;
  left:0;
  bottom:3rem;
  color: #000;
}

.lang-bottom{
  display: none;
  position: fixed;
  z-index: 24;
  left: 0;
bottom: 5.4rem;
  color: #000;
}

.lang-top{
  display: block;
  position: absolute;
  z-index: 10;
  right:12rem;
  top:2.2rem;
  color: #000;
	font-size: 1.4rem;
	margin-top: -3px;
}
.lang-top .menu-lang{
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.lang-top .menu-lang a:not(.active){
  color: #000;
}


.lang-top.white,
.lang-top.white .menu-lang a:not svg(.active){
  color: #fff;
}

.lang-top .menu-lang  a:hover,
.lang-top.white .menu-lang  a:hover{
  color: #198fff;
}

@media (min-height: 600px){
.lang-top {
    display: block;
}
}
@media (max-width: 915px){
.lang-top {
		right:6.5rem;
		font-size: 1.3rem;
		display: block;
}

/*
.blue {
    margin-right: 1rem;
}
}

*/
}
.copy-bottom.white{
  color: #000;

}

.lang-bottom .menu-lang{
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.lang-bottom .menu-lang a:not(.active){
  color: #000;
}


.lang-bottom.white,
.lang-bottom.white .menu-lang a:not(.active){
  color: #fff;
}

.lang-bottom .menu-lang  a:hover,
.lang-bottom.white .menu-lang  a:hover{
  color: #198fff;
}

#pp-nav{
  z-index: 80;
  width: 2.1428rem;
  margin-top:0!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#pp-nav .pp-nav-up,
#pp-nav .pp-nav-down{
  display: none;
  font-size: 2.1428rem;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pp-nav .pp-nav-up{
  margin-bottom: 0rem;
}

#pp-nav .pp-nav-down{
  margin-top: 3.5rem;
}

#pp-nav li, .pp-slidesNav li{
  margin:1.928rem auto;
  width: 10px;
  height: 10px;
}

#pp-nav span, .pp-slidesNav span{
  left: 0;
  top:0;
  cursor: pointer;
  width: 2px;
  height: 40px;
  background: #000;
  border:0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pp-nav .pp-nav-up:hover,
#pp-nav .pp-nav-down:hover,
#pp-nav.white .pp-nav-up:hover,
#pp-nav.white .pp-nav-down:hover{
  color: #198fff;
}

#pp-nav.white .pp-nav-up,
#pp-nav.white .pp-nav-down{
  color: #d9d9d9;
}

#pp-nav.white span, .pp-slidesNav span{
  background: #d9d9d9;
}

#pp-nav li .active span, .pp-slidesNav .active span,
#pp-nav span:hover, .pp-slidesNav span:hover{
  background: #198fff;
}



/* 4.2 Sections */



.pagepiling .section{
  background: #fff;
  padding-top: 11.3rem;
  padding-bottom: 7rem;
}

.pagepiling .section-1.pp-scrollable .vertical-centred{
  padding-top: 10rem;
  padding-bottom: 11rem;
}

.pagepiling .pp-scrollable{
  padding: 0;
}

.pp-scrollable .vertical-centred{
  padding-top: 8.3rem;
  padding-bottom: 7rem;
}


.scroll-wrap{
  position: relative;
  min-height: 100%;
}

.scrollable-content{
  white-space: nowrap;
  width: 100%;
  font-size: 0;
}

.scrollable-content:before{
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
}

.vertical-centred{
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1rem;
}

.boxed-inner{
  position: relative;
  padding:0;
}

.boxed-inner-news{
  position: relative;
  padding:0;
	margin-left: 20px;
  margin-right: 40px;
}

.section-bg{
  position: absolute;
  left: 0rem;
  top:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.bg-bf{background-image: url('images/bg/black friday 2023-bg44444.jpg');
}

.vertical-title{
  position: absolute;
  white-space: nowrap;
  width: 100%;
  top:5rem;
  right: 9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  /*/-webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);*/
}

@font-face {
  font-family: 'Ethnocentric';
  src:  url('../fonts/ethnocentric.woff2') format('woff2'),
        url('../fonts/ethnocentric.woff') format('woff');
}
.vertical-title span{
  display: block;
    float: right;
    font-size: 32rem;
    color: #9c9c9c21;
		font-family: 'Ethnocentric';
  font-weight: 400;
  font-style: normal;
}

.section .intro{
  opacity: 0;
  -webkit-transition: opacity 1s 0.3s ease;
  -o-transition:opacity 1s 0.3s ease;
  transition: opacity 1s 0.3s ease;
}

.section:not(.section-1) .intro{
  -webkit-transform: translateY(7rem);
  -ms-transform: translateY(7rem);
  -o-transform: translateY(7rem);
  transform: translateY(7rem);
  -webkit-transition: all 0.35s 0.6s ease;
  -o-transition:all 0.35s 0.6s ease;
  transition: all 0.35s 0.6s ease;
}

.section.active .intro{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.subtitle-top{
  line-height: 1.714;
  margin-bottom: 2.8rem;
  letter-spacing: 0.1em;
	margin-top: 3.8rem;
}



/* 4.3 Section About */



.hr-bottom{
  position: absolute;
  margin-top: 12vh;
  margin-bottom: 0;
  height: 0.2858rem;
  width: 7.142rem;
  background: #198fff;
}
.hr-bottom-footer{
  position: relative;
  margin-top: 1vh;
  margin-bottom: 0.7vh;
  height: 0.05rem;
  width: 7.142rem;
  background: #198fff;
}

.title-uppercase{
  /*text-transform: uppercase;*/
  letter-spacing: -0.025em;
  line-height: 1.33333;
  margin:0 0 5rem;
	font-size: 2rem;
}

.service-list{
  margin-bottom: 5rem;
  font-size: 1.2857rem;
  padding-left: 0;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: -0.025rem;
  font-weight: 300;
}

.service-list li{
  margin-bottom: 0.7rem;
}

.service-list li a{
  color: inherit;
}

.service-list li a:hover{
  color: #000;
  text-decoration: none;
}

.dots-image-2{
  display: inline-block;
  position: relative;
}

.dots-image-2 .dots {
  position: absolute;
  z-index: -1;
  left: -25%;
  bottom: -19%;
  width: 101%;
  top:50%;
  opacity: 0.8;
  background: url(../images/bg/dots.png) 0 0 repeat;
}


.dots-image-2 .experience-info{
  position: absolute;
  left: 12%;
  margin-top:-4.4rem;
  top:100%;
}

.experience-info .number{
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  font-size: 10.71rem;
  margin-right: 1.7rem;
}


.experience-info .text{
  display: inline-block;
  font-size: 1.571rem;
  font-weight: 600;
  line-height: 1.181;
  text-transform: uppercase;
}



/* 4.4 Section Projects*/


.bg-changer{
  position: absolute;
  left: 0rem;
  width: 100%;
  height: 100%;
  overflow:hidden;
}

.bg-changer .section-bg{
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  -o-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
	left: 10rem;
}

.bg-changer .active{
  opacity: 1;
  -webkit-transform: scale(1.00);
  -ms-transform:scale(1.00);
  -o-transform: scale(1.00);
  transform: scale(1.00);
}

.bg-changer .section-bg:first-child{
  opacity: 1;
}

.section-3 .vertical-title{
  top:7.4rem;
}

.row-project-box{
  margin-top: -30px;
}

.col-project-box{
  margin-top: 30px;
}

.project-box{
  display: block;
  padding-bottom: 30%;
  position: relative;
  border:0px solid #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s  ease;
}

.project-box-inner{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  padding:0.5rem 0.5rem;
}
.project-box-inner h2{
  color: #189fff;
}
.project-box-inner:hover h2{
  color: #fff;
}
.project-box-inner h3{
  color: #189fff;
}
.project-box-inner:hover h3{
  color: #fff;
}
.project-box-inner h5 span{
  color: #189fff !important;
}
.project-box-inner:hover h5 span{
  color: #fff !important;
}

.project-box-vaos{
  display: block;
  padding-bottom: 30%;
  position: relative;
  border:1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s  ease;
}

.project-box-inner-vaos{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  padding:1rem 1rem;
}
.project-box-inner-vaos h2{
  color: #189fff;
}
.project-box-inner-vaos:hover h2{
  color: #fff;
}


@media (max-width: 768px){
.project-box-inner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.project-box-inner h2{
  margin: 0;
}
.row-project-box {
  margin-top: -30px;
  display: block;
	margin-left: -20px;
}
.project-category {
  margin-top: 0px !important;;
}
.project-box {
  padding-bottom: 0%;
    width: 70%;
    max-height: 350px;
	}
	.section-bg {
  margin-left: 0rem;
	}
	.bg-changer {
    }
	
	.bg-changer .section-bg{
  
	left: 0rem;
    position: absolute;
    top: 6rem;
}
}



.project-box-inner img{
width: 100%;
height: auto;
}
.project-box h5{
  margin:0;
  color: #fff;
}

.project-category{
  color: #cccccc;
  line-height: 1.2rem;
margin: 0px 0px;
}
.project-category span{
 color: #189fff;
}
.project-box:hover .project-category span {
  color: #fff;
}

.project-box:hover{
  background: #198fff;
  text-decoration: none;
  border-color: transparent;
}

.project-box:hover h5{
  color: #000;
}

.project-box:hover .project-category{
  color: #000000;
}

.link-arrow.h5{
  text-transform: uppercase;
    letter-spacing: -0.025rem;
    margin-bottom: 0;
    border: 1px solid;
    border-radius: 31px;
    padding-top: 15px;
    padding-left: 17px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.link-arrow.h5 .icon-chevron-right{
  font-size: 1.8rem;
  top: -4px;
}


.section-3 .link-arrow.h5{
  margin-top: 4rem;
}


.section-4 h2{
  margin-bottom: 7rem;
}



/* 4.5 Section Reviews */



.icon-quote{
  display: inline-block;
  margin-top: -0.6rem;
  color:#198fff;
  font-size: 5.14rem;
}

.section-5 .title-uppercase{
  margin-top: 7vh;
  margin-bottom: 3rem;
}

.review-carousel .text{
  font-family: 'Urbanist', serif;
  font-size: 1.142rem;
  line-height: 1.875;
}

.review-author{
  margin-top: 5.7rem;
}

.author-name{
  font-size: 1.2857rem;
  line-height: 1.333;
  font-weight: 600;
}

.review-carousel .owl-nav{
  position: relative;
  top:0;
  margin-top:7.7vh;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.review-carousel .owl-prev,
.review-carousel .owl-next{
  font-size: 1.2857rem;
  width: 3.57rem;
  height: 3.57rem;
  line-height: 3.57rem;
  border:1px solid #fff;
  color: #fff;
  text-align: center;
  margin-right: 0.857rem;
}

.review-carousel .owl-prev:before{
  font-family: 'Linearicons';
  content: "\e93b";
}

.review-carousel .owl-next:before{
  font-family: 'Linearicons';
  content: "\e93c";
}

.review-carousel .owl-prev:hover,
.review-carousel .owl-next:hover{
  background: #fff;
  color: #000;
}

.review-carousel .owl-prev.disabled,
.review-carousel .owl-next.disabled{
  cursor: default;
}

.review-carousel .owl-prev.disabled:hover,
.review-carousel .owl-next.disabled:hover{
  background: none;
  color: #fff;
}



/* 4.6 Section Contacts */



.map-2{
  width: 100%;
  height: 18rem;
  border: 0;
  text-align: center;
}

.contact-info{
  overflow:hidden;
  margin-top: 5.5rem;
}

.row-contact-info{
  margin:-5rem -4% 0;
}

.success-message,
.error-message{
  display: none;
  margin-top: 2rem;
}

.col-contact-info{
  padding:0 4%;
  margin-top: 5rem;
  padding-top: 5rem;
  border-top:1px solid #cacaca;
}

.col-contact-info:first-child{
  border-top:0;
  padding-top: 0;
}

.contact-info h3{
  font-size: 1.92rem;
  line-height: 1.06;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin:0 0 2rem 0;
	font-weight: 500;
}

.contact-info .col-right{
  word-wrap: break-word;
  padding-left: 20px;
  padding-right: 0;
}

.contact-info-row{
  line-height: 1.5;
  margin-bottom: 0.3rem;
	margin-left: 10px;
}

.contact-info-row:last-child{
  margin-bottom: 0;
}

.contact-info-row strong{
  font-size: 1.1428rem;
  text-transform: uppercase;
  color: #000;
}



/*-------------------------------------------------------------------------------
  5. Homepage v3
-------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------
  6. Pages
-------------------------------------------------------------------------------*/



.display-1{
  font-size: 4.28rem;
  line-height: 1;
  letter-spacing: -0.05em;
  margin:0;
}

.display-2{
  font-size: 5.14rem;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0;
  /*text-transform: uppercase;*/
}

.text-display-1{
  font-size: 1.714rem;
  line-height: 2;
  letter-spacing: 0;
}

.text-display-1 p{
  margin-bottom: 3.5rem;
}

.text-display-1 p:last-child{
  margin-bottom: 0;
}

.title-hr{
  width: 7rem;
  max-width: 100%;
  height: 0.28rem;
  background: #198fff;
}

.title-info{
  font-size: 1.28rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #999999;
  margin-bottom: 1.4rem;
}

.page-header,
.page-header-2,
.page-header-3{
  border-bottom: 0;
  margin:8rem 0 7rem;
  padding: 0;
}

.page-header h1,
.page-header-2 h1,
.page-header-3 h1{
  margin:0;
}

.page-header-3 .title-hr{
  margin-bottom:2.7rem;
}

.page-inner{
  margin-top: 10.28rem;
}

.section-info{
  color: #999999;
  line-height: 1.111;
  font-size: 1.28rem;
  text-transform: uppercase;
  font-weight: 600;
}

.section-info{
  margin-top: 7rem;
	margin-left: 2rem;
}

.section-info .title-hr{
  margin:0 0 2rem;
}

.info-title{
  width: 1px;
}

.bg-dots{
  background:#ffffff;
}



/* 6.1 Works Grid */



.js-isotope{
  overflow:hidden;
}

.filter-content-2{
  margin-bottom: 1rem;
}

.filter-content-2 .filter li,
.filter-content-3 .filter li,
.filter-content-4 .filter li{
  margin-right: 2rem;
}

.filter-content-3{
  margin-bottom: 3.6rem;
	margin-top: 3.6rem;
}

.filter-content-4{
  margin:6rem 0 9rem;
}

.grid-items{
  margin:0px 0 0 10px;
}


.grid-items:after{
  content:'';
  clear: both;
  display:block;
}

.grid-item{
  float: left;
  padding: 2rem 0rem 0 2rem;
}

.project-hover-2{
  border-radius: 20px;
  position: absolute;
  z-index: 2;
  left: 0;
  top:0;
  width: 100.1%;
  height: 100%;
  padding:1.71rem;
  -webkit-transition: 0.5s ease;;
  -o-transition: 0.5s ease;;
  transition: 0.5s ease;;
}

.project-hover-2 .icon-plus{
  opacity: 0;
  position: absolute;
  color: #000;
  right: 2.71rem;
  font-size: 3rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.project-hover-2 .project-title{
  opacity: 0;
  position: absolute;
  bottom: 1.2rem;
  color: #198fff;
  -webkit-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateX(-2rem);
  transform: translateX(-2rem);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
	background-color: white;
    padding: 10px;
    border-radius: 10px;
}

.project-item:hover .project-hover-2{
  border: solid 0.5rem #189fff;
}

.project-item:hover .project-hover-2 .project-title,
.project-item:hover .project-hover-2 .icon-plus{
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}



/* 6.2 Works Carousel */



.sly {
  position: relative;
  overflow: hidden;
}

.slidee{
  list-style: none;
  padding-left: 0;
}

.sly ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.sly ul li {
  float: left;
  width: 315px;
  height: 100%;
  margin: 0 30px 0 0;
  padding: 0;
}

.prev,
.next{
  position: absolute;
  top:60%;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.prev.disabled,
.next.disabled{
  opacity: 0.5;
}

.prev:hover,
.next:hover{
  color: #198fff;
}

.prev{
  left: -2rem;
}

.next{
  right:-2rem;
}
@media (max-width: 768px){
.next {
  right: 0rem;
}
.prev {
  left: 0rem;
}
.grid-item{
  float: left;
  padding: 2rem 3rem 0 3rem;
}

}
@media (max-width: 968px){
.next {
  right: 0rem;
}
.prev {
  left: 0rem;
}

}

/* Scrollbar */



.scrollbar {
  margin: 3.8rem 0 0;
  height: 1px;
  background: #dae5e6;
  line-height: 0;
}

.scrollbar .handle {
  position: relative;
  top:0px;
  width: 100px;
  height: 2px;
  background: #198fff;
  cursor: pointer;
}
.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}



/* 6.3 Project Detail */



.project-detail{
  position: relative;
  overflow:hidden;
}

.project-detail-item{
  min-height: 420px;
  background-size:cover;
  background-position: 50% 50%;
  padding: 6.78rem 11.2rem;
}

.project-detail-info{
  background-color: #fff;
  padding: 3.3rem;
}

.project-detail-control{
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.project-detail-control:hover{
   color:#198fff;
}

.project-detail-control .show-info{
  display: none;
}

.project-detail-control.active .show-info{
  display: block;
}

.project-detail-control.active .hide-info{
  display:none;
}

.project-detail-title{
  font-size: 2.57rem;
  letter-spacing: -0.025em;
  line-height: 1.16666;
  margin:3rem 0 2.4rem 0;
}

.project-detail-list{
  list-style: none;
  padding-left: 0;
  margin-top:3.6rem;
}

.project-detail-list li{
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.6rem;
  margin-top:0.65rem;
  overflow:hidden;
}

.project-detail-list li:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}

.project-detail-list li .left{
  float: left;
  font-weight: 600;
}

.project-detail-list li .right{
  float: right;
}

.project-detail-meta{
  margin-top: 4.5rem;
  overflow:hidden;
}

.project-detail-meta .left{
  font-weight: 600;
}



/* 6.4 News Masonry */



.card img{
  display: block;
  width: 100%;
}

.card-block{
  background: #f2f2f2;
  padding:2.5rem;
  line-height: 1.714;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.card-posted{
  margin-bottom: 0.8rem;
}

.card-posted a{
  color: #000;
}

.card-posted a:hover{
  color: #000;

}

.card-title{
  letter-spacing: 0;
  margin:0;
}

.card-text{
  margin-top: 2rem;
}

.card-read-more{
  display: inline-block;
  margin-top: 2rem;
  font-weight: 600;
  color: #000;
}

.card-read-more:hover{
  color: #000;
}

.card:hover .card-block{
  background: #198fff;
}



/* 6.5 News Listing */



.card-row{
  position: relative;
  background: #f2f2f2;
	outline: #f2f2f2;
  -webkit-transition: outline 0.3s;
  -o-transition: outline 0.3s;
  transition: outline 0.3s;
  margin-bottom: 5rem;
  cursor:pointer;
  cursor:hand;
}

.card-row:last-child{
  margin-bottom: 0;
}

.card-row-img{
  position: absolute;
  left: 0;
  top:0;
  padding:0;
  height: 100%;
  background-size:cover;
  background-position: center 0;
}

.card-row-img img{
  width: 100%;
}

.card-row:hover{
  outline: 2px solid #198fff;
    outline-offset: -2px;
   
}

.card-row .card-block{
  padding:3.6rem;
  background: transparent;
}

.card-row .card-read-more{
  margin-top: 3vw;
}



/* 6.6 Post Detail */



.secondary{
  margin-top: 6rem;
}

.post-gallery{
  position: relative;
  overflow-y: hidden;
}

.header-space{
  margin-top: 7rem;
}

.post-thumbnail{
  background: url(../images/news/1-1920x1080.jpg) 50%  no-repeat;
  background-size:cover;
  padding: 16.4rem 15px 19rem;
}

.post-thumbnail h1,
.post-thumbnail .title-info{
  color: #fff;
}

.page-content{
  margin-top: 8.2rem;
}

.page-content-2{
  margin-top: 6.6rem;
}

.posted-on{
  font-size: 1.142rem;
  margin-bottom: 1rem;
}

.posted-on a{
  color: #000;
}

.posted-on a:hover{
  color:#198fff;
  text-decoration: none;
}

.entry-title{
  margin:0 0 2.5rem;
  letter-spacing: -0.05em;
  line-height: 1.125;
}

.entry-description{
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 4.8rem;
  margin-top: 0;
}

.entry-content{
  font-size: 1.2857rem;
  line-height: 1.666;
  font-weight: 300;
  letter-spacing: 0;
}

.row-images{
  padding: 4.54rem 0;
}

.row-images .col-image{
  margin-top: 30px;
}

.row-images .col-image img{
  width: 100%;
}

.entry-footer{
  padding-top: 4rem;
}

.tags-links span{
  color: #000;
}

.tags-links,
.tags-links a{
  color:#999999;
}

.tags-links a:hover{
  color: #cc0000;
  text-decoration: none;
}

.post-share{
  margin-top: 1rem;
}

.post-share span{
  color: #000;
}

.post-share a{
  color: #cccccc;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-left: 0.8rem;
}

.post-share a:hover{
  color:#198fff;
}



/* 6.6.1 Related Posts */



.related-posts{
  margin-top: 6rem;
  padding-top:6rem;
  border-top:1px solid #e1e1e1;
}

.related-post-title{
  margin:0;
}



/* 6.6.2 Comments */



.section-comments{
  margin-top: 6.8rem;
  padding: 7.3rem 15px;
  background-color: #f5f5f5;
}

.comments-title{
  margin:0;
  margin-bottom: 2.85rem;
}

.comment-list{
  padding-left: 0;
  list-style: none;
}

.comment .avatar{
  float: left;
  margin-right: 2.14rem;
}

.comment-content{
  overflow: hidden;
  padding:1.2rem 0 3rem 1.5rem;
  border-top:1px solid #d8d8d8;
}

.comment-content p{
  margin-bottom: 0;
}

.comment-metadata{
  margin-bottom: 0.6rem;
}

.comment-metadata .fn a{
  color: #333333;
}

.comment-metadata .fn a:hover{
  color: #198fff;
  text-decoration: none;
}

.comment-time{
  color: #999999;
  font-size: 11px;
  text-transform: uppercase;
}

.comment-time:hover{
  color: #000;
  text-decoration: none;
}

.reply{
  margin-top: 0.7rem;
}

.reply a{
  color: #999999;
  font-style: italic;
}

.reply a:hover{
  color: #0099cc;
  text-decoration: none;
}

.comment-reply-title small{
  float: right;
  margin-top: 0.5rem;
}



/* 6.7 Widgets */



.widget{
  margin-bottom: 4.5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #e1e1e1;
}

.widget:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.widget-title{
  font-size: 1.2758rem;
  letter-spacing: 0;
  margin:0 0 3rem;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_nav_menu li{
   margin-top:0.5em;
}

.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_nav_menu li a{
   color:#666666;
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_nav_menu li a:hover{
   color:#198fff;
   text-decoration:none;
}

.widget_categories li{
  text-align: right;
}

.widget_categories li a{
   float: left;
}



/* 6.7.1 Widget Search */



.search-form{
  position: relative;
}

.search-form .search-field{
  background: #f6f6f6;
  border-color:transparent;
}


.search-form .search-field:focus{
  background: none;
}

.search-submit{
  position: absolute;
  background: none;
  border:0;
  right: 0.8rem;
  top:1.1rem;
}

.search-submit:focus{
  outline:none;
}



/* 6.7.2 Widget Twitter */



.widget ul{
  list-style: none;
  padding-left: 0;
  margin:0;
}

.widget_twitter li{
  margin-bottom: 2.2rem;
}

.widget_twitter li:last-child{
  margin-bottom: 0;
}

.widget_twitter li a{
  color: #0099cc;
}

.tweet-time{
  display: block;
  margin-top: 0.4rem;
  font-size: 0.857rem;
  display: block;
  color: #999999;
  text-transform: uppercase;
}

.widget-all-items{
  display: inline-block;
  margin-top: 1.4rem;
  color: #999999;
  font-size: 0.928rem;
  text-transform: uppercase;
  font-weight: 600;
}

.widget-all-items:hover{
  text-decoration: none;
}



/* 6.7.3 Widget Recent Posts */



.widget_recent_posts li{
  overflow: hidden;
  margin-bottom: 2.214rem;
}

.widget_recent_posts li:last-child{
  margin-bottom: 0;
}

.recent-post-thumbnail{
  float: left;
  margin-right: 1.5rem;
}

.recent-post-content{
  overflow-y: hidden;
  line-height: 1.29;
}

.post-title{
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0;
  color: #000;
}

.post-title:hover{
  color: #198fff;
  text-decoration: none;
}

.post-time{
  display: block;
  margin-top: 0.6rem;
  font-size: 0.857rem;
  color: #999999;
}



/* 6.8 About Us */



.about-info{
  padding-top: 0;
}

.content-entry-image{
  padding-top: 38%;
  min-height: 28rem;
  background: url(../images/1-1920x800.jpg) 50%;
  background-size: cover;
}



/* 6.8.1 Services */



.row-services{
  margin:-4rem -2.5rem 0 -2.5rem;
}

.col-service{
  color:#333;
  margin-top: 4rem;
  padding:0 2.5rem;
}

.col-service h4{
  margin-top: 3.3rem;
}

.col-service p{
  margin-bottom: 0;
}




/* 6.8.2 Partners */



.row-partners{
  margin:-5rem -5rem 0;
}

.col-partner{
  padding:0 5rem;
  margin-top: 5rem;
  display: inline-block;
}

.col-partner img{
  max-width: 100%;
}



/* 6.8.3 Team */



.row-team{
  margin-top: -30px;
}

.col-team{
  margin-top: 30px;
}

.team-profile{
  position: relative;
}

.team-profile img{
  width: 100%;
  display: block;
}

.team-hover{
  opacity: 0;
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(206,224,2,0.85);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-content{
  position: absolute;
  left: 1.857rem;
  bottom: 0.8rem;
}

.team-name{
  margin-bottom: 0.3rem;
}

.team-name h6{
  margin:0;
}

.team-social a{
  float: left;
  color: #000;
  font-size: 1.25rem;
  margin-right: 1.5rem;
}

.team-social a:hover{
  color: #fff;
  text-decoration: none;
}

.team-profile:hover .team-hover{
  opacity: 1;
}

.add-new-team{
  position: relative;
  border:1px solid #bfbfbf;
  padding-top: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.add-new-text{
  position: absolute;
  left: 0;
  width: 100%;
  top:50%;
  text-align: center;
  font-size: 1.285rem;
  line-height: 1.1111;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.add-new-text .inner{
  display: inline-block;
  text-align: left;
}

.add-new-team input[type="file"]{
  position: absolute;
  cursor: pointer;
  opacity: 0;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.add-new-team:hover{
  background: #198fff;
  border-color: transparent;
}




/* 6.9 Contacts */



.map{
  width: 100%;
  height: 26rem;
  border: 0;
  text-align: center;
}

.map-info{
  color:#000;
  text-align: left;
  padding:1rem 0;
}

.map-address-row{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
}

.map-address-row .fa{
  margin-right: 0.5rem;
}

.gmap-open{
  margin:2rem 0 0;
}

.row-contact{
  margin:0 0 0 0;
}

.col-contact{
  margin-top: 6rem;
  padding:0 3.5rem;
}

.contact-title{
  letter-spacing: 0;
  margin:0;
}

.contact-top{
  margin-bottom: 1.3rem;
}

.contact-title span{
  color: #ccc;
  font-weight: 400;
}

.contact-address{
  font-size: 1.142rem;
  line-height: 1.875;
  letter-spacing: -0.025rem;
  margin-bottom: 2rem;
}

.contact-row{
  margin-bottom: 0.6rem;
}

.phone-lg{
  font-size: 2.142rem;
  line-height: 1.3;
  margin-bottom: 3.6rem;
}

.contact-social{
  margin-top: 1rem;
}

.contact-social a{
  color: #999999;
  font-size: 1.3rem;
}

.section-message{
  padding-top: 8rem;
}



/*-------------------------------------------------------------------------------
  7. Footer
-------------------------------------------------------------------------------*/


.footer{
  color: #000;
  line-height: 1.71;
	padding-top: 3rem;
	padding-left: 0rem;
	padding-right: 0rem;
	max-width: 1480px;
margin-right: auto;
margin-left: auto;
padding-bottom: 11rem;
}

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

.footer ul li a{
  color: #000;
}

.footer ul .active a,
.footer ul li a:hover{
  color:#198fff;
  text-decoration: none;
}

.footer-flex{
  margin-top: -4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-flex .flex-item{
  margin-top: 4rem;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}



/* ------------------------------------------------------------------------------- */
/*  8. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 8.1 Min width 768px */



@media (min-width: 768px){

  html{
    font-size: 13px;
  }

  .pull-sm-left{
    float: left;
  }

  .pull-sm-right{
    float: right;
  }


  /* Sidebar Menu */


  
  .menu{
    width: 50%;
  }
	.menu-lands{
    width: 50%;
  }
	.menu-cart{
    width: 75%;
		
  }


  /* Homepage */



  .boxed{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .boxed-inner{
    padding-left: 0;
  }

  .right-boxed{
    right: 3rem;
  }

  .left-boxed{
    left: 3rem;
  }



  /* Section About */



  .section-about{
    padding-top: 12rem;
  }



  /* Section Projects */



  .section-projects .filter{
    margin-right: 4rem;
  }

  .section-projects .view-projects{
    position: absolute;
    top:0;
    right:0;
  }


  /* Works Carousel */



  .sly ul li{
    width: 355px;
  }



  /* Homepage v2 */


  .project-box{
    padding-bottom: 335%;
  }
	.project-box-vaos {
  padding-bottom: 210%;
}

  .row-contact-info{
    margin-top: -2rem;
  }

  .col-contact-info{
    padding-top: 4rem;
    margin-top: 2rem;
  }


  /* Footer */



  .footer-flex .flex-item{
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
	
	
}




/* 8.2 Min width 992px */



@media (min-width: 992px){

  html{
    font-size: 14px;
  }



  /* Helpers */



  .pull-md-right{
    float: right;
  }


  /* Sidebar Menu */



  .menu{
    width: 35%;
  }
	.menu-lands{
    width: 35%;
  }
	.menu-cart{
    width: 65%;
  }



  /* Homepage */



  .boxed{
    padding-left: 4.2857rem;
    padding-right: 4.2857rem;
  } 

  .right-boxed{
    right:4.2857rem;
  }

  .left-boxed{
    left: 4.2857rem;
  }


  /* Homepage v2 */


  .boxed-inner .boxed{
    padding-left: 6rem;
  }

  .service-list{
    margin-bottom: 0;
  }

  .col-contact-info{
    border-top: 0;
    padding-top: 0;
  }

  .row-contact-info{
    margin-top: -5rem;
  }

  .col-contact-info{
    margin-top: 5rem;
  }



  /* Pages */



  .page-header{
    margin:12.8rem 0 10.8rem;
  }

  .page-header-2{
    margin: 8.7rem 0 10.5rem;
  }

  .page-header-3{
    margin:9.2rem 0 12.2rem;
  }

  .page-header-3 .title-hr{
    margin:0.9rem 0 0;
  }

  .about-info .section-info .title-hr{
    margin-top: 1rem;
  }



  /* Post detail */



  .secondary{
    padding:0.5rem 0 0 6rem;
    margin-top: 0;
  }

  .post-thumbnail{
    padding-left: 0;
    padding-right: 0;
  }



  /* About */



  .about-info{
    padding-top: 1.2rem;
  }


  /* Contact */


  .map{
    height: 36rem;
  }


  /* Homepage v2 */


  .col-contact-info:nth-child(2n){
    border-left: 1px solid #cacaca;
  }
	
	
  /* Works Carousel */



  .sly ul li {
    width: 270px;
  }

}


/* 8.3 Min width 1200px */




@media (min-width: 1200px){



  /* Helpers */

.menu-cart{
    width: 58%;
  }

  .pull-lg-right{
    float: right;
  }



  /* Section Projects */



  .section-projects .filter-content{
    margin-top: 2rem;
		float: left;
		
  }



  /* Homepage v2 */


  .section-3 .link-arrow.h5{
    float: right;
    margin-top: -1.3rem;
  }

  .section-5 .title-uppercase{
    margin-top: 22vh;
    margin-bottom: 0;
  }



  /* Works Carousel */



  .sly ul li {
    width: 235px;
  }


  /* Homepage v2 */


  .section-5 .vertical-centred{
    padding-top: 17rem;
    padding-bottom: 8rem;
  }

  .col-contact-info{
    border-left: 1px solid #cacaca;
  }



  /* Footer */



  .footer-flex .flex-item{
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

@media (min-width: 1300px){
.sly ul li {
    width: 246px;
  }
	}
	
@media (min-width: 1400px){
.sly ul li {
    width: 265px;
  }
	}

@media (min-width: 1920px){



  /* Helpers */

.menu-cart{
    width: 35%;
		
  }
	}


/* 8.5 Min Height 500px */



@media (min-height: 500px){

  #pp-nav .pp-nav-up,
  #pp-nav .pp-nav-down{
      display: block;
  }
  
}



/* 8.6 Min Height 600px */



@media (min-height: 600px){


  /* Sidebar Menu */


  .menu .menu-lang{
    top:7rem;
  }

  .menu-list{
    top:14rem;
    bottom: 20rem;
  }

  .menu-list > li{
    font-size: 2.571rem;
  }
	.lands > li{
    font-size: 1.2rem!important ;
  }
	
	.cart > li{
    font-size: 1.2rem!important ;
  }


  .menu-footer{
    bottom: 6rem;
  }

  .menu-footer .copy{
    display: block;
  }
}



/* 8.7 Min Height 700px */



@media (min-height: 700px){



  /* Homepage v2 */



  .copy-bottom{
    display: block;
  }

  .lang-bottom{
    display: block;
  }
  
}















/* 9. slider video html5 */




.caption, .slick-slide::before, .slick-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}




.main-slider {
  position: relative;
  width: 100%;
  
  min-height: 8vw;
  margin-bottom: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}


@media (max-width: 1700px){
.social-list a {
    margin-top: 3rem;
}
.navbar {
    height: 7rem; 
}
.social-list {
    float: left;
    margin-left: 10rem !important;
margin-top: -3.3rem;
}
}

@media screen and (max-width: 1343px){
.icon {
  width:15%;
}
.vertical-title span {
  font-size: 23rem !important;
  margin-top: -173px;
}
}


@media (max-width: 1200px){
.navbar {
    height: 8rem; 
}
.social-list { 
    margin-left: -10rem !important;
    margin-top: 0rem;
		font-size: 1.2rem;
}
.vertical-title span {
  font-size: 19rem !important;
  margin-top: -173px;
}
}


@media (max-width: 820px){
.social-list a {
    margin-top: 2.7rem;
    font-size: 1rem;
}
.social-list {
    float: left;
    margin-left: 0.5rem !important;
    margin-top: 1.7rem;
}
.navbar {
  height: 7.5rem !important;
}
}

@media (max-width: 768px){

  .main-slider {
  position: relative;
  height: 45rem;
  min-height: 8vw;
  margin-bottom: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}

.slick-dots li button {
    width: 2rem!important;
}
.display-2 {
    font-size: 4.5rem;
    padding-left: 6px;
    padding-right: 20px;
    text-align: center;
    margin-top: 0px;
		}
.text-left {
text-align: left;
}

.home {
text-align: left;}
.display-3 {
    font-size: 2.5rem;
    margin-left: -13px;
    padding-right: 20px;
    text-align: center;
    margin-top: 35px;
}
.text-subtitle {
    font-size: 1.7rem;
		}
.slick-slide {
  position: relative;
  height: 55rem!important;
}	
h4, .h4 {
    font-weight: 500;
    font-size: 1.114rem;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #000;
}


.slick-slide figure {
    position: relative;
    height: 45rem!important;
}
.title-uppercase {
    font-size: 1.75rem;
}

.navbar-toggle{
  margin-top: -5px;
	margin-right: 5px;
}
}

@media (max-width: 767px){
.navbar {
    height: 6rem!important;	
}

}
@media (max-width: 913px){
.social-list {
    margin-left: -9.5rem !important;
    margin-top: 0rem;
}
.social-list a {
    font-size: 1.2rem;
}
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
	background: #000;
	max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
		margin-top: 50px;
}
@media (max-width: 767px){
.main-slider.slick-initialized {
  
		margin-top: 0px;
}
}

.slick-slide {
  position: relative;
  height: 62rem;
}
.slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
.slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.slick-slide figure {
  position: relative;
  height: 100%;
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
  position: absolute;
  top: 10%;
  left: 5%;
  text-align: left;
  padding: 20px;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
	width: 35rem;
}
.caption2 {
  position: absolute;
  top: 64%;
  left: 5%;
  text-align: center;
  padding: 20px;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
}
.caption3 {
  position: absolute;
  top: 84%;
  left: 5%;
  text-align: center;
  padding: 20px;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
}

.slick-dots {
  text-align: center;
  margin-top: -3.3rem;
	position: absolute;
	right: 2rem;
	
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.2rem;
}
.slick-dots li button {
  width: 5rem;
  height: 0.23rem;
  border: none;
  cursor: pointer;
  border: none;
  vertical-align: middle;
  color: #fff0;
  background-color: #a5a5a5;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background-color: #2a97ff;
  
  opacity: 1;
}


.container .content {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.container p {
  margin-bottom: -2px;
	line-height: 1.3;
	font-weight: 500;
}

@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}



/* kolory czcionek i backgroundów*/

.yellow {color:#ffe318;
 }
.bg-yellow {background-color:#ffe318;
 padding: 0.7rem;
 width: fit-content;
 } 
 .blue { /*color: #198fff !important;
margin-right: 2rem;*/
 }
.bg-blue {background-color:#198fff;
 padding: 0.7rem;
 width: fit-content;
 }
 .bg-gold {background-color:#cb9751;
 padding: 0.9rem;
 width: fit-content;
 }
 
 
 
 .produkt-grid-caption {
    position: absolute;
    top: 0rem;
    left: 0%;
    text-align: left;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #fff;
    margin-top: -10px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    opacity: 1;
    z-index: 1;
    
}
.produkt-grid-caption .text-subtitle {
      font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.1em;
}










/*  kup teraz*/


.bynow{
 width-max: 1300px; 
 background-color: #fff;
 z-index: 99;"
 }
 
.material {
 font-size: 18px;
 font-weight: 500;
}



.box{
    height: 1100px; margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
}
.item {
  width: 100%;
  position: relative;
	padding: 0px 0px 0px 0px;
}

.left-column {
  width: 50%;
  position: relative;
	padding: 0px 25px 0px 25px;
}

.right-column {
  width: 40%;
  margin-top: 10px;
	position: relative;
	padding: 0px 25px 0px 25px;
}

.item .img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
	z-index: 2;
	max-width: 1500px;
  margin: 0 auto;

  display: flex;
	width: 100%;
}

.item .img.active-color {
  position: relative;
  opacity: 1;
	z-index: 3;
	width: 100%;
	background: #fff;
}
.background-color {    
    position: absolute;
    background-color: #fff;
    height: 900px;
    z-index: 1;
    width: 100%;}

.right-column .text .img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
	z-index: 1;
}

.right-column .text .img.active-color {
  position: absolute;
  opacity: 1;
	z-index: 10;
}

.product-description {
  border-bottom: 1px solid #E1E8EE;
  margin-bottom: 20px;
}

.product-description h1 {
  font-weight: 500;
  font-size: 2em;
  color: #43484D;
  letter-spacing: -1px;
	margin-bottom: 0.1em;
}
.product-description h2 {
  font-weight: 500;
  font-size: 22px;
  color: #43484D;
  letter-spacing: 1px;
	margin-bottom: 0.7em;
}

.product-description p {
  color: #86939E;
  line-height: 24px;
	margin-bottom: 10px;
}



.font15{
  font-size: 15px !important;
	font-weight: 500;
	margin: 5px 10px 5px 8px;
}




.price-old {
    color: #7f7f7f;
    display: inline-block;
    margin-right: 6px;
    position: relative;
		font-size: 1.2rem !important;
}
.price-old:before {
    background: #198fff;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin: 0 0 0 -23px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    width: 46px;}
		
.cable-choose {
  margin-bottom: 20px;
}
.cable-choose button {
  border: 2px solid #e1e8ee;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5e6977;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.cable-choose button:hover,
.cable-choose button:active,
.cable-choose button:focus {
  border: 2px solid #86939e;
  outline: none;
}
.cable-choose button:checked{
  border: 2px solid #86939e;
  outline: none;
}

.cable-config {
  border-bottom: 1px solid #e1e8ee;
  margin-bottom: 20px;
}
.cable-config a {
  color: #198fff;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 0px 0;
  display: inline-block;
	left: 50%;
}

@media (max-width: 840px) {	
  .cable-config a {
	left: 5rem;
}
  }
	
@media (max-width: 540px) {	
  .cable-config a {
	left: 1rem;
}
.main-function__heading h2 {
    margin: 0;
    font-weight: 700;
    color: #474747;
    font-size: 3em;
}

  }

.cable-config a:before {
  content: "?";
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 2px solid #198fff;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 1;
  margin-right: 5px;
}


.product-param {
	margin-top: 50px;
}
.prod-par, .prod-par a {
    color: #189fff;
    font-size: 14px;
    line-height: 26px;
		padding-bottom: 22px;
}
.prod-par b {
    color: #707070;
    font-size: 15px;
}


.product-price {
	margin-top: 20px;
}
.product-price span {
  font-size: 26px;
  font-weight: 300;
  color: #43474d;
  white-space: nowrap;
  line-height: 1.4;
}
.product-price s {
  color: red;
  margin-right:10px;
}
.product-price p {
  color: #888;
  font-size: 10px;
  font-weight:100;
  margin:-5px 0 10px;
}
.cart-btn {
  display: inline-block;
    background-color: #198fff;
    border-radius: 30px;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    padding: 17px 37px;
    transition: all 0.5s;
}
.cart-btn:hover {
  background-color: #000;
}



.product__inner {
	padding: 0px 40px 0px 40px;
}
	


.cart-btn-disabled {
  display: inline-block;
  background-color: #cecece;
  border-radius: 0px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
	cursor: default;
}





.color-box span{
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
}
.color-choose{
 margin: 0px;
}
.color-choose div{
 display: inline-block;
 margin: 2px 5px;
 padding:3px;
 border-top:1px solid #fff;
 border-bottom:1px solid #ababab;
 border-left:1px solid #f1f1f1;
 border-right:1px solid #f1f1f1;
}
.color-choose div:hover{
 padding:2px;
 border:2px solid #ccc;
}
.color-choose div.active{
 padding:4px;
 border:5px solid #198fff;
}


	
.box {
    height: auto;
		padding-left: 15px;
		padding-bottom: 100px;
		border-bottom: 1px solid #cbcbcb;
}


  .copy-bottom-footer {
  display: none;
	position: relative;
}
 .social-list-bottom-footer {
  display: none;
}

@media (max-width: 2250px) {
.right-column {
  width: 30%;}
}


	
@media (max-width: 1200px) {	
  .container {
    display: block;
    margin-top: 0px;
  }

  .left-column {
  
  position: relative;
	padding: 0px 0px 0px 0px;
}

.right-column {
  width: 30%;
  margin-top: 0px;
	position: relative;
	padding: 0px 0px 0px 0px;
}

  .left-column .img {

    right: 0;
    top: -65px;
    padding: 10px;
  }
	
	.product__inner {
	padding: 0px;
	}
	
	.box {
    height: auto;
}
.copy-bottom {
  display: none;
}
.social-list-bottom {
  display: none;
}

.copy-bottom-footer {
  display: block;
font-size: 14px;
padding-left: 4rem;
margin-top: 0px;
}
.social-list-bottom-footer {
  display: block;
font-size: 18px;
padding-left: 62px;
margin-top: 0px;
float: right;
}
.lang-bottom-footer {
  position: relative;
margin-top: 241px;
right: 22px;
display: flex;
border-top: 1px solid #ccc;
padding-top: 20px;
}
.ion-social-twitter, .ion-social-facebook, .ion-social-youtube, .ion-social-instagram{
padding: 10px;
}
.footer {
  padding-left: 1rem;
  padding-right: 1rem;
}

}	
	
	
@media (max-width: 991px) {	
.item {
  margin-left: -100px;
}
.box {
    height: auto;
}
.lang-bottom-footer {
margin-top: 110px;
}
}

@media (max-width: 840px) {
.lang-bottom-footer {
margin-top: 100px;
}
  .container {
    display: block;
    margin-top: 0px;
		
  }

  .left-column {
  width: 100%;
  position: relative;
	padding: 0px 0px 0px 0px;
}

.right-column {
  width: 100%;
  margin-top: 0px;
	position: relative;
	padding: 0px 0px 0px 0px;
}

  .left-column .img {
    right: 0;
    top: -65px;
    padding: 0px;
  }
	
	.product__inner {
	padding: 0px;
	}
	
	.item .img {
  position: absolute;
  left: 5px;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
	z-index: 1;
	max-width: 1400px;
  margin: 0 auto;
  padding: 0px;
  display: block;
}

.product-configuration {
    z-index: 20;
    margin-top: 720px;}
.section {
    /*padding-top: 4.28rem;*/
		margin-top:-2rem;
    border-bottom: 1px solid #e1e1e1;
}
.item {
  margin-left: 0px;
}
.box {
    height: auto;
}

}



@media (max-width: 535px) {
.lang-bottom-footer {
margin-top: 60px;
}
  .left-column .img {
    top: -55px;
  }
	.left-column,
  .right-column {
    width: 100%;
		display: block;
		height: auto;
  }
	.box {
    height: auto;
}
}

@media (max-width: 414px) {
  .left-column .img {
    top: -55px;
  }
	.left-column,
  .right-column {
    width: 94%;
    display: block;
    height: auto;
    margin-left: 12px;
  }
	.product__inner {
	padding: 0px;
	}

	.box {
    height: auto;
}
}

.product-configuration {
    margin-top: 0px;
		font-size: 20px;}
}	







* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 'Urbanist', sans-serif;
	
}

.product {
  width: 100%;
  height: 100%;
  min-height: 50vh;
  display: box;
  justify-content: center;
  align-items: center;
  background-color: #212529;
  color: #fff;
}

.product__slider-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__slider-box img {
  width: 100%;
  border-radius: 20px;
}

.nav__slider {
  width: 500px;
  margin: auto;
  margin-top: 20px;
}
.nav__slider-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__slider img {
  width: 100px;
  border-radius: 20px;
}

.slick-dots li.slick-active button:before {
  color: #797979;
}

.slick-dots li button:before {
  color: #797979;
}






.product-configuration {margin:5px 0 5px; max-width:465px;}
.product-configuration .col-xs-6{padding:2px;}
.product-configuration img{width:100%; max-width:220px; cursor:pointer; cursor:hand;margin-top: 7px;}
.personalizacja-off{filter: opacity(70%) saturate(0%); transition-duration:300ms;}
.personalizacja-on{filter: opacity(100%) saturate(100%); transition-duration:300ms;}
.personalizacja-on:hover, .personalizacja-off:hover{filter: opacity(100%) saturate(0%) contrast(90%); }

.personalizacja-cena {
position: absolute;
    margin-top: -65px;
    margin-left: 10px;
    font-size: 23px;
    color: #198fff;
}



/*  koniec - kup teraz*/




.bg-black {    padding: 70px 0 100px 0;
    background-color: #000;}

.font-white {color: #fff;}

.btn-blue {
    position: relative;
    bottom: 60px;
    margin-top: 200px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    color: #198fff;
}
.highlight {
    color: #198fff;
}





.content {
    max-width: 1800px;
		margin-left: auto;
    margin-right: auto;
}








/*koszyk popaup*/


.total {font-size: 2rem; color: #189fff; right: 10px;}
.total-right {text-align: right;}
.title-cart {margin-left: 10px;}
.shipping-cost {font-size: 1.2rem; color: #189fff; margin-left: 10px;}

.d-flex {
  display: -webkit-box !important;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.img-cart { margin-left: -10px;}
.pl-1, .px-1 {
  padding: .25rem !important;
}
.pl-2, .px-2 {
  padding: .5rem !important;
}
.pl-3, .px-3 {
  padding: 1rem !important;
}
.pl-4, .px-4 {
  padding: 1.5rem !important;
}	

.pt-1, .py-1 {
  padding-top: .25rem !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}
.p-2 {
  padding: .5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;}	
	
	
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}



.container-cart {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
	width: 100%;
}
	

@media(max-width:991px){
    #heading{
        padding-left: 50px;
    }
    #prc{
        margin-left: 70px;
        padding-left: 110px;
    }
    #quantity{
        padding-left: 48px;
    }
    #produc{
        padding-left: 40px;
    }
    #total{
        padding-left: 54px;
    }
}
@media(max-width:767px){
    .mobile{
        font-size: 10px;
				/* margin-left: -20px; */
				margin-left: 0px;
    }
    h5{
        font-size: 15px;
    }
    h6{
        font-size: 13px;
    }
    #mobile-font{
        font-size: 11px;
    }
    #prc{
        font-weight: 700;
        margin-left: -45px;
        padding-left: 105px;
    }
    #quantity{
        font-weight: 700;
        padding-left: 6px;
    }
    #produc{
        font-weight: 700;
        padding-left: 0px;
    }
    #total{
        font-weight: 700;
        padding-left: 9px;
    }
    .button-cart{margin-right: 20px;}
    .col{
        width: 100%;
    }
    #zero-pad{
        padding: 2%;
        margin-left: 10px;
    }
    #footer-font{
        font-size: 12px;
    }
    #heading{
        padding-top: 15px;
    }
		}
		
		
		
	
	  @media (min-width: 768px){}
.pl-md-3, .px-md-3 {
  padding: 1rem !important;
}
}  @media (min-width: 768px){}
.pl-md-0, .px-md-0 {
  padding: 0 !important;
}
}


  @media (min-width: 768px){
.pl-md-0, .px-md-0 {
  padding: 0 !important;
}

}





















/* cart*/

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #198fff;
}

@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v54/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align:center;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  border:none;
  background:none;
  padding:5px;
  opacity:0.6;
  transition: all 0.2s linear;
}
.material-icons-outlined:hover {
  opacity:1;
  font-size: 20px;
}


* {
  box-sizing: border-box;
}
* ::before,
* ::after {
  box-sizing: border-box;
}


/*podglad personalizacji*/
.modal-img-target {text-align:center; margin-top:10%;}
.modal-img-target img {background: #ccc;
padding: 10px;
width: 100%;
max-width: 1100px;}

.per-img-edit{cursor:pointer; cursor:hand;}

.cart_title img {width:30px;}

.cart_wrapper {
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  overflow: hidden;
	overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overflow-scrolling:touch;
}

.btn-personalisation {
  padding: 1em;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cart_wrapper {
    max-height: 1000px;
  }
}
@media (max-width: 767px) {
  .cart_wrapper {
    max-height: unset;
    max-width: 100%;
    margin: 2px;
  }
}
.cart_wrapper .cart_lists {
  background-color: #ffffff;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart_wrapper .cart_lists {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .cart_wrapper .cart_lists {
    width: 100%;
    flex: 0 0 100%;
    padding: 2px;
  }
}
.cart_wrapper .cart_lists .cart_title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  height: 50px;
}
.cart_wrapper .cart_lists .cart_title span {
  margin-right: 8px;
  padding-right: 8px;
  line-height: 18px;
  border-right: solid 2px #ddd;
}
.cart_wrapper .cart_lists .cart_list_wrap {
  padding: 25px 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cart_wrapper .cart_lists .cart_list_wrap {
    padding-left: 0px;
    padding-right: 0px;
		overflow-x: hidden;
overflow-y: auto;
max-height: 90vh;
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive {
  /*overflow-x: auto;
  overflow-y: auto;*/
 margin-left: -60px;
 width: 100%;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .checkout {
  overflow-x: auto;
  overflow-y: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive {
    height: auto;
		margin-left: -56px;
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive::-webkit-scrollbar-thumb {
  background-color: #189fff;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive::-webkit-scrollbar-track {
  background-color: #eee;
}
@media (max-width: 767px) {
  .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive {
    height: auto;
		margin-left:0px;
		width: 92%;
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item {
  display: grid;
  grid-template-columns: 80px 3fr 1fr 1fr 2fr 60px 80px;
  margin-bottom: 15px;
  transition: all 0.3s linear;
  position: relative;
  transform: scale(0.995);
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(1) {
  animation: listshow linear;
  animation-duration: 820ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(2) {
  animation: listshow linear;
  animation-duration: 640ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(3) {
  animation: listshow linear;
  animation-duration: 460ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(4) {
  animation: listshow linear;
  animation-duration: 280ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(5) {
  animation: listshow linear;
  animation-duration: 100ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(6) {
  animation: listshow linear;
  animation-duration: -80ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(7) {
  animation: listshow linear;
  animation-duration: -260ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(8) {
  animation: listshow linear;
  animation-duration: -440ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(9) {
  animation: listshow linear;
  animation-duration: -620ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(10) {
  animation: listshow linear;
  animation-duration: -800ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(11) {
  animation: listshow linear;
  animation-duration: -980ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(12) {
  animation: listshow linear;
  animation-duration: -1160ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(13) {
  animation: listshow linear;
  animation-duration: -1340ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(14) {
  animation: listshow linear;
  animation-duration: -1520ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(15) {
  animation: listshow linear;
  animation-duration: -1700ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(16) {
  animation: listshow linear;
  animation-duration: -1880ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(17) {
  animation: listshow linear;
  animation-duration: -2060ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(18) {
  animation: listshow linear;
  animation-duration: -2240ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(19) {
  animation: listshow linear;
  animation-duration: -2420ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(20) {
  animation: listshow linear;
  animation-duration: -2600ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(21) {
  animation: listshow linear;
  animation-duration: -2780ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(22) {
  animation: listshow linear;
  animation-duration: -2960ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(23) {
  animation: listshow linear;
  animation-duration: -3140ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(24) {
  animation: listshow linear;
  animation-duration: -3320ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(25) {
  animation: listshow linear;
  animation-duration: -3500ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(26) {
  animation: listshow linear;
  animation-duration: -3680ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(27) {
  animation: listshow linear;
  animation-duration: -3860ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(28) {
  animation: listshow linear;
  animation-duration: -4040ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(29) {
  animation: listshow linear;
  animation-duration: -4220ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(30) {
  animation: listshow linear;
  animation-duration: -4400ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(31) {
  animation: listshow linear;
  animation-duration: -4580ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(32) {
  animation: listshow linear;
  animation-duration: -4760ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(33) {
  animation: listshow linear;
  animation-duration: -4940ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(34) {
  animation: listshow linear;
  animation-duration: -5120ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(35) {
  animation: listshow linear;
  animation-duration: -5300ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(36) {
  animation: listshow linear;
  animation-duration: -5480ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(37) {
  animation: listshow linear;
  animation-duration: -5660ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(38) {
  animation: listshow linear;
  animation-duration: -5840ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(39) {
  animation: listshow linear;
  animation-duration: -6020ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(40) {
  animation: listshow linear;
  animation-duration: -6200ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(41) {
  animation: listshow linear;
  animation-duration: -6380ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(42) {
  animation: listshow linear;
  animation-duration: -6560ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(43) {
  animation: listshow linear;
  animation-duration: -6740ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(44) {
  animation: listshow linear;
  animation-duration: -6920ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(45) {
  animation: listshow linear;
  animation-duration: -7100ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(46) {
  animation: listshow linear;
  animation-duration: -7280ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(47) {
  animation: listshow linear;
  animation-duration: -7460ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(48) {
  animation: listshow linear;
  animation-duration: -7640ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(49) {
  animation: listshow linear;
  animation-duration: -7820ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:nth-last-child(50) {
  animation: listshow linear;
  animation-duration: -8000ms;
  transform-origin: top;
}
@keyframes listshow {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@media (max-width: 767px) {
  .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item {
    grid-template-columns: 80px auto 80px auto;
		border-top: 1px solid #c8c8c8
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  background-color: #d9d9d9;
  width: 0px;
  margin: auto;
}
@keyframes line {
  0% {
    width: 0px;
  }
  100% {
    width: calc(100% - 50px);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:hover {
  transform: scale(1);
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item:hover::after {
  width: calc(100% - 50px);
  animation: line 0.5s linear;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item {
  padding: 10px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    transition: all 0.3s linear;
}
.cart_wrapper .main_name,
.cart_wrapper .sub{
 line-height:16px;
}
.cart_wrapper .item_price label{
 white-space: nowrap;
}

@media (max-width: 767px) {
  .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_img {
    grid-row-start: 1;
    grid-row-end: 1;
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_img img {
  height: 77px;
  width: 60px;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_name {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 5;
    width: 100%;
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_name .main {
  font-size: 16px;
  font-weight: 400;
  color: #666;
	cursor: pointer;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_name .sub {
  font-size: 12px;
  color: #666;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_qty select {
  height: 30px;
  background-color: transparent;
  border-color: transparent;
  border-width: 2px;
  outline: none;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s linear;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_qty select:focus {
  background-color: #e2e2e2;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_qty select:hover {
  border-bottom: solid 2px #e2e2e2;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_price label {
  margin: auto;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_remove {
  background-color: transparent;
}
@media (max-width: 767px) {
  .cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_remove {
    position: absolute;
    right: 0px;
    top: 43px;
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_remove span {
  font-size: 18px;
  opacity: 0.6;
  padding: 5px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.cart_wrapper .cart_lists .cart_list_wrap .cart_responsive .tr_item .td_item.item_remove span:hover {
  opacity: 1;
  transform: scale(1.1);
}
.cart_wrapper .cart_lists .cart_list_wrap .footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding:5px;
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart {
  width: 50%;
  flex: 0 0 50%;
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart a {
  color: #303030;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart a:hover {
  color: #111;
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart a:hover span {
  animation: arrow 1.5s infinite ease;
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .back_cart a span {
  vertical-align: sub;
  font-size: 18px;
  margin-right: 5px;
}
@keyframes arrow {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-2px);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0px);
  }
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .shipping {
  text-align: right;
  font-size: 16px;
	border-top: 1px solid #cacaca;
border-bottom: 1px solid #cacaca;
margin-left: auto;
}
@media (max-width: 767px) {
  .cart_wrapper .cart_lists .cart_list_wrap .footer .shipping {
    width: 68%;
display: flex;
  }
}


.cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal {
  width: calc(95% - 0px);
  flex: 0 0 calc(97% - 15px);
  text-align: right;
  font-size: 18px;
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .kodrabatowy {
  width: calc(100% - 0px);
  flex: 0 0 calc(100% - 15px);
  text-align: right;
  font-size: 16px;
	margin-top: 90px;
	margin-bottom: 50px;
	
}
.cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal strong{
 color: #189fff;
}
@media (max-width: 767px) {
  .cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal {
    width: 50%;
    flex: 0 0 97%;
  }
	.cart_wrapper .cart_lists .cart_list_wrap .footer .kodrabatowy {
    width: 50%;
    flex: 0 0 97%;
  }
}

.cart_wrapper .cart_lists .cart_list_wrap .footer .go-on {
  width: calc(50% - 0px);
  flex: 0 0 calc(50% - 15px);
  text-align: right;
  font-size: 18px;
}

.cart_wrapper .cart_lists .cart_list_wrap .footer .subtotal label {
  margin-right: 15px;
}
.cart_wrapper .cart_details {
  background: linear-gradient(45deg, #303030, #4b4643);
  padding: 30px 40px;
  width: 330px;
  flex: 0 0 330px;
  box-shadow: -8px 0px 32px rgba(0, 0, 0, 0.36);
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart_wrapper .cart_details {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .cart_wrapper .cart_details {
    width: 100%;
    flex: 0 0 100%;
    padding: 30px;
  }
}
.cart_wrapper .cart_details .cart_title {
  font-size: 22px;
  color: #f1c40f;
  font-weight: 400;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart_wrapper .cart_details .cart_title {
    margin-bottom: 40px;
  }
}
.cart_wrapper .cart_details .form_row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart_wrapper .cart_details .form_row {
    margin-bottom: 40px;
  }
}
.cart_wrapper .cart_details .form_row .form_group {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  margin-bottom: 35px;
  padding: 0px 10px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart_wrapper .cart_details .form_row .form_group:nth-child(2) {
    width: 50%;
  }
  .cart_wrapper .cart_details .form_row .form_group:nth-child(3) {
    width: 30% !important;
    flex: 0 0 30% !important;
  }
  .cart_wrapper .cart_details .form_row .form_group:nth-child(4) {
    width: 20% !important;
    flex: 0 0 20% !important;
  }
}
.cart_wrapper .cart_details .form_row .form_group.w_75 {
  width: 65%;
  flex: 0 0 65%;
}
.cart_wrapper .cart_details .form_row .form_group.w_25 {
  width: 35%;
  flex: 0 0 35%;
}
.cart_wrapper .cart_details .form_row .form_group .input_label {
  color: #f3f3f3;
  font-weight: 300;
  font-size: 16pxx;
  width: 100%;
  flex: 0 0 100%;
  letter-spacing: 0.5px;
}
.cart_wrapper .cart_details .form_row .form_group .input {
  width: 100%;
  flex: 0 0 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #eee;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-bottom: solid 2px #999;
  height: 32px;
  transition: all 0.3s linear;
}
.cart_wrapper .cart_details .form_row .form_group .input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s linear;
}
.cart_wrapper .cart_details .form_row .form_group .input:focus::placeholder {
  opacity: 0;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type {
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart_wrapper .cart_details .form_row .form_group.cart_type {
    justify-content: left;
  }
}
.cart_wrapper .cart_details .form_row .form_group.cart_type .type {
  width: calc(100% / 3 - 15px);
  padding: 0px;
  margin-top: 5px;
  cursor: pointer;
  transition: all 0.3s linear;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart_wrapper .cart_details .form_row .form_group.cart_type .type {
    width: 75px;
  }
}
.cart_wrapper .cart_details .form_row .form_group.cart_type .type:hover svg {
  fill: #bbb;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type .type svg {
  width: 42px;
  fill: #7f7a76;
  transition: all 0.3s linear;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type .type.paypal svg {
  width: 62px;
  margin-top: -10px;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type input {
  display: none;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type input#master:checked ~ .master svg {
  fill: #f4f4f4;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type input#visa:checked ~ .visa svg {
  fill: #f4f4f4;
}
.cart_wrapper .cart_details .form_row .form_group.cart_type input#paypal:checked ~ .paypal svg {
  fill: #f4f4f4;
}
.cart_wrapper .cart_details .form_row .btn {
  width: calc(100%);
  height: 65px;
  margin: 0px -40px;
  background-color: #f1c40f;
  border: none;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  bottom: 0px;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .cart_wrapper .cart_details .form_row .btn {
    position: static;
    margin: auto;
  }
}
.cart_wrapper .cart_details .form_row .btn:hover {
  background-color: #dfb50d;
}
.cart_wrapper .cart_details .form_row .btn:active {
  box-shadow: inset 0 0 28px 0px rgba(0, 0, 0, 0.3);
}


.pasek-postepu {
 font-size: 24px;
 margin: 100px 0 10px;
}
.pasek-postepu div{
 margin:0;
 padding:0;
}
.pasek-postepu div div{
 margin: 0 1px;
 background: #eee;
 padding: 0 2%;
}
.pasek-postepu div div i{
 float:right;
 margin-top:6px;
}
.pasek-postepu div div.on{
 background: #198fff;
 color: #fff;
}



.subtotal {
 margin-top: 10px;
 text-align: right;
 font-size: 24px;
}
.subtotal strong {
 color: #189fff;
}
.shipping {
 text-align: right;
 font-size: 20px;
 margin-left: auto;
}


.bg-dark {background: black;
 /*background-image:url('../images/bg/bg6.webp');*/
}
.bg-grey {background: #484848;
 /*background-image:url('../images/bg/bg8.webp');*/
}
.bg-light {background: #cfcfcf;
 /*background-image:url('../images/bg/bg7.webp');*/
}
.bg-blackfriday {
 background-image:url('../images/bg/blackfriday-bg-2.png');
}

.wrapper-function {
width: 1920px;
margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 20px;
}


#zamowienie .form-control:invalid,
#zamowienie .form-blad {
 border-color:#e50202;
 outline:0;
 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(229,2,2,0.6)
}

.to-pay{
 margin:4px 15px 0;
 color:#189fff;
 font-weight:800;
 font-size:24px
}




/*
 * Animation module with all animation code
 */
.anim-text-flow,
.anim-text-flow-hover:hover {
  /*
   * Animation variables
   */
  $animationSteps: 20;
  $animationDuration: 50;
  $animationElement: span;
  $animationElementsCount: 100;
  $delayBetweenLetters: 0.2;

  /*
   * Elements settings
   */
  #{$animationElement} {
    animation-name: anim-text-flow-keys;
    animation-duration: #{$animationDuration}s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
  }

  /*
   * Keyframe loop
   */
  @keyframes anim-text-flow-keys {
    @for $i from 0 through $animationSteps {
      #{percentage($i * (1 / $animationSteps))} {
        color: hsla(random(365), 60, 60, 1);
      }
    }
  }

  /*
   * Element animation delay loop
   */
  $totalDelayTime: $animationElementsCount * $delayBetweenLetters;

  @for $i from 1 through $animationElementsCount {
    #{$animationElement}:nth-of-type(#{$i}) {
      animation-delay: #{($i * $delayBetweenLetters) - $totalDelayTime}s;
    }
  }
}


/* fallback for IE */
.gradient-text {
  color: #198fff;
}
/* gradient text for modern browsers */
@supports (background-clip: text) {
  .gradient-text {
    background-image: linear-gradient(60deg, #0090ff, #b01382, #E21143, #FFB03A, #56ff28) !important;
    background-clip: text !important;
    color: transparent !important;
  }
}


.trademark {
 font-size: 15px;
vertical-align: top;
line-height: 44px;
}

.cart-per-info b{color: red;
font-size: 17px;
}

.cart-per-info {color: red;
font-size: 15px;
line-height: 20px;
margin-right: 15px;
}





@media (max-width:767px){
.cart-per-info {
  color: red;
font-size: 13px;
line-height: 20px;
margin-right: 7px;
margin-top: -3px;
text-align: right;
}
}
@media (max-width:550px){
.cart-per-info {
  color: red;
  font-size: 15px;
  line-height: 20px;
  margin-right: 0px;
  margin-top: 20px;
  text-align: right;
}

#iframe-myquersus {
width:100% !important; height:100% !important; margin-top:60px; overlay:hidden;
}

}


/* pasek darmowa wysyłka */

 
 
 
.main__navbox3 {
  display: flex;
  position: fixed;
  bottom: 0px;
  z-index: 70;
  left: 0px;
  justify-content: center;
  align-content: center;
  background-color: #d2aa5e;
  width: 100%;
  background-image: linear-gradient(to right, #916219, #f9cd65);
  transition: color .2s ease;
  height: 37px;
  padding-top: 2px;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  color: white;
	
	
 }
.main__navbox3 img{
width: 36px !important;
height: 36px !important;
padding-left: 0px;
padding-right: 0px;
}

 
 .main__navbox3:hover {
 background-color:#b5b5b5;
  
 }

 .navbox2--buy {color: #ffffff;}
 .main__navbox2 .navbox2--buy ul li a:hover {
    color: #000000 !important;
    outline: none;
		
}

@media (max-width:550px){
.main__navbox3 ul{
  margin-left:5px;
 }
}


.main__navbox4 {
 display: flex;
position: fixed;
bottom: 37px;

z-index: 70;
right: 0px;

justify-content: center;
align-content: center;
background-color: #b1b1b1;
width: 100%;
max-width: 400px;
transition: color .2s ease;
height: 60px;
padding-top: 10px;
-webkit-transition: background-color .3s ease-out;
       -o-transition: background-color .3s ease-out;
          transition: background-color .3s ease-out;
 }
 
 
 
 
 
 /**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    z-index:10;
	  height: auto !important;
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }

  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
	border-radius: 20px;
    display: block;
    width: 100%;
		height: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
	
	
.bg-news {
position: absolute;
margin-top: -700px;
    width: 700px;
    height: 700px;
 padding: 0px;
 background: rgb(0 0 0 / 40%);
 transition: background .2s linear 0s , color .2s linear 0s;
 margin-left: 0px;
}	
.time {
font-weight: 700;
font-size: 1.1rem;
}

.project-title {
font-size: 1.1rem;
padding-right: 0rem;
padding-bottom: 0.5rem;
}
.project-title a{
color: #a5a5a5;
}

.news-gallery-width {
max-width: 1000px;
margin-left:auto; 
margin-right:auto;
}

.container-influencer {
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:767px){
.container-influencer {
    padding-right: 38px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}
}

.available-now {
    padding: 15px !important;
    border-bottom-right-radius: 42px;
    border-top-left-radius: 42px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news-top {
font-size: 4rem;
    margin-bottom: 4rem;
}
.spec-mat {font-size: 13px !important;float: left;margin-left: 40px;}



/* animacja w tekscie BLACK FRIDAY*/


.bf-title {
  font-family: "Anton";
	text-align: center;
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
	line-height:1;

}

h10 {
	/*background-image: url(../images/Deid.gif);
	background-size: cover;
	color: transparent;*/
	color:black;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-size: 90px;
	margin: 10px 0;
	/*color: black;*/
}

h11 {
	/*background-image: url(../images/blacksmoke2.gif);
	background-size: cover;
	color: transparent;*/
	color:black;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-size: 70px;
	margin: 10px 0;
}

h12 {
	
	background-size: cover;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-size: 90px;
	margin: 10px 0;
	color:linear-gradient(to right, #ffeed7, #ffcc85);
}

@media (max-width:767px){
h10 {
	font-size: 46px;
}

h12 {
	font-size: 46px;
}
.bf-title {
  margin-top:-40px;
}
h10 {
    font-size: 36px;
}

}