@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap');


/*[class*="col-"] {
    float: left;
    padding: 5px;
    width: 100%;
}



@media only screen and (min-width: 600px) {
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 769px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

    img {
        width: auto;
        height: auto;
    }


}*/

body {
    background: url(../../image/Strona/bg.jpg) fixed no-repeat top center, url(../../image/Strona/bg.jpg) fixed no-repeat bottom center, #fff;
    font-family: 'Roboto', Arial;
    background-size: 100% 100%;
    margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 0px;
}

.printContainer {
    display: none;
}
.cb{ clear: both; }
.left{ float: left; }
.right{ float: right; }
.posRel {position: relative}
.posAbs {position: absolute}

a {
    color: #00adea;
    text-decoration: none;
}

.clearfix {
    display: block;
    position: relative;
}

.slider {
    overflow: hidden;
    position: relative;


}

.sliderBG {
    /*transition: background-color 2s ease-in-out;*/
    background-color: #0f0014;
}

.sliderCont {
    margin: 0 0 -1px 0;
    /*max-width: 1200px;*/
    background-color: #000;
    transition: background-color 2s ease-in-out;
    /*max-height: 590px;*/
    object-position: 50% 50%;

}

.moreLink {
    display: none;
}

.wrap               {width: 100%; margin: 0 auto;}
#slider .wrap           {position: absolute; color: #ffffff; top: 0;}
#slider .desc-wrap      {
    /*width: 48%;right: 0; position: absolute; margin-top: 1%;*/ 
    width: 100%;
    right: 0;
    position: absolute;
    margin-top: 1%;
    margin: 0 auto;
    font-family: 'Roboto', Arial;
		letter-spacing: 0.2em;
}
#slider .desc-wrap h3   {
    /*font-size: 2.9em; font-size: 3vw; color: #fff; font-weight: 100; line-height: 1.0; margin: 27% 0 20px 0;*/
    font-size: 1.87vw;
    color: #4c4c4c;
	text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
    font-weight: 100;
    line-height: 1.2;
    margin: 20.5vw 35px 20px 0;
    width: 100%;
    text-align: center;
    padding-left: 7em;
    padding-right: 7em;
}

#slider .more           {color: #fff; text-align: center; /*! float: left; */ text-decoration: none; display: block; border: 1px solid #ffffff; padding: 0.5em 1em; border-radius: 3px; position: absolute; top: 19vw; right: calc(50% - 80px);/*! width: 200px; */}
#slider .more:hover     {background: rgba(0,135,186,0.4); border: 1px solid rgba(0,47,97,0.1)}

.desc-wrap h3,.desc-wrap .desc p,.desc-wrap .desc a    {visibility: visible;}

.desc {
    /*position: absolute; margin-top: 5%; font-size: 1.2vw;*/
    position: absolute;
    margin-top: 2.1%;
    font-size: 1.12vw;
    width: 82%;
    text-align: right;
    font-weight: 100;
}

.sliderBox {
  position: absolute;
  top: 23%;
  /*border: 2px solid;*/
  z-index: 1019;
  right: 22vw;
  height: 4vw;
  width: 35vw;
  text-align: center;
}

.sliderBoxItem {
  z-index: 1019;
  border-radius: 0.1vw;
  }

.sliderBoxItem a {
  text-decoration: none;
  font-family: 'Roboto', Arial;
  font-weight: bold; 
  font-size: 0.9vw;
  color:#ffffff; 
  white-space: nowrap;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  }
  
  .sliderBoxItem a:hover {
    text-decoration: none;
  font-family: 'Roboto', Arial; 
  font-weight: bold; 
  font-size: 0.9vw;
  color:#ffffff; 
  white-space: nowrap;
  text-transform: uppercase;
  }

.sliderBox .boxGreen {
  background-color: #96a500;
  /*height: 23%;*/
  line-height: 6vw;
}

.sliderBox .boxGreen:hover {
  background-color: #b4c411;
-webkit-box-shadow: 7px 9px 11px -11px rgba(88, 88, 89, 1);
-moz-box-shadow: 7px 9px 11px -11px rgba(88, 88, 89, 1);
box-shadow: 7px 9px 11px -11px rgba(88, 88, 89, 1); 
  cursor: pointer;
  color:#ffffff; 
  transition-duration: 0.5s;
}

.sliderBox .boxRed {
  background-color: #0551a8;
  line-height: 6vw;
  margin-left: 2.5vw;
}
.sliderBox .boxRed:hover {
  background-color: #2372cd;
-webkit-box-shadow: 7px 9px 11px -11px rgba(88, 88, 89, 1);
-moz-box-shadow: 7px 9px 11px -11px rgba(88, 88, 89, 1);
box-shadow: 7px 9px 11px -11px rgba(88, 88, 89, 1); 
  cursor: pointer;
  color:#ffffff; 
  transition-duration: 0.5s;
}


.socialBox {
  position: absolute;
  top: 0;
  border: 0px solid;
  z-index: 1019;
  right: 0;  
  width: 6vw;
  text-align: center;
}



.socialBoxItem {
  z-index: 1019;
  height: 3vw;
  width: 3vw;    
  margin-bottom: 2px;
  position: absolute;
  }

.socialBoxItem a {
  text-decoration: none;
  font-family: 'Roboto', Arial;
  font-weight: bold; 
  font-size: 1.1em;
  color:#ffffff; 
  white-space: nowrap;
  text-transform: uppercase;
  width: 100%;
  display: block;
  height: 3vw;
  
  }
  
  .socialBoxItem a:hover {
    text-decoration: none;
  font-family: 'Roboto', Arial; 
  font-weight: bold; 
  font-size: 1.1em;
  color:#ffffff; 
  white-space: nowrap;
  text-transform: uppercase;
  }
  
  .socialBox .boxFb {
  background: url("../../image/fb.svg") left top no-repeat;
  background-size: 3vw 3vw;
  /*height: 23%;*/
  /*line-height: 8vw;*/
  right: -2vw;
  
  
}

.socialBox .boxFbShow {  
  right: 0.02vw;
  transition:  0.5s cubic-bezier(.76,.05,.86,.06); 
}
.socialBox .boxFb:hover {
  background-color: #e4dd15;  
}

.socialBox .boxInsta {
  background: url("../../image/insta.svg") left top no-repeat;
  background-size: 3vw 3vw;
  top: 3.04vw;
  right: -3vw;
}
.socialBox .boxInstaShow {  
  right: 0.02vw;
  transition:  0.5s cubic-bezier(.76,.05,.86,.06); 
}

.socialBox .boxInsta:hover {
  background-color: #999797;
  
}

.socialBox .boxLinkedin {
  background: url("../../image/linkedin.svg") left top no-repeat;
  background-size: 3vw 3vw;
  top: 6.1vw;
  right: -3vw;
}

.socialBox .boxLinkedinShow {  
  right: 0.02vw;
  transition:  0.5s cubic-bezier(.76,.05,.86,.06); 
}

.socialBox .boxLinkedin:hover {
  background-color: #999797;
  
}







* {
    box-sizing: border-box;
}
img {
    width: auto;
    height: auto;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}

.offsetPrint {
  background-color: #96a500;
  color: #ffffff; 
  font-family: Calibri, 'Roboto', Arial; 
  font-weight: bold; 
 font-size: 0.8em;
  line-height: 1.7em;
  letter-spacing:0.2em;
  text-align: center;
  border-bottom: 0.01em solid #42576c;
}
.offsetPrint:hover {
  background-color: #96a500;
  color: #ffffff;
  border-bottom: 0.01em solid #42576c;
  transition-duration: 1s;
  /*cursor: pointer;*/
}

.offsetPrint a {
  text-decoration: none;
  color: #ffffff;
      width: 100%;
    display: inline-block;

}
.offsetPrint a:hover {
  text-decoration: none;
  color: #ffffff;  
}

.activeOffsetPrint {
  background-color: #ffffff;
  color: #96a500; 
  font-family: Calibri, 'Roboto', Arial; 
  font-weight: bold; 
 font-size: 0.8em;
  line-height: 1.7em;
  letter-spacing:0.2em;
  text-align: center;
  border-bottom: 0.01em solid #42576c;
}
.activeOffsetPrint:hover {
  background-color: #96a500;
  color: #ffffff;
  border-bottom: 0.01em solid #42576c;
  transition-duration: 1s;
  cursor: pointer;
}

.activeOffsetPrint a {
  text-decoration: none;
  color: #96a500;
      width: 100%;
    display: inline-block;

}
.activeOffsetPrint a:hover {
  text-decoration: none;
  color: #ffffff;  
}



.packPrint {
  background-color: #ffffff;
  color: #42576c; 
  font-family: Calibri, 'Roboto', Arial;
  font-weight: bold;
  letter-spacing:0.2em;
  font-size: 0.8em;
  line-height: 1.7em;
  text-align: center;
  border-bottom: 0.01em solid #000000;
}

.packPrint:hover {
  background-color: #2372cd;
  color: #ffffff;
  border-bottom: 0.01em solid #000000;
  transition-duration: 1s;
  /*cursor: pointer;*/
}
.packPrint a {
  text-decoration: none;
  color: #42576c;
   width: 100%;
    display: inline-block;
}
.packPrint a:hover {
  text-decoration: none;
  color: #ffffff;
}

.activePackPrint {
  background-color: #2372cd;
  color: #ffffff; 
  font-family: Calibri, 'Roboto', Arial;
  font-weight: bold;
  letter-spacing:0.2em;
  font-size: 0.8em;
  line-height: 1.7em;
  text-align: center;
  border-bottom: 0.01em solid #000000;
}

.activePackPrint a {
  text-decoration: none;
  color: #ffffff;
   width: 100%;
    display: inline-block;
}
.activePackPrint a:hover {
  text-decoration: none;
  color: #ffffff;
}


.projectItem {
   background-color:#eef0f1;
   border-bottom: 0.8em solid #dce2e2;
}
.projectItemDesc {
    text-align: left;
	color:#929292;
    font-size: 1.0em;
	font-family: 'Roboto', Arial;
    line-height:1.6em;
	padding-left: 6em;
	padding-right: 6em;
      
}

.projectItemDesc h2 {
    font-size: 1.4em;
    color:#000000;
    font-weight: 400;
	font-family: 'Roboto', Arial;
	margin-top: 0.8em;
	margin-bottom: 0.6em;

}

.header {
    background-color:#ffffff;
    font-family: 'Roboto', Arial;
    font-size: 18px;
    color:#6f6f6f;
    text-align:center;
    margin: 0px 0px 0px 0px;
    width:100%;
    /*border-top:20px solid #0087ba;*/
    z-index: 11;
    position: relative;
    top: 0px;
    border-bottom: 4px solid #7d7474;
}

.header_sticky {
    border-bottom: 1px red;
}

.top {
    max-width: 1200px;
    margin: 0 auto;
    height: 147px;
    font-family: 'Roboto', Arial;
    font-size: 18px;
    color:#6f6f6f;
	border-bottom: 0.01em solid #42576c;

}

.searchInput {
  border: 1px #737373 solid;
  height: 30px;
}
.searchInput:focus {  
  border: 1px #737373 solid;
  outline: 0;
    -webkit-box-shadow: 0 0 2px 	#737373 /*{a-active-background-color}*/;
    -moz-box-shadow: 0 0 2px 		#737373 /*{a-active-background-color}*/;
    box-shadow: 0 0 2px 			#737373 /*{a-active-background-color}*/;
}

h1.logo {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 25px;
    cursor: pointer;
}

.logo {
    width: 100px;
    /*height: 100px;*/
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.logo-small {
    background: url("../../image/Strona/logo.png") left top no-repeat;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    width: 133px;
    height: 55px;
    background-size: 133px 55px;
}

.navLang {
    color: #a52b4e;
/*    position: absolute;
    top: 70px;
    height: 40px;
    right: 0px;*/
margin-top: 5px;
    /*width: 520px;*/
    /*float: right;*/  
    margin-right: 5px;
}
.navLang a {
    border: 1px #737373 solid;
    color: #737373;
    height: 30px;
    width: 40px;
    line-height: 25px;
    border-radius: 2px;
    display: inline-block;
    transition-duration: 1s; 
    text-decoration: none;
    text-align: center;
    margin-right: 10px;
    
    
}

.navLang a:hover {
    background-color: #737373;
    color: #ffffff;
    transition-duration: 1s;
    height: 30px;
    width: 40px;
}

/*.logo a {
    display: block;
    height: 150px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 251px;
}
.logo-small a {
    display: block;
    height: 60px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 251px;
}*/



.navigation {
    position: relative;
    bottom: -69px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /*! left: 4em; */
    float: inline-end;
}
.navigation-small {
    bottom: -104px;
    /*left: 3em;*/
}



.parallax-window {
    min-height: 400px;
    background: transparent;
}

.introTitle {
    text-align:center;
    margin-top: 3em;
    margin-bottom: 24px;
}

.introTitle h3 {
    font-size: 1.7em;
    position: relative;
    color:#2e2e2e;
	letter-spacing:0.2em;
}
.introTitle h3:after {
    content:'';
    position:absolute;
    width:50px;
    height:2px;
    background:#e31c21;
    bottom: -25px;
    left:0;
    right:0;
    margin:auto;
}

.rowIntro {
    display: block;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    height: 100%;
    margin: 0 auto;
    padding-top: 3em;
    margin-bottom: 20px
/*    max-width: 720px;*/

}

.rowIntroEnd {

}

.scrollHiddenOn {
    visibility: visible; opacity: 0; 
    -webkit-transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
    -moz-transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
    -ms-transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
    -o-transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
    transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
    -webkit-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
    -moz-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
    -ms-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
    -o-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
    transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
}

/*    -webkit-
    -moz-
    -ms-
    -o-*/
.scrollHiddenOff {
    visibility: visible; opacity: 1; 
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
    -webkit-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
    -moz-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
    -ms-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
    -o-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
    transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
}

/*.scrollTrapBoxOn {opacity: 1; transform: translate3d(0px, 0px, 0px) rotateX(85.9deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);}
.scrollTrapBoxOff {opacity: 1; transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);}*/
.scrollTrapBoxOn { 
    -webkit-transform:  perspective(100px) rotateX(50deg) scale3d(0.5, 1, 1); 
    -moz-transform:  perspective(100px) rotateX(50deg) scale3d(0.5, 1, 1); 
    -ms-transform:  perspective(100px) rotateX(50deg) scale3d(0.5, 1, 1); 
    -o-transform:  perspective(100px) rotateX(50deg) scale3d(0.5, 1, 1); 
    transform:  perspective(100px) rotateX(50deg) scale3d(0.5, 1, 1); 
    -webkit-transition: transform 0.5s cubic-bezier(.17,.84,.44,1);
    -moz-transition: transform 0.5s cubic-bezier(.17,.84,.44,1);
    -ms-transition: transform 0.5s cubic-bezier(.17,.84,.44,1);
    -o-transition: transform 0.5s cubic-bezier(.17,.84,.44,1);
    transition: transform 0.5s cubic-bezier(.17,.84,.44,1);
}
.scrollTrapBoxOff {
    -webkit-transform:  perspective(0px) rotateX(0deg) scale3d(1, 1, 1);
    -moz-transform:  perspective(0px) rotateX(0deg) scale3d(1, 1, 1);
    -ms-transform:  perspective(0px) rotateX(0deg) scale3d(1, 1, 1);
    -o-transform:  perspective(0px) rotateX(0deg) scale3d(1, 1, 1);
    transform:  perspective(0px) rotateX(0deg) scale3d(1, 1, 1);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}


.introBox {
    font-size: 1.0em; 
    color:#2f2f2f;
    text-transform: initial;
    padding: 12%;
    overflow: hidden;
	font-family: 'Roboto', Arial;
    text-align: left;
}

.introBox h2 {
    font-size: 1.15em;
	font-family: 'Roboto', Arial;
	margin-bottom: 0.6em;
}
.introBox h3 {
    font-size: 6em;
    margin-top: 30px;
    margin-bottom: 10px;

}

.introImg {
  background-color: #eeeeee;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    overflow:hidden;
}
.introImg:hover {
  /*transform: scale(1.2);*/
  background-size: 105% 105%;
  background-position: -0.7em -0.7em;
  background-repeat: no-repeat;
  -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}



a.introMore {
  display: block;
  background-color: #232d7d;
  font-family: 'Roboto', Arial;
  font-weight: bold;
  font-size: 0.9em;
  color: #ffffff;
  line-height: 2em;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
} 

a.introMore:hover {
 color: #ffffff;
 line-height: 2.5em;
   background-color: #3f4995;
 -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
} 

.flipBox {

}


.containerIntro {
    margin: 0 auto;  
    margin-bottom: 0.2em;
    max-width: 300px;
    color: #2d2f2e;
    font-size: 1.0em;
}

#contentMain {
    background-color: #fff;
    margin: 0 auto;
}

.trescSG {
    font-family: 'Roboto', Arial; 
    font-size:1.4em;
    color:#656977;
    line-height:1.2em;
    text-align: center; 
    padding-top:6em;
    padding-bottom:6em;
    max-height: none;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.trescSGText {
   color:#727b76;
   font-size: 1.2em;
   line-height:2.5em;


}

.trescSG h2 {
    font-size: 1.9em;
    color:#232d7d;
	font-family: 'Roboto', Arial;

}
.trescSG h2:after {
/*    content:'';
    position:absolute;
    width:50px;
    height:2px;
    background:#e31c21;
    bottom: -33px;
    left:0;
    right:0;
    margin:auto;*/
}

.trescSGOpen {
    max-height: max-content;
    overflow: hidden;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}


/* 350px na 124px w kolorze: #232d7d z ceniem i rozjasnia sie do koloru #fca537   */
.moreSG {
    font-family: 'Roboto', Arial; 
    font-size:2em; 
    color:#ffffff; 
    text-align: center;
    text-transform:uppercase; 
    display: inline-block;
    width: 230px;
    line-height: 80px;
    background-color: #ff7536;
    margin: 0.8em;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    -webkit-box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,0.24); 
    box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,0.24);
    cursor: pointer;
}
.moreSG:hover {
    background-color: #fca537;
}

.adressBox {

    padding-top: 0px;
    padding-bottom: 5px;
    line-height: normal;
    max-width: 400px; 


}



.product {
    padding-left: 20em;
}


.bgimg-1 {
    position: relative;
    opacity: 0.9;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../image/Strona/fotovoltaika.jpg");
    min-height: 100%;
}

.fotopvSG {
    font-family: 'Roboto', Arial;
    font-size:1.4em; color:#656977; 
    text-align: center; 
    background-color:#e8e8e8;
    max-width: 100%;
    padding: 1em;
}

.fotopvSG h2 {
    font-family: 'Roboto', Arial; 
    font-size:5em; 
    color:#fff;
    text-transform:uppercase; 
    margin-bottom: 0.2em;
}

    .fotopvSG h3 {
        background-color: #e8e8e8;
        text-align: center;
        font-size: 2em;
        color: #232d7d;
        letter-spacing: 0.14em;
        font-weight: normal;
    }

.projectItemDesc .more {
    text-align: left;
	margin-top: 2em;
	margin-bottom: 1.5em;
}

.projectItemDesc .more a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #232d7d;
    padding: 0.5em 1em;
    border-radius: 3px;
    font-size: 0.8em;
    max-width: 180px;
    background-color: #232d7d;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.projectItemDesc .more a:hover {
    background: #3e478f;
    /*border: 1px solid rgba(0,47,97,0.1);*/    
}

.fotopvSGText {
   color:#fff;
   font-size: 1em;
   padding-top: 2em;
   padding-bottom: 1em;
}


.actionSetTemplate {
    font-family: 'Roboto', Arial; 
    font-size:1.4em; 
	color:#ffffff; 
    text-align: left; 
    background-color:#cfb563;
    max-width: 100%;
    /*padding: 1em;*/
}

.fileConteiner {
    padding: 1em;
	border-top:0.02em solid #7d9ea7;
	background-color:#f2f3ed;
}

.fileConteiner a{
    color: #232d7d;
}

.fileConteiner a:hover{
    color: #219ec0;
}

.fileConteiner h3{
    text-align:left;
	font-family: 'Roboto', Arial; 
    font-size:1.4em; 
	color:#164173
	font-weight:normal;
	letter-spacing:0.1em;
}



.contactForm {
    margin: 1.8em auto;
    /*padding: 1.8em;*/
    width: 100%;

}

.contactForm .label {
    margin: 0.5em 10% 5px 0;
    float: left;
    display: block;
    line-height: 28px;
    min-width: 6em;
    text-align: left;
    font-size: 1.4em;
    color: #656977;
}

.contactForm .value {
    float: left;
    /*border: solid 1px red;*/
    width: 100%;
    text-align: left;
}

.contactForm .entry {
    clear: both;
    width: 100%;
}


.contactForm input[type="text"]  {
    background: #ffffff;
    border: 1px #18659f;
    border-radius: inherit;
    margin: 0;
    min-height: 2.2em;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    line-height: 1.4em;
    outline: 0 ;
    padding: 0.4em;
    width: 100%;
    border-radius: 0em;
    color: #686868;
    font-family: 'Roboto', Arial;
    font-size: 15px;

}

.contactForm input[type="text"]:focus  {
    -webkit-box-shadow: 0 0 12px 	#232d7d /*{a-active-background-color}*/;
    -moz-box-shadow: 0 0 12px 		#232d7d /*{a-active-background-color}*/;
    box-shadow: 0 0 12px 			#232d7d /*{a-active-background-color}*/;
}

#datepicker_in, #datepicker_out  {
    background: url("../../image/input_calendar.png") no-repeat center right 2px #ffffff;

}

.contactForm textarea  {
    background: #ffffff;
    border: 1px #18659f;
    border-radius: inherit;
    margin: 0;
    min-height: 2.2em;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    line-height: 1.4em;
    outline: 0 none;
    padding: 0.4em;
    width: 100%;
    border-radius: 0em;
    color: #686868;
    font-family: 'Roboto', Arial;
    font-size: 15px;
}

.contactForm textarea:focus  {
    -webkit-box-shadow: 0 0 12px 	#232d7d /*{a-active-background-color}*/;
    -moz-box-shadow: 0 0 12px 		#232d7d /*{a-active-background-color}*/;
    box-shadow: 0 0 12px 			#232d7d /*{a-active-background-color}*/;
}

.contactForm select  {
    background: #ffffff;
    border: 1px #18659f;
    border-radius: inherit;
    margin: 0;
    min-height: 2.2em;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    line-height: 1.4em;
    outline: 0 ;
    padding: 0.4em;
    width: 100%;
    border-radius: 0em;
    color: #686868;
    font-family: 'Roboto', Arial;
    font-size: 15px;
    -webkit-appearance:none;
    -moz-appearance:none;
    background: url("../../image/drop_down_arrow.png") no-repeat center right 2px #ffffff;

}
.contactForm select:focus  {
    -webkit-box-shadow: 0 0 12px 	#232d7d /*{a-active-background-color}*/;
    -moz-box-shadow: 0 0 12px 		#232d7d /*{a-active-background-color}*/;
    box-shadow: 0 0 12px 			#232d7d /*{a-active-background-color}*/;
}

input[type="submit"], input[type="button"] {
    font-family: 'Roboto', Arial;
    font-size:1.4em; 
    color:#ffffff; 
    text-align: center;
    text-transform:uppercase; 
    display: inline-block;
    width: 9em;;
    line-height: 2em;
    background-color: #ff7536;
    margin: 0.8em;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    -webkit-box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,0.24); 
    box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,0.24);
    cursor: pointer;
}

.input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #0d4bb2;
}

.cookieView {
    overflow: hidden;
    z-index: 100000000000000000000000;
    position: fixed;
    width: 370px;
    bottom: 10px;
    right: 10px;
    opacity: 0.9;
}


.cookieInfo {
    background: #505050;
    border-radius: 5px;
    color: #fff;
    font-family: 'Roboto', Arial; 
    font-size: 12px;
    min-height: 84px;
    position: relative;
    width: 340px;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.7);
}

.cookieInfo .text {
    line-height: 20px;
    padding: 10px;
    word-spacing: -1px;
}





@media only screen and (max-width: 390px) {
    .cookieInfo {
        height: auto;
        margin: 0 2px;
        width: 98%;
    }

    .cookieView {
        overflow: hidden;
        z-index: 100000000000000000000000;
        position: fixed;
        height: auto;
        margin: 0 2px;
        width: 90%;
    }

    .slider {
        display: none;
    }
}
@media only screen and (max-width: 960px) {
    .find {
        left: auto;
        right: 2em;
    }
    .langIcon {
        left: auto;

    }
}

.menuContainer {
      padding-top: 1.5rem; 
    }

.menu {
    color:#ffffff;
    font-family: 'Roboto', Arial;
    font-size: 16px;
    /*text-align:center;*/
    /*! margin: 0px 0px 0px 0px; */
    /*! width:100%; */
    /*! border:0px solid; */
    /*! height: 64px; */
    /*! line-height: 64px; */
    /*! -webkit-transition: all 0.4s ease; */
    /*! transition: all 0.4s ease; */
}

.menu-small {
    /*height: 32px;*/
    /*line-height: 32px;*/
}

#nav {
    font-family: 'Roboto', Arial;
    font-size: 1.6em;
    color:#3d3d3c;
    /*! text-transform: uppercase; */
    text-decoration: none;
    margin:0; 
    padding:0; 
    list-style:none;

}	

/* make the LI display inline */

/* it's position relative so that position absolute */

/* can be used in submenu */

#nav li {
    display: inline-bloc;
    position: relative;
    /*height: 80px;*/
    /*min-height: 55px;*/
    float: left;
    width: auto;
    line-height: 2.4em;
    border-top: solid 0px #2c2c2b;
    /*margin-right: 5px;*/
    /*margin-left: 5px;*/
    /*min-width: 100px;*/
}

#nav li:after {
    margin-right: 0.3em;
    padding-right: 0.4em;
}

#nav li:hover .menuCover {
    /*background-color: #3c4a72;*/
    /*! transition: initial; */
    border-bottom: solid 0.23em #235bb1;
    color: #235bb1;
    transform-origin: bottom;
    transition:  0.25s ease-in;    
    transform:scaleY(1);


}

.menuCover {    
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 40px;
    transform-origin: bottom;
    transition:  0.25s ease-out;   
    transform:scaleY(0);
}



/* this is the parent menu */

#nav li a {
    color: #000;
    text-decoration: none;	
    padding-left: 10px;
    padding-right: 10px;
    font-size:0.7em;
    font-family: 'Roboto', Arial; 
    line-height: 20px;
    border-right: solid 1px #000;


}

#nav li a:hover {
    color: #235bb1;	
	transition:  0.25s ease-in;  
    /*font-weight: bold;*/
    /*display: inline;*/
}

/* you can make a different style for default selected value */
#nav a.selected {
    color:#5a2e86;
}

/* submenu, it's hidden by default */

#nav ul {
    position:absolute; 
    left: 50%;
    transform: translate(-50%, 0px);
    /*top: 0px;*/ 
    display:none; 
    margin:0 0 0 0px; 
    padding:0; 
    list-style:none;
    line-height: 25px;
    width: 100%;
    height: auto;
}

#nav ul li {
    width: 10em;    
}
#nav ul li a {
    width:100%; 
    float:left; 
    background-color: #F3E2C3;
    color: #000;
    font-family: 'Roboto', Arial; 
    padding: 8px;
    line-height: 20px;
    font-size:0.8em;
    /*font-weight:bold;*/
    margin-bottom:0px;
    border-top: 1px solid #F3E2C3;
    border-right: 0px solid #aca2a9;
    display: block;
    border-bottom: 1px solid #F3E2C3;
    width: 100%;
    opacity: 0.9;
    /*	white-space:nowrap;*/

}

#nav ul li:hover {
    background-color:#dbad58;

}

#nav ul li a:hover {
    /*    background-color:#575757;			
        border-bottom: 1px solid #575757;*/
    color: #dbad58;
}

/* display block will make the link fill the whole area of LI */

#nav ul a {
    color: #5a2e86;
    text-decoration: none;
    float:left; 
}

#nav ul a:hover {
    color: #232d7d;
    text-decoration: none;
}


/* fix ie6 small issue 
 we should always avoid using hack like this 
 should put it into separate file : ) 
*html #nav ul {
        margin:0 0 0 -2px;
}*/

#intro {
    /*! text-align: center; */
    /*! overflow: hidden; */
    margin-top: 20px;
    background-color: #f2f3ed;
    margin: 0 auto;
    /*margin-top: 20px;*/
    /*! min-height: 720px; */

}



.container {
    margin: 0 auto;
    /*max-width: 98%;*/
    max-width: 1000px;
    width: 98%;
    /*! width: 70em; */
}

.row {
    /*! margin-top: -50px; */
    /*! margin-left: -50px; */
}



.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}



/* Direction Nav */
.flex-direction-nav {*height: 0; margin: 0 !important; padding: 0}
.flex-direction-nav a {width: 37px; height: 64px; margin: -32px 0 0; display: block; background: url(../../image/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -37px; }
.flex-direction-nav .flex-prev {left: -37px;}
.flexslider:hover .flex-next {opacity: 0.6; right: 13px;}
.flexslider:hover .flex-prev {opacity: 0.6; left: 13px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: center; z-index: 2; bottom: 10px !important;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flex-control-paging li a:hover { background: #2e4b75; background: rgba(46,75,117,1); }
.flex-control-paging li a.flex-active { background: #fff; background: rgba(255,255,255,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


#contact {
    padding-bottom: 3em;
    overflow: hidden;

}

#contact .box {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    bottom: 0;
}

#contact.inactive .box {
    bottom: -15em;
}

#main {
    /*background-color:#cd8927;*/
    color:#273032;
    font-family: 'Roboto', Arial;
    font-size: 16px;
    /*line-height: 34px;*/
    margin: 0px 0px 0px 0px;
    width:100%;
    padding-bottom:28px;
    padding-top:16px;
    border:0px solid;
}

.main {
    position: relative;
    margin: auto;
    overflow-x: hidden;
    z-index: 2;
}

.main.fullscreen {
    /*height: 100%;*/
}

.main.style1 {
    text-align: center;
    padding: 3em 0 3em 0;

}

.main.style1 h2 {
    font-size: 4.25em;
    line-height: 1em;
    letter-spacing: -4px;
}

.main.style1:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.main.style1 .content {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1.0;
    display: inline-block;
    vertical-align: middle;
}

.main.style1.inactive .content {
    opacity: 0;
}

.main.style2 {
    padding: 3em 3em 3em 3em;
    overflow: hidden;
    border: 1px solid red;
    background-color:#cd8927;
}

.main.style2 .content {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    width: 72%;
    display: inline-block;
    vertical-align: middle;
    background-color:#cd8927;
    padding: 0 3em 0 3em;
    border-radius: 2px 50px;
}

.main.style2.left:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.main.style2.left .content {
    left: 0;
}

.main.style2.right:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.main.style2.right .content {
    left: 14%;
}

.main.style2.inactive.left .content {
    left: -86%;
}

.main.style2.inactive.right .content {
    left: 120%;
}

.main.style3 {
    text-align: center;
    /*! padding: 0em 10px 3em 10px; */
    background-color:#ffffff;
}

.main.contentText {
    padding: 3em 3em 3em 3em;
    /*overflow: hidden;*/
    border: 1px solid red;
    background-color:#ffffff;
}



.main.contentText .content {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    width: 72%;
    display: inline-block;
    vertical-align: middle;
    background-color:#ffffff;
    padding: 0 3em 0 3em;
    border-radius: 2px 50px;
}

.main.contentText.left:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.main.contentText.left .content {
    left: 0;
}

.main.contentText.right:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.main.contentText.right .content {
    left: 14%;
}

.columnRight {	
    float: right;
    background-color: #cd8927;	
    margin-left: 30px;
    margin-top: 60px;
}

.menuRight {
    padding: 2em;
    line-height: 25px;
}
.menuRight .link1-head {
    color: #0087ba;
    font-size: 1.2em;
}

.menuRight .link1 {
    padding-left: 1em;
    padding-top: 4px;
}

.menuRight .link1 a {
    color: #000000;
    font-size: 1.1em;
}
.menuRight .link1 a:hover {
    color: #0087ba;

}

.menuRight .link2 {
    padding-left: 2em;
}

.menuRight .link2 a {
    color: #000000;
    font-size: 1.0em;

}
.menuRight .link2 a:hover {
    color: #0087ba;
}

.menuRight .link3 {
    padding-left: 3em;
    line-height: 16px;
}

.menuRight .link3 a {
    color: #000000;
    font-size: 0.8em;

}
.menuRight .link3 a:hover {
    color: #0087ba;
}



.main.style2.inactive.left .content {
    left: -86%;
}

.main.contentText.inactive.right .content {
    left: 120%;
}
.footerAddress {
  background-color: #fbfbfb;
  font-family: 'Roboto', Arial;
   color:#919191;
   font-size: 1.2em;
   line-height:1.3em;
   padding-top: 3.5em;
   padding-bottom: 2.5em;

}

.footerAddress a {
    color: #919191;
    font-size: 1.0em;

}
.footerAddress a:hover {
    color: #000000;
}

.footerCopyright {
  background-color: #182b4b;
  font-family: 'Roboto', Arial;
   color:#e0e0e0;
   font-size: 0.8em;
   padding-top: 0.8em;
   padding-bottom: 0.8em;

}


/* Work */

#work .row.images .image {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    top: 0;
    left: 0;
    opacity: 1.0;

}

#work .row.images .image img {
    max-width: 100%;
    width: auto;
    padding-top:10px;
}

#work .row.images.inactive .image {
    opacity: 0;
}

#work .row.images.inactive .image.from-left {
    left: -14em;
}

#work .row.images.inactive .image.from-right {
    left: 14em;
}

#work .row.images.inactive .image.from-top {
    top: -7em;
}

#work .row.images.inactive .image.from-bottom {
    top: 7em;
}
#work .row a {
    font-family: 'Roboto', Arial;
    font-size: 24px;
    line-height: 26px;
    color:#232d7d;
    text-align:center;
    text-decoration: none;
}

#work .row a:hover {
    color: #00bef3;
    text-decoration: none;
}

@keyframes LoadBox {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

.tekst  {
    color: #000000;
	font-size:0.8em;
}

.tekst  a {
    color: #000000;
}
.tekst a:hover {
    color: #ffffff;
}

.tresc {
    margin-top: 5em;
    font-family: 'Roboto', Arial;
    font-size:1em;
    color:#000000;

    text-align: left;
    animation: LoadBox 0.7s ease-in-out;

}

.tresc a{
    color: #232d7d;
}

.tresc a:hover{
    color: #fff401;
}

.tresc h1.title {
    font-family: 'Roboto', Arial;
    font-size: 1.8em;
    color: #182b4b;    
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal;
    position: relative;
    margin-bottom: 3em;
	font-weight:bold;
}

.tresc h1.title:after {
    content:'';
    position:absolute;
    width:50px;
    height:0.25vw;
    background:#33cdcd;
    bottom: -15px;
    left:0;
    right:0;
    margin:auto;
}

.tresc img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.tresc h1 {
    font-size:1.6em;
    color:#0b458d;
    font-family: 'Roboto', Arial; 
    font-weight:normal;
	margin-bottom:1em;
	margin-top:2.0em;
}

.tresc h2 {
    font-size:1.4em;
    color:#4275b5;
    font-family: 'Roboto', Arial; 
    font-weight:normal;
	margin-bottom:1em;
	margin-top:2.0em;

}

.tresc h3 {
    font-size:1em;
    color:#4275b5;
    font-family: 'Roboto', Arial; 
    font-weight:bold;
}

.tresc h4 {
    font-size:1em;
    color:#528f23;
    font-family: 'Roboto', Arial; 
    font-weight:bold;
}

.tresc hr {
    margin-top: 3em;
    margin-bottom: 3em;
    margin-left: 0;
    margin-right: 0;
    color: #33cdcd;
    background-color: #33cdcd;
    height: 1px;
    border-style: solid;
}

.moreInfoMain {
    max-width: 630px; border: solid red 0px; color: #ffffff;
}

.moreInfoImage {
    float: left; min-height: 265px; min-width: 260px; border: solid red 0px; margin-right: 5px; background-color: #e6e6e6; position: relative; 
}
.moreInfoImage img {
    border: solid 0px red; position: absolute;    top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; margin: 0 auto; text-align: center; max-width: 200px; max-height: 200px; width: auto; height: auto;
}
.moreInfoTitle {
    float: left; border: solid red 0px; min-width: 350px; min-height: 85px; background-color: #b7b7b7; text-align: center; line-height: 85px; font-size: 20px;
}
.moreInfoFileMain {
    float: left; border: solid red 0px; min-width: 350px; min-height: 85px; margin-top: 5px; background-color: #e6e6e6; color: #0099ff; position: relative;
}
.moreInfoFile {
    position: absolute;    top: 50%; transform: translateY(-50%); width: 100%; margin: 0 auto;
}
.moreInfoFile a {
    display: block; color: #0099ff; text-align: center; vertical-align:middle; font-size: 12px;
}
.moreInfoFile img {
    max-width: 32px;  height: 32px; vertical-align:middle; margin-bottom: 8px;
}
.moreInfoContact {
    float: left; border: solid red 0px; min-width: 350px; min-height: 85px; margin-top: 5px; background-color: #7e9fb2;
}
.moreInfoContact a {
    display: block; color: #ffffff; text-align: center; line-height: 85px; font-size: 24px;
}


.formBox {
    padding-top: 0em;
    padding-bottom: 3em;
    width:100%;
    max-width: 600px;
	text-align:center;
     margin: auto;

}
.formContainer {
    text-align: center;	
    max-width:600px;	
    border: solid red 0px;
    margin: auto;
	

}
.contactForm {
    margin: 0.8em auto;
    /*padding: 1.8em;*/
    width: 100%;

}



.contactForm .label {
    margin: 0.5em 10% 5px 0;
    float: left;
    display: block;
    line-height: 28px;
    min-width: 6em;
    text-align: left;
    font-size: 1.25em;

}

.contactForm .value {
    float: left;
    /*border: solid 1px red;*/
    width: 40%;
    text-align: left;
}

.contactForm .entry {
    clear: both;
    width: 100%;
}


.contactForm input[type="text"]  {
    background: #e8e8e8;
    border: 1px #18659f;
    border-radius: inherit;
    margin: 0;
    min-height: 2.2em;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    line-height: 1.4em;
    outline: 0 ;
    padding: 0.4em;
    width: 100%;
    border-radius: 0em;
    color: #686868;
    font-family: 'Roboto', Arial;
    font-size: 15px;

}

.contactForm input[type="text"]:focus  {
    -webkit-box-shadow: 0 0 12px 	#232d7d /*{a-active-background-color}*/;
    -moz-box-shadow: 0 0 12px 		#232d7d /*{a-active-background-color}*/;
    box-shadow: 0 0 12px 			#232d7d /*{a-active-background-color}*/;
}

#datepicker_in, #datepicker_out  {
    background: url("../../image/input_calendar.png") no-repeat center right 2px #ffffff;

}

.contactForm textarea  {
    background: #e8e8e8;
    border: 1px #18659f;
    border-radius: inherit;
    margin: 0;
    min-height: 15em;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    line-height: 1.4em;
    outline: 0 none;
    padding: 0.4em;
    width: 100%;
    border-radius: 0em;
    color: #686868;
    font-family: 'Roboto', Arial;
    font-size: 15px;
    min-width: 30em;
}

.contactForm textarea:focus  {
    -webkit-box-shadow: 0 0 12px 	#232d7d /*{a-active-background-color}*/;
    -moz-box-shadow: 0 0 12px 		#232d7d /*{a-active-background-color}*/;
    box-shadow: 0 0 12px 			#232d7d /*{a-active-background-color}*/;
}

.contactForm select  {
    background: #ffffff;
    border: 1px #18659f;
    border-radius: inherit;
    margin: 0;
    min-height: 2.2em;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    line-height: 1.4em;
    outline: 0 ;
    padding: 0.4em;
    width: 100%;
    border-radius: 0em;
    color: #686868;
    font-family: 'Roboto', Arial;
    font-size: 15px;
    -webkit-appearance:none;
    -moz-appearance:none;
    background: url("../../image/drop_down_arrow.png") no-repeat center right 2px #ffffff;

}
.contactForm select:focus  {
    -webkit-box-shadow: 0 0 12px 	#232d7d /*{a-active-background-color}*/;
    -moz-box-shadow: 0 0 12px 		#232d7d /*{a-active-background-color}*/;
    box-shadow: 0 0 12px 			#232d7d /*{a-active-background-color}*/;
}

input[type="submit"], input[type="button"] {
    background: none repeat scroll 0 0 #232d7d;
    border: medium none;
    border-radius: 0px;
    box-shadow: 0 -10px 20px #232d7d inset;
    color: #fff;
    cursor: pointer;
    margin-left: 0px;
    padding: 7px 20px;
}

.breadCrumbs {
    position: absolute; 
}

.breadCrumbs a{
    font-size: 0.8em;
}

.pager a {
    /*	color: red;*/
    margin-left: 1em;
}
.pager a.selected {
    font-weight: bold;
}

.searchButton {
    margin-left: -29px; 
    padding-top: 0px; 
    height: 36px; 
    background: #0087ba; 
    border: 0px; 
    color: #fff;
    display: none;
}
.searchButtonSmall {	
    height: 31px; 
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
    width   : 28px;
    margin  : 0;
    padding : 0;
    opacity : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
    display      : inline-block;
    margin-left  : -28px;
    padding-left : 28px;
    background   : url('../../image/checks.png') no-repeat 0 0;
    line-height  : 24px;
}

input[type=checkbox]:not(old):checked + label{
    background-position : 0 -24px;
}

input[type=radio]:not(old):checked + label{
    background-position : 0 -48px;
}

@media only screen and (max-width: 1280px) {
  div.menuRwd {
       display: block;
        background: url("../../image/mobile_menu_black.png") right top no-repeat;
        /*width: 100%;*/
        height: 39px;
        /*position: relative;*/
        top: 265px;
        z-index: 100; 
        background-color: #fff;
        margin-top: 50px
    }

    .menu {
        display: none;
        position: absolute;
        line-height: initial;
        background-color: #fff;
        width: 100%;
        margin-top: 1px;
    }
    
    .menuContainer {
      padding-top: 0px !important; 
    }
  
}

/*@media only screen and (max-width: 769px) {*/
@media only screen and (max-width: 769px) {

    div.menuRwd {
       display: block;
        background: url("../../image/mobile_menu_white.png") right top no-repeat;
        width: 100%;
        height: 39px;
        /*position: relative;*/
        top: 265px;
        z-index: 100; 
        background-color: #182b4b;
        margin-top: 0px
    }

    .menu {
        display: none;
        position: absolute;
        line-height: initial;
        background-color: #fff;
        width: 100%;
        margin-top: 1px;
    }
    
    .menuContainer {
      padding-top: 0px;
    }

    .header {

        /*width: 375px;*/
        /*position: fixed;*/
        /*height: 200px;*/
    }
    
    .fotopvSG h2 {
        font-size: 1.8em;
    }

    .top {
        height: 161px;
    }

    .navigation {
       position: relative;
       top: 5px;
    }
    .logo {
        background: url("../../image/logo_parioprint.jpg") center top no-repeat;
        background-size: 173px;
        overflow: hidden;
        display: block;
        text-indent: -9999px;
        width: 100%;
        min-width: 220px;
        background-color: #182b4b;
        /*height: 178px;*/
        /*background-size: 330px 150px;*/
    }
    h1.logo {
       margin-top: 2px;
    }

    .logo a {
        height: 80px;
    }
    
    .offsetPrint, .activeOffsetPrint, .activePackPrint, .packPrint, .packPrint a, .offsetPrint a {
      line-height: 4em;
	  font-size: 0.7em;
  letter-spacing:0.1em;
    }
    

    .slider {
        display: block;

    }
    
    .desc-wrap, .sliderBox, .socialBox, .searchBox, .sliderBox,.boxGreen ,.boxRed  {
      display: none;
    }

    #intro {
        margin-top: 2em;
    }
    #intro .container {
        max-width: 70%;
    }

    .containerSecurity, .containerEnergy, .containerProperty {
        max-height: 14em; 
        margin-bottom: 4em;
    }
    .securityIcon, .energyIcon, .propertyIcon {
        height: 9em;
        background-size: contain;
        margin-bottom: 0em;
    }

    .introBox {
        /*max-height: 12em;*/
        font-size: 1.4em;


    }

    .tresc {
        margin-top: 8px; 
    }
    .columnRight {
        float: right;
        background-color: #cd8927;
        /*margin-top: -49px;*/


    }
    div.menuSubRwd {
        display: block;
        background: #232d7d url("../../image/mobile_menu_white.png") left top no-repeat;
        width: 100%;
        height: 39px;
        /*position: fixed;*/
        left: 0px;
    }

    .menuRight {
        display: none;
    }

    .moreLink {
        display: block;
    }

    #nav {
        background: #232d7d;
    }
    #nav li {
        display: inline-block;
        position: static;
        border-top: 1px solid #f4e5c9;
        position: relative;
        width: 100%;
    }

    #nav li a {
        display: block;
        
    }

    #nav li a:hover {
        display: block;
    }

    #nav li a.moreLink {
        position: absolute;
        top: 0;
        right: 0;
    }

    #nav ul {
        position:static;
        left: 0;
        transform: translate(0, 0);
        top: 0px;
        display:  none; 
        margin: 0 0 0 0px;
        padding: 0;
        list-style: none;
        line-height: 0;
        width: 100%;
        background-color: #f4e5c9;
    }

    #nav ul li {
        line-height: 14px;
        padding: 0;
        border: 0px;
        margin: 0;
        background-color: #f4e5c9;
        width: 100%;

    }

    #nav ul li a {
        line-height: 80px;
        padding: 5px;
        background-color: #f4e5c9;
    }
    #nav ul li a:hover {
        line-height: 80px;
        padding: 5px;
        background-color: #f4e5c9;
        border-top: 0px solid #f4e5c9;
        border-bottom: 0px solid #232d7d;
    }


    .find {
        left: auto;
        right: 0;
        top: 0;
        display: none;

    }
    .find2 {
        width: 100%;
        background-color: #eaeff4;
        display: block;
    }

    .find2 input {
        width:185px; 
        height:40px; 
        padding-left:15px;
        font-family: 'Roboto', Arial; 
        font-size: 15px; 
        color: #6f6f6f; 
        border: 1px solid #cacaca;
    }

    .find-small input {
        height:35px;
    }
    .langIcon {
        left: 0px;
        top: 0;
        right: 1px;
    }
    .langIcon a {
        position: absolute;
        right: 5px;
        bottom: -15px;
    }
    .langIcon-small {
        bottom: -145px;
        margin-top: 20px;
    }

    .main.footer .address, .main.footer .copyright {
        padding-left: 0px;
        text-align: center;
    }

    .main.contentText {
        padding: 0.5em;
    }

    .menuRight {
        padding: 0.5em;
        line-height: 20px;
    }
    .moreInfoImage, .moreInfoTitle, .moreInfoFileMain, .moreInfoContact, .moreInfoFileMain   {
        width: 100%;
    }
    .moreInfoTitle {
        margin-top: 5px;
    }

    .contactForm .value {
        width: 100%;
        text-align: left;
    }
    .contactForm .label {

        display: block;
        line-height: 28px;
        min-width: 14em;
        text-align: left;
        font-size: 1.4em;
        color: #656977;
    }
    .contactForm .value img {
        max-width: 100%;
        height: auto;
        width: auto;
    }
}

@media only screen and (max-width: 1280px) {

    .main.contentText.right .content {
        left: 0;
    }	
    .main.contentText .content {
        width: 100%;
        padding: 0;
    }
    .main.style2.right .content {
        left: 0;
    }
    .main.style2 .content {
        width: 100%;
        padding: 0;
    }
    .breadCrumbs {
        left: 1%;
    }
    
     #nav li a {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 60px;
    }
    
     #nav {
        background: #232d7d;
    }
    #nav li {
        display: inline-block;
        position: static;
        border-top: 1px solid #f4e5c9;
        position: relative;
        width: 100%;
    }

    #nav li a {
        display: block;
        
    }

    #nav li a:hover {
        display: block;
    }

    #nav li a.moreLink {
        position: absolute;
        top: 0;
        right: 0;
    }

    #nav ul {
        position:static;
        left: 0;
        transform: translate(0, 0);
        top: 0px;
        display:  none; 
        margin: 0 0 0 0px;
        padding: 0;
        list-style: none;
        line-height: 0;
        width: 100%;
        background-color: #f4e5c9;
    }

    #nav ul li {
        line-height: 14px;
        padding: 0;
        border: 0px;
        margin: 0;
        background-color: #f4e5c9;
        width: 100%;

    }

    #nav ul li a {
        line-height: 80px;
        padding: 5px;
        background-color: #f4e5c9;
    }
    #nav ul li a:hover {
        line-height: 80px;
        padding: 5px;
        background-color: #f4e5c9;
        border-top: 0px solid #f4e5c9;
        border-bottom: 0px solid #232d7d;
    }


}
@media only screen and (max-width: 1024px) {

    #nav li a {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 60px;
    }
    
    
   

}


@media print {
    .header, .slider, .columnRight, .footer, #main  {
        display: none;
    }
    .main.contentText .content {
        display: none;


    }
    .main.contentText {
        padding: 0;
    }

    table { page-break-inside:auto }
    tr    { page-break-inside:avoid; page-break-after:auto }
    thead { display:table-header-group }
    tfoot { display:table-footer-group }
    .main.contentText.right .content {
        left: 0;
        padding: 0;
    }

    .sticky-wrapper {
        height: 0px !important;
        display: none !important;
    }
    p{
        page-break-after: auto ;
    }

    .printContainer {
        display: block;
    }
}