/**********************************************/
/*   Copyright by Piotr Wawrzyniak            */
/*   https://linkedin.com/in/piotrwawrzyniak  */
/*   http://nativecreation.pl                 */
/**********************************************/

@import url('reset.css');

body {
    background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #757c88;
    line-height: 130%;
}

strong, b {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

a {
	color: #05a4e6;
	text-decoration: none;
	-webkit-transition: color 0.4s ease, background 0.4s ease;
	transition: color 0.4s ease, background 0.4s ease;
}

a:hover {
	color: #2690bc;
}

p {
	font-size: 14px;
	margin: 0 0 15px 0;
	line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
	line-height: 28px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

input[type="text"], input[type="password"], input[type="file"], select, textarea {
	background: #ffffff;
	height: 37px;
	border: 0;
	border-right: 1px solid #dae0e9;
	border-bottom: 1px solid #dae0e9;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #999999;
	margin: 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"].error, input[type="password"].error, input[type="file"].error, select.error, textarea.error {
	border-color: red;
}

ol {
	list-style: decimal;
	margin: 0 0 20px 30px;
}

ol > li {
	margin: 0 0 15px;
}

ul {
	margin: 0 0 15px 0;	
}

ul li {
	line-height: 28px;
	padding: 0;
}

ul > li:before {
	content: '';
	background: #ffd200;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: 11px 8px 0;
	float: left;
}

sup, sub {
	height: 0;
	font-size: 10px;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

table {
	width: 100%;
	font-size: 14px;
	margin-bottom: 15px;
}

table th, table td {
	padding: 5px 10px;
	border: 1px soldi #dddddd;
}

table th {
	font-weight: bold;
}

hr {
	background: #dddddd;
	border: 0 none;
	height: 2px;
	font-size: 0;
	line-height: 0;
	margin: 15px 0;
	clear: both;
}

/* --- [ global styles ] --- */

.container {
	max-width: 1099px;
	margin: 0 auto;
    position: relative;
	padding: 0 10px;
}

buttton {
	border: 0;
	-webkit-transition: color 0.4s ease, background 0.4s ease;
	transition: color 0.4s ease, background 0.4s ease;
	cursor: pointer;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.btn {
	background: #04aaed;
	height: 37px;
	border: 0;
	border-right: 2px solid #1288b9;
	border-bottom: 2px solid #1288b9;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 34px 0 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 0.4s ease;
	transition: background 0.4s ease;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.btn:before {
	content: url(../images/ico-arrow-btn.png);
	position: absolute;
	right: 18px;
	top: 10px;
}

.btn:hover {
	background: #1288b9;
}

.rounded {
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -icab-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
}

.imgRight {
	margin: 0 0 10px 30px;
	float: right;
}

.imgLeft {
	margin: 0 30px 10px 0;
	float: left;
}

.toLeft {
	float: left;
}

.toRight {
	float: right;
}

.txtCenter {
	text-align: center;
}

.txtRight {
	text-align: right;
}

/* --- [ mySite styles ] --- */

#header {
	width: 100%;
	min-height: 85px;
	float: left;
}

#header > .container > h1 {
	margin: 22px 0 0;
	float: left;
}

#mobileMenuTrigger {
	font-size: 28px;
	text-align: center;
	padding-top: 7px;
	margin-top: 21px;
	margin-right: 10px;
	display: none;
	color: #bbbbbb;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 0.4s ease;
	transition: color 0.4s ease;
	cursor: pointer;
	float: right;
}

#mobileMenuTrigger:hover {
	color: #2191d1;
}

#menu {
	font-family: 'Lato', sans-serif;
	position: relative;
	margin: 0;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0 18px;
	padding: 0;
	float: left;
}

#menu ul li#line {
	background-color: #ffd200;
	width: 0;
    height: 2px;
    left: 0;
	bottom: 0;
    margin: 0;
    z-index: 150;
	position: absolute;
	float: none;
}

#menu ul li:before {
	display: none;
	content: '';
}

#menu ul li a {
	height: 85px;
	font-size: 16px;
	color: #798ba3;
	display: block;
	padding: 28px 0 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#sliderBox {
	background: #eef5fc;
	width: 100%;
	position: relative;
	height: 388px;
	margin-bottom: 85px;
	float: left;
}

#slider {
	width: 100%;
	max-height: 463px;
	float: left;
}

#slider .slide {
	width: 100%;
}

#slider .slide img {
	width: 100%;
	display: block;
	margin: 0;
}

body.pdst ul#news {
	border-top: 1px solid #dee6f3;
	margin: 0 0 55px;
	padding-top: 40px;
}

ul#news {
	width: 100%;
	margin: 43px 0 55px;
	padding: 0;
	float: left;
}

ul#news li {
	width: 32%;
	margin: 0 2% 0 0;
	padding: 0;
	float: left;
}

ul#news li:nth-child(3n+3) {
	margin: 0;
}

ul#news li:before {
	content: '';
	display: none;
}

ul#news li a figure {
	width: 100%;
	margin: 0 0 18px;
	position: relative;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	float: left;
}

ul#news li a figure > img {
	width: 100%;
	display: block;
}

ul#news li a figure figcaption {
	width: 100%;
	position: absolute;
	text-align: center;
	-webkit-transition: opacity 0.4s ease, margin 0.4s ease;
	transition: opacity 0.4s ease, margin 0.4s ease;
	opacity: 0;
}

ul#news li:hover figure figcaption {
	opacity: 1;
	margin: 40px 0 0;
}

ul#news li:hover a {
	color: #2690bc;
}

ul#news li figure figcaption img {
	display: inline-block;
}

ul#news li a h4 {
	margin: 0 0 10px;
	line-height: 24px;
}

ul#news li a p {
	margin: 0;
	color: #9298a1;
}

#contactForm {
	background: #eef5fc;
	width: 100%;
	min-height: 143px;
	text-align: center;
	padding: 37px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#contactForm .poll {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}

#contactForm .poll:first-child {
	padding: 29px 0 0;
}

#contactForm .poll:last-child {
	padding: 23px 0 0;
}

#contactForm .poll .row {
	width: 100%;
	text-align: left;
	margin: 0 0 5px;
}

#contactForm h2 {
	color: #788699;
}

#contactForm label {
	color: #788699;
}

#contactForm input {
	width: 220px;
}

#footer {
	width: 100%;
	height: 64px;
	color: #949598;
	padding: 20px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#footer p {
	font-size: 13px;
}

#concept {
	background: #eef5fd;
	width: 100%;
	height: 136px;
	position: relative;
	text-align: center;
	z-index: 0;
	float: left;
}

#concept img {
	display: inline;
}

#content {
	width: 100%;
	float: left;
}

#content > .container > h2 {
	width: 100%;
	font-size: 28px;
	padding: 34px 0 20px;
	margin: 0;
	border-bottom: 1px solid #dee6f3;
	color: #798ba3;
	float: left;
}

#content .wisiwig {
	width: 100%;
	padding: 30px 0;
	font-size: 16px;
	float: left;
}

#content .wisiwig p {
	font-size: 16px;
	line-height: 28px;
}

#content .wisiwig *:last-child {
	margin: 0;
}

#content .contact {
	width: 100%;
	padding: 40px 0 50px;
	float: left;
}

.companyDetails {
	width: 300px;
	margin-top: -10px;
	float: left;
}

.companyDetails h3 {
	width: 100%;
	float: left;
}

.companyDetails ul {
	margin: 0;
	padding: 0;
	line-height: 28px;
}

.companyDetails ul li {
	margin: 0;
	padding: 0;
}

.companyDetails ul li.address:before {
	content: 'adres';
	background: none;
	width: 55px;
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
	color: #a6a8ac;
	margin: 0 10px 30px 0;
	float: left;
}

.companyDetails ul li.nip:before,
.companyDetails ul li.regon:before,
.companyDetails ul li.phone:before,
.companyDetails ul li.mail:before {
	background: none;
	width: 55px;
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
	color: #a6a8ac;
	margin: 0 10px 0 0;
	float: left;
}

.companyDetails ul li.nip:before {
	content: 'nip';
}

.companyDetails ul li.regon:before {
	content: 'regon';
}

.companyDetails ul li.phone:before {
	content: 'tel';
}

.companyDetails ul li.mail:before {
	content: 'e-mail';
}

.companyDetails ~ .googleMap {
	margin-left: 330px;
}

@media screen and (max-width: 1119px) {

	#sliderBox {
		background: none;
		height: auto;
		margin: 0;
	}
	ul#news li {
		width: 32%;
		margin: 0;
		margin-right: 2%;
		padding: 0;
		float: left;
	}

}

@media screen and (max-width: 950px) {

	#concept {
		overflow: hidden;
	}

}

@media screen and (max-width: 900px) {
	ul#news li:hover figure {
		opacity: 0.7;
	}
	ul#news li figure figcaption {
		display: none;
	}
	#contactForm {
		padding: 0 0 38px;
	}
	#contactForm .poll {
		width: 100%;
		display: block;
		margin: 0;
	}
	#contactForm h2 {
		margin-bottom: 15px;
	}
	#contactForm .poll .row {
		text-align: center;
		margin: 10px 0 5px;
	}
	#footer {
		text-align: center;
	}
}

@media screen and (max-width: 800px) {

	#content .wisiwig figure {
		width: 50%;
	}
	#content .wisiwig figure img {
		width: 100%;
	}

}

@media screen and (max-width: 750px) {

	#mobileMenuTrigger {
		display: block;
	}
	#menu {
		background: rgba(0,0,0,0.7);
		width: 100%;
		margin: 0 0 0 -10px;
		display: none;
		position: absolute;
		padding: 0;
		top: 85px;
		z-index: 999;
		float: none;
	}
	#menu ul {
		margin: 0;
		padding: 0;
	}
	#menu ul li {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}
	#menu ul li#line {
		display: none;
	}
	#menu ul li a {
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0;
		padding: 6px 0 9px;
		color: #eeeeee;
		float: left;
	}
	#menu ul li:first-child a {
		padding-top: 7px;
	}
	#menu ul li:last-child a {
		padding-bottom: 13px;
	}
	#menu ul li a:hover {
		background: #238bc9;
	}
	#menu ul li:nth-child(2n+2) a {
		background: rgba(0,0,0,0.1);
	}
	#menu ul li:nth-child(2n+2) a:hover {
		background: #238bc9;
	}

}

@media screen and (max-width: 700px) {

	ul#news {
		width: 100%;
		margin: 43px 0 55px;
		padding: 0;
		text-align: center;
		float: left;
	}
	ul#news li {
		width: 347px;
		margin: 0 0 30px;
		padding: 0;
		display: inline-block;
		float: none;
	}
	ul#news li figure figcaption {
		display: block;
	}
	.companyDetails {
		width: 100%;
		margin: -10px 0 30px;
	}
	.companyDetails ~ .googleMap {
		width: 100%;
		margin: 0;
		float: left;
	}

}

@media screen and (max-width: 500px) {

	#sliderBox {
		display: none;
	}
	#header {
		border-bottom: 1px solid #dee6f3;
	}

}

@media screen and (max-width: 450px) {

	#content .wisiwig figure {
		width: 100%;
	}
	#content .wisiwig figure img {
		width: 100%;
	}

}

@media screen and (max-width: 400px) {

	ul#news li {
		width: 100%;
	}

}