/*
Theme Name: Start
Author: IDEA07
Author URI: http://www.idea07.pl
Description:
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: start
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
        ## Asides
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none !important;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-family: "Roboto",sans-serif; 
    color: #777777;
    font-size: 14px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Kanit";
    clear: both;

}

h1 {font-size: 2.6em !important; font-weight: 500; margin: 0 !important; color: #014288; line-height: 1.6em;}
h2 {font-size: 2.2em; font-weight: 500; margin: 0; color: #014288;  line-height: 1.4em;}
h3 {font-size: 1.8em; font-weight: 500; margin: 0; color: #737373;  line-height: 1.2em;}
h4 {font-size: 1.6em; font-weight: 400; margin: 0; color: #d80b20; line-height: 1.2em;}
h5 {font-size: 1.4em; font-weight: 300; margin: 0; color: #d80b20; line-height: 1em;}



p {
    margin-bottom: 1.5em;
}

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: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 .6em 1em;
    padding: 0;
}

ul {
    list-style: disc;
}


ul.reddot {
    list-style: none;
}

ul.reddot li:before {
    content: "";
    background-color: #d80b20;
    margin-left: -14px;
    margin-right: 8px;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 2px;
}


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. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
header.site-header .main-navigation .active a {color: #014288;}
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: transparent;
    border: 2px solid #d80b20;
    color: #d80b20;
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 30px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #d80b20;
    color: #fff;
}

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 {
    box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="text"] {
    padding: 10px;
}

textarea {
    padding: 10px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #014288;
}

a:visited {
    color: #014288;
}

a:hover,
a:focus,
a:active {
    color: #0051a9;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    float: right;
    font-family: "Kanit";
    font-size: 1.1em;
    text-transform: uppercase;  
    margin-top: 0px;

}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
header.site-header .main-navigation .active a {color: #014288;}
    /*font-weight: 700;*/
}

/*.main-navigation li {
    float: left;
    position: relative;
    padding: 0px;
    margin: 0 5px;
}*/

.main-navigation a {
    color: #a0a0a0;
    outline: none;
    display: block;
    font-weight: 500;
    font-size: .8em;
    text-decoration: none !important;
    line-height: 1em;
    padding: 7px 0px;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 36px;
    left: -999em;
    z-index: 99999;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 5px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    transform: translateY(-20px);

}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}  opacity: 0;
    transform: translateY(-20px);

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {
    line-height: .8em;
    margin-bottom:5px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    text-decoration: none;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
    opacity: 1;
    transform: translateY(0px);
    position: static;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {

}


 Small menu. 
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}*/

@media screen and (min-width: 37.5em) {

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# 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-size: 0.875rem;
    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. */
}

/*--------------------------------------------------------------
# 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-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

header.site-header .main-navigation .active a {color: #014288;}
/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin:  0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Custom Css
--------------------------------------------------------------*/

.site-header {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top:33px; left: 0; right:0;
    z-index: 999;

}

.site-footer {
    background: #003d80;
    color: #fff;
    margin-top: -1px;
    padding: 40px 0;
}

.site-footer h3 {color: #5680ad; font-weight: 400; margin-bottom: 20px; font-size: 1.4em;}
.site-footer ul {margin: 0; list-style: none;}
.site-footer ul li {margin: 0;}
.site-footer a {color: #fff;}
.site-footer a:hover {color: #9ec0e6;}
.site-footer p {margin: 0;}

.bottom-footer {padding: 20px 0; color: #5680ad; background-color: #003065; }

.main-navigation .menu li{
    margin: 0 10px;
}

.main-navigation .menu li a{
    color: #333333;
}


/*--------------------------------------------------------------
################################################################
--------------------------------------------------------------*/

.site-branding {float: left;}
.site-branding a {width: 100%; height: 45px; background-image: url('menard-logo.png'); background-size: cover; display: block; text-indent: -9999px;}
.site-branding.remea {width: 461px;}
.site-branding.remea a {background-image: url('remea-logo.png'); width: 461px;}
.home header.site-header {background-color: #fff;}

header.site-header.hid {top: -100px; }

header.site-header.fixed {position: fixed; top: 0;
                          background-color: #fff; padding-top: 15px; padding-bottom: 15px;
                          -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
                          -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
                          box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);

                          -webkit-transition: all .2s ease-out;
                          -moz-transition: all .2s ease-out;
                          -o-transition: all .2s ease-out;
                          transition: all .2s ease-out;
}

.main-navigation {}

.contact-header {padding: 0px 0; /*background-color: #e9ecf1;*/ font-size: 16px; line-height: 30px;color: #a6afc0!important; border-bottom: 1px solid #e9ecf1;}
.contact-header a {color: #a6afc0;}
.contact-header a:hover {color: #014288;}
.contact-header .widget {margin: 0; padding: 0;}
.contact-header .sow-social-media-button {padding: 0 5px !important;}
.contact-header #lang_sel_list {}

.contact-header .widget_icl_lang_sel_widget {margin: 0;}
.contact-header .widget_icl_lang_sel_widget #lang_sel_list ul {border: 0;}
.contact-header .widget_icl_lang_sel_widget #lang_sel_list ul li {float: right !important;}
.contact-header .widget_icl_lang_sel_widget #lang_sel_list a {line-height: 30px; color: #a6afc0!important; background-color: transparent !important; font-size: 13px;}
.contact-header .widget_icl_lang_sel_widget #lang_sel_list a.lang_sel_sel {font-weight: bold;}
.contact-header #lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:visited {background: transparent !important;}




header.site-header .main-navigation {margin-top: 0px;}
header.site-header .main-navigation a {color: #a0a0a0;}


header.site-header .main-navigation ul ul li> a:after {display: none;}

header.site-header .main-navigation li:hover a:after {transform: translateY(0px); opacity: 1;}
header.site-header .main-navigation .menu-item-has-children:after {

    content: "•••";  margin: 0 auto; position: absolute; 
    right: 30px; text-align: center; font-weight: 300; top: 0px; opacity: .3; letter-spacing: 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
    display: none;
}

header.site-header .main-navigation .menu-item-has-children:hover:after {opacity: 0;}

header.site-header.fixed .main-navigation a {}
header.site-header .container {position: relative;}
header.site-header .main-navigation a:hover {color: #014288;}
header.site-header .main-navigation .bold a {color: #014288;}

.home-slider .tp-dottedoverlay {z-index: 50; background: url('img/overlay.png');}

/*.home-intro {padding: 50px 10% !important; min-width: 1400px;}*/


.home-intro .so-widget-ink-media-box {background-color: #fff; padding-bottom: 30px; 
                                      -webkit-border-bottom-right-radius: 5px;
                                      -webkit-border-bottom-left-radius: 5px;
                                      -moz-border-radius-bottomright: 5px;
                                      -moz-border-radius-bottomleft: 5px;
                                      border-bottom-right-radius: 5px;
                                      border-bottom-left-radius: 5px;

                                      -webkit-transition: all .3s ease-in-out;
                                      -moz-transition: all .3s ease-in-out;
                                      -o-transition: all .3s ease-in-out;
                                      transition: all .3s ease-in-out; 
}

/*.home-intro .so-widget-ink-media-box .iw-text-center {text-align: left !important;}*/
.home-intro .so-widget-ink-media-box p.iw-text-center {text-align: justify !important;}
/*.home-intro .so-widget-ink-media-box .iw-row .iw-cols:nth-child(2n) {min-height: 245px;}*/
.home-intro .so-widget-ink-media-box .iw-row .iw-cols:nth-child(2n) {min-height: 114px;}
.home-intro .so-widget-ink-media-box .iw-row .iw-cols:last-of-type {padding: 0 10%; }
.home-intro .so-widget-ink-media-box .iw-row .iw-cols:last-of-type .iw-text-center {text-align: right;}

a.btn, a#btn {
    background-color: transparent;
    border: 2px solid #d80b20;
    color: #d80b20;
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 30px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; 
}
a.btn:hover, a#btn:hover {
    background-color: #d80b20;
    color: #fff;
}

.home-intro .so-widget-ink-media-box:hover {
    -webkit-box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
    -moz-box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
    box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
}

.home-intro .so-widget-ink-media-box h3 {font-size: 1.6em; color: #d80b20 !important; font-weight: 300; margin-top: 30px; margin-bottom: 10px;}
.home-intro .so-widget-ink-media-box .iw-so-media-box-text {min-height: 60px;}

.welcome-block {color: #6984a0; font-weight: 300; font-size: 1.2em;}
.welcome-block h3 {color: #d80b20; font-weight: 500; font-size: 1.8em; text-align: center !important;}

.home-rozwoj {color: #c3d8e6; border-bottom: 14px solid #d80b20; }
.home-rozwoj h3 {color: #d80b20; color: #fff; font-size: 2.6em; font-weight: 500;}

.home-accordion {background-size: 100%; background-repeat: no-repeat !important; color: #565656;}
.home-accordion h3 {color: #d80b20; text-align: center !important;}
.home-accordion .lsow-accordion.style3 .lsow-panel .lsow-panel-title { font-size: 1.0em; color: #014288;font-family: "Kanit"; font-weight: 500;}
.home-accordion .lsow-accordion.style3 .lsow-panel:hover .lsow-panel-title {color: #014288;}
.home-accordion .lsow-accordion.style3 .lsow-panel.lsow-active .lsow-panel-title {color: #d80b20;}
.home-accordion .lsow-accordion.style3 .lsow-panel:first-child {border-top: 0;}
.home-accordion .lsow-accordion.style3 .lsow-panel:last-child {border-bottom: 0;}
.home-accordion .lsow-accordion.style3 .lsow-panel {border-color: rgba(1, 66, 136, 0.15);}
.home-accordion .lsow-accordion.style3 .lsow-panel .lsow-panel-title:after {opacity: 0.6; color: #d80b20; right: 24px;}
.home-accordion .lsow-accordion.style3 .lsow-panel.lsow-active .lsow-panel-title:after {opacity: 1; color: #d80b20;}

.searchbox_btn {
    display: block;
    float: right;
    margin-top: 8px;
    position: relative;
    right: 52px;
}
.searchbox_btn a {padding: 8px 11px; color: #a0a0a0;}
.searchbox_btn a:hover {color: #014288;}

.searchbox {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    height: 0;
    overflow: hidden;
    opacity: 0.2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; 


    background: rgb(21,109,181);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(21,109,181,.9) 0%, rgba(1,66,136,.9) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(21,109,181,.9) 0%,rgba(1,66,136,.9) 100%);
    background: radial-gradient(ellipse at center,  rgba(21,109,181,.9) 0%,rgba(1,66,136,.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#156db5', endColorstr='#014288',GradientType=1 );


}


.searchbox.open {height: 101%; opacity: 1;}

.searchbox .search-form {width: 100%; position: absolute; top: 50%; transform: translateY(-50%)}

.searchbox input.search-field {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    border-radius: 0;
    width: 50%;
    max-width: 1000px;
    margin-bottom: 20px;
}

.searchbox a.close {color: #fff; position: absolute; top: 20px; right: 20px; font-size: 50px;width: 50px; height: 50px; line-height: 45px;
                    -webkit-transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    -o-transition: all .3s ease;
                    transition: all .3s ease;
}
.searchbox a.close:hover {transform: rotate(180deg);}

.searchbox .search-submit {border: 2px solid #fff; padding: 9px 40px; background-color: transparent; color: #fff; border-radius: 50px; margin-left: 30px;    font-weight: 600;
                           -webkit-transition: all .2s ease;
                           -moz-transition: all .2s ease;
                           -o-transition: all .2s ease;
                           transition: all .2s ease;}
.searchbox .search-submit:hover {background-color: #fff; border: 2px solid #fff; color: #014288;}


.site-footer #newsletterwidget-2 p {display: inline-block;}
.site-footer #newsletterwidget-2 input.newsletter-email {border: 2px solid #5680ad; height: 48px; color: #fff; background-color: transparent;width:100%; }
.site-footer #newsletterwidget-2 input.newsletter-submit {background-color: #5680ad; font-size: inherit; text-rendering: auto; height: 48px;border: 2px solid #5680ad; padding: 0 8px; transform: translate(-3px,-1px); border-radius: 2px; color: #003d80;background-color: #fff; color: #003d80; border-color: #fff;}
.site-footer #newsletterwidget-2 input.newsletter-submit:hover {background-color: #fff; color: #003d80; border-color: #fff;}
.site-footer #newsletterwidget-2 .newsletter {margin-top: 16px;}

.site-footer * {outline: 0;}

.page-header {padding: 20px 0; background-color: #e9ecf1;}
.page-header h6, .page-header h6 a {font-weight: 300; margin: 0; font-size: 1em; color: #92abc6;}

.awards-block {margin-top: 20px;}
.awards-block h3 {font-size: 1.4em; color: #d80b20;font-weight: 300;}

.contact-form .sow-form-field-name,
.contact-form .sow-form-field-email,
.contact-form .sow-form-field-text,
.contact-form .sow-form-field-email {width: 50%; float: left;}
.contact-form .sow-form-field-name,
.contact-form .sow-form-field-text { padding-right: 30px;}
.contact-form label {color: #9fabc1;}
.contact-form input:not(.sow-submit), .contact-form textarea {border: 1px solid #9fabc1; background-color: transparent; border-radius: 3px !important;}
.contact-form input:not(.sow-submit):focus, .contact-form textarea:focus {background-color: rgba(255,255,255,0.3);}
.contact-form .sow-submit-wrapper {text-align: center;}
.contact-form .sow-submit-wrapper .sow-submit {width: 100px;}
.contact-form textarea {height: 100px; resize: vertical;}

#svt-cd-timeline:before {top: initial; height: 85%;}
#svt-cd-timeline {margin: 0 auto;}
#svt-cd-timeline .svt-cd-timeline-block {margin: 0;}
#svt-cd-timeline .svt-cd-timeline-img {background-color: #d80b20;}
#svt-cd-timeline .svt-cd-timeline-img.svt-cd-menard img {width: 54px; height: 54px; left: 3px; top: 3px; margin-left: 0; margin-top: 0;}
#svt-cd-timeline .svt-cd-date {font-size: 3em; top: 0; padding: 4px 0 0 0;}
#svt-cd-timeline .svt-cd-timeline-content {border-color: #d9e3ed; }
#svt-cd-timeline .svt-cd-timeline-content h2 {font-size: 1em; font-weight: 300; color: inherit;}
#svt-cd-timeline .svt-cd-timeline-content:before {border-left-color: #d9e3ed;}
#svt-cd-timeline .svt-cd-timeline-block:nth-child(even) .svt-cd-timeline-content:before {border-right-color: #d9e3ed; border-left-color: transparent;}

.news-grid .news-item {margin-bottom:30px;}
.news-grid .news-item .news-photo {height: 320px; background-size: cover; background-position: center; position: relative; margin-bottom: 10px; border: 1px solid #e9ecf1;border-radius: 10px;}
.news-grid .news-item .news-photo a {position: absolute; bottom: 0px; left: 0px;z-index: 10; padding: 10px; width: 100%;
-webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; }
.news-grid .news-item .news-photo a:hover {transform: translateY(-10px);} 
.news-grid .news-item .news-photo a .date {color: rgba(255,255,255,0.5);}
.news-grid .news-item .news-photo a h3 { color: #fff; font-weight: 300;font-size: 1.6em;}
.news-grid .news-item .news-photo:after {content: ""; display: block; height: 40%; width: 100%; left: 0; right: 0; bottom: 0; position: absolute; z-index: 1;
background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(0,30,68,1) 100%);
background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(0,30,68,1) 100%);
background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(0,30,68,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#001e44',GradientType=0 );
} 
.news-grid .news-item .entry-header h3 {}
.news-grid .news-item .news-content {}
.news-grid .news-item .news-content .btn {margin-top:10px;display: inline-block;}
.news-item-inside {width: 100%;}
.news-item-inside {margin-bottom: 40px;}
.news-item-inside .news-inside-image {float: left; max-width: 50%; max-height: 600px; padding-right: 30px;}


.quote-box p em {font-size: 1.4em; color: #014288; font-weight: 300;}
.quote-box p { font-weight: 600;}

.services-box {}
.services-box .so-widget-ink-media-box {background-color: #fff; padding-bottom: 30px; 
                                      -webkit-border-bottom-right-radius: 5px;
                                      -webkit-border-bottom-left-radius: 5px;
                                      -moz-border-radius-bottomright: 5px;
                                      -moz-border-radius-bottomleft: 5px;
                                      border-bottom-right-radius: 5px;
                                      border-bottom-left-radius: 5px;

                                      -webkit-transition: all .3s ease-in-out;
                                      -moz-transition: all .3s ease-in-out;
                                      -o-transition: all .3s ease-in-out;
                                      transition: all .3s ease-in-out; 
}
.services-box .so-widget-ink-media-box .iw-text-center { padding: 0 5% !important;}
.services-box .so-widget-ink-media-box .iw-row .iw-cols:nth-child(2n) {min-height: 114px;}
.services-box .so-widget-ink-media-box .iw-row .iw-cols:last-of-type {padding: 0 10%; }
.services-box .so-widget-ink-media-box .iw-row .iw-cols:last-of-type .iw-text-center {text-align: right;}
.services-box .so-widget-ink-media-box:hover {
    -webkit-box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
    -moz-box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
    box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
}
.services-box .so-widget-ink-media-box h3 {font-size: 1.6em; color: #d80b20 !important; font-weight: 300; margin-top: 30px;}

.person-img .sow-image-container {border-radius: 50%; overflow: hidden; margin: 20px; border: 2px solid #fff;
-webkit-box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
    -moz-box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
    box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
}

.download-holder .lsow-tabs.style4 {background-color: transparent;}
.download-holder .lsow-tabs.style4 .lsow-tab-nav { margin: 0; border-bottom-color: #e9ecf1; }
.download-holder .lsow-tabs.style4 .lsow-tab-nav .lsow-tab a {padding: 5px; color: inherit;}
.download-holder .lsow-tabs.style4 .lsow-tab-nav .lsow-tab.lsow-active a {color: #d80b20;}
.download-holder .lsow-tabs.style4 .lsow-tab-pane {padding: 0;}
.download-holder .download-box, .download-box {border-bottom: 1px solid #e9ecf1;}
.download-holder .lsow-tab-panes .insert-page div > .panel-grid:last-of-type .download-box, .panel-grid:last-of-type .download-box {border-bottom: 0;}

.inpage-sidebar h3,
.inner-projects h3 {color: #d80b20; font-weight: 300; margin-bottom: 10px}
.inpage-sidebar ul {list-style: none; margin-left:20px;}
.inpage-sidebar ul li:before {content: "•"; display: inline-block; font-weight: 600; color: #d80b20; margin-right: -5px; transform: translateX(-10px);}

.page .site-main .so-widget-sow-image img {border-radius: 4px}
.page .site-main .siteorigin-widget-tinymce iframe {border-radius: 4px}

.circle-icon img {
    border-radius: 50% !important;
    overflow: hidden;
    margin: 20px;
    border: 2px solid #fff;
    -webkit-box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
    -moz-box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
    box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
}

.numbered-list span.circle-number {display: block; width: 60px; height: 60px; background-color: #fff; line-height: 54px; text-align: center; color: #d80b20; border: 2px solid #e9ecf1; margin: 0 auto;
    font-weight: 300; font-family: "Roboto",sans-serif; font-size: 1.6em; border-radius: 50%;
    -webkit-box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
    -moz-box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
    box-shadow: 3px 3px 30px 0px rgba(179,187,195,0.5);
}




/* web2pdf */
.site-main .wpptopdfenh {position: absolute; margin-top: 36px; transform: translateX(-25px);}
.home .wpptopdfenh,
.page-id-15 .wpptopdfenh
{display: none !important;}


* {outline: none !important;}
/*
.site-footer ::-webkit-scrollbar {
    width: 12px;
}
.site-footer ::-webkit-scrollbar-track {
    background-color: #003065;
    border-radius: 20px;
}
.site-footer ::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #5680ad;
}
.site-footer ::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}
*/
.nicescroll-cursors {border: 0 !important;}

.site-footer .footer-address span {display: inline-block; width: 19px; color: #5680ad;}
.site-footer .widget_sow-social-media-buttons a {padding: 3px; font-size: 1.6em; margin-right: 15px;}

@media(min-width:992px){
    header.site-header.fixed {
        background-color: #fff;
        border-bottom: 1px solid #d6e3ec; 
    }
}


@media screen and (min-device-width: 767px) {

}

@media screen and (max-device-width: 767px) {
    footer.bottom-footer .col-sm-6 {text-align: center !important; }  
}
.footer-margin {width: 100%; height:0px;}

.hfeed.site {
    overflow: hidden;
    width: 100%;
}

@media(max-width: 1440px){
    .home-intro {padding: 50px 5% !important;padding-bottom:0px !important;  }
    .home-intro.home-intro2 {padding: 50px 5% !important;padding-top:0px !important;padding-bottom:10px !important; }

    .home-rozwoj {background-size: cover !important;
                  background-position: center bottom !important; }
    .quote-box {background-position: 80% center !important;}
}

.site-branding a {
    /*width: 100%;*/
    background-size: contain;
    background-repeat:no-repeat;
}
.sub-menu{
    padding-top: 0!important;
}
#primary-menu .menu-item-type-yawp_wim{
    height: 20px;
    position: relative;
    right: 6px;
    text-align: center;
    top: -10px;
}
#primary-menu #lang_sel_list{
    float: right;
}
#primary-menu #lang_sel_list ul{
    border-top: 0px;
    position: static;
    opacity: 1;
    width: auto;
    display: inline;
    transform: none;
}
#primary-menu #lang_sel_list ul li{
    /*    position: static;
        opacity: 1;*/
    width: auto;
    display: inline;
}
#primary-menu #lang_sel_list ul li a{
    /*    position: static;
        opacity: 1;*/
    border: 0 none;
    width: auto;
    display: inline;
    color: #a0a0a0!important;
}
/*@media screen and (max-width: 650px) {
   .site-branding a {
        width: 100%;
        background-size: contain;
        background-repeat:no-repeat;
    }
    #primary-menu li {
        padding: 0px 20px !important;
        line-height: 1em !important;

    }
    #primary-menu {
        top: 76px !important;
        overflow-y: scroll!important;
    }
    .main-navigation ul ul {
        position: relative !important;
        top: 0px !important;
        display:none;


    }

    .main-navigation ul ul.opened {
        display:block;
        padding-top: 5px;
        padding-bottom: 0px;
        left: auto;
        opacity: 1;
        transform: translateY(0px);


    }
    .main-navigation ul ul li {
        margin-bottom: 5px !important;
    }
    .main-navigation ul ul a {
        width: 100% !important;
        font-size: .6em !important;

    }
*/    
.home-intro .so-widget-ink-media-box p.iw-text-center {
    text-align:center !important;
}
.home-intro .so-widget-ink-media-box h3{
    text-align: center;
}
.home-intro .so-widget-ink-media-box .iw-so-imgbox-btn{
    text-align: center;
}
/*
header.site-header .main-navigation ul li > a:after {
    display:none !important;
}
}*/


.Menard---header.tp-caption{
    font-size: 18px!important;
    min-width: 350px!important;
    margin-top: 0px!important;
}
.site-content {
    margin-top: 0px!important;
}
.contact-header{
    display: none;
}
.site-branding {
    width:50%;
    height: 40px;
}
.search-form h3{
    color: #fff; margin-bottom: 40px; font-size: 2.6em; font-weight: 300;}

@media screen and (min-width: 480px) {
    .Menard---header.tp-caption{
        font-size: 25px!important;
        min-width: 470px!important;
    }
}
@media screen and (max-width: 768px) {
    .site-branding a {
        width: 100%;
        height: 45px;
    }
}
@media screen and (min-width: 768px) {
    .site-branding {
        width:200px;
    }


}
@media screen and (min-width: 1200px) {
	    .searchbox_btn{
        display: block;
        position: static;
        margin-top: 0px;
    }
}
@media screen and (min-width: 1200px) {
	    header.site-header .main-navigation .menu-item-has-children:after {
        display: block;
        top: 20px;
        left: 0;
        right: 0;
    }
}
@media screen and (min-width: 1024px) {
    .Menard---header.tp-caption{
        font-size: 48px!important;
        min-width: 922px!important;
    }
    .contact-header{
        display: block;
    }



    #primary-menu .menu-item-type-yawp_wim{
        display: none;
    }
}
@media screen and (min-width: 1440px) {
    .Menard---header.tp-caption{
        font-size: 62px!important;
        min-width: 1221px!important;
    }
    .site-content {
        margin-top: 100px!important;
    }
}

@media(max-width:778px){
    .home-rozwoj {background-size: cover !important;
                  background-position: left bottom !important; }


}
#footer_mobile_fix {
    clear:both;
}
#content { 
    margin-top:70px !important;
}

#rev_slider_1_3_wrapper {
    height:calc(100vh - 89px) !important;
}


@media screen and (min-width: 1024px) {

    #content { 
        margin-top:89px !important;
    }

    #rev_slider_1_3_wrapper {
        height:calc(100vh - 123px) !important;
    }

}
@media screen and (min-width: 1200px) {
    #footer_mobile_fix {
        clear:none;
    }
}
.site-footer #newsletterwidget-2 p:nth-of-type(1) {
    width:calc(100% - 100px);
}
@media screen and (max-width: 1024px) {
    #primary-menu ul {
        padding-bottom: 10px !important;
		display:none !important;
    }
	.open-menu-link {
		display:none !important;
	}
	.open-menu-link.visible {
		display:none !important;
	}
    .tp-bgimg.defaultimg{
        background-image: url("img/background_menard1.jpg")!important;
    }

}

@media screen and (min-width: 768px) {

    
}

#map_wrapper {
    height: 460px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.select2 {
	width:100%;
}



.page-id-481 .realizacje-list, .page-id-4633 .realizacje-list {margin: 20px 0 40px }  
.page-id-481 .realizacje-list .item, .page-id-4633 .realizacje-list .item { border-bottom: 1px solid #e9ecf1; padding: 20px 0 25px;}
.page-id-481 .realizacje-list .item:last-of-type, .page-id-4633 .realizacje-list .item:last-of-type {margin-bottom: 0px; border: 0;}
.page-id-481 .realizacje-list .item .name, .page-id-4633 .realizacje-list .item .name {width: 100%;}
.page-id-481 .realizacje-list .item .name a, .page-id-4633 .realizacje-list .item .name a {font-size: 1.6em; color: #014288 !important; font-weight: 300; margin-top: 30px; font-family: "Kanit"; text-decoration:underline; line-height:16px;}
.page-id-481 .realizacje-list .pagination_div .pagination, .page-id-4633 .realizacje-list .pagination_div .pagination {list-style: none; text-align: center;}
.page-id-481 .realizacje-list .pagination_div .pagination li, .page-id-4633 .realizacje-list .pagination_div .pagination li {display: inline-block;}
.page-id-481 .realizacje-list .pagination_div .pagination li a, .page-id-4633 .realizacje-list .pagination_div .pagination li a {display: block; width: 32px; height: 32px; line-height: 28px; border: 2px solid #e9ecf1; margin: 0 10px; border-radius: 2px;}
.page-id-481 .realizacje-list .pagination_div .pagination li.active a, .page-id-4633 .realizacje-list .pagination_div .pagination li.active a {background-color: #e9ecf1; border-color: #e3e6ea;}
.page-id-481 .map-inputs .realizacje_form > div, .page-id-4633 .map-inputs .realizacje_form > div {margin-bottom: 10px;}
.page-id-481 .map-inputs .realizacje_form input[type="submit"], .page-id-4633 .map-inputs .realizacje_form input[type="submit"] {margin-top: 10px; float: right;}
.page-id-481 #map_wrapper .info_content h3, .page-id-4633 #map_wrapper .info_content h3 {font-size: 16px;margin-top:5px;}

.kariera-item { border-bottom: 1px solid #e9ecf1; padding: 20px 0 30px; }
.kariera-item:last-of-type {border-bottom: 0; }
.kariera-item .kariera-content {float: left;}
.kariera-item .kariera-content h3 {margin-bottom: 10px;}
.kariera-item .kariera-content .entry-date {margin-bottom: 0px; display: block; }
.kariera-item a.btn {display: inline-block; float: right; margin-top: 24px; }

.gallery-holder h3 {margin-bottom: 20px;}
.gallery-holder .gallery-item {max-width: 16%;}

.realizacja-item-inside .sidebar-widget h3 {color: #d80b20; font-weight: 300; font-size: 1.6em;}

#primary-menu .menu-item-has-children .sub-menu {
	z-index:1000;
}


#MENARD_x5F_MAPA path {
	cursor:pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#MENARD_x5F_MAPA path:hover {
	fill: #d80b20;
	stroke: #d80b20;
}
#MENARD_x5F_MAPA path:hover,
#MENARD_x5F_MAPA .st1:hover,
#MENARD_x5F_MAPA .st2:hover,
#MENARD_x5F_MAPA .st3:hover,
#MENARD_x5F_MAPA .st4:hover,
#MENARD_x5F_MAPA .st5:hover, 
#MENARD_x5F_MAPA .st6:hover, 
#MENARD_x5F_MAPA .st7:hover, 
#MENARD_x5F_MAPA .st8:hover 
{
	fill: #d80b20 !important;
    stroke: #d80b20 !important; 
}

#MENARD_x5F_MAPA .st0,
#MENARD_x5F_MAPA .st1,
#MENARD_x5F_MAPA .st2 {stroke: #b2bac7;}
#MENARD_x5F_MAPA .st0 {fill: #d6ddea;}
#MENARD_x5F_MAPA .st1 {fill: #f2f2f2}
#MENARD_x5F_MAPA .st2 {fill: #c5d0e2}
#MENARD_x5F_MAPA .st4 {fill: #c5d0e2}
#MENARD_x5F_MAPA .st3,
#MENARD_x5F_MAPA .st5, 
#MENARD_x5F_MAPA .st6, 
#MENARD_x5F_MAPA .st7, 
#MENARD_x5F_MAPA .st8 {stroke: #b2bac7; fill: #f2f2f2;}

.search-results .entry-title {
	font-size:14px !important;
margin-top:15px;
}

.search-results .entry-meta {
	display:none;
}
.search-results .entry-footer {
	display:none;
}

.aplikuj_button {
	    float: right;
}
.aplikuj_button a {
background-color: transparent;
    border: 2px solid #d80b20;
    color: #d80b20;
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 30px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.aplikuj_button a:hover {
    background-color: #d80b20;
    color: #fff;
}



.aplikuj-row {padding: 30px 0;}
.aplikuj-row h2 {color: #fff;}
.aplikuj-row .aplikuj_button  {margin-top: 10px; float: left;}
.aplikuj-row .aplikuj_button a {border-color: #003d80; color: #003d80; background-color: #fff; padding: 12px 40px;}


.select2-container .select2-selection--single {
	height:44px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px !important;
}

.pagination_div {
	margin-top:15px;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map_goto {
    color: #d80b20;
}

.home .bottom_contact {background-color: #fff;}
.bottom_contact {padding: 70px 0; background-color: #e9ecf1; color: #9fabc1;}

.bottom_contact label {font-weight: bold; color: #9fabc1; }
.bottom_contact textarea {resize: none; height: 152px;}
.bottom_contact input:not(.wpcf7-submit), .bottom_contact textarea {border: 1px solid #9fabc1; background-color: transparent; border-radius: 3px !important; width: 100%; padding: 10px;}
.bottom_contact input:not(.wpcf7-submit):focus, .bottom_contact textarea:focus {background-color: rgba(255,255,255,0.3);}

.bottom_realizacje .widget {margin: 0;}
.bottom_realizacje .nasze_realizacje p {margin: 0;}

.nasze_realizacje {background:#d80b20;color:#fff;padding:30px 0px;}
.nasze_realizacje h4{color:#fff; font-size: 2.2em;}

.nasze_realizacje a{

background-color: transparent;
    border: 2px solid #fff;
    font-size: 1.2em;
    color: #fff;
    padding: 16px 28px;
    font-weight: 600;
    border-radius: 50px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.nasze_realizacje a:hover {color: #d80b20; background-color: #fff;}
.nasze_realizacje .col-sm-4 {text-align: center; padding-top: 15px;}


#kontakt_map {
	width:100%;
	height:100%;
}

#MENARD_x5F_MAPA {
    padding: 50px 0px;
}
.mapka_pokaz {
	position: absolute;
	top:0px;
	left:0px;
	display:none;
	pointer-events:none;
}

.mapka_pokaz a {
	    background: transparent;
	cursor:pointer;
	pointer-events:none;
	color:#fff;
	border:2px solid #fff;
	padding:5px 10px;
	border-radius:5px;
}

.cell_relative {
	position:relative;
}

#scrolled_contacts > div:nth-child(1) {
    margin: 50px 0px;
}


.map_tooltip img {
    float: right;
}
#close_map_tooltip {
    cursor: pointer;
}
.map_tooltip {
    background: #fff;
    padding: 15px;
    -webkit-transform: translate(50px, -115px);
    -ms-transform: translate(50px, -115px);
    -o-transform: translate(50px, -115px);
    transform: translate(50px, -115px);
    width: 235px !important;
}


.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: -15px;
    top: 63px;
}
.map_tooltip .close {
    background: url('./img/sprites-icons.png') no-repeat -132px -29px;
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    width: 24px;
    height: 24px;
    background-color: #fff;
    position: absolute;
    top: -12px;
    right: -12px;
	z-index:999;
}

.contact_same_height .widget_text, .contact_same_height .widget_text .textwidget {
	height:100%;
}

#ascrail2001 {
	background:#f1f1f1 !important;
}
#ascrail2001 .nicescroll-cursors {
	background:#d80b20;
	transform:translateX(-1px);
	cursor:pointer !important;
}
@media screen and (max-width: 768px) {
#scrolled_contacts > div:nth-child(1) {
	height:auto;
}
.contact-form .sow-form-field-name, .contact-form .sow-form-field-email, .contact-form .sow-form-field-text, .contact-form .sow-form-field-email {
	width:100%;
}
}

.search #main article {
	margin-top:10px;
}
.search-results .entry-title {
    font-size: 18px !important;
}

.contact_form_header {
	text-align:center;
}
.download-box {
	padding-top:10px !important;
	padding-bottom:0px !important;
	
}
@media screen and (max-width: 768px) {
	.contact_same_height .widget_text, .contact_same_height .widget_text .textwidget {
		height:300px !important;
	}
}
.wpcf7-acceptance {
	float:left;
	margin-right:5px;
	    width: auto !important;
    position: relative;
    top: 7px;
}

div.wpcf7-validation-errors {
    border: 0px solid #f7e700;
    max-width: 50%;
    margin: auto;
    background: red;
    color: #fff;
}

.post-296 .wpptopdfenh {
	position:relative;
	top:-75px;
}

.mapka_pokaz {
	white-space:nowrap;
}
.formularz_ofertowy input {
	font-weight:normal;
}
.formularz_ofertowy input[type=text] {
	width:100%;
}
.formularz_ofertowy input[type=email] {
	width:100%;
}
.formularz_ofertowy label {
	font-weight:bold;
}
.formularz_ofertowy div {
    color: #9fabc1;
}
.formularz_ofertowy input[type=submit] {
    background-color: transparent;
    border: 2px solid #d80b20;
    color: #d80b20;
    padding: 8px 16px !important;
    font-weight: 600;
    border-radius: 30px !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
	margin:auto;
}
.formularz_ofertowy > div {
	margin-bottom:20px;
}
.formularz_ofertowy .submit {
	text-align:center;
}
.formularz_ofertowy input[type=submit]:hover {
	background-color:#d80b20 !important;
	color:#fff !important;
}
#scrolled_contacts h3 {
	padding:10px;
	    background-color: rgb(233, 236, 241);
		margin-bottom: 10px;
		position:relative;
		cursor:pointer;
}
#scrolled_contacts h3:after {
	font-family:"FontAwesome";
	content:"\f067";
	position:absolute;
	top: 13px;
    right: 15px;
}
#scrolled_contacts .opened .personel{
	display:block;
}
#scrolled_contacts h3.opened:after {
content:"\f068"; 
}

#scrolled_contacts .personel {
	display:none;
}
#scrolled_contacts .osoba {
	margin-bottom:10px;
}

.wpcf7-form p {
	margin-bottom:0px !important;
}

#contact_form_textarea1 {
	min-height: 239px;
}
.responsive-menu .menu-header {
	padding:0px 10px;
}
.iw-text-center {
	text-align:center;
}

.contact-form input:not(.sow-submit), .contact-form textarea {
	z-index:2;
}
span.wpcf7-not-valid-tip {
	z-index:1;
	pointer-events:none;
}

.wpml-ls-legacy-list-horizontal {
    border: 0px solid transparent !important;
    padding: 0px !important;
	
}
 
#lang_sel_list li {
    float: left;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
}

.contact-header .widget_icl_lang_sel_widget #lang_sel_list a {
    line-height: 30px;
    color: #a6afc0!important;
    background-color: transparent !important;
    font-size: 13px;
}

#lang_sel_list ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
}
#lang_sel_list span {
	 padding-left: 5px;
}
#lang_sel_list a:visited {
    display: block;
    font-size: 11px;
    text-decoration: none !important;
    color: #444444;
    background: #fff;
    line-height: 18px;
    padding-left: 5px;
}
#lang_sel_list ul a {
    background: #ffffff;
    color: #444444;
    height: auto;
    line-height: 1em;
}

.bottom_contact input:not(.sow-submit), .bottom_contact  textarea {
    z-index: 2;
}

#map * {
    overflow:visible;
}

#kontakt_map {
	width:100%;
	height:100%;
	overflow:visible;
}