body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}


    .sticky-image-wrapper{
        position: fixed;
        bottom: 20px;
        width: 100%;
		z-index: 99999;
    }

    .sticky-image-wrapper img{
        display: table;
        position: relative;
        margin: auto;
		width: 1100px;
   }


h2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	color: #333;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #555;
}
h4 {
	font-size: 14px;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #dd3737;
	font-weight: 400;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
	color: #EE7676;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
/* Nav */
#menu {
	padding: 5px 0px 5px 0px;
	transition: all 0.8s;
}
.menu1 {
	padding: 5px 20px 5px 20px;
	transition: all 0.8s;
}
.menu2 {
	padding: 10px 20px 20px 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 30px rgba(0,0,0,0.2)
}
#menu a.navbar-logo {
	
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #555;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
	text-decoration: none;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #dd3737;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #dd3737 !important;
	background-color: transparent;
}

.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #1b6d3f;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section-title h2::after {
	position: absolute;
	content: "";
	background-color: #dd3737;
	height: 3px;
	width: 150px;
	bottom: -1px;
	left: 0;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #dd3737;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0px;
	transition: all 0.3s;
	text-decoration: none;
	border: 2px solid #fff;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #EE7878;
	text-decoration: none;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header */


#get-touch {
	padding: 10px 0 10px;
	color: rgba(255,255,255,.7);
	background: #888;
}


/* o nas */
#about {
	padding: 110px 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#about h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#about h2::after {
	position: absolute;
	content: "";
	background-color: #dd3737;
	height: 3px;
	width: 150px;
	bottom: -1px;
	left: 0;
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#about .about-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #1f386e;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#about .img-lewy {
	padding: 20px;
	width: 500px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#about p {
	line-height: 24px;
	margin: 30px 0;
}


/* oferta */
#offer {
	padding: 110px 0;
	background: #f6f6f6;
}
#offer h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
}
#offer h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#offer h2::after {
	position: absolute;
	content: "";
	background-color: #dd3737;
	height: 3px;
	width: 150px;
	bottom: -1px;
	left: 0;
}
#offer .offer-text ul {
	padding-bottom: 20px;
}

#offer .offer-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#offer .offer-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #dd3737;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}

#offer p {
	line-height: 24px;
	margin: 30px 0;
}


/* realizacje */
#services {
	padding: 100px 0;
}
#services .service-media {
	margin: 10px;
}
#services .service-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#services .service-desc {
	margin: 10px 10px 20px;
}
#services h3 {
	font-weight: 700;
	padding: 5px 0;
	text-decoration: none;
	color: #555;
}

#services h3 a{
	font-weight: 700;
	padding: 5px 0;
	text-decoration: none;
	color: #555;
}

#services h3 a:hover, a:focus {
	text-decoration: underlone;
	color: #EE7676;
}

#services .service-desc hr {
	margin-left: 0;
}




/* galeria */
#portfolio {
	padding: 40px 0 100px 0;
	background: #f6f6f6;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(124, 124, 124, 0.8);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}

/* kontakt */
#contact {
	padding: 110px 0;
	background: #f6f6f6;
}
#contact h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#contact h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#contact h2::after {
	position: absolute;
	content: "";
	background-color: #dd3737;
	height: 3px;
	width: 150px;
	bottom: -1px;
	left: 0;
}
#contact .contact-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#contact .contact-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #1f386e;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#contact .img-lewy {
	padding: 20px;
	width: 500px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#contact p {
	line-height: 24px;
	margin: 30px 0;
}



/* pokaz */
#show {
	padding: 110px 0 10px 0;
}
#show h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#show h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

#show .show-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#show .show-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #1f386e;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#show .img-lewy {
	padding: 20px;
	width: 500px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#show p {
	line-height: 24px;
	margin: 30px 0;
}



/* lista */
#list {
	padding: 110px 0;
}
#list .tytul {
	font-size: 18px;
	margin: 20px 0 0px 0;
	padding: 5px 0;
	text-decoration: none;
}

#list .list-text {
	margin: 0 0 20px 0;
	font-size: 14px;
}

#list .tytul a{
	font-size: 20px;
	padding: 5px 0;
	text-decoration: underline;
}

#list .data {
	font-size: 16px;
	color: #555;
	padding: 0 10px 0 0;
}

#list .tytul a:hover, a:focus {
	text-decoration: none;
	color: #EE7676;
}

#list p {
	line-height: 24px;
	padding: 0 0 0 0;
	
}


/* Footer */
#footer {
	background: #333;
	padding: 30px 0 20px 0;
}
#footer p {
	color: #ccc;
	font-size: 14px;
}
#footer a {
	color: #EA7878;
}
#footer a:hover {
	color: #dd3737;
}

@media (max-width: 768px) {
#about img {
	margin: 50px 0;
}
}



/* start slideshow */        
#slideshow
	{
	padding-bottom: 0px;
	}

.flexslider {

  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #fff;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
 
  min-width: 648px;
  min-height: 270px;
  
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-caption-lower {
  color:white;
  margin: 0;
  position: absolute;
  top: 200px;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
	
.flexslider .btn
{
	
    background: #dd3737;
    border-radius: 0px;
    border: 1px solid #fff;
    color: #FFFFFF;
    font-weight: bold;
    margin: 240px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 150px;
    padding: 12px 10px 10px 10px;
}
.flexslider .btn:hover,
.flexslider .btn:focus {
    background: #444;
    color: #fff;
    border: 2px solid #dd3737;
}




@media only screen and (max-width: 1199px) {
    .flexslider h1 { font-size: 30px; }
    .flexslider h2 { font-size: 24px; }
	.slider-caption-lower {
		top: 0;
	}
	
    .sticky-image-wrapper{
        
    }

    .sticky-image-wrapper img{
		width: 800px;
   }
	
}

/* start  768 media quires */
@media only screen and ( max-width: 768px ) {

    .flexslider h1 { font-size: 26px; }
    .flexslider h2 { font-size: 18px; }
    .slide-slider-btn { 
        margin-top: 10px; 
        width: 180px;
        height: 40px;
        padding-top: 8px;
		

    }

	.slider-caption-lower {
		top: 0;
	}
	
    .sticky-image-wrapper{
        
    }

    .sticky-image-wrapper img{
		width: 760px;
   }
}
/* end  768 media quires */

/* start  600 media quires */
@media only screen and ( max-width: 640px ) {   
    .flexslider h1 { font-size: 20px; }
    .flexslider h2 { font-size: 14px; }
    .slide-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px; 
    }

	.slider-caption-lower {
		top: 0;
	}
	
    .sticky-image-wrapper img{
		width: 500px;
   }
}
/* end  600 media quires */

/* start  360 media quires */
@media only screen and ( max-width: 360px ) {
  
	.slider-caption-lower{
		top: 0;
	}
	

}    


/* end slideshow */

