

/* ==========================================================================
   Author's custom styles
Ernes.pl
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin-ext');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
a, a:hover {
    text-decoration: none;
}
*:focus {
    outline: none;
}
div#preloader {
    width: 100%;
    height: 100%
}
div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    overflow: visible;
    background: url(../img/preloader.gif) center center no-repeat #fff
}
b, strong {
    font-weight: 500;
}


#totop.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1!important;
}
#totop {
    width: 48px;
    height: 48px;
    background: #1071b3;
    position: fixed;
    z-index: 999;
    right: 3%;
    bottom: 40px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: hidden;
}
#totop i {
    padding-top: 15px;
    text-align: center;
    margin: 0 auto;
    display: block;
}



/*header*/

header {
    margin: 35px 0px 0px 0;
}
header h1 {
    font-size: 14px;
    color: rgb(162, 162, 162);
    line-height: 1.2;
    text-align: right;
    margin: 0;
    padding: 0;
}
header .logo img {}
header h1 span {font-weight: 600;}
header .menu-top {}
header ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    margin-top: 20px;
}
header ul.menu li {
    display: inline;
	position: relative;
	padding-bottom: 25px;
}
header ul.menu li:after {
    content: "";
    border-right: 1px solid #f5f5f5;
    line-height: 0;
    padding: 55px 0px;
}
header ul.menu li:last-child:after {border-right: none;}
header ul.menu li a {
    color: #8b8b8e;
    line-height: 1.2;
    font-weight: 400;
    padding: 0 20px;
    transition: .3s ease-in-out;
}
header ul.menu li a.active,
header ul.menu li a:hover {
    color: #1071b3;
}

/*slider*/

section.slider {
    margin-top: 35px;
}

/*o-firmie*/

section#o-firmie {
    background-color: #33333b;
    padding: 70px 0;
    border-bottom: 1px solid #3d3d45;
}
section#o-firmie h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    position: relative;
}
section#o-firmie h2:after {
    content: "";
    border: 1px solid #1071b3;
    width: 35px;
    height: 0px;
    display: block;
    margin: 20px auto;
}
section#o-firmie p {
    color: #b5b5ba;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 35px;
}

/*cechy*/

section#cechy {
    background-color: #33333b;
    position: relative;
    padding: 70px 0;
}
section#cechy h4 {
    color: #b5b5b9;
    font-weight: 400;
    line-height: 30px;
    font-size: 19px;
    margin: 20px 0 20px 0;
}
section#cechy ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 10%;
}
section#cechy ul li {
    color: #b5b5b9;
    line-height: 30px;
}
section#cechy ul li:before {
    content: "";
    background-color: #1071b3;
    width: 10px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
section#cechy p {
    color: #8b8b92;
    clear: both;
    padding: 20px 0;
}
section#cechy .obraz_pelny_prawa {
    background-image: url(../img/prawa.png);
    background-size: cover;
    display: block;
    position: absolute;
    width: 50%;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/*produkcja*/

section#produkcja {
    background-color: #2e2e36;
    padding: 70px 0;
}
section#produkcja p {
    color: #fff;
    line-height: 35px;
    text-align: justify;
    font-size: 19px;
    font-weight: 300;
}

/*zadania*/

section#zadania {
    padding: 0;
    position: relative;
}
section#zadania .obj {
    position: relative;
    padding: 115px 0;
}
section#zadania .obj_2 {
    position: relative;
    padding: 27px 0;
}
section#zadania .obraz_pelny_prawa {
    background-image: url(../img/2-projekt.png);
    background-size: cover;
    display: block;
    position: absolute;
    width: 50%;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
section#zadania .obraz_pelny_lewa {
    background-image: url(../img/2-strategia.png);
    background-size: cover;
    display: block;
    position: absolute;
    width: 50%;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
section#zadania h3 {
    font-size: 24px;
    color: #33333b;
    text-align: left;
    font-weight: 400;
    position: relative;
}
section#zadania .obiekt {
    padding-right: 50px;
}
section#zadania .obiekt_2 {
    padding-left: 50px;
}
section#zadania h3:after {
    content: "";
    border: 1px solid #1071b3;
    width: 35px;
    height: 0px;
    display: block;
    margin: 20px 0;
}
section#zadania p {
    font-size: 20px;
    color: #7d7d84;
    line-height: 35px;
    text-align: justify;
}

/*produkty*/

section#produkty {
    padding: 70px 0;
    background-color: #f4f4f4;
}
section#produkty .baner {
    background-color: #1071b3;
    padding: 70px 0;
}
section#produkty .baner p {
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    font-weight: 400;
}
section#produkty h2 {
    font-size: 30px;
    color: #2e3d4e;
    text-align: center;
    font-weight: 300;
    position: relative;
    margin: 70px 0;
    padding: 0;
}
section#produkty h2:after {
    content: "";
    border: 1px solid #1071b3;
    width: 35px;
    height: 0px;
    display: block;
    margin: 20px auto;
}
section#produkty .produkt {
    background-color: #fff;
    margin-bottom: 50px;
    box-shadow: 0px 2px 10px #e0e0e0;
}
section#produkty .produkt h3 {
    font-size: 20px;
    color: #717173;
    margin: 50px 0 30px 0;
    padding: 0;
}
section#produkty .produkt p {
    font-size: 15px;
    color: #929292;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 30px;
}
section#produkty .produkt a {
    color: #a3a3a3;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 10px;
}
section#produkty .produkt button[aria-expanded="true"] {
    display: none;
}

/*stopka*/

footer {
    background-color: #33333b;
    padding: 70px 0;
}
footer .dane {
    margin-bottom: 30px;
}
footer h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    text-align: left;
    margin: 0;
    padding: 0;
}
footer h2:after {
    content: "";
    border: 1px solid #1071b3;
    width: 35px;
    height: 0px;
    display: block;
    margin: 20px 0;
}
footer p {
    font-size: 14px;
    color: #a4a4b0;
    text-align: left;
    margin: 30px 0 0px 0;
    font-weight: 400;
    line-height: 35px;
}
footer span {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    text-align: left;
}
footer input {
    color: #949494;
    line-height: 2.286;
    text-align: left;
    font-size: 14px;
    padding: 15px 10px 15px 15px;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #545454;
    background: transparent;
}
footer textarea {
    color: rgb(144, 144, 144);
    line-height: 2.286;
    text-align: left;
    font-size: 14px;
    padding: 5px 15px;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #545454;
    height: 240px;
    background: transparent;
}
footer button {
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    background: #1071b3;
    border: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    margin-bottom: 70px;
}
footer .stopka_dolna {
    padding: 70px 0;
    border-top: 1px solid #303038;
}
footer .stopka_dolna p {
    font-size: 16px;
}
footer .stopka_dolna ul {
    margin: 0;
    padding: 15px 0;
    list-style: none;
}
footer .stopka_dolna ul li {
    color: #a5a5b1;
    line-height: 35px;
}

/*podpis*/

.podpis {
    padding: 40px 0;
    background-color: #2e2e36;
}
.podpis p {
    color: #fff;
    margin: 0;
}
.podpis a {
    color: #fff;
}

.r1 button {
    color: #a3a3a3;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 10px;
    border-top: none;
    border-right: none;
    border-left: none;
    background: transparent;
    margin: 0;
    padding: 0 0 8px 0;
}
.r2 {}
.r2 p {}