/*
font-family: 'Lato', sans-serif;

font-family: 'Montserrat', sans-serif;

0060ad
3b414e
*/


body {
  color: #333333;
  font-size:16px;
  line-height: 1.7em;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
.nav > li > a:hover, .nav > li > a:focus {
  background: none;
  outline: none;
}
::selection {
  color: #fff;
  background-color: #0060ad;
}
::-moz-selection {
  color: #fff;
  background-color: #0060ad;
}
input:focus, button:focus, select:focus, textarea:focus{
  outline: none;
}
.absolute-link{
  position: relative;
}
.absolute-link a{
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 7;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #0060ad;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
.offset-top{
  margin-top: 30px;
}
.offset-bottom{
  margin-bottom: 30px;
}
.justify{
  text-align: justify;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
strong{
  font-weight: 700;
}
button, input[type="submit"]{
  cursor: pointer;
}
p{
  margin:0 0;
}
.mybg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mybg > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.zoomIt{
  position: relative;
  overflow: hidden;
}
.zoomIt div, .zoomIt img{
  -webkit-transition: 1s;
  transition: 1s;
}
.zoomIt:hover > div, .zoomIt:hover > img{
  transform:scale(1.2) rotate(10deg); 
  -webkit-transform:scale(1.2) rotate(10deg); 
  -moz-transform:scale(1.2) rotate(10deg); 
  -o-transform:scale(1.2) rotate(10deg); 
}
hr{
  border: none;
  height: 1px;
  width: 100%;
  background: #e6e6e6;
  margin: 30px 0;
}
.video-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.video-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.vertical-helper{
  display: table;
  width: auto;
  margin:0 auto;
}
.vertical-center{
  display: table-cell;
  vertical-align: middle;
}
.padding-15{
  padding-left:15px;
  padding-right: 15px;
}
.pull-right{
  float: right;
}
.centerMe{
  margin: 0 auto;
  float: none;
}
#menu-button{
  display: none;
}
.totop img {
  bottom: 20px;
  cursor: pointer;
  display: none;
  opacity: 0.7;
  position: fixed;
  right: 20px;
  transition: all 0.5s ease 0s;
  z-index: 100;
}
.totop img:hover {
  opacity: 1;
  transform: scale(1.2);
}
/*=========================*/
.lg100{
  position: relative;
  width: 100%;
}
.ds-btn{
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid transparent;
  z-index: 0;
  letter-spacing: 1px;
  transition:0.5s;
  -webkit-transition:0.5s;
  cursor: pointer;
}
.ds-btn:before{
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  content: "";
  transition:0.5s;
  -webkit-transition:0.5s;
}
.ds-btn:hover:before{
  width: 100%;
}
.tsp-brd-btn{
  color: #0060ad;
  border-color: #0060ad;
  overflow: hidden;
}
.tsp-brd-btn:hover{
  color: #fff;
}
.tsp-brd-btn:before{
  background-color: #0060ad;
}
.blue-btn{
  background-color: #0060ad;
  border-color: #0060ad;
  color: #fff;
  overflow: hidden;
}
.blue-btn:hover{
  color: #0060ad;
}
.blue-btn:before{
  background-color: #fff;
}
.darkblue-bg{
  background-color: #3d4357;
}



/*====================================================*/
#header{
  margin-top: 25px;
  transition: 0.5s;
}
#header.scrolled{
  margin-top: 5px;
}
.top-logo{

}
.top-contact{
  text-align: right;
  margin: 5px 0 30px;
  color: #bebebe;
}
.top-contact a{
  margin: 0 15px;
  color: #bebebe;
}
.top-menu{

}
.top-menu ul{
  display: table;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.top-menu ul li{
  display: table-cell;
}
.top-menu ul li a{
  display: block;
  padding: 15px 15px 35px;
  border-bottom: 3px solid transparent;
  transition:0.5s;
}



.top-menu ul li.current-menu-item a, .top-menu ul li a:hover{
  border-color: #0060ad;
}

.scrolled-menu{
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  z-index: 100;
  transition: 0.5s;
}
.scrolled-menu.active-scroled-menu{
  top: 0;
}
.scrolled-menu .top-menu ul li a{
  padding: 15px;
}

.scrolled-menu-btn{
  margin-top: 5px;
  text-align: right;
}


/*******************/

#baner{
  color: #fff;
  font-size: 18px;
}
#baner h1{
  font-size: 46px;
  margin-bottom: 35px;
}
#baner .ds-btn{
  margin-top: 45px;
}

.home-baner{
  background-image: url(../images/top-baner.jpg);
}
.home-baner .vertical-helper{
  height: 640px;
}

/*******************/

#marki{
  padding: 55px 0;
}
.marki-list ul{
  display: table;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
}
.marki-list ul li{  
  display: table-cell;
}

/*******************/

#trust-us{
  margin-top: 80px;
}
#trust-us h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
.b-bottom{
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 65px;
}
.b-bottom:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 68px;
  height: 3px;
  background-color: #0060ad;
  content: "";
}
.tri-txt-box{
  padding-left: 105px;
  background-position: top left 10px;
  background-repeat: no-repeat;
}
.tri-txt-box h3{
  font-size: 22px;
  margin-bottom: 30px;
}
.tri-txt-box.bezpieczenstwo{
  background-image: url(../images/ico1.png);
}
.tri-txt-box.kompleksowa-obsluga{
  background-image: url(../images/ico2.png);
}
.tri-txt-box.doswiadczenie{
  background-image: url(../images/ico3.png);
}


/*******************/

#txt-img-tiles{
  margin-top: 70px;
  text-align: center;
}
#txt-img-tiles h3{
  font-size: 22px;
  margin-bottom: 30px;
}
#txt-img-tiles .ds-btn{
  margin-top: 30px;
}
#txt-img-tiles .mybg, #txt-img-tiles .vertical-helper{
  height: 338px; 
}


/*******************/

#contact-row{
  font-family: 'Montserrat', sans-serif;
  margin-top: 90px;
  text-align: center;
  padding: 105px 0;
  color: #fff;
  font-weight: 700;
}
#contact-row span{
  font-weight: 300;
}
#contact-row img{
  margin-bottom: 25px;
}


/*******************/



footer{
  margin-top: 50px;
  margin-bottom: 50px;
}
.footer-border{
  border-left: 1px solid #e5e5e5;
}
.bottom-menu{

}
.bottom-menu ul{
  display: table;
  padding: 0;
  margin: 0;
  list-style-type: 0;
}
.bottom-menu ul li{
  display: table-cell;
}
.bottom-menu ul li a{
  display: block;
  padding: 15px 20px;
}
.bottom-social-media ul{
  display: table;
  padding: 0;
  margin: 0;
  list-style-type: 0;
}
.bottom-social-media ul li{
  display: table-cell;
}
.bottom-social-media ul li a{
  display: block;
  padding: 15px 20px;
}

.bottom-copyright ul{
  display: table;
  padding: 0;
  margin: 0;
  list-style-type: 0;
}
.bottom-copyright ul li{
  display: table-cell;  
}
.bottom-copyright ul li a{
  display: block;
  padding: 15px 20px;
}


/******************************************/
.content{
  margin-top: 65px;
}
.content h1,.content h2{
  font-size: 24px;
  margin-bottom: 30px;
  color: #0060ad;
}
.content h3{
  font-size: 16px;
  margin-bottom: 30px;
}
.content p{
  margin-bottom: 30px;
}
.side-menu h3{ 
  font-size: 18px;
}
.side-menu ul{
  padding: 0;
  margin: 20px 0;
}
.side-menu ul li{
  position: relative;
  display: block;
  border-top: 1px solid  #e5e5e5;
  padding-left: 25px; 
}
.side-menu ul li:after{
  font-family: FontAwesome;
  position: absolute;
  top: 11px;
  left: 3px;
  content: "\f178";
}
.side-menu ul li:hover:after, .side-menu ul li.current-menu-item:after{
  color: #0060ad;
}
.side-menu ul li a{
  display: block;
  padding: 10px 25px 10px 0;
}
.side-menu ul li.current-menu-item a{
  color: #0060ad;
}
.side-box img{
  margin-bottom: 40px;
}


/************/

.subpage-baner{
  background-image: url(../images/subpage-bg.jpg);
}
.subpage-baner .vertical-helper {
  height: 350px;
}

.page-id-46 .subpage-baner .vertical-helper {
  height: 550px;
}

/* .subpage-baner {
    height: 350px;
} */

.baner-popup-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.close-bg{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1100;
  background-color: rgba(0,0,0,0.4);
}
.baner-popup-video .vertical-helper{
  height: 100vh;
}

.popup-video{
  position: relative;
  width: 50vw;
  z-index: 1200;
}
.popup-video .close-popup{ 
  display: inline-block;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  float: right;
}

.popup-video iframe{
  width: 100%;
}


/*overview*/

#overview .row{
  margin-top: 65px;
}

/*how-hpe-work*/

#how-hpe-work{
  background-color: #f6f5f7;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-top: 65px;
}
.hws-box img{
  margin: 0 auto;
}
.hws-box .text-center{
  padding-left: 15px;
  padding-right: 15px;
}
.hws-box h3{
  margin-top: 55px;
}

.how-work-slider .slick-dots{
  position: absolute;
  top: 370px;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.how-work-slider .slick-dots li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.how-work-slider .slick-dots li button{
  width: 14px;
  height: 14px;
  border-radius: 30px;
  border: 1px solid #0060ad;
  color: transparent;
  background-color: transparent;
}
.how-work-slider .slick-dots li.slick-active button{
  background-color: #0060ad;
}


.slick-slide {
  width: 100%;
  max-width: 100%;
}


/*product-portfolio*/

#product-portfolio{
  margin-top: 65px;
}
#product-portfolio h2{
  margin-bottom: 50px;
}
.pps-box{
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.pps-box img{
  margin: 0 auto;
}
.product-portfolio-slider{
  margin-bottom: 30px;
}
.product-portfolio-slider .slick-next,.product-portfolio-slider .slick-prev{
  color: transparent;
  width: 25px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
}
.product-portfolio-slider .slick-next{
  background-image: url(../images/angle-right.png);
  right: -40px;
}
.product-portfolio-slider .slick-prev{
  background-image: url(../images/angle-left.png);
  left: -40px;
}


/*technikcal-innovations*/

#technikcal-innovations{
  background-color: #f6f5f7;
  padding: 60px 45px 15px;
}
#technikcal-innovations .row{
  margin-bottom: 45px;
}
#technikcal-innovations .video-responsive{
  margin-bottom: 45px;
}
#technikcal-innovations a{
  color: #0060ad;
  display: block;
  margin-top: 30px;
}

/*one-for-all*/

#one-for-all{
  margin-top: 65px;
}
#one-for-all h2{
  margin-bottom: 10px;
}
#one-for-all ul{
  padding: 0;
  margin: 20px 0;
}
#one-for-all ul li{
  position: relative;
  display: block;
  padding-left: 25px; 
}
#one-for-all ul li:after{
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: 3px;
  content: "\f178";
  color: #0060ad;
}
#one-for-all ul li a{
  display: block;
  padding: 0px 10px;
  color: #0060ad;
}

#one-for-all .row {
  margin-bottom: 60px;
}

img.alignleft {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
}

img.alignright {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}




.wpcf7 input, .wpcf7 textarea{ 
  width: 100%;
  padding: 5px 15px;
  border-radius: 4px;
  border: 1px solid rgb(169, 169, 169);
  box-shadow:none;
}
.wpcf7 input[type="submit"]{
  width: auto;
  color: #fff;
  border: 1px solid #0060ad;
  background-color: #0060ad;

}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++@MEDIA+++++++++++++++++++++++++++++++++++++++++++++++++*/

@media(max-width:1310px){
.product-portfolio-slider .slick-next{
  right: 0;
}
.product-portfolio-slider .slick-prev{
  left: 0;
}
}
@media(max-width:1270px){
.top-menu ul li a {
  padding: 15px 14px 35px;
}
.tri-txt-box {
  padding-left: 80px;
}
.bottom-menu ul li a {
  padding: 15px 6px;
}
#contact7-row {
  padding: 40px 0;
}
.product-portfolio-slider .slick-next{
  right: -40px;
}
.product-portfolio-slider .slick-prev{
  left: -40px;
}
.how-work-slider .slick-dots {
  top: 330px;
}
.scrolled-menu .top-menu ul li a {
    padding: 15px 11px;
}
}
@media(max-width:1100px){
#header .ds-btn{
  display: none;
}
}
@media(max-width:1035px){
.product-portfolio-slider .slick-next{
  right: 0;
}
.product-portfolio-slider .slick-prev{
  left: 0;
}
}

@media(max-width:992px){
.sm-hiden{
  display: none;
}  
.sm-offset-top{
  margin-top: 30px;
}
.top-menu ul li a {
  padding: 15px 9px 35px;
}
#baner h1 {
  font-size: 34px;
  margin-bottom: 25px;
}
.home-baner .vertical-helper {
  height: 450px;
}
.tri-txt-box {
  background-position:top 10px center;
  padding-top: 70px;
  padding-left: 0px;
}
#txt-img-tiles .mybg, #txt-img-tiles .vertical-helper {
  height: 300px;
}
.bottom-menu ul li a {
  font-size: 14px;
}
.how-work-slider .slick-dots{
  position: relative;
  top: 0;
}
.subpage-baner .vertical-helper {
    height: 350px;
}
.scrolled-menu-btn{
  display: none;
}

}


@media(max-width:767px){
.hidden-xs{
  display: none;
}
.xs-offset-top{
  margin-top: 30px;
}
#menu-button {
  display: block;
  height: 50px;
  width: 50px;
  position: fixed;  
  top: 15px;
  left: 15px;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 444;
  border: 0;
}
#menu-button .bars {
  width: 20px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -9px;
  will-change: transform;
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
}
#menu-button .bar {
  background: #000;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  -webkit-transition: -webkit-transform .4s,margin .4s,opacity .4s,background .3s;
  transition: transform .4s,margin .4s,opacity .4s,background .3s;
}
#menu-button .bar2 {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
#menu-button .bar3 {
  -webkit-transform: translateY(14px);
  -ms-transform: translateY(14px);
  transform: translateY(14px);
}
#menu-button.active .bars{
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
#menu-button.active .bar1{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-button.active .bar2{
    opacity: 0;
}
#menu-button.active .bar3{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header .top-menu{
  display: none;
}
.top-logo{
  text-align: center;
  margin-bottom: 15px;
}
.top-contact{
  text-align: center;
}
.top-contact a{
  display: block;
}

#contact-row {
  margin-top: 30px; 
}

/*****************/

.scrolled-menu{
  padding-top: 80px;
  width: 300px;
  height: 100vh;
  top: 0;
  left: -300px;
  margin: 0
}
.scrolled-menu.show-mobile-menu{
  left: 0;
}
.scrolled-menu .top-menu ul{
  display: block;
}
.scrolled-menu .top-menu ul li{
  display: block;
}

/*****************/

.tri-txt-box{
  margin-bottom: 30px;
}

/*****************/

.bottom-logo{
  text-align: center;
  margin-bottom: 30px;
}
.bottom-menu {
  display: none;
}
.bottom-copyright ul li a {
  padding: 15px 7px;
}





}
@media(max-width:480px){


}