html,body{
	overflow-x: hidden;
}

.navbar_main ul{
	text-align: center;
	padding-left: 0;
	margin-top: 35px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mvp{
	background-color: #F1F1F1;
	padding: 50px 0;
}

.mvp p{
	color: #000 !important;
	font-size: 20px;
    font-weight: 300;
}

.navbar_main ul li{
	display: inline-block;
	list-style-type: none;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar_main ul li a{
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
}

header.affix ul li a{
	color: #000;
}

header.affix ul{
	margin-top: 17px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-new{
	padding: 11px 22px;
	font-size: 15px;
	text-transform: uppercase;
}

header .btn{
	color: #fff;
	border-color: #fff;
	border-radius: 0;
	background-color: transparent;
	margin-top: 25px;
	border-bottom: 3px solid #fff;
}

header.affix .btn{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
	border-color: #000;
	border-bottom: 3px solid #000;
}

#slideanimation{
	position: relative;
	top: 0;
	left: 0;
	height:100vh;
	width:100%;
}

.homeslider{
	height:100vh;
	width:100%;
}

.homeslider .slide{
	width: 100%;
	height:100vh;
	background-color: transparent;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}

#sekcje_oferta section{
	background-color: #E8E8E8;
	width: 100%;
	padding: 90px 0; 
}

#sekcje_oferta section h1, #etapy h1{
	font-size: 70px;
	line-height: 70px;
	font-weight: 200;
	color: #000;
	text-transform: uppercase;
}

#sekcje_oferta section p{
	font-size: 20px;
	font-weight: 300;
}

#sekcje_oferta section .btn{
	padding: 13px 37px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 0;
	width: 200px;
}

.empty_footer_fix{
	height: 125px;
	display: block;
}

#etapy{
	padding: 90px 0;
}

#etapy h1{
	font-size: 60px;
}

.etap h2{
	color: #000;
	font-size: 50px;
	font-weight: 700;	
}

.etap p{
	font-size: 20px;
	color: #000;
	margin-top: 13px;
}

.slick-prev:before, .slick-next:before { 
	font-family: FontAwesome; 
	font-size: 40px; 
	line-height: 1; 
	color: #000; 
	opacity: 0.75; 
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}   

.slick-prev:before { content: "\f104"; color: #000; font-size: 80px; }
.slick-next:before { content: "\f105"; color: #000; font-size: 80px; }
.slick-prev, .slick-next{ top: 20%; }

#etapy .btn, .instagram .btn{
	margin-top: 50px;
	background-color: transparent;
	color: #000;
	border-color: #000;
	padding: 11px 22px;
	font-size: 15px;
	text-transform: uppercase;

	border-radius: 0;
	margin-top: 25px;
	border-bottom: 3px solid #000;
}

.page-template-page-onas .navbar_main ul li a, .post-type-archive-projekty .navbar_main ul li a, .page-template-page-kontakt .navbar_main ul li a, .page-template-blog .navbar_main ul li a{
	color: #000 !important;
}

.page-template-page-onas .st0, .post-type-archive-projekty .st0, .page-template-page-kontakt .st0, .page-template-blog .st0 {
    fill: #000 !important;
}

.page-template-page-onas header .btn, .post-type-archive-projekty header .btn, .page-template-page-kontakt header .btn, .page-template-blog header .btn{
	color: #000;
    border-color: #000;
    border-bottom: 3px solid #000;
}

.logo-img{
	height: 30px !important
}

.projekty-archive{
	margin-top: 100px;
}

.single-projekt{
	display: block;
	margin-bottom: 30px;
	position: relative;
	margin-top: 13px;
}

.single-projekt:after{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.single-projekt:hover:after{
	opacity: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.single-projekt h2{
	position: absolute;
	font-size: 25px;
	top: calc(50% - 44px);
	color: #fff;
	z-index: 999;
	opacity: 0;
	font-size: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	left: 0;
	right: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.single-projekt:hover h2{
	opacity: 1;
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.navbar_main ul li.active{
	opacity: .9;
	font-weight: bold;
}

.navbar_main ul li.active a{
	/*border-bottom: 1px solid #000;*/
}

.single-projekt .btn{
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	left: 0;
	right: 0;
	position: absolute;
	top: calc(50% + 60px);
	z-index: 999;
	width: 200px;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 0;
	padding: 11px 22px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: #D6218A;
	border-color: #000;
	color: #fff;
	border-bottom: 3px solid #000;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.single-projekt:hover .btn{
	opacity: 1;
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

		.instagram-thumbnail {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    height: 16.66667vw;
    -webkit-transition: -webkit-filter .5s ease;
    transition: -webkit-filter .5s ease;
    transition: filter .5s ease;
    transition: filter .5s ease, -webkit-filter .5s ease;
    -webkit-filter: brightness(.9) opacity(1);
    filter: brightness(.9) opacity(1);
	display: block;
}
@media (min-width: 1200px) {
    .instagram-thumbnail {
        float: left;
        width: 16.66667%
    }
}
.instagram-thumbnail:hover {
    -webkit-filter: brightness(1) opacity(1);
    filter: brightness(1) opacity(1)
}

.instagram {
    text-align: center;
	width: 100%;
    background-color: #e8e8e8;
	display: block;
	position: relative;
	z-index: 99;
	top: 25px;
}

.instagram__title {
    font-size: 1.25vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin: 0;
}

body{
	overflow-x: hidden;
}

.js-instapic--darken {
    -webkit-filter: brightness(.4) opacity(.55);
    filter: brightness(.4) opacity(.55)
}

@media (max-width: 768px) {
	
	 .instagram-thumbnail{
		 height: 100px;
	 }
	 
	 .instagram__title{
		font-size: 20px;
	 }
	
}

#naszinsta hr{
	border-top: 2px solid #000;
}

#naszinsta h3{
	color: #000;
	text-transform: uppercase;
	margin: 0;
	margin-top: 5px;
}

.links-list.a-text-cont li a{
	text-transform: uppercase;
}

.fixedlogo{
	display: block;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 80%;
	right: 0;
	top: 80vh;
	width: 100px;
	opacity: .5;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fixedlogo img{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fixedlogo:hover{
	opacity: 1;
	-webkit-filter: drop-shadow( 0px 0px 8px rgba(0,0,0, .2) );
	        filter: drop-shadow( 0px 0px 8px rgba(0,0,0, .2) );
}

.projecttitle{
	text-transform: uppercase;
	color: #000;
	/*font-weight: 400;*/
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 1px;
}

/*.projecttitle strong{
	font-weight: 800;
}*/

.slick-prev, .slick-next{
	width: 70px;
	height: 70px;
}

header .btn{
	padding: 8px 19px !important;
}

.header.affix.no-transparent .logo-2, header.affix .logo-2{
	padding-top: 15px;
}

header ul li a:after{
	content: " ";
	display: block;
	width: 0;
	height: 2px;
	background-color: #000;
	margin: 0 auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

header ul li.active a:after{
	width: 100%;
}

header ul li a:hover:after{
	width: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn:hover{
	background-color: #D6218A !important;
	color: #fff !important;
}

@media (max-width: 768px){
/*	.homeslider, .homeslider .slide, #slideanimation {
	    height: 30vh;
	}*/

	#sekcje_oferta section h1, #etapy h1{
		font-size: 30px;
		    line-height: 40px;
	}

	section .btn{
		width: 100% !important;
	}

	.etap h2{
		text-align: center;
		font-size: 40px;
	}

	.etap p{
		font-size: 15px;
		text-align: center;
	}

	.slick-next:before, .slick-prev:before{
		font-size: 40px;
	}

	.slick-prev, .slick-next{
		z-index: 999;
	}

	.header.no-transparent .logo-2, .logo-2 {
	    padding: 7px 0 1px 0px;
	}

	.header-wrapper{
		background-color: #fff;
	}

	#Layer_1 > path:nth-child(2), .st0{
		fill: #000 !important;
	}

	#slideanimation{
		padding-top: 30px;
	}

	#sekcje_oferta section{
		padding: 10px 0 30px 0;
	}

	#naszinsta h3{
		margin-left: 10px;
	}

	.instagram .btn{
		width: 180px !important;
	}
}





















.mobile-nav-button {
  width: 35px;
  position: absolute;
  margin: 1rem;
  right: 0;
  top: 0;
  z-index: 9999999;
  cursor: pointer;
  width: 35px;
  height: 30px;
}

.mobile-nav-button .mobile-nav-button__line {
  width: 100%;
  height: 4px;
  background: #0e0e0e;
  position: relative;
  transition: 1s ease;
}

.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) { margin: 0.5rem 0; }

.mobile-nav-button .mobile-nav-button__line--1 {
  transform: rotate(45deg);
  top: 13px;
  position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--2 { display: none; }

.mobile-nav-button .mobile-nav-button__line--3 {
  transform: rotate(135deg);
  top: 13px;
  position: absolute;
}

.mobile-menu {
  display: block;
  max-width: 500px;
  width: 100%;
  right: -100%;
  height: 100vh;
  background: #d7218a;
  position: absolute;
  z-index: 9998;
  transition: 0.6s ease;
  top: 0;
  opacity: 0;
}

.mobile-menu ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

.mobile-menu ul li { list-style: none; }

.mobile-menu ul li a {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  line-height: 45px;
}

.mobile-menu ul li a:after {
  content: '';
  background: #0e0e0e;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
  transition: 0.4s ease;
}

.mobile-menu ul li a:hover { color: #fff; }

.mobile-menu ul li a:hover:after { right: 0; }

.mobile-menu img {
  position: absolute;
  width: 150px;
  display: block;
  left: 50%;
  top: 3rem;
  transform: translatex(-50%);
  padding: 0;
  text-align: center;
}

.mobile-menu--open {
  right: 0;
  opacity: 1;
}

.langswitch{
	margin-left: 20px;
}

header a.langswitch{

	margin-top: 31px;
    display: block;
    float: right;
	font-weight: bold;
	color: #fff;

}

header.affix a.langswitch{

	margin-top: 17px;
	color: #000; 

}