@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);


body, html{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}
@media (min-width: 1200px){
	.container {
		width: 960px;
	}
}







.logo {
    height: 80px;
    left: 30px;
    max-width: 300px;
    position: fixed;
    top: 30px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease; 	
}

.logo.stick {
    height: 50px;
    left: 20px;
    top: 15px;
}

.logo_small.showlogo{
    top: 20px;	
}

.ico-fb.stick {
    right: 75px!important;
    top: 20px!important;
}
.ico-menu.stick {
    right: 20px!important;
    top: 20px!important;
}

.top_ico.stick {
    top: 20px;
}

.navmenu{
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease; 	
	    overflow: hidden;
		 pointer-events: normal;

}

.navmenu.offscreen {
    opacity: 0;
    z-index: 1;
	 pointer-events: none;
}

.close i{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease; 	
    background: #0792a7;		
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    width: 40px;
	text-align:center;
}
.close i:hover{
background: #0eb4be;

}
h1{
	font-weight: 700;
	font-size: 46px;
}

h2{
	
	font-size: 20px;
	   margin-top: 0;
}
h3{
	font-size: 14px;
	font-style: italic;
	font-weight: 100;
	line-height: 26px;
}

h4{
	text-transform: uppercase;
	font-size: 16px;
	word-spacing: 2px;
}
h5{
	text-transform: uppercase;
	font-size: 12px;
	word-spacing: 2px;
}
h6{
	text-transform: uppercase;
	font-size: 10px;
	word-spacing: 2px;
	letter-spacing: 2px;
}

p{
	font-weight: 400;
}
.toleft {
    text-align: left;
}
hr {
    border-color: #0792a7;
    border-width: 3px;
    width: 20px;
	margin:10px auto 30px;
}
a {color: #222222}
a:hover,
a:focus{
	color: #0792a7;
	text-decoration: none;
}
.white{
	color:#fff;
}

.obsluga {
    font-size: 14px;
    text-align: center;
	color:#fff;	
}
.obsluga a{
	    font-size: 16px;
color:#0792a7!important;
}
#home{
	background: url(../img/bg1.jpg);
	background-size: cover!important;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: auto;
	min-height: 100vh;	
	color: #ffffff;
}
#home a.down-btn span.fa.fa-angle-down {
	font-size: 26px;
	border-radius: 2px;
	padding: 7px 5px;
	position: relative;
	margin-top: 50px;
	color: #f4c600;
	cursor: pointer;
	border:none;
}

#home .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}



.tagline {
    color: #fff;
    font-family: montserrat;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0 0 10px #000;
}

.tagline > span {
    display: block;
    font-family: montserrat;
    font-size: 29px;
    font-weight: 200;
    text-shadow: 0 0 5px #000;
}

.header-text.btn{
	border: 1px solid #ffffff;
	border-radius: 0;
	padding: 10px 30px;
	height: 100px;
}
.header-text.btn:hover{
	color: inherit;
}
.header-text.btn:focus, 
.header-text.btn:active:focus, 
.header-text.btn.active:focus, 
.header-text.btn.focus, 
.header-text.btn:active.focus, 
.header-text.btn.active.focus {
	outline: thin dotted transparent;
	outline: none;
	outline-offset: -2px;
}
.typed-cursor {
	opacity: 1;
	padding: 10px 2px;
	background: #ffffff;
	margin: 10px;
	-webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
span.typed-cursor {
	top: -5px;
	position: relative;
}
/*.header-text{
	margin-top: 20px;	
	position: absolute;
	border: 1px solid #ffffff;
	left: 25%;
	right: 25%;
}
.header-text h1{
	padding: 20px;
	position: relative;
	margin: 0 auto;
}*/

nav#menu {
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 30px;
    top: 30px;

    width: 40px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease; 	
}

nav#menu .menu_ico {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease; 	
    background: #0792a7;		
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

nav#menu .menu_ico:hover {
background: #0eb4be;
}

.fa-facebook {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease; 	
    background: #0792a7;		
    border-radius: 50%;
    color: #fff!important;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    width: 40px;
	    position: fixed;
    right: 85px;
    top: 30px;
}

.fa-facebook:hover {
background: #0eb4be;
}

.dalej {
    bottom: 10px;
    color: #000;
    font-size: 40px;
    margin: 10px 0 0;
    position: absolute;
}


.bounce {
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease; 	
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
     background: #0792a7;
    border-radius: 50%;
    color: #fff;
	 height: 40px;
    width: 40px;
}

.bounce:hover {
background: #0eb4be;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}


.page-scroll{
	outline:none!important;
}



.section {
    padding: 70px 0;
}



#cta, #cytat, #footer{
background: #009e95; /* Old browsers */
background: -moz-linear-gradient(-45deg, #00668c 0%, #0fbcc3 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #00668c 0%,#0fbcc3 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #00668c 0%,#0fbcc3 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00668c', endColorstr='#0fbcc3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


#cele{
	background: url(../img/bg2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	 padding: 70px 0 100px;
}

#contact{
	background: url(../img/bg3.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
}

.cta_tit {
    font-size: 24px;
    margin: 0 0 10px;
}
.cta_txt {
    font-size: 18px;
    font-weight: 200;
}
#cta {
    padding: 40px;
}
.firsthead {
    font-size: 24px;
    margin: 0 0 40px;
}

#meet-us p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
}
#projekty {
    background: #efefef;
}

.cele_lista {
    text-align: left;
	margin-top:80px;
}

.cele_lista .row {
    margin-bottom: 50px;
}

.cel_tit {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 64px;
    justify-content: start;
    line-height: 20px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.cel_cont {
    font-size: 12px;
}

.ph1{
    background: #ccc none repeat scroll 0 0;
    display: block;
	width:100%;
height:260px;
margin:0 0 30px;
    overflow: hidden;
    position: relative;
}

.proj_img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}



.proj_cont {
    align-items: center;
   left:0;
right:0;   
    display: flex;
	padding:30px;
	top: calc(100% + 60px);
	bottom: -100%;
    flex-direction: column;
    justify-content: center;
    position: absolute;
   	background-color: rgba(7, 146, 167, 0.8);
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease; 	
	color:#fff;
}

.ph1:hover .proj_cont {
bottom: 0;
	 top: 0;
}


.proj_tit {
    font-size: 15px;
    margin: 0 0 12px;
}

.dlafundacji {
    margin: 10px 0 0;
    font-weight: 700;
}
.cele_pic{
width:64px;
}


.navmenu, .navbar-offcanvas {
width: 220px;
z-index: 10;

}
.navmenu-default, .navbar-default .navbar-offcanvas {
    background-color: rgba(7, 146, 167, 0.9);
    border: 0 none;
}
.navmenu-default .navmenu-nav>li>a:hover, 
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover, 
.navmenu-default .navmenu-nav>li>a:focus, 
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus {
color: #fff;
 outline: medium none;
background-color: transparent;
}
.nav > li {
position: relative;
display: block;
text-align: center;
}
.navmenu-default .navmenu-nav>li>a, 
.navbar-default .navbar-offcanvas .navmenu-nav>li>a {
color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.navmenu-default .navmenu-nav>.active>a, 
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a, 
.navmenu-default .navmenu-nav>.active>a:hover, 
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover, 
.navmenu-default .navmenu-nav>.active>a:focus, 
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus {
color: #f4c600;
background-color: transparent;
}

h4.site_title {
    color: #908063;
    font-size: 46px;
    font-weight: 300;
    margin: 30px 0 0;
}
h3.site_subtitle {
    color: #908063;
    font-size: 18px;
    font-weight: 300;
    margin: 10px;
}
.since{
    color: #f4c600;	
}
.close:hover{
	color: #ffffff;
	opacity: 1;
}
.close {
    margin: 30px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.close i{
    color: #fff;
    font-size: 28px;
    text-shadow: none;
}
.close.stick {
    margin: 20px;
}
.add-margin{
	margin-top: 200px;
}


#marki-carousel {
    margin: 50px 0 0;
}



.cytat {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: 200;
}
#cytat {
    padding: 100px 0 50px;
    text-align: center;
}
.prezes_foto {
    border: 5px solid #0eb4be;
    border-radius: 50%;
    left: calc(50% - 75px);
    position: absolute;
    top: -175px;
    width: 150px;
}
.autor {
    font-size: 16px;
    font-weight: 500;
	display:block;
	padding-top:10px;
}


.stanowisko {
    font-size: 12px;
    font-weight: 500;
		display:block;
}


#gmap_canvas {
    height: 450px;
}

a.down-btn span.fa.fa-angle-down {
	font-size: 26px;
	border-radius: 2px;
	padding: 7px 5px;
	position: relative;
	cursor: pointer;
	color: #f4c600;
	margin-top: 30px;
}

#overview-video {
	background: url(../img/bg2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
}

#overview-video .overlay{
	background: rgba(34, 34, 34, 0.85);
	height: auto;
	min-height: 200px;
	padding: 12% 0 ;
}

#overview-video a span.fa.fa-play {
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin: auto 0;
}

.service{
	border: 1px solid #222;
	margin-top: 20px;
	margin-bottom: 0px;
	transition: all 0.3s;
	position: relative;
	padding: 60px 25px;
}
.service:hover>h4,
.service:hover>span.fa{
	color: #908063;
}
.service:hover{
	border-color: #908063;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	padding-top: 80px;
	padding-bottom: 80px;
}
.service p{
	font-size: 14px;
	padding-top: 20px;
	font-family: 'Lato', sans-serif;
}
.space{ padding-top: 40px; }



.pull-left > p {
    line-height: 22px;
    margin: 0;
    padding: 0;
}


a.btn.go-to-btn {
    background: #000;
    border-radius: 22px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 30px;
    transition: all 0.5s ease 0s;
    word-spacing: 2px;
}
a.btn.go-to-btn:hover{
	background: #fff;
	color: #000;
}

.nopadding{
	padding: 0;
	margin: 0;
}

.portfolio-item .hover-bg{
	height: 280px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 30% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h5{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h5{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>.hline{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>.hline{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
.hline{
	height: 5px;
	width: 30px;
	border-top: 2px solid #f1f1f1;
	margin: 0 auto
}

.hover-text p.lead{
	color: #908063;
}

.harbut_img {
    float: left;
    margin: 0 30px 0 0;
    width: 30%;
}
a.btn.read-more-btn{
	text-transform: uppercase;
	background: #908063;
	color: #282f35;
	word-spacing: 2px;
	padding: 7px 30px;
	border-radius: 2px;
	font-size: 12px;
	color: #ffffff;
	transition: all 0.5s;
}
a.btn.read-more-btn:hover{
	background: #222222;
	color: #ffffff;
}

a.btn.send-btn{

	background: #0792a7;
	color: #fff;
	padding: 10px 35px;
	border-radius: 0;
	font-size: 15px;
	color: #ffffff;
	transition: all 0.5s;
	width:100%;
}
a.btn.send-btn:hover{
	background: #fff;
	color: #000;
}

#clients {
	background: url(../img/bg3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}

#clients .overlay{
	background: rgba(34, 34, 34, 0.85);
	height: auto;
	min-height: 200px;
	padding: 8% 0 ;
	color: #ffffff;
}

.marka {
    max-height: 150px;
	max-width:100%;
}

ul, ol{
	padding: 0;
	moz-padding: 0;
	webkit-padding: 0;
}

ul.clients li{
	display: inline-block;
	padding: 20px 40px;
	vertical-align: middle;
}

.team {
	border: 1px solid #c3c3c3;
	padding: 70px 20px;
	text-align: center;
	opacity: 0.7;
	transition: all 0.8s;
	max-height: 340px;
	margin-bottom: 30px;
}
.team:hover.hire,
.team.hire{
	height: 340px;
	border-color: #908063;
	color: #908063;
	opacity: 1;
}

.team.hire>a{
	color: #908063;
}
.team hr{
	border-width: 2px;
	border-color: #dcc2a7;
}
.team:hover{
	opacity: 1;
	border: 1px solid #222;
}
.team img {
	width: 80px;
	margin: 0 auto;
}

#testimonials {
	background: url(../img/bg4.html);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
}

#testimonials .overlay{
	background: rgba(34, 34, 34, 0.85);
	height: auto;
	min-height: 200px;
	padding: 5% 0 ;
	color: #ffffff;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px 5px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #908063;
}

ul.social li{
	display: inline-block;
	margin-right: 20px;
	margin-top: 30px;
}

ul.social li a{
	color: #ffffff;
	font-size: 16px;
}
.zasady strong,
address strong{
	text-transform: uppercase;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
}



.zasady, address {
    font-family: montserrat;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

.zasady > span {
    color: #908063;
}

.logo_foot {
    margin: 0 0 38px;
    width: 185px;
}

#contact input.form-control,
#contact textarea.form-control {
margin-bottom: 16px;
}

textarea.form-control {
    height: auto;
    min-height: 92px;
}



#contact .form-control {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 7px 10px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	transition: all 0.5s;
    width: 100%;
}

#contact .form-control:focus {
	border-color: #908063;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}

nav#footer {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 30px 0 28px;
}
#footer span.fa{
	color: #908063;
	font-size: 26px;
	margin-left: 10px;
	  vertical-align: middle;
}
#footer a{
	color: #ffffff;
}
#footer a:hover{
	color: #908063;}
	
	
	
@media (max-width: 720px){
		
		
	.logo {
	  height: 45px;
	}
	
.cele_pic {
  width: 64px;
  margin: 0 auto;
  display: block;
}	

.cel_tit {
  align-items: center;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 64px;
  justify-content: start;
  line-height: 20px;
  margin: 20px 0 0px;
  text-transform: uppercase;
  text-align: center;
}

.logo_foot {
  margin: 30px 0 38px;
  width: 185px;
}
	
}