/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  PAGE STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font: normal 100%/1.4 sans-serif;
}

section {
  padding: 0;
  margin: 0 0 -5px 0;
  min-height: 400px;
  width: 100%;
  display: inline-block;
}



/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

.menu_cont {
  z-index: 3;
  width: 100%;
  position:absolute;
  text-align:center;
  transition-duration:0.5s;
  -webkit-transition-duration:0.5s;
}
.menu_cont.move {
	background-color: rgba(222, 235, 246, 0.7);
	background: rgba(222, 235, 246, 0.7);
	color: rgba(222, 235, 246, 0.7);
    position: fixed;
	color: #2e466e;
    top: 0;
    left: 0;
    right: 0;
}
.menu_cont.move a {
	color: #2e466e;
}
.menu_cont.move a:hover {
	color: #0079b1;
}

/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight:400;
  font-size:1.25em;
  text-decoration: none;
  text-align: center;
  padding: 0.5em 1em;
  color: #fff;
  width: 100%;
  float: left;
  border-radius: 7px;
}
.nav-collapse a:hover {
	color: #CCC;
}

.nav-collapse a:active,
.nav-collapse .active a {
	text-decoration: underline;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    padding: 1.02em 2em;
    border-top: 0;
    float: left;
    margin: 0;
  }
  /* ******************************************************************************************************************************** */
	.menu_center {
	display:inline-block;
	z-index:-1;
	margin-bottom:-5px;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #000; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}



.logo {
	margin: 0 auto;
	padding: 10px 0;
	width:35%;
	max-width:400px;
	text-align:center;
}
.logo_img {
	width: 40%;
	display: inline;
	z-index:2;
	transition-property: transform;
	transition-duration: 0.2s;
}
.logo img:hover {
	transform: scale(1.1, 1.1);
}

.partnerzy_slider {
	margin: 0;
	display:block;
	width:100%;
	height: 550px;
}
.cien_box {
	-webkit-box-shadow:0px -100px 100px -100px #000 inset;
	-moz-box-shadow:0px -100px 100px -100px #000 inset;
	box-shadow:0px -100px 100px -100px #000 inset;
}


.kontener_numer {
	font-family: 'Barlow Condensed', sans-serif;
	font-size:1.25em;
	text-align:center;
	color:#ccc;
	font-weight:300;
	padding: 5px 0;
	width: 100%;
	margin: 0 auto;
	margin-top:70px;
	display: inline-block;
	text-transform:uppercase;
}
.kontener_ofirmie {
	padding: 80px 0 120px 0;
	width: 100%;
	display: inline-block;
}
.kontener_ofirmie_foto {
	padding: 2% 4% 0 2%;
	width: 36%;
	display: inline-block;
	text-align: right;
	float: right;
	z-index:1;
}
.kontener_ofirmie_foto_img01 {
	width: 94%;
	border: #fff solid 10px;
	display: inline;
	z-index:2;
	-webkit-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.7); 
	box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.7);
	transition-property: transform;
	transition-duration: 0.2s;
	transform: rotate(-5deg);
}
.kontener_ofirmie_foto img:hover {
	transform: scale(1.2, 1.2);
}
.kontener_ofirmie_tekst h4 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.44em;
	font-weight:400;
	text-align:right;
}
.kontener_ofirmie_tekst p {
	font-family: 'Barlow Condensed', sans-serif;
	padding: 15px 0;
}
.kontener_ofirmie_tekst {
	padding: 25px 2%;
	width: 54%;
	margin: 0;
	display: inline-block;
	z-index:-1;
	float: left;
	text-align: justify;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.33em;
	color: #1e4e79;
	border-top: solid 1px #CCCCCC;
}
.kontener_oferta {
	width: 100%;
	display: inline-block;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.33em;
}
.kontener_oferta h4 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.44em;
	font-weight:400;
	color: #1e4e79;
	text-align: left;
	padding: 25px 0 25px 5%;
	display: inline-block;
	float: left;
	width: 95%;
	border-top: solid 1px #fff;
}
.kontener_oferta_tekst {
	padding: 80px 0 120px 0;
	margin: -1px 0 -10px 0;
	width: 50%;
	display: inline-block;
	float: right;
	background-color: rgba(255, 255, 255, 0.7);
	background: rgba(222, 255, 255, 255, 0.7);
	color: rgba(255, 255, 255, 0.7);
}
.kontener_oferta_foto {
	padding: 120px 5%;
	width: 40%;
	display: inline-block;
	float: left;
	text-align: center;
}
.kontener_oferta_foto_img01 {
	width: 65%;
	border: #fff solid 10px;
	display: inline;
	-webkit-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.7); 
	box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.7);
	transform: rotate(-5deg);
	transition-property: transform;
	transition-duration: 0.2s;
}
.kontener_oferta_foto_img02 {
	width: 65%;
	border: #fff solid 10px;
	display: inline;
	-webkit-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.7); 
	box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.7);
	transform: rotate(5deg);
	transition-property: transform;
	transition-duration: 0.2s;
}
.kontener_oferta_foto img:hover {
	transform: scale(1.2, 1.2);
}
.kontener_oferta_tekst p {
	padding: 30px 5%;
	text-align: justify;
	font-family: 'Barlow Condensed', sans-serif;
	color: #1e4e79;
	border-bottom: dashed 1px #fff;
}

.kontener_realizacje {
	padding: 0;
	width: 100%;
	display: inline-block;
}
.kontener_realizacje h4 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.44em;
	font-weight:400;
	text-align:right;
}

.kontener_kontakt {
	padding: 80px 0 80px 0;
	width: 100%;
	display: inline-block;
}
.kontener_kontakt_tekst {
	padding: 50px 5%;
	width: 30%;
	margin-right: 10%;
	display: inline-block;
	float: right;
	background-color: rgba(255, 255, 255, 0.62);
	background: rgba(255, 255, 255, 0.62);
	border-radius: 7px;
}
.kontener_kontakt_tekst p {
	padding: 10px;
	text-align: left;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.33em;
	color: #1e4e79;
}
.kontener_kontakt_tekst h1 {
	padding: 10px;
	text-align: left;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.66em;
	font-weight: 600;
	color: #1e4e79;
}
.kontakt_mapa {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 350px;
	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.kontener_kontakt_formularz {
	text-align: left;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.33em;
	color: #1e4e79;
	padding: 50px 5%;
	width: 20%;
	margin-left: 10%;
	display: inline-block;
	float:left;
	background-color: rgba(255, 255, 255, 0.62);
	background: rgba(255, 255, 255, 0.62);
	border-radius: 7px;
}
.kontakt_formularz {
	background: none;
	margin-bottom: 10px;
	border: 0;
	border-bottom: 1px solid #9cc3e5;
	text-align: left;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.33em;
	color: #1e4e79;
	width: 100%;
}
.kontakt_formularz_textarea {
	background-color:rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
	border: 0;
	text-align: left;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.33em;
	color: #1e4e79;
	width: 100%;
}
.kontakt_formularz_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	float: right;
	cursor:pointer;
	color:#666666;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.9em;
	color: #1e4e79;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.kontakt_formularz_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.kontakt_formularz_btn:active {
	position:relative;
	top:1px;
}

.stopka {
	width: 80%;
	margin: 0;
	margin-top: -6px;
	padding: 25px 10%;
	background: #fff;
	text-align: center;
	font-family: 'Assistant', sans-serif;
	font-size: 1.33em;
	color: #9cc3e5;
}