* {
	margin: 0 auto;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	overflow-y: scroll;
}

.site-wrap {
	background-image: url(grafika/banner.jpg);
	background-attachment: fixed;
}


/* HEADER */

.navbar {
	background-color: #404041;
	height: 60px;
	border-bottom: none;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}

.navbar-brand {
	padding: 0px;
}

.navbar-header {
	height: 63px;
	padding: 10px 10px 20px 30px;
	background-color: #ffffff;
}

.navbar-header:hover {
	background-color: #ffffff;
	text-decoration: none;
}

.banner img {
	max-width: 100%;
}

.nav-logo {
	width:100%;
}

.navbar-link {
	font-size: 12px;
}

.navbar-default .navbar-collapse li a {
 	color: #ffffff;
}

.navbar-default .navbar-collapse li a:hover {
	color: #4387C8;
	transition: all 0.4s ease 0s;
}

.navbar-default .navbar-collapse li a.currentLink {
	color:#60abf8;
}

.navbar-default .navbar-collapse li a, visited {
	letter-spacing: 1px;
	color: #ffffff;
	display: block;
	padding: 20px 11px 14px 11px;
	text-decoration: none;
	transition: all 0.1s ease 0s;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 8px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 8px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}


.navbar-default .navbar-collapse li a:focus {
	outline: 0;
}

/* BANNER */

.banner {
	background-color: rgba(67, 135, 200, 0.85);
	background-size: auto auto;
	height: 600px;
}

.banner h2 {
	font-size: 25px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
}

.banner li {
	color: #404041;

	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 25px;
}

.banner-logo {
	margin-top: 140px;
	margin-bottom: 20px;
	opacity: .9;
	transition: all 0.5 ease;
}


/* CONTENT */

strong {
	color: #404041;
}

.intro-btn {
	background-color: #404041;
	transition: all 0.5s ease 0s;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding: 10px 30px;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	outline: 0;
	text-transform: uppercase;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #4387C8;
	color: #ffffff;
	transition: all 0.5s ease 0s;
	outline: 0;
	border: none;
}

.submit-btn {
	border: none;
	font-size: 18px;
	background-color: #404041;
	transition: all 0.5s ease 0s;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #ffffff;
}

.submit-btn:hover {
	color: #4387C8;
	background-color: #ffffff;
	transition: all 0.5s ease 0s;
	border: none;
}

.page-header {
	border: none;
}

.intro-wrap {
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
	padding: 80px 0 80px;
	margin: 0;
}

.intro-wrap h1 {
	font-weight: bold;
	color: #4387C8;
	font-family: 'Open Sans', sans-serif;
	font-size: 4.8rem;
	padding: 0px 0px 40px 0px;
}

.intro-wrap p {
	color: #404041;
	font-size: 18px;
	line-height: 1.65;
}


.intro-wrap .btn {
	background-color: #4387C8;
	border: none;
	color: #ffffff;
	margin-top: 20px;
}

.intro-wrap .btn:hover {
	background-color: #404041;
	border: none;
	color: #ffffff;
	margin-top: 20px;
}

.text-link {
	color: #4387C8;
}

.text-link:hover {
	color: #4387C8;
}

.text-link-dark {
	color: #4387C8;
	text-decoration: none;
}

a.text-link-dark:hover {
	color: #4387C8;
}

.why-wrap {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 50px 0;
	border-bottom: 1px solid #dddddd;
}

.why-point {
	border-left: 1px solid #ddd;
	min-height: 200px;
	padding: 0px 0px 0px;
	background-color: #ffffff;
}

.why-point:first-child {
	border-left: none;
}

.why-point h1 {
	font-size: 60px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
	padding: 5px;
	margin: 0;
	background-color: #4387C8;
}

.why-point h2 {
	font-size: 18px;
	color: #404041;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
	padding: 0 20px;
}

.offer-wrap {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 50px 0 100px;
}

.offer-wrap h1 {
	font-weight: bold;
	color: #4387C8;
	font-family: 'Open Sans', sans-serif;
	font-size: 4.5rem;
	padding: 20px 0px 0px;
}

.offer-wrap h2 {
	font-size: 1.6em;
	color: #404041;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
	padding: 0 0 40px 0;
}

.offer-wrap h3 {
	font-size: 1.8em;
	color: #404041;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	line-height: 1.4;
}

.offer-wrap p {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(64, 64, 65, 0.7);
}

.offer-box .btn,
.offer-box .btn,
.offer-box .btn {
	margin: 10px 0px 0px;
}

.offer-wrap .img-responsive {
	margin-bottom: 0px;
	border-radius: 0px;
	max-height: 150px;
}


#contacts {
}

.contact-wrap {
 	background: #7abcff;
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4387c8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4387c8));
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4387c8 100%);
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4387c8 100%);
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4387c8 100%);
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4387c8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4387c8',GradientType=0 );

	padding: 50px 0;
}

#contacts h1 {
	font-weight: 700;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 5rem;
	padding: 20px 0px;

}

.contact-line {
	margin-top: 10px;
	color: #eeeeee;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	padding: 5px 0;
}

.contact-line a {
	color: #eeeeee;
	text-transform: none;
}

.contact-line span {
	font-size: 18px;
	}

.contact-data h2 {
	font-size: 3rem;
	padding: 0 0 20px;
	color: #ffffff;
	font-weight: 700;
}

.contact-name {

}

#contacts ul {
	list-style-type: none;
}

#contacts ul li {
 	font-size: 14px;
	color: #4387C8;
}


.well {
	background-color: transparent;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

legend {
	font-size: 3rem;
	padding: 20px 0px;
	color: #ffffff;
	border-bottom: none;
	font-weight: 700;
}

#contactForm input,
#contactForm textarea {
	background-color: #404041;
	font-size: 14px;
	color: #ffffff;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	margin-bottom: 20px;
}


#contactForm input:focus,
#contactForm textarea:focus {
	outline: none !important;
	border: none;
	box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
}

.form-control::-webkit-input-placeholder {color:#ffffff;}
.form-control::-moz-placeholder {color:#ffffff;} /* firefox 19+ */
.form-control:-moz-placeholder {color:#ffffff;}
.form-control:-ms-input-placeholder {color:#ffffff;} /* ie */

.strong-part {

}


/* O NAS */

.breadcrumb {
	border-radius: 0;
	font-size: 20px;
	background-color: transparent;
	padding-top: 20px;
	text-align: left;
}

.breadcrumb a {
	color: #404041;
	font-size: 18px;
}

.breadcrumb .active {
	color: #4387C8;
}


.about-wrap  {
	padding: 20px 0px;
	margin: 0px;
	background-color: #ffffff;
}

.second-wrap {
	padding: 0px;
}

.about-aside-wrap {
 	background: #7abcff;
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4387c8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4387c8));
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4387c8 100%);
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4387c8 100%);
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4387c8 100%);
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4387c8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4387c8',GradientType=0 );

	padding: 50px 0;
}

.about-article,
.services-article,
.real-article {
	padding: 20px 0px;
}

.about-article .img-thumbnail {
}

.about-article .fa-quote-left {
	color: #404041;
}

.about-text {
	font-size: 16px;
	line-height: 1.8;
	color: #404041;
}

.about-quote-wrap {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px 0px;
}

blockquote {
	font-size: 20px;
}

.main-quote {
	background-color: transparent;
	color: #404041;
	font-size: 16px;
	margin: 20px 0;
	padding: 20px 15px 20px 20px;
	border-left: 10px solid #eeeeee;
	font-style: italic;
}

.about-wrap h1 {
	font-weight: bold;
	font-size: 4.8rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #4387C8;
	font-family: 'Open Sans', sans-serif;
}


.why-list ul {
	padding: 0 20px 10px;
	list-style-type: square;
}


.coop-wrap  {
	background-color: #ffffff;
	padding: 0px 0px 50px 0px;
}

.coop-wrap h1 {
	font-weight: bold;
	color: #4387C8;
	font-family: 'Open Sans', sans-serif;
	font-size: 4.8rem;
	padding: 0px 0px 40px 0px;
}

.coop-wrap p {
	color: #404041;
	font-size: 18px;
	line-height: 1.65;
}


.coop-article a {
	padding: 0px 10px;
	opacity: 1.0;
	transition: all 0.5s ease;
}

.coop-wrap a:hover {
	opacity: 0.7;
}

.coop-wrap .img-responsive {
	height: 100px;
}

.why-list i {
	color: #4387C8;
	padding-top: 3px;
}

.aside-list li  {
	font-size: 16px;
	line-height: 25px;
	display: block;
	padding: 7px 1% 7px 0;
	color: #eeeeee;
}

.aside-list {}

.aside-list h1 {
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
		font-size: 3rem;
	color: #ffffff;

}

.aside-list li i {
	padding: 7px;
	color: #ffffff;
}

.ref-aside a,
.auth-aside a {
	color: #eeeeee;
	text-transform: none;
}

.doc-link,
.doc-link:visited {
	color: #4387C8;
	text-transform: none;

	padding-left: 5px;
}

.doc-link:hover {
	color: #4387C8;
	text-decoration: underline;
}

.doc-icon {
	padding-left: 20px;
}

.ref-aside a i,
.auth-aside a i {
	color: #eeeeee;
}



/* Usługi */

.services-wrap {
	background-color: #ffffff;
	padding: 50px 0;

}

.services h1 {
	font-weight: bold;
	font-size: 4.8rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #4387C8;
	font-family: 'Open Sans', sans-serif;
}

.services ul {
	list-style-type: square;
	padding-left: 25px;
}

.services li {
	font-size: 16px;
	line-height: 1.8;
	color: #404041;
}

.services i {
	color: #4387C8;
}

.services-icon a {
	font-size: 18px;
	text-decoration: none;
}

.services-icon a:hover {
	color: #4387C8;
}

.services-icon {
	padding-left: 0;
	padding-top: 10px;
}



/* Realizacje */


.real-wrap {
	background-color: #ffffff;
}

.first-list {
	padding-top: 50px;
}

.fifth-list {
	padding-bottom: 50px;
}

.real-wrap p {
	font-size: 14px;
	line-height: 1.8;
	color: #404041;
	background-color: #eeeeee;
	padding: 3px 5px;
	border-bottom: 1px solid #aaaaaa;
}

.real-list {
	list-style-type: none;
}

.real-list i {
	color: #404041;
	padding-top: 5px;
}

.real-wrap h1 {
	font-weight: bold;
	font-size: 4.8rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #4387C8;
	font-family: 'Open Sans', sans-serif;

}

.real-list {
	border-left: 2px solid #404041;
	padding-top: 3px;
	padding-left: 22px;
}



/* FOOTER */

.footer {
	background-color: #404041;
	padding: 30px 0 10px 0;
}
.footer-logo {
	height: 80px;
	margin: 20px 0;
}

.footer .footer-links {
	font-size: 16px;
	padding: 10px;
	color: #ffffff;
}

.footer .footer-links a {
	color: #ffffff;
	padding: 0 5px;
}

.footer .footer-links a:hover {
	color: #4387C8;
}

.footer .footer-copy {
	font-size: 16px;
	color: rgba(238, 238, 238, 0.51);
	padding: 10px;
	border-top: 1px solid rgba(238, 238, 238, 0.75);
}


/* media queries */

@media only screen and (max-width: 767px) {

	.site-wrap {
		background-image: url(grafika/banner2.jpg);
	}

	.navbar {
		border: none;
		margin-bottom: 0;
	}

	.navbar-nav {
		margin-top: 0;
		border: none;
		box-shadow: 1px 1px 3px #404041;
	}

	.navbar-default .navbar-collapse li a:hover {
		color: #4387C8;
		border: none;
		background-color: #404041;
	}

	.navbar-default .navbar-collapse li a.currentLink:hover {
		color:#ffffff;
	}

	.navbar-default .navbar-collapse li a, visited {
		background-color: #404041;
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #ffffff;
		display: block;
		text-decoration: none;
		z-index: 999;
		border: none;
		padding-right: none;
		margin-right: none;
	}

	.navbar-header {
		background-color: #404041;
		border:none;
	}

	.navbar-header:hover {
		background-color: #404041;
	}

	.banner {
		height: auto;
	}

	.banner-logo {
		margin: 50px 0 0;
	}

	.banner h2 {
		font-size: 22px;
	}

	#contacts p {
		text-align: center;
	}

	.intro-wrap {
		padding: 40px 20px;
	}

	.why-point h1, .why-point h2 {
		display:inline;
	}

	.why-point h1 {
		font-size: 40px;
		padding: 5px;
	}

	.why-point h2 {
		font-size: 16px;
		color: #404041;
		font-family: 'Open Sans', sans-serif;
		padding: 0 20px;
		margin: 0;
	}

	.why-point {
		border-left: none;
		padding: 5px 0px;
		min-height: 0px;
		border-bottom: 1px solid #dddddd;
		text-align: left;
	}

	.offer-wrap {
		padding: 20px 10%;
	}

	.offer-box {
		margin-bottom: 20px;
	}




}


@media screen and (min-width: 768px) {


}

@media screen and (max-width: 992px) {


}
