@charset "utf-8";
/* CSS Document */

body, html {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #666666;
}

.wrapper {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index:999;
  background:white;
}

.header {
position: fixed;
  width: 100%;
  top: 0px;
  z-index:999;
  background:white;
height: 115px;
border-bottom: 4px solid rgb(200, 200, 200);
border-top: 2px solid black;
}
.head-wrap {
max-width: 782px;
margin: 0 auto;
}

p {
	margin-top: 0;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
h1 {
	font-size: 20px;
	max-width: 782px;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 50px;
}
.container {
margin: auto;
max-width: 1000px;
padding-left: 15px;
padding-right: 20px;
padding-top: 15px;
}
#intro
{
	padding-top: 90px;
}
#head-container {
margin: auto;
max-width: 1000px;
padding-left: 15px;
padding-right: 20px;
padding-top: 10px;
}
.toplogo {
	height: 82px;
	width: 280px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 18px;
	float: left;
}
.toplogoSticky {
background-image: url(images/logo.png);
background-repeat: no-repeat;	
}


.toggle {
        background-image: url(images/nav-toggle-2x.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 112px 56px;
        cursor: pointer;
        height: 50px;
        position: absolute;
        right: 15px;
        text-indent: -9999px;
        top: 15px;
        width: 50px;
    /* we want to hide the toggle for desktop browsers > 980px */
    display: none;
        padding-top: 20px;
}

.mm-sticky-nav {
	position:relative;
	}
#stickylogo {
	/* display:none; */
	padding-top: 20px;
	float: left;
}
.topnav {
	
	margin: auto;
	max-width: 782px;
	overflow: hidden;
}
.topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	padding-top: 80px;
}
.topnav ul li {
	display: inline-block;
}
.topnav li a {
display: block;
padding: 7px;
text-decoration: none;
color: #666666;
padding-bottom: 0px;
}
.topnav li a:hover {
	border-bottom: 10px solid #e2e2e2;
}

/* sticky header added style */
/* position:fixed is added via jQuery, so we just add some additional styling */
.scroll-to-fixed-fixed{
	height: 115px;
	background:white;
	position:fixed;
	top:0px;
	left:0px;
		border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cccdcd;
}

.scroll-to-fixed-fixed #stickylogo {
	display:block;
}

.scroll-to-fixed-fixed > .topnav ul {
	padding-top: 80px;

}
.greyback {
	width: 100%;
	background-color: #dedede;
	padding-bottom: 50px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #cccdcd;

}
.greyback2 {
	width: 100%;
	background-color: #dedede;
	padding-bottom: 50px;
}
.box {
	margin: auto;
	max-width: 782px;
}
.headshot {
	width: 18%;
	float: left;
}
.headshot img {
	max-width: 100%;
	height: auto;
}
.headshottext {
	width: 75%;
	float: right;
}
.logos {
	width: 100%;
}
.logos img {
	max-width: 100%;
	height: auto;
	padding-right: 3%;
	padding-bottom: 20px;
	display: inline-block;
}
.footerlogo {
	float: right;
	height: 51px;
	background-image: url(images/logo-footer.png);
	background-position: 0px 0px;
	display: block;
	width: 175px;
	margin-top: 50px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
}
.copyright {
	float: left;
	margin-top: 62px;
}

section#realizacje {
margin-top: 116px;
}

.nobr	{ white-space:nowrap; }

.jsfy
	{
		text-align: justify; letter-spacing: 1px; line-height: 140%
	}

@media screen and (max-width: 980px) {

.header {
height: 89px;
}
#stickylogo {
padding-top: 20px;
float: left;
width: 176px;
padding-left: 17px;
}
.toggle {
display: block;
}
nav.topnav {
    display: none;
    margin-top: 48px;
}
nav.topnav.active {
display: block;
}
.topnav {
	width: 100%;
}
.topnav li a {
	background-color: white;
	padding: 10px 0 10px 0;
	line-height: 26px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f8f8f8;
}
.topnav li a:hover {
	color: #47aefa;
	background-color: #f8f8f8;
	border: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f8f8f8;
}
.topnav ul {
list-style-type: none;
margin: 0px;
padding: 0px;
float: none;
width: 100%;
position: absolute;
left: 0px;
border-bottom: 3px solid #cccdcd;
padding-top: 17px;
}
.topnav ul li {
	margin-bottom: 0px;
	text-align: center;
}
.topnav ul li, li a {
	width: 100%;
}
.head-wrapper {
height: 60px;
}
.toplogo {
background-size: 175px;
height: 58px;
margin-left: 17px;
}
nav.topnav {
margin-top: 0px;
}
section#realizacje {
margin-top: 90px;
}
.jsfy
{
	text-align: left; letter-spacing: 0; line-height: 120%;
	}
}

@media screen and (max-width :630px) {


.footerlogo {
margin-top: 50px;
padding-bottom: 20px;
position: relative;
margin: 0 auto;
float: none;
}
.copyright {
	float: none;
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: .7em;
	
}

}

@media screen and (max-width :500px) {
.show-menu {
	display: block;
}

#bx-pager {
display: none;
}
.copyright {
	float: left;
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: .7em;
}

}

