/*
Theme Name: nge
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nge
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: "Lato";
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fafafa; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
        
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a {
    text-decoration:none;
    color:#2d2d2d;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 14px;
	/*font-size: 1.6rem;*/
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 11px 17px;
        color:#fff;
        font-family: 'Lato', sans-serif;
        font-size:18px;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #fff;
        font-family: 'Lato', sans-serif;
        font-size:16px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 2px 20px 2px 20px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
	
	#zgoda {
		padding: 0 10px;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/*.hentry {
	margin: 0 0 1.5em;
}*/

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

strong {
    font-weight:700;
}

.home .post-main {
    width:317px;
    height: 444px;
    display:inline-block;
    border:2px solid #e3e3e3;
    margin-bottom:35px;
    margin-right:20px;
    overflow: hidden;
    position:relative;
}

.home .post-main:nth-of-type(3) {
    margin-right:0;height: 368px;
    margin-bottom: 110px;
}

.home .post-main:nth-of-type(3) .entry-content {
    height: 78px;
    overflow: hidden;
}

.home .entry-content {
    font-family: 'Lato', sans-serif;
    font-size:14px;
    color:#343434;
    /*height:150px;*/
    padding: 3px 20px 20px;
    text-align:justify;
}

.single .entry-content a, .page .entry-content a, .archive .entry-content a, .category-dzial-techniczny .entry-content a {
    color:#104abc;
    text-decoration:none;
    font-weight:600;
}

.post-image {
    display:block;
}

.post-image img {
    width:100%;
    height:200px;
}

.site-header {
    z-index: 99999;
    height: 75px;
    margin: auto;
    position: fixed;
    top: 0px;
    width: 100%;
    background: #08276E;
    color:#fff;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 5px 9px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 5px 9px 0px rgba(50, 50, 50, 0.3);
}

.site-header .menu {width: 1000px; margin-left: auto; margin-right: auto; }
.header-image {
    display:inline-block;
    float:left;
}

.header-image img {
    height:75px;
}

.site-title {
    display:inline-block;
}

.main-navigation {
    float:right;
    color:#fff;
    font-size:14px;
    font-family: 'Lato', sans-serif;
    font-weight:700;
    text-transform:uppercase;
    margin-top:4px;
    clear:right;
    
}

.main-navigation a {
    color: #FAFAFA;
    display: inline-block;
    margin-left: 5px;
    margin-right: 9px;
    padding: 4px 6px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.main-navigation a:last-of-type {
    margin-right:0;
}

.main-navigation a:hover, .main-navigation .active {
    background:#b6b6b6;
}

#slider {
    height:270px;
    width:1000px;
    margin:auto;
    position:relative;
}

#description {
    width:1000px;
    margin: 90px auto 20px;
    text-align:center;
    font-family:'Alegreya Sans';
    font-size:20px;
    font-weight:500;
    color:#333;
}

#description a {
    border-bottom: 1px solid #373737;
}

#featured, .featured-image {
    height:270px;
    clear:both;
    margin-bottom:70px;
    position:relative;
}

.thumb {
    overflow:hidden;
}

#featured .thumb, .featured-image .thumb {
    background-size: cover;
    height: 270px;
    position: absolute;
    width: 1000px;
}

@media only screen and (max-width: 981px) {
	#aktualnosci {
		margin: -12px auto auto !important;
	}
}

#aktualnosci {
    clear: both;
    margin: 0px auto;
	/*padding-top: 85px;*/
    max-width: 1000px;
    text-align: center;
position:relative;
}

.search-field {
    padding:0 9px !important;
}

#parallax {
    height:200px;
    width:100%;
    float:left;
    background:url(img/parallax.jpg) fixed;
    position:relative;
    text-align:center;
    z-index:4;
}

#uslugi, #produkty, #rozwiazania {
    background-color: #fff;
    clear: both;
    text-align: center;
}

#rozwiazania {
    padding-top: 110px;
    max-width: 1000px;
    min-height:500px;
    margin: -95px auto auto;
}

#uslugi {
    padding-top: 82px;
    max-width: 1000px;
    min-height: 550px;
    margin: -75px auto auto;
}

#produkty {
    width:100%;
    min-height: 550px;
    margin: -96px auto auto;
	padding-top: 85px;
}


#kontakt {
    background: none repeat scroll 0 0 #00747e;
    clear: both;
    float: left;
    margin-top: -60px;
    min-height: 500px;
    padding-top: 75px;
    width: 100%;
    z-index: 1;
}

#kontaktwrap {
	margin-top: 10px;
    max-width:1000px;
    margin:auto;
    font-family: 'Lato', sans-serif;
    color:#fff;
}

.page-wrap {
    max-width:1000px;
    margin:auto;
    font-family: 'Lato', sans-serif;
    color:#343434;
    margin-top:48px;
}

.page-wrap .entry-title a, .page-wrap .entry-title {
    font-size: 27px;
    text-transform:uppercase;
}

#slider {
    font-family: 'Alegreya Sans', sans-serif;
    font-size:36px;
    color:#fff
}

#slider .ms-slide-info {
	bottom: 30px !important;
}

#slider h2 span{
    font-weight:800;
}

.next-button {
    height:100px;
    width:100px;
    position:absolute;
    bottom:-54px;
    left:0;
    right:0;
    display:block;
    background:url(img/next-button.png) center center no-repeat;
    margin:auto;
    -webkit-transition:500ms ease-out;
    -moz-transition:500ms ease-out;
    -o-transition:500ms ease-out;
    transition:500ms ease-out;
}

.next-button:hover {
    background:url(img/next-button-hover.png) center center no-repeat;
 
}

#aktualnosci h2, #uslugi h2, #produkty h2, #rozwiazania h2 {
    color:#343434;
    font-family: 'Alegreya Sans', sans-serif;
    text-align:center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 9px;
    letter-spacing: 2px;
}

#uslugi h2 {
    margin-bottom: 20px !important;
    margin-top: 3px;
}

.more-button {
    color:#2d2d2d;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight:800;
    font-size:17px;
    display:inline-block;
    text-transform:uppercase;
position:absolute;right:2px;bottom:54px;
}

.more-button a {padding:15px 43px;
    margin:auto;
    border: 2px solid #e3e3e3;
    border-radius:5px;-webkit-transition:500ms ease-out;
    -moz-transition:500ms ease-out;
    -o-transition:500ms ease-out;
    transition:500ms ease-out;}
.more-button a:hover {background:#2d2d2d;color:#fff;border:2px solid #2d2d2d;-webkit-transition:500ms ease-out;
    -moz-transition:500ms ease-out;
    -o-transition:500ms ease-out;
    transition:500ms ease-out;}
.post-uslugi {
    width:236px;
    height:305px;
    border:2px solid #dfdfdf;
    background-color:#fff;
    position:relative;
    display: block;
}

.entry-title a {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight:700;
    color:#343434;
    font-size:22px;
}

.entry-title {
    text-align:center !important;
}

.uslugi, .produkty, .rozwiazania {
    float:left;
    width:100%;
    background-color: #fff;
}

.uslugi {
    position:relative;
    z-index:3;
}

.produkty {
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}

.uslugi-wrap {
    border-top:4px solid #fff;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    margin: 25px 5px;
    float: left;
	position: relative;
	z-index: 1;
}

.uslugi .post_footer {
    display:none;
}

.uslugi-wrap:hover {
    border-top:4px solid #00bcd4;
}
.circle {
    box-shadow: 1px 0px 3px grey;
    display:block;
    border: 1px solid #e3e3e3;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: white;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.kwiatek {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    position: relative;
    width: 50px;
    margin-top: 20px;
}
.post-uslugi { 
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
	margin-top: -40px;
	overflow: hidden;
}
.uslugi-wrap:hover .kwiatek { margin-top: 15px;}
.uslugi-wrap:hover .circle {
    width: 82px;
    height: 82px;
}
.close-circle {width: 100%;
height: 90px;
margin-top: -50px;
position: inherit;
z-index: 2;
}
article {
    text-align:left;
}

.post-uslugi article {
	margin-top: 40px;
}

.post-uslugi .entry-content {
    height:220px;
}

.home .txt, .home .txtl {
    -webkit-transform: translate3d(0,0,0);
    left: 0;
    padding: 0 15px;
    position: absolute;
    width: 100%;
}

.txt p, .txtl p {
    margin-bottom:0;
    line-height: 19px;
    white-space: pre-line;
    -webkit-transform: translate3d(0,0,0);
    text-align:left;
}

.single .txt p, .single .txtl p {
    text-align:left;
}

.widgets h5 {
    cursor:pointer;
    text-align:center;
    text-decoration:underline;
    font-weight:500;
    text-transform:uppercase;
}

.produkty-left{
    width:100%;
    float:left;
}

.produkty-right {
    width:1000px;
    margin:auto;
}

.pkwi {
    width:1035px;
    margin:auto;
}

#produkty h3, #rozwiazania h3 {
    font-size:18px;
    color:#333;
    font-family: 'Alegreya Sans';
}

.wpcf7 {
    width:492px;
    float:left;
}

.wpcf7-submit {
    float:right;
}

.kontakt-right {
    width:360px;
    float:right;
}

.kontakt-right h2 {
    font-size:36px;
    text-transform:uppercase;
}

.wpcf7 input, .wpcf7 textarea {
    background-color: transparent;
    border: 3px solid #fff;
    margin-bottom: 9px;
    margin-top: 3px;
    position: relative;
    z-index: 9999;
}

.wpcf7 textarea {
    padding: 8px 16px;
    height:110px;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
    background:#fff;
    color:#362c32;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.wpcf7 p {
    margin-bottom:0;
}

.wpcf7-submit {
    margin-top:0 !important;
}

.wpcf7-submit:hover {
    color:#00bcd4;
    background-color:#fff;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

.icons {
    clear: both;
    color: #fff;
    display: inline;
    float: left;
    margin-bottom: 10px;
    padding: 10px 0 10px 55px;
    -webkit-transition:500ms ease-out;
    -moz-transition:500ms ease-out;
    -o-transition:500ms ease-out;
    transition:500ms ease-out;
}

.adres {background:url(img/kontakt-adres.png)left center no-repeat;}
.e-mail {background:url(img/kontakt-mail.png)left center no-repeat;}
.phone {background:url(img/kontakt-phone.png)left center no-repeat;}
.fax {background:url(img/kontakt-fax.png)left center no-repeat;}
.fb {background:url(img/kontakt-fb.png)left center no-repeat;}
.linkedin {background:url(img/kontakt-linkedin.png)left center no-repeat;}
.rodoicon {background:url(img/kontakt-rodo.png)left center no-repeat; margin-top: 50px;}
.adres:hover {background:url(img/kontakt-adres-hover.png)left center no-repeat;}
.e-mail:hover {background:url(img/kontakt-mail-hover.png)left center no-repeat;}
.phone:hover {background:url(img/kontakt-phone-hover.png)left center no-repeat;}
.fax:hover {background:url(img/kontakt-fax-hover.png)left center no-repeat;}
.fb:hover {background:url(img/kontakt-fb-hover.png)left center no-repeat;}
.linkedin:hover {background:url(img/kontakt-linkedin-hover.png)left center no-repeat;}
.rodoicon:hover {background:url(img/kontakt-rodo-hover.png)left center no-repeat;}

.thumb {
    overflow:hidden;
}

#featured .thumb, .featured-image .thumb {
    background-size: cover;
    height: 270px;
    position: absolute;
    width: 1000px;
}

.bg .in {
    position: relative;
    top: 44%;
    padding: 6px 0;
    left: 15%;
    width: 70%;
    text-align: center;
    color: #fff !important;
    z-index: 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
figure.effect-sadie{
    width: 100%; 
    height: 100%;
    position:relative;
}

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(52,152,219,0) 0%, rgba(52,152,219,0.8) 75%);
	background: linear-gradient(to bottom, rgba(52,152,219,0) 0%, rgba(52,152,219,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
}

figure.effect-sadie h2 {
	position: absolute;
	top: 66%;
	left: 0;
	width: 100%;
	color: #484c61;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
        text-align:center;
        opacity:0;
        -webkit-transition: 0.35s ease;
        -moz-transition: 0.35s ease;
        -o-transition: 0.35s ease;
        transition: 0.35s ease;
        font-size:15px;
        padding:14px 0;
}

figure.effect-sadie figcaption::before{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie:hover h2 {
    opacity:1;
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#featured .entry-header, .featured-image .entry-header {
    z-index:999;
    position:absolute;
    top:130px;
    left:40px;
    color:#fff;
    text-shadow: 1px 1px 1px  #373737;
}

#featured .entry-header a, .featured-image .entry-header a {
    color:#fff;
}

#featured .entry-meta, .featured-image .entry-meta {
    font-size:13px;
    text-transform:uppercase;
    font-weight:600;
}

#featured .entry-title a, .featured-image .entry-title a { 
    font-size:32px;
}

.single .site-main {
    width:1000px;
    margin:auto;
}
.single article, .archive-right {
    border: 1px solid #e0e0e0;
    float: right;
    margin-bottom: 45px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 98px;
    padding: 5px 25px 5px 25px;
    width: 750px;
}

.archive-right {
    margin-top:0;
    font-family: "Lato";
    text-align:justify;
}

.widgets {
    float: left;
    font-family: "Lato";
    margin-right: 20px;
    margin-top: 50px;
    padding: 6px;
    width: 225px;
    color:#333;
    border:1px solid #e0e0e0;
}

.archive .widgets {
    margin-top:0;
}

.single .entry-title {
    display:inline-block;
}

.single p, .single .entry-content ul, .category-dzial-techniczny ul {
    font-family: 'Lato';
    font-size:14px;
}

.single .entry-title, .archive-title, .category-dzial-techniczny .entry-title {
    font-family: 'Lato', sans-serif;
    font-size:30px;
    font-variant: all-petite-caps;
    color:#2f2f2f;
}

.link-back {
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight:700;
    font-size:14px;
    color:#2a2a2a;
    float:left;
    clear:both;
    margin-top: 15px;
}

.single .entry-header, .archive-title {
    width: 100%;
    text-align:center;
    margin-bottom:10px;
}

.archive-title {
    display:block;
}

.custom-nav {
    display:inline-block;
    float:right;
    color:#343434;
    font-size:38px;
}

.custom-nav a {
    margin-left:14px;
}

.headerslim {
    position:fixed;
    z-index:9999;
    background:#fff;
    height: 90px;
    padding: 0 180px;
    top: 0;
    width: 100%;
}

.headerslim img {
    height:75px;
}

#infscr-loading {
    margin-bottom:18px;
}

.single .site-content {
    min-height:700px;
}

.single .entry-content {
    position:relative;
    float:left;
}

.next-post {
    margin-right:10px;
}

.simplesocialbuttons {margin-top: 40px;}
.ssb-button-fblike { display:inline-block; position: relative; top: -6px; margin-right:20px;}
.ssb-button-twitter {display:inline-block; width: 118px;}
.ssb-button-pinterest {display:inline-block;}
.ssb-button-googleplus {display:inline-block; width: 83px;}



.footer {
    width:100%;
    height:80px;
    line-height:80px;
    background-color:#00bcd4;
    color:#fff;
    font-family: 'Alegreya Sans', sans-serif;
    margin-top:80px;
    text-align:center;
    font-size:20px;
    float:left;
}

.footer a {
    color:#fff;
}

.ms-slide {
    background-color:#000;
}

/** new changes **/
.entry-content .post_footer {width: 100%; height: 20px; line-height: 20px; background: #941c45;}

#slider h2, #slider .portfolio-button, #slider .next-button {z-index: 3000;}
#slider .portfolio-button, #slider .portfolio-button:hover {color: white !important;}
/* slider start */
.rslides_nav {width: 16px; height: 46px; margin-top: -46px; z-index: 6001;}
.rslides_nav.prev { background: url('img/slider-prev.png') no-repeat; left: 3%;}
.rslides_nav.next { background: url('img/slider-next.png') no-repeat; right: 3%;}
.rslides_tabs {top: -100px; position: relative; z-index: 2;}
.rslides_tabs a {width: 13px; height: 13px; border-radius: 50%; background: white;}
.rslides_here a {background: #00bcd4; }
.slider {height: 100%; width: 100%;position: relative;    text-align: center;}
.one_slide, .rslides, .rslides_container {height: 100%; width: 100%;}
.rslides li {height: 100%;}
.rslides_tabs {margin: 0;}
.rslides {max-width: 100% !important; }
.portfolio-button, #slider h2 {text-shadow: 1px 1px 3px black; }
#slider h2 {top: 35% !important;}
.portfolio-button {top: 65%; max-width: 90%;}
/* slider stop */
/** nowe realizacje **/
.wp-post-image .bg .in {
    position: relative;
    top: 44%;
    padding: 6px 0;
    left: 15%;
    width: 70%;
    text-align: center;
    color: #fff !important;
    z-index: 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.wp-post-image .bg {width: 100%; height: 100%; background: #18538A; opacity: 0;
                    -webkit-transition: 0.5s ease;
                    -moz-transition: 0.5s ease;
                    -o-transition: 0.5s ease;
                    transition: 0.5s ease; }
.post-main:hover .bg , .post-main:hover .res, .post-uslugi:hover .bg , .post-uslugi:hover .res {opacity: 1;}
.entry-title a {margin-top: 10px;}
.post-main .res, .post-uslugi .res {
    position:absolute; 
    bottom:0;
    width: 100%;
    height: 30px; 
    float: left; 
    opacity: 0;
    -webkit-transition: 1.2s ease;
    -moz-transition: 1.2s ease;
    -o-transition: 1.2s ease;
    transition: 1.2s ease;
}
.post-main .post_footer {display: none !important;}
.post-main p {margin-bottom: 0px;}
.post-main .res .goto, .post-uslugi .res .goto {width: 100%;  background: #18538A; height: 100%; float: left; line-height:27px; color:#fff;
font-family: 'Alegreya Sans';}
.post-main article {margin-bottom: 0;}
.goto .ico {margin-left: auto; margin-right: auto; width: 16px; height: 16px; margin-top: 7px;}
/** nowe realizacje **/

.caption {
    top: 35% !important;
    text-shadow: 1px 1px 3px black;
    color: #fff;
    font-family: "Alegreya Sans",sans-serif;
    font-size: 40px;
    left: 0 !important;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 150px;
    width: 100%;
}

.wpcf7-validation-errors {
    display: none !important;
}

.widget-title {
    height:50px;
    text-align:center;
    line-height:50px;
    font-weight:600;
}

.widget ul li {
    list-style:none;
}

.single .entry-content h2, .category-dzial-techniczny .archive-wrap h2 {
    color: #2f2f2f;
    font-family: "Lato",sans-serif;
    font-size: 30px;
    font-variant: all-small-caps;
}

.widget_recent_entries a {
    color:#373737;
    font-size:22px;
    font-family: 'MuseoSlab-500';
}

.widget_recent_entries .post-date {
    color:#c0c0c0;
    font-size:14px;
    display:block;
}

.widget_recent_entries .post-date:before {
    content: '  ';
    font-family: 'FontAwesome';
}

.widgets a:hover {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    color:#3498db;
}

.widgets h3 {
    font-size: 16px;
    text-align:center;
    font-weight:bold;
    font-family: "Lato";
    text-transform: uppercase;
}

.widgets a {
    display:block;
    text-align:left;
    margin: 5px 0;
    font-size:14px;
    border-bottom:1px solid #e0e0e0;
    color: #373737;
    font-family:'Lato';
    font-size: 16px;
}

.widgets a:last-of-type {
    border-bottom:none;
}

#kontakt span.wpcf7-not-valid-tip {
    color: rgb(52, 52, 52);
    padding-left: 8px;
    position: absolute;
    right: 6px;
    top: -1px;
}

.widgets a span {
    color: #c0c0c0;
    display: block;
    font-size: 13px;
    font-family: "Lato";
    margin-bottom: 4px;
}

.widgets a span :before {
    /*content: " ";*/
	content: "";
    font-family: "FontAwesome";
}


.archive-wrap {
    width:1000px;
    margin:auto;
    margin-top:98px;
}

.search-wrap {
    padding-top:75px;
    width:1000px;
    margin:auto;
    position:relative;
}

.search-wrap .post-image img {
    max-height: 180px;
    height:auto;
    width: 100%;
}

.search-wrap .entry-summary {
    font-family: "Lato";
}

.search-wrap article {
    border-bottom: 1px solid #666;
    float: right;
    height: 100px;
    margin-top: 25px;
    padding-bottom: 10px;
    width: 76%;
    position:relative;
}

.search-wrap .entry-title {
    margin-bottom:10px;
}

.search-wrap .post-image {
    float:left;
    margin-right:18px;
    width:180px;
}

.search-wrap .page-title {
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-variant: all-petite-caps;
    margin: 18px auto 0;
    text-align: center;
    text-shadow: 0 0 0px black;
    width: 76%;
    float:right;
}

.archive-right {
	font-size: 14px;
    width:755px;
    float:right;
}


.more {
    font-weight:600;
    width:100%;
    height:42px;
    line-height:42px;
    position:absolute;
    bottom:0;
    border-top:1px solid #e0e0e0;
    text-align:center;
    color:#333;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.more:hover {
    color:#fff;
    background: #3498db;
}

.category-name {
    color: #343434;
    font-family: "Alegreya Sans",sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    display:none;
}


.entry-title {
    padding: 0 10px;
}

.entry-title a, .entry-title {
    font-family:'Lato';
    color:#373737;
    font-size:18px;
    margin-bottom:6px;
}

.search-results .entry-title a{
    color: #003366 !important;
    font-size:17px !important;
	text-transform: uppercase;
}

.archive .entry-footer {
    display:none;
}

#uslugi .ico {
    text-align:center;
    text-transform:uppercase;
    font-weight:600;
    width:100%;
    line-height: 15px;
    font-size:14px;
}

#produkty .thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 180px;
    position: absolute;
    right: 0;
    top: 0;
}

.produkt {
    float: left;
    height: 150px;
    margin-bottom: -1px;
    margin-left: -1px;
    padding: 10px;
    position: relative;
    width: 25%;
    
}

.produkty-kategorie-wrap {
    width:100%;
    background:#3e4b4c;
    height:45px;
}

.produkt-kat {
    background:transparent;
    float: left;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.produkt-kat:hover {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.produkt-kat:hover .entry-title{
    color:#333;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.produkt-kat .entry-title {
    color:#fff;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}


.produkt-kat:nth-of-type(1):hover {
    background:#b6b6b6;
}

.produkt-kat:nth-of-type(2):hover {
    background:#b6b6b6;
}

.produkt-kat:nth-of-type(3):hover {
    background:#b6b6b6;
}

.produkt-kat:nth-of-type(4):hover {
    background:#b6b6b6;
}

.produkt-kat:nth-of-type(5):hover {
    background:#b6b6b6;
}

.produkt-kat:nth-of-type(6):hover {
    background:#b6b6b6;
}

.produkty-left h3 {
    margin-bottom:13px;
}

.produkty-right h3 {
    margin-top:13px;
}

.produkt .entry-title {
    bottom: 0;
    font-size: 20px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.produkty-right {
    padding-bottom:45px;
}

.search-form {float:right; margin-right: -16px;}

.search-submit {
    font-family:'FontAwesome'  !important;
    color:#3498db;
    background:none;
    border:none;
    content:"";
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.site-header .search-field{
    color:#333 !important;
}

.rozwiazania {
    margin-top: -45px;
    padding-top: 42px;
}

.rzw {
    margin-bottom:15px
}

.rzwtxt {
    font-family: "Lato",sans-serif;
    font-size: 16px;
}

.rzwtxt a {
    border-bottom: 1px solid #373737;
}

#parallax h3 {
    color:#fff;
    font-family: 'Lato', sans-serif;
    text-align:center;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 9px;
    margin-top:60px;
    background: none repeat scroll 0 0 rgba(195, 206, 208, 0.66);
}

#parallax h3 a {
    color:#FFF3E9;
    text-decoration:underline;
    font-size:24px;
}

.catname {
    border-bottom: 1px solid #666;
    float: left;
    font-family: "Alegreya Sans";
    font-size: 17px;
    font-weight: 500;
    height: 170px;
    line-height: 170px;
    width: 20%;
}

.kategorie {
    float: left;
    position: absolute;
    width: 22%;
    border: 1px solid #e0e0e0;
    padding:5px;
    top: 97px;
}

.search-wrap button, .search-wrap input[type="button"], .search-wrap input[type="reset"], .search-wrap input[type="submit"] {
    color:#333;
}

.search-wrap article p {
    font-family:'Lato';
}

.produkt .entry-title:hover {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background:#009688;
    color:#fff;
}

.kategorie h2 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    font-family: "Lato";
    text-transform: uppercase;
}

.kategorie ul li {
    display: block;
    text-align: left;
    margin: 5px 0;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
    color: #373737;
    font-family: 'Lato';
    font-size: 16px;
}

.kategorie ul li:last-of-type {
    border-bottom: none;
}

.kategorie ul {
    margin: 0px;
    list-style:none;
}

.search-readmore {
    bottom: 0;
    float: right;
    position: absolute;
    right: 0;
    font-family:'Lato';
    font-size:13px;
    font-weight:500;
    color:#373737;
}

.cat-links {display:none;}

#aktualnosci h2 a {
    z-index: 8888;
    position:relative;
}

.widgets-wrap {
    float: left;
    width: 225px;
    margin-top:52px;
    margin-bottom:30px;
}

.single .widgets-wrap {
    margin-top: 48px;
}

.widgets:nth-of-type(2) {
    margin-top:15px;
}

.widgets:nth-of-type(3) {
    display:none;
}

.nohide .widgets:nth-of-type(3) {
    display:block;
    margin-top:15px;
}

.upwrap {
    border:1px solid #e0e0e0;
    float: right;
    margin-top: 50px;
    padding: 25px;
    width: 76%;
    position:relative;
}

textarea {
    resize: none;
}

.page .widgets-wrap {
    margin-top:0;
}

.page .entry-title {
    display:none;
}

#category-posts-5.widgets a span {
    display:none !important;
}

span.phone {background:none;}
span.phone:hover {background:none;}

.home hr {
    display:none;
}

#description b a {
    border-bottom: none;
}

.error-404 {
    padding-top:150px;
    width:100%;
    text-align:center;
    float:left;
}

.error-404 .page-title {
    font-size:36px;
    font-family:'Lato';
    text-transform:uppercase;
    font-weight:500;
    color:#333;
}

.error-404 .link-back {
    float:none;
    display:block;
}

#mapa {
    float:left;
    width:100%;
}

.widgets-prod-wrap {
    position:absolute;
}

a {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.post-prod {height:160px;position:relative;float: right;
    margin-bottom: 10px !important;
    width: 750px;margin:auto;
border:1px solid #e0e0e0;
overflow:hidden;
}

.post-prod .post-image {float:left; height:160px;width:25%;}

.post-prod .entry-title, .post-prod .entry-title a {
    font-family: "Lato",sans-serif;
    font-variant: all-petite-caps;
    font-size: 23px;
	font-weight: bold !important;
    margin-bottom:10px;
    color: #2f2f2f;
    font-weight:500;
}

.widgets-prod-wrap {
    float: left;
    margin-bottom: 30px;
    width: 225px;
    margin-top:0;
}

.post-prod:hover .res {background: #18538A;-webkit-transition: 1.2s ease;
    -moz-transition: 1.2s ease;
    -o-transition: 1.2s ease;
    transition: 1.2s ease;
}
.post-prod:hover .res a {color:#fff;}
.post-prod .res {
    background: none repeat scroll 0 0 #fff;
    border-top:1px solid #e0e0e0;
    position:absolute;width:75%;right:-1px;text-align:center;
    bottom:0;
    height: 30px; 
    float: left;
    -webkit-transition: 1.2s ease;
    -moz-transition: 1.2s ease;
    -o-transition: 1.2s ease;
    transition: 1.2s ease;
    font-family: 'Alegreya Sans';
    line-height:27px;
}
.post-prod article {
    width:75%;
    height:160px;
    background:#fff;
    border-left:1px solid #e0e0e0;
    overflow:hidden;
    position:relative;
    float:right;
    font-family:'Lato';
    text-align:justify;
}


.archive article .entry-header {
    padding:6px 10px 0 10px;
}

.archive article .entry-content {
    padding:0 16px 16px 16px;;
}

.uslugi .txt, .uslugi .txtl {text-align:left;}

.single .site-content, .archive .site-content, .page .site-content {padding-bottom:30px;}

@media only screen and (max-width: 980px)  {
    .rzwtxt {padding:0 15px;}
    #description, .single .site-main {width:100%;}
    .search-wrap {width:100% !important; padding: 0 15px;}
    #slider {display:none;}
    .pkwi, .archive-wrap {width:100%;}
    .produkty-kategorie-wrap {height:auto !important;float:left;}
    .produkt-kat, .produkty-right {width:100%;}
    .wpcf7, .kontakt-right {width:50%;}
    /*.wpcf7 input, .wpcf7 textarea {width: 100%;}*/
    .page-wrap {width:100%; padding:0 15px;}
    .widgets-wrap {width:27% !important;}
    .widgets {width:100%;}
    .upwrap, .single article, .archive-right {width: 72% !important;}
    .post-prod {width:70% !important;margin-right:15px;}
}

@media only screen and (max-width: 880px) {
    .search-wrap article {height:auto !important;min-height:100px;}
}
@media only screen and (max-width: 760px)  {
    .produkt {width:33.33% !important;}
    
    textarea, input {max-width:80%;}
    .wpcf7 {width:100%;display:block; float:left; text-align:center; }
    .wpcf7 input, .wpcf7 textarea {margin: 6px auto !important; display:block;}
    /*#uslugi {padding-bottom: 25px;}*/
    .kontakt-right {width:100%;display:block; float:none;}
    .kontakt-right h2 {text-align:center;}
    .portfolio-button {top: 270px;}
    #kontakt {padding-bottom:40px;}
    .single .ms-nav-next {right: 10px !important;}
    .single .ms-nav-prev {left: 10px !important;}
    .single .master-slider-parent {margin:0 0 25px 0; width:100%;}
    .single .entry-title {max-width:100%;}
    .wpcf7-submit {float:none;}
    .ms-nav-next, .ms-nav-prev {display:none;}
    .icons {margin-left:20px;}
    .order {left: 0; margin: auto; padding: 12px 15px; right: 0; width: 169px;}
    .single .entry-content p {margin: 0 20px;}
    .single .entry-header {width:100%; text-align:center; margin-top: 30px;}
    .custom-nav {display:block;margin:auto;width:100%;padding:0 15px;}
    .next-post {float:left}
    .prev-post {float:right;}
    .link-back {display:none;}
    .simplesocialbuttons {margin-left: 20px;margin-top:50px}
    .simplesocialbutton {margin-bottom:10px;}
    .single .content-area {float:left;}
    .resp {margin-top:26px;}
    .uslugi-wrap {display: inline-block; float: none; margin: 25px auto;}
    .home .post-main {width: 80%; max-width: 350px; height: auto; display:inline-block; border:2px solid #e3e3e3; margin-left: auto; margin-right: auto;}
    .post-image img {height: auto;}
    #slider h2 {font-size: 25px; }
    .post-prod {width:100% !important; height: 190px !important; }
    .widgets-prod-wrap {position: static;}
}

@media only screen and (max-width: 550px) {
    .search-wrap article {width:100% !important;}
    .kategorie {width:100%;position:relative; margin-bottom:20px; top:0;}
    .produkt {width:50% !important;}
    .rozwiazania {padding-bottom:60px;}
    .wpcf7, .kontakt-right {width:100%;}
    .widgets-wrap {width:100% !important;}
    .upwrap, .single article, .archive-right {width:100% !important; margin-top:15px;}
    .single article, .archive-right {padding:5px 0;}
    .single article {margin-top:48px;margin-bottom:-25px !important;}
    .single .widgets-wrap {margin-top: 0;}
    .single p, .single .entry-content ul {margin:10px 15px 10px 20px;}
    .post-prod {width:100% !important; height: 360px !important; margin-right:0;}
    .post-image, .post-prod article, .res {width:100% !important;}
    
}
@media only screen and (max-width: 440px) {
.widgets-prod-wrap {width:100% !important; }
}

@media only screen and (max-width: 360px) {
    .search-form {width:200px;}
    .site-header .search-field {width: 120px;}
    .produkt {width:100% !important;}
}

.single p, .single .entry-content ol, .category-dzial-techniczny p, .category-dzial-techniczny ol {
    font-family: 'Lato';
    font-size:14px;
}

.resp {display: none;}
.site-header .menu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
@media only screen and (max-width: 880px)  {
    .portfolio-button {display: none;}
    .header-image img {height: 60px;}
    .header-image {margin-left: 12px; margin-top: 12px;}
    .site-header {height: 90px;}
    #slider {margin-top: 90px;}
    .main-navigation {display: none;}
    .resp {
    clear: right;
    cursor: pointer;
    display: block;
    float: right;
    margin-right: -15px;
    margin-top: 10px;
    position: relative;
    width: 50px;
}
           .resp .one {height: 8px; margin-top: 10px; width: 100%; background: #404040;}
           .main-navigation {background: white; color: white; margin-top: 7px; width: 100%; float: left;box-shadow: 0 -2px 15px #000;}
           .main-navigation a {color: #404040; line-height: 20px; display: block; border: none !important;}
}

.page .entry-content {
    font-size:15px;
    line-height:35px;
    color:#343434;
    font-family: 'Lato';
}



.ms-info {background:rgba(0,0,0,0.8);margin-top:37px;font-size:22px;}
.ms-slide-info {
    font-size: 30px;
    position: absolute;
    top: 20px;
}
.ms-info a {color:#85b5bd;}
.ms-info p {margin:0 !important;}

.bg_new {
	display: table;
}
.in_new {
	display: table-cell;
    vertical-align: middle;
	top: 0% !important;
	left: 0% !important;
}

.in_new div {
	border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 15px 0px;
	width: 70%;
    margin-left: 15%;
}

.checkbox-757 span {
	margin: 0;
}
.checkbox-757 input {
	margin-right: 10px;
	margin-bottom: 40px;
	float: left;
}
.pp {
	/*margin-left: 48px;*/
}

.single .grecaptcha-badge, .archive .grecaptcha-badge {
	display: none !important;
}

.your-message .wpcf7-not-valid-tip {
	padding-top: 10px;
}
.checkbox-757 .wpcf7-not-valid-tip {
    top: 15px !important;
    right: -5px !important;
}

.wpcf7-not-valid-tip {
	color: #d6efe5 !important;
}

#cookie-law-info-again {
	bottom: 0;
position: fixed;
right: 100px;
}

#wpcf7-f3395-p3363-o1 {
	width: 100%;
}

#wpcf7-f3395-p3363-o1 input{
	border: 2px solid #08276E;
	color: #08276E;
}

#wpcf7-f3395-p3363-o1 .wpcf7-submit {
	float: left;
}

.page-id-3867 #wpcf7-f3874-p3867-o1, .page-id-3867 .wpcf7 input, ..page-id-3867 .wpcf7 textarea {
	width: 100% !important;
	color: black;
}

#wpcf7-f3874-p3867-o1 p {
	margin-bottom: 30px;
}