html,
button,
input,
select,
textarea {
    color: #292929;
}

body {
    font: 16px/26px 'Roboto', Helvetica, Helvetica Neue, Arial;
    width: 100%;
    height: 100%;
	*overflow: hidden;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.wyroznienie { color: #FF5D12; }
.niebieski { color: #9EEFFE; }
.zielony { color: #77C092; }
.inline { display: inline !important; }

/* -------- header -------- */

header {
    position: absolute;
    z-index: 1000;
}

/* -------- Slider BANER main page -------- */
	

#slider-wrapper {
    display: block;
    position: relative;
    clear: both;
    background: #313131;
}

#slider-wrapper.bg_pagination:after {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 16;
    background: none;
}

#slides {
    position: relative;
    z-index: 1;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#slides .bg-carrossel {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* --------BANER PAGINACJA-------- */

#pagination {
    width: 156px;
    height: 52px;
    position: absolute;
    bottom: 120px;
    left: 50px;
    z-index: 101;
}

#pagination a {
    margin: 0px;
    padding: 0px;
    width: 52px;
    height: 52px;
    display: block;
    float: left;
    outline: none;
    text-indent: -9999px;
}

#pagination a.p1 {
    background: url('../img/pagination.png') no-repeat;
    background-position: 0px 0px;
    opacity: 0.5;
}
#pagination a.p1:hover {
    transition-property: opacity;
    transition-duration: 0.5s;
    opacity: 1;
}
#pagination a.p1.cycle-pager-active {
    background-position: 0px -52px;
    cursor: default;
    outline: none;
    transition-property: opacity;
    transition-duration: 0.9s;
    opacity: 1;
}  
#pagination a.p2 {
    background: url('../img/pagination.png') no-repeat;
    background-position: -52px 0px;
    opacity: 0.5;
}
#pagination a.p2:hover {
    transition-property: opacity;
    transition-duration: 0.5s;
    opacity: 1;
}
#pagination a.p2.cycle-pager-active {
    background-position: -52px -52px;
    cursor: default;
    outline: none;
    transition-property: opacity;
    transition-duration: 0.9s;
    opacity: 1;
}    
#pagination a.p3 {
    background: url('../img/pagination.png') no-repeat;
    background-position: -104px 0px;
    opacity: 0.5;
}
#pagination a.p3:hover {
    transition-property: opacity;
    transition-duration: 0.5s;
    opacity: 1;
}   
#pagination a.p3.cycle-pager-active {
    background-position: -104px -52px;
    cursor: default;
    outline: none;
    transition-property: opacity;
    transition-duration: 0.9s;
    opacity: 1;
}
    
/* --------TRESC -------- */

h1{ 
    font-weight: 100;
    font-size: 40px;
    line-height: 1.5;
    color: #21B190;
    text-align: center;
    margin: 0;
    padding:0;
}

h2 {
    font-weight: 100;
    font-size: 40px;
    line-height: 1.5;
    color: #21B190;
    text-align: center;
    margin: 0;
    padding:0;
}

h3 {
    font-weight: 100;
    font-size: 30px;
    line-height: 1.5;
    color: #21B190;
    text-align: center;
    margin: 0;
    padding:0;
}

/* -------- realizacje container -------- */

#realizacje-container {
    position: relative;
    clear: both;
    width: 100%;
    background: #fff;
    z-index: 20;
    padding: 50px 0px 150px 0px; 
}

#realizacje-container h2 {
    margin: 0;
    padding: 50px 0 100px 0;
}

#realizacje-container a.link {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 50px;
    display: block;
    color: #87B6C5;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
}

#realizacje-container a.link:hover {
    color: #D46C51;
}

#projects_wrapper_bg {
    clear: both;
    background: #e0e0e0;
    width: 100%;
    padding: 10px 0 10px 0;
    height: auto;
}

#projects_wrapper {
    margin: 0 auto;
    overflow: hidden;
}

.projekt {
    width: 320px;
    height: 320px;
    float: left;
    margin: 10px;
    text-align: left;        
}

.projekt a {
    display: block;
    z-index: 0;
    position: relative;
}

.projekt a img {
    width: 320px;
    height: 320px;
    z-index: 0;
}

.projekt a .podpis {
    width: 280px;
    height: 280px;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    background: url('../img/maska3.png');
    display: table;
}

.projekt a .podpis2 {
    width: 280px;
    height: 280px;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    background: none;
    display: none;
}

.projekt a .podpis span.tab, .projekt a:hover .podpis2 span.tab {
    display: table-cell;
    vertical-align: bottom;    
}

.projekt a:hover .podpis {
    width: 280px;
    height: 280px;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    color: #fff;
    background: url('../img/maska3.png');
}

.projekt a:hover .podpis2 {
    width: 280px;
    height: 280px;
    padding: 20px;
    overflow: hidden;
    display: table;
    z-index: 1;
    position: absolute;
    color: #fff;
    background: url('../img/maska3.png');
}

.projekt a .podpis span.type, .projekt a:hover .podpis2 span.type {
    font: 300 12px/12px 'Roboto', Helvetica, Helvetica Neue, Arial;
    color: #fff;
    background: #22b08f;
    padding: 5px;
    margin: 0 0 10px 0;
    display: inline-block;
    text-transform:uppercase;
}

.projekt a .podpis span.company, .projekt a:hover .podpis2 span.company {
    font: 500 24px/30px 'Roboto', Helvetica, Helvetica Neue, Arial;
    color: #fff;
    display: block;
    margin: 0 0 10px 0;
}

.projekt a .podpis span.city, .projekt a:hover .podpis2 span.city {
    font: 300 16px/16px 'Roboto', Helvetica, Helvetica Neue, Arial;
    color: #fff;
    display: block;
}

/* -------- realizacja container -------- */

#project_wrapper_bg {
    clear: both;
    background: #e0e0e0;
    padding: 20px;
    height: auto;
}

#project_wrapper {
    margin: 10px auto 0;
    overflow: hidden;
    width: auto;
    height: auto;
}

#project_wrapper .realizacja .view h2 {
    font: 300 18px/24px 'Roboto', Helvetica, Helvetica Neue, Arial;
    color: #313131;
    position: relative;
    float: left;
    margin-left: 20px;
    padding: 20px 0 20px 20px;
}

#project_wrapper .realizacja .view h2:before {
    content: '';
    border-radius: 50%;
    background: #22b08f;
    display: block;
    height: 13px;
    width: 13px;
    position: absolute;
    top: 26px;
    left: 0px;
}

#project_wrapper .realizacja {
    float: left;
    background: #fff;
    width: 940px;
}

#project_wrapper .realizacja .view {
    max-width: 644px;
    float: left;
    border-right: 1px solid #E0E0E0;
}

#project_wrapper .realizacja .view img {
    max-width: 644px;
}

#project_wrapper .realizacja .description {
    width: 256px;
    float: left;
    margin-left: 20px;
    position: relative;
}

#project_wrapper .realizacja .description a.logo {
    position: relative;
    width: 100%;
    height: 97px;
    text-align: center;
    display: block;
    margin: 10px 0;
}

#project_wrapper .realizacja .description h2 {
    text-align: center;
    font: 300 24px/36px 'Roboto', Helvetica, Helvetica Neue, Arial;
    padding: 20px 0 0 0;
}

#project_wrapper .realizacja .description h3 {
    text-align: center;
    font: 500 16px/24px 'Roboto', Helvetica, Helvetica Neue, Arial;
    color: #000119;
}

#project_wrapper .realizacja .description a.link {
    position: relative;
    margin: 10px 0;
    display: block;
    text-align: center;
    color: #87B6C5;
    text-decoration: none;
    font: 300 16px/16px 'Roboto', Helvetica, Helvetica Neue, Arial;
    font-size: 14px;
}

#project_wrapper .realizacja .description a.link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    margin-right: 5px;
    background: url('../img/ico_url.png') no-repeat;
}

#project_wrapper .realizacja .description a.link:hover:before {
    background-position: 0 -27px; 
}

#project_wrapper .realizacja .description a.link:hover {
    color: #D46C51;
}

#project_wrapper .realizacja .description p {
    font: 300 16px/24px 'Roboto', Helvetica, Helvetica Neue, Arial;
    font-size: 14px;
    color: #000119;
    text-align: justify;
}

#project_wrapper .other {
    display: none;
    float: right;
    margin-left: 20px;
    width: 280px;
    text-align: center;
}

#project_wrapper .other h2 {
    font: 300 18px/24px 'Roboto', Helvetica, Helvetica Neue, Arial;
    color: #313131;
    position: relative;
    text-align: left;
    margin-left: 0px;
    padding: 10px 0 10px 20px;
    display: block;
}

#project_wrapper .other h2:before {
    content: '';
    border-radius: 50%;
    background: #22b08f;
    display: block;
    height: 13px;
    width: 13px;
    position: absolute;
    top: 16px;
    left: 0px;
}

#project_wrapper .other .projekt {
    margin: 0 0 20px 0;
    width: 280px;
    height: 280px;
    display: inline-block;
    float: none;
}

#project_wrapper .other .projekt img {
    width: 280px;
    height: 280px;
}

#project_wrapper .other .projekt a .podpis, #project_wrapper .other .projekt a .podpis2 {
    width: 240px;
    height: 240px;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    display: table;
}

#project_wrapper .other .projekt a .podpis {
    background: url('../img/maska-nastepna.png');
}

#project_wrapper .other .projekt a .podpis2 {
    background: url('../img/maska-poprzednia.png');
}

#project_wrapper .other .projekt a .podpis .tab, #project_wrapper .other .projekt a .podpis2 .tab {
    display: none;
}

#project_wrapper .other .projekt a:hover .podpis .tab, #project_wrapper .other .projekt a:hover .podpis2 .tab {
    display: table-cell;
}

#project_wrapper .other .projekt a:hover .podpis, #project_wrapper .other .projekt a:hover .podpis2 {
    width: 240px;
    height: 240px;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    color: #fff;
    background: url('../img/maska3.png');
}

#flybar {
    float: none;
}

#portamento_container {float:left; position:relative;} /* take the positioning of the sidebar, and become the start point for the sidebar positioning */
#portamento_container #sidebar {float:none; position:absolute;} /* no need to float anymore, become absolutely positoned */
#portamento_container #sidebar.fixed {position:fixed;} /* if the panel is sliding, it needs position:fixed */

#prev_project {
    display: block;
    position: fixed;
    top: 50%;
    margin-top: -31px;
    left: 10px;
    width: 61px;
    height: 62px;
    background: url('../img/prev_project.png') no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}

#prev_project:hover, #next_project:hover {
    background-position: 0px -62px;
}

#next_project {
    display: block;
    position: fixed;
    top: 50%;
    margin-top: -31px;
    right: 10px;
    width: 61px;
    height: 62px;
    background: url('../img/next_project.png') no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}

/* -------- crystals container main page -------- */
    
#logo-container {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 730px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

#logo-container:before {
    content: '';
    width: 100%;
    height: 159px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url('../img/shadow_crystals.png') center transparent;
}

#logo-container:after {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: url('../img/bgr_pagination.png') center transparent;
}

#logo-container .crystals1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 730px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#logo-container .crystals2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25;
    width: 100%;
    height: 730px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#logo-container .crystals3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 21;
    width: 100%;
    height: 730px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
    
/* -------- agency container main page -------- */
    
#agencja-container-start {
    clear: both;
    position: relative;
    width: 100%;
    z-index: 20;
    background: #fff;
}

#agencja-container-start h2 {
    margin: 25px 0 50px 0;
}

#agencja-container-start p {
    margin: 0;
    font-weight: 100;
    font-size: 30px;
    line-height: 1.5;   
}

#agencja-container-start p a {
    font-weight: 300;
    margin-top: 20px;
    display: block;
    color: #87B6C5;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

#agencja-container-start p a:hover {
    color: #D46C51;
}
   
/* -------- offer container main page -------- */
    
#oferta-container {
    position: relative;
    z-index: 20;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 75px 0 100px 0;
}

#oferta-container:before {
    content: '';
    width: 100%;
    height: 159px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url('../img/shadow_crystals.png') center transparent;
}

#oferta-container:after {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: url('../img/bgr_pagination2.png') center transparent;
}

#oferta-container .main {
    max-width: 960px;
    margin: 50px auto;
    text-align: center;
}

#oferta-container h2 {
    padding: 50px 0 25px 0;
}

#oferta-container p {
    margin: 50px 0;
    color: #fff;  
    font-weight: 100;
    font-size: 30px;
    line-height: 1.5;  
}

#oferta-container section {
    display: inline-block;
    width: 215px;
    padding: 10px;
    position: relative;
    vertical-align: top;
}

#oferta-container section p {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    position: relative;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    border-radius: 50%;
    display: block;
    vertical-align: middle;
    -webkit-box-shadow: -7px 7px 1px 0 #292227;
    box-shadow: -7px 7px 1px 0 #292227;
}

#oferta-container section p.c1 {
    background: #87d1a0;
}

#oferta-container section p.c2 {
    background: #f6c38a;
}

#oferta-container section p.c3 {
    background: #87b6c5;
}

#oferta-container section p.c4 {
    background: #d46c51;
}

#oferta-container section p span {
    display: block;
    padding-top: 60px;
}

#oferta-container section ul {
    margin: 20px 0 20px 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#oferta-container section ul li {
    font-weight: 100;
    font-size: 18px;
    line-height: 2;
    color: #fff;        
}
    
/* -------- clients container -------- */
    
#clients-container {
    position: relative;
    clear: both;
    width: 100%;
    background: #E0E0E0;
    z-index: 20;
    padding: 0px 0px 100px 0px; 
}

#clients-container h2 {
    margin: 0;
    padding: 50px 0 50px 0;
}

#clients-container a.link {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    padding-top: 50px;
    display: block;
    color: #87B6C5;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
}

#clients-container a.link:hover {
    color: #D46C51;
}

#clients_wrapper {
    margin: 0 auto;
    overflow: hidden;
}

.client {
    width: 320px;
    height: 320px;
    float: left;
    margin: 10px;
    text-align: center;        
}

.client a {
    display: block;
    z-index: 0;
    position: relative;
}

.client a img {
    width: 320px;
    height: 320px;
    z-index: 0;
}

.client a .podpis {
    width: 280px;
    height: 280px;
    padding: 20px;
    display: none;
    overflow: hidden;
    z-index: 1;
    position: absolute;
}

.client a:hover .podpis {
    width: 280px;
    height: 280px;
    padding: 20px;
    display: table;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    color: #fff;
    background:url('../img/maska3.png');
}

.client a:hover .podpis span.tab {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
}

.client a:hover .podpis span.company {
    font: 500 24px/30px 'Roboto', Helvetica, Helvetica Neue, Arial;
    color: #fff;
    display: block;
    margin: 0 0 10px 0;
}

.client a:hover .podpis span.city {
    font: 300 16px/16px 'Roboto', Helvetica, Helvetica Neue, Arial;
    color: #fff;
    display: block;
}
    
/* -------- footer container all pages -------- */

#footer-container {
    position: relative;
    z-index: 20;
    background: #fff;
    width: 100%;
    height: auto;
}

#footer-container .haslo, #footer-container .haslo_s {
    width: 100%;
    height: 450px;
    position: relative;
    background: #000;
    text-align: center;
}

#footer-container .haslo:before, #footer-container .haslo_s:before {
    content: '';
    width: 100%;
    height: 81px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

#footer-container footer {
    background: #2c2c2c;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

#footer-container footer .main {
    width: 100%;
    padding: 100px 0 150px;
}

#footer-container footer:before {
    content: '';
    margin: -1px auto;
    display: block;
    width: 161px;
    height: 81px;
    background: url('../img/img_trojkat_white.png') center no-repeat;
}

#footer-container footer.start:before {
    background: url('../img/img_trojkat_grey2.png') center no-repeat;
}

#footer-container footer section {
    display: inline-block;
    font-weight: 100;
    color: #fff;
    position: relative;
    padding: 20px;
}

#footer-container footer section a {
    font-weight: 100;
    color: #fff;
    text-decoration: none;
}

#footer-container footer section.komorka:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 67px;
    height: 67px;
    background: url('../img/ico_komorka.png') no-repeat;
}

#footer-container footer section.telefon:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 67px;
    height: 67px;
    background: url('../img/ico_telefon.png') no-repeat;
}

#footer-container footer section.email a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 67px;
    height: 67px;
    margin-right: 10px;
    background: url('../img/ico_email.png') no-repeat;
}

#footer-container footer section.brief a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 67px;
    height: 67px;
    margin-right: 10px;
    background: url('../img/ico_brief.png') no-repeat;
}

#footer-container footer section.facebook a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 67px;
    height: 67px;
    margin-right: 10px;
    background: url('../img/ico_facebook.png') no-repeat;
}

#footer-container footer section.google a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 67px;
    height: 67px;
    margin-right: 10px;
    background: url('../img/ico_google.png') no-repeat;
}

#footer-container .map {
    width: 100%;
    height: 400px;
    position: relative;
}

#footer-container .map:before {
    content: '';
    position: absolute;
    left: 50%;
    margin: -1px 0 0 -80px;
    width: 161px;
    height: 81px;
    background: url('../img/img_trojkat_grey.png') center no-repeat;
    z-index: 1;
}

#footer-container .signature {
    font-size: 13px;
    font-weight: 300;
    color: #2c2c2c;
    text-align: center;
}

#footer-container .signature ul {
    padding: 0;
}

#footer-container .signature ul li {
    display: inline-block;
    padding: 10px;
}

/* -------- footer map -------- */

#mapa img {
    height: 85px;
} 

#mapa td {
    padding: 5px 10px;
    margin: 0;
	text-align: left;
}

#mapa a {
    color: #2CB595;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

#mapa a:hover {
    color: #FF5D12;
}

#map-canvas {
    width: 100%;
    height: 400px;
}

#map-canvas-contact {
    width: 100%;
    height: 650px;
}

/* -------- agency page -------- */

.agency-container {
    clear: both;
    position: relative;
    width: 100%;
    z-index: 20;
    background: #fff;
    overflow:hidden;
}

.agency-container h2 {
    margin: 25px 0 50px 0;
}

.article-container .main {
    max-width: 960px;
    margin: 0px auto 50px;
    text-align: center;
}

.article-container .kontakt {
    width: 100%;
    margin: 0px auto 50px;
    text-align: center;
}

#ludzie {
    text-align: center;
}

.article-container p strong {
    font-weight: 300;
}

.article-container p a {
    margin-bottom: 20px;
    display: block;
    color: #87B6C5;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

.article-container p a:hover {
    color: #D46C51;
}

.article-container p.text_center {
    text-align: center;
    width: 70%;
    padding: 5% 0 5%;
    margin: 0 auto;
}

.article-container section {
    display: inline-block;
    max-width: 350px;
    width: auto;
    padding: 10px;
    position: relative;
    vertical-align: top;
    margin: 0 5% 3%;
    text-align: left;
}

.article-container p.telefon, .article-container p.email a {
    font-size: 18px;
    font-weight: 300;
}

/*.article-container p.telefon:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: url('../img/ico_telefon_s.png') no-repeat;
}

.article-container p.email a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    background: url('../img/ico_email_s.png') no-repeat;
}*/

.article-container article h2 {
    text-align: center;
    margin: 0px 0 50px 0px;
}

.article-container article ul {
    margin: 50px 0 50px 0px;
}

.article-container article ul li {
    font: 100 30px/45px 'Roboto', Helvetica, Helvetica Neue, Arial;
}

.article-container section h3 {
    text-align: left;
    margin: 20px 0 20px 0px;
}

.article-container section p {
    text-align: left;
    margin: 20px 0;
}

.article-container section p.adres {
    font: 300 16px/26px 'Roboto', Helvetica, Helvetica Neue, Arial;
    margin-left: 0px;
}

.article-container section p.adres strong, .article-container section p.telefon strong {
    font-weight: 500;
}
.article-container section p.adres span {
    font-weight: 300;
    font-size: 11px;
    display: block;
    margin: -10px 0 5px;
    color: #666;
}

.article-container section p.adres img {
    width: 161px;
}

.article-container section p.adres span.details, .article-container section p.adres strong.details {
    text-align: center;
    display: block;
}
/* ----- agency people ----- */

#agency-people-container {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 800px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

#agency-people-container:after {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: url('../img/bgr_pagination.png') center transparent;
}

#agency-people-container2 {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 800px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

#agency-people-container2:before {
    content: '';
    width: 100%;
    height: 159px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url('../img/shadow_crystals.png') center transparent;
}

#agency-people-container2:after {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: url('../img/bgr_pagination.png') center transparent;
}

#ikony-przebieg {
    position: fixed;
    top: 100px;
    left: 25px;
    z-index: 21;
}

#ikony-przebieg a {
    outline: none;
    display: block;
    padding: 5px;
    margin: 5px;
}

#ikony-przebieg img {
    height: 40px;
}

#agency-przebieg-container:before {
    content: '';
    width: 100%;
    height: 165px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url('../img/board_up.png') center transparent;   
}
#agency-przebieg-container:after {
    content: '';
    width: 100%;
    height: 135px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: url('../img/board_down.png') center transparent;
}

#wywiad {
    margin-top: 100px !important;
}
#promocja {
    margin-bottom: 200px !important;
}

#agency-przebieg-container article {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#agency-przebieg-container article p.c {
    width: 295px;
    height: 295px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    display: block;
    vertical-align: middle;
    color: #fff;
    -webkit-box-shadow: -10px 10px 1px 0 #292227;
    box-shadow: -10px 10px 1px 0 #292227;
}

#agency-przebieg-container article p.c img {
    margin-top: 60px;
}

#agency-przebieg-container article .c span {
    display: block;
    padding-top: 85px;
}

#agency-przebieg-container article p.text_left, #agency-przebieg-container article p.text_right {
    font: 300 18px/27px 'Roboto', Helvetica, Helvetica Neue, Arial;
    color: #fff;
    text-align: justify;
    position: relative;
}

#agency-przebieg-container article p.text_left span, #agency-przebieg-container article p.text_right span {
    margin: 75px 0 20px 0;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.3;
    color: #fff;
    display: block;
}

/* ----- agency cristals ----- */

#agency-cristals-container {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 350px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

#agency-cristals-container:before {
    content: '';
    width: 100%;
    height: 159px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url('../img/shadow_crystals.png') center transparent;
}

#agency-cristals-container:after {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: url('../img/bgr_pagination2.png') center transparent;
}

/* -------- offer page -------- */

#offer-container {
    position: relative;
    z-index: 20;
    width: 100%;
    height: auto;
    background: #e0e0e0;
    padding: 50px 0 200px 0;
    overflow: hidden;
}

/*#offer-container:before {
    content: '';
    width: 100%;
    height: 81px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url('../img/img_trojkat_grey2.png') center transparent no-repeat;
}*/

#offer-container:after {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: url('../img/bgr_pagination.png') center transparent;
}

#offer-container h2 {
    margin: 0 0 50px 0;
}

#offer-container article {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#offer-container article p.c {
    width: 295px;
    height: 295px;
    position: relative;
    font-weight: 100;
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    border-radius: 50%;
    display: block;
    vertical-align: middle;
    color: #fff;
    -webkit-box-shadow: -10px 10px 1px 0 #bcbcbc;
    box-shadow: -10px 10px 1px 0 #bcbcbc;
}

#offer-container article .c span {
    display: block;
    padding-top: 85px;
}

#offer-container article p.text_left span, #offer-container article p.text_right span {
    padding: 10px;
    background: #fff;
    display: inline-block;
    color: #000119;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
}

#offer-container article p.text_left, #offer-container article p.text_right {
    font: 300 14px/21px 'Roboto', Helvetica, Helvetica Neue, Arial;
    color: #000119;
    text-align: justify;
    position: relative;
}

#offer-container article p.text_left a, #offer-container article p.text_right a {
    color: #87B6C5;
    text-decoration: none;
}

#offer-container article p.text_left a:hover, #offer-container article p.text_right a:hover {
    color: #D46C51;
}

/* -------- contact page -------- */

#contact-container {
    clear: both;
    position: relative;
    width: 100%;
    z-index: 20;
    background: #fff;
}

#map-container {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 650px;
    text-align: center;
}

#map-container:before {
    content: '';
    width: 100%;
    height: 159px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 100;
    background: url('../img/shadow_crystals.png') center transparent;
}

#map-container:after {
    content: '';
/*    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: url('../img/bgr_pagination.png') center transparent;*/
}

#formularz_kontaktowy {
    max-width: 350px;
    width: auto;
    background-repeat: no-repeat;
}

#formularz_kontaktowy h3 {
    margin-left: 0px;
}

#formularz_kontaktowy .f_pole_l {
    width: 98%;
    float: left;
    font-size: 16px;
    font-weight: 300;
}

#formularz_kontaktowy .f_pole_s {
    width: 98%;
    float: left;
    font-size: 16px;
    font-weight: 300;
}

#formularz_kontaktowy .f_pole_s2 {
    width: 48%;
    float: left;
    font-size: 16px;
    font-weight: 300;
}

#formularz_kontaktowy .f_pole_s3 {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 300;
}

#formularz_kontaktowy .f_pole_s3 a {
	color: #87B6C5;
	text-decoration: none;
}
#formularz_kontaktowy .f_pole_s3 a:hover {
	color: #D46C51;
}

#formularz_kontaktowy textarea {
    width: 97%;
    height: 100px;
    border: 1px solid #CCCCCC;
    color: #646464;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px 5px;
}
	
#formularz_kontaktowy .f_brak {
    border: 1px solid #F26522;
}

#formularz_kontaktowy input {
    width: 97%;
    border: 1px solid #CCCCCC;
    color: #646464;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px 5px;
}

#formularz_kontaktowy input:HOVER, #formularz_kontaktowy textarea:HOVER, #formularz_kontaktowy textarea:FOCUS, #formularz_kontaktowy input:FOCUS {
    border: 1px solid #22B08F;
}

input.f_button {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    background: #22B08F;
    font: 300 14px/21px "Roboto",Helvetica,Helvetica Neue,Arial;
}

input.f_button:HOVER {
    background: #3e828d;
}

#formularz_kontaktowy input.f_button {
    border: 1px solid #ffffff;
    width: 230px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #ffffff;
}

#formularz_kontaktowy input.f_button:HOVER {
    color: #ffffff;
}

.f_info {
    font-size: 16px;
    font-weight: 300;
    color: red;
}

#toTop {
    width:66px;
    height: 79px;
    padding:0px;
    position:fixed;
    background: url('../img/ico_up.png') no-repeat;
    bottom: 100px;
    right: 15px;
    cursor:pointer;
    text-decoration:none;
    z-index: 999;
    float: right;
}

#toTop:hover {
    background-position: 0 -79px;
}

/* Preloader */

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999; /* makes sure it stays on top */
}

.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
  width: 60px;
    margin: 0 0 0 -60px;
}
.dot:nth-child(1) {
  margin: 0.3em;
  position: absolute;
  height: 1em;
  width: 1em;
  background: #87D1A0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.dot:nth-child(2) {
  position: absolute;
  margin: 0.3em 2em;
  height: 1em;
  width: 1em;
  background: #F6C38A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.dot:nth-child(3) {
  position: absolute;
  margin: 0.3em 3.7em;
  height: 1em;
  width: 1em;
  background: #87B6C5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.dot:nth-child(4) {
  position: absolute;
  margin: 0.3em 5.4em;
  height: 1em;
  width: 1em;
  background: #D46C51;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.dot:nth-child(1) {
  -webkit-animation: load 1s linear infinite;
     -moz-animation: load 1s linear infinite;
       -o-animation: load 1s linear infinite;
          animation: load 1s linear infinite;
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.dot:nth-child(2) {
  -webkit-animation: load 1s linear infinite;
     -moz-animation: load 1s linear infinite;
       -o-animation: load 1s linear infinite;
          animation: load 1s linear infinite;
  -webkit-animation-delay: 0.7s;
     -moz-animation-delay: 0.7s;
       -o-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.dot:nth-child(3) {
  -webkit-animation: load 1s linear infinite;
     -moz-animation: load 1s linear infinite;
       -o-animation: load 1s linear infinite;
          animation: load 1s linear infinite;
  -webkit-animation-delay: 0.9s;
     -moz-animation-delay: 0.9s;
       -o-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.dot:nth-child(4) {
  -webkit-animation: load 1s linear infinite;
     -moz-animation: load 1s linear infinite;
       -o-animation: load 1s linear infinite;
          animation: load 1s linear infinite;
  -webkit-animation-delay: 1.1s;
     -moz-animation-delay: 1.1s;
       -o-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

@-webkit-keyframes load 
{ 
  5% {
    margin-top: -2em;
    position: absolute;
  }
  100% {
    margin-top: 0;
  }
}

@-moz-keyframes load 
{ 
  5% {
    margin-top: -2em;
    position: absolute;
  }
  100% {
    margin-top: 0;
  }
}

@-o-keyframes load 
{ 
  5% {
    margin-top: -2em;
    position: absolute;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes load 
{ 
  5% {
    margin-top: -2em;
    position: absolute;
  }
  100% {
    margin-top: 0;
  }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 20px) {
    
    #slider-wrapper:after {
        content: '';
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 16;
        background: url('../img/bgr_pagination.png') center transparent;
    }
    
    .wrapper_header1 {
        top: -20px;
        left: 0;
        height: 100px;
        width: 100%; /* 1140px - 10% for margins */
        transition-property: top;
        transition-duration: 0.3s;
    }

    .wrapper_header2 {
        top: 0;
        left: 0;
        height: 75px;
        background: #262626;
        width: 100%;
        transition-property: top, background;
        transition-duration: 0.5s, 0.1s;
    /*  -webkit-box-shadow: 0px 0px 3px #000;
        -moz-box-shadow: 0px 0px 3px #000;
        box-shadow: 0px 0px 3px #000;*/
        opacity: 0.95;
    }

    .wrapper_header3 {
        top: 0px;
        left: 0;
        height: 75px;
        width: 100%; /* 1140px - 10% for margins */
        transition-property: top;
        transition-duration: 0.3s;
        background: #2C2C2C;
    }

    .wrapper_header3:after {
        content: "";
        display: none;
        background: url("../img/img_trojkat_grey.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        height: 81px;
        left: 50%;
        margin-top: 124px;
        margin-left: -80px;
        position: absolute;
        width: 161px;
    }
    
    #header-page {
        position: relative;
        clear: both;
        width: 100%;
        background: #fff;
        z-index: 120;
        padding: 25px 0px 50px 0px;
        margin-top: 100px;
    }
    
    /* -------- header logo -------- */

    .wrapper_header1 .logo {
        margin: 25px 0 0 10px;
    }

    .wrapper_header2 .logo {
        margin: 10px 0 0 25px;
    }

    .wrapper_header3 .logo {
        margin: 10px 0 0 25px;
    }

    .wrapper_header1 .logo {
        float: left;
        width: 179px;
        height: 64px;
    }

    .wrapper_header2 .logo, .wrapper_header3 .logo {
        float: left;
        width: 150px;
        height: 54px;
    }
    
    .wrapper_header1 .logo a {
        width: 179px;
        height: 64px;
        display: block;
    }

    .wrapper_header2 .logo a, .wrapper_header2 .logo a {
        width: 150px;
        height: 54px;
        display: block;
    }
    
    .wrapper_header1 .logo a img {
        width: 179px;
        height: 64px;
    }
    
    .wrapper_header2 .logo a img, .wrapper_header3 .logo a img {
        width: 150px;
        height: 54px;
    }

    /* -------- header MENU -------- */

    .wrapper_header1 nav {
        margin: 0;
        top: 80px;
        right: 0;
    }

    .wrapper_header2 nav {
        margin: 0;
        top: 80px;
        right: 0;
    }

    .wrapper_header3 nav {
        margin: 0;
        top: 80px;
        right: 0;
    }

    nav {
        float: none;
        position: fixed;
        visibility: hidden;
    }

    nav ul {
        margin: 0;
        padding: 0;
    }

    nav ul li {
        margin: 0;
        padding: 0;
    }

    nav a {
        display: block;
        padding: 15px 20px 15px 20px;
        margin: 2px 0 0 2px;
        text-decoration: none;
        font-weight: 300;
        font-size: 1.0em;
        text-transform: uppercase; 
        width: 120px;
        color: #fff;
        background: #00daff;
        float: left;
        text-align: right;
    }

    .wrapper_header3 nav a {
        color: #fff;
    }

    nav a:hover, nav a.active {
        background: #F8CA8F;
        transition: none;
    }
    
    #menu_mobile, #menu_mobile2 {
        position: absolute;
        display: block;
        width: 45px;
        height: 45px;
        cursor: pointer;
    }
    
    #menu_mobile img, #menu_mobile2 img {
        width: 45px;
        height: 45px;
    }
    
    .wrapper_header1 #menu_mobile {
        right: 15px;
        top: 40px;
    }
    
    .wrapper_header2 #menu_mobile, .wrapper_header3 #menu_mobile {
        right: 20px;
        top: 15px;
    }
    
    .wrapper_header2 #menu_mobile2, .wrapper_header3 #menu_mobile2 {
        right: 80px;
        top: 15px;
    }

    /* --------BANER NAPISY -------- */
    
    .slide-info {
        left: 0px;
        top: 0px;
        position: absolute;
        z-index: 99;
        padding: 0;
        text-align: center;
    }
    
    .box1 {
        background: url('../img/tablica/ico_serwisy_www.png') no-repeat transparent;
    }
    .box2 {
        background: url('../img/tablica/ico_marketing_internetowy.png') no-repeat transparent;
    }
    .box3 {
        background: url('../img/tablica/ico_identyfikacja_wizualna.png') no-repeat transparent;
    }
    .box4 {
        background: url('../img/tablica/ico_systemy_dedykowane.png') no-repeat transparent;
    }
    
/*  footer */
   
    #footer-container footer section, #footer-container footer section a {
        font-size: 24px;
    }

/*    realizacje    */
    
    /* -------- menu realizacje -------- */

    .menu_realizacje_wrapper {
        clear: both;
        display: block;
        position: relative;
        width: 0;
        height: 0;
        padding: 0;
    }

    .menu_realizacje_wrapper2 {
        position: fixed;
        display: block;
        top: 75px;
        left: 0px;
        width: 100%;
        height: 0px;
        padding: 0;
        background: #ffffff;
        opacity: 0.95;
        z-index: 1000;
    }

    #menu_realizacje {
        visibility: hidden;
        width: auto;
        position: fixed;
        margin: 0;
        top: 80px;
        right: 0;
        list-style: none outside none;
        z-index: 99;
        opacity: 0.95;
    }

    #menu_realizacje ul {
        margin: 0;
        padding: 0;
    }
    
    #menu_realizacje li {
        float: none;
        margin: 0;
        padding: 0;
    }

    #menu_realizacje li.separate {
        color: #82807e;
        font-size: 14px;
        font: 300 16px/16px 'Roboto', Helvetica, Helvetica Neue, Arial;
        padding: 10px;
        display: none;
    }

    #menu_realizacje li a {
        display: block;
        padding: 15px 20px 15px 20px;
        margin: 2px 0 0 2px;
        text-decoration: none;
        font-weight: 300;
        font-size: 1.0em;
        text-transform: uppercase; 
        width: 200px;
        color: #fff;
        background: #F8CA8F;
        float: left;
        text-align: right;
    }

    #menu_realizacje li a:hover, #menu_realizacje li a.active {
        color: #fff;
        background: #00daff;
    }

    #header-page h1{
        float: left;
        margin-left: 20px;
        padding: 0 0 0px 25px;
        position: relative;
        font-size: 26px;
        font-weight: 100;
    }

    #header-page h1:before {
        content: '';
        border-radius: 50%;
        background: #22b08f;
        display: block;
        height: 16px;
        width: 16px;
        position: absolute;
        top: 15px;
        left: 0px;
    }
    
    #offer-container article p.text_left, #offer-container article p.text_right {
        max-width: 768px;
        margin: 0 auto;
        padding: 25px;
        float:left;
    }
    
    #offer-container article p.c1 {
        background: #87d1a0;
        float: none;
        margin: 0px auto 25px;
    }

    #offer-container article p.c2 {
        background: #f6c38a;
        float: none;
        margin: 25px auto;
    }

    #offer-container article p.c3 {
        background: #87b6c5;
        float: none;
        margin: 25px auto;
    }

    #offer-container article p.c4 {
        background: #d46c51;
        float: none;
        margin: 25px auto;
    }
    
    #agencja-container-start article {
        width: 90%;
        padding: 5% 0 10%;
        margin: 0 auto;
    }
    
    .article-container article {
        width: 90%;
        padding: 5% 0 10%;
        margin: 0 auto;
    }
    
    .article-container p, #agencja-container-start p {
        margin: 0;
        font-weight: 100;
        font-size: 20px;
        line-height: 1.5;   
    }
    
    #agency-people-container:before, #agency-people-container2:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: none;
    }
    
    #agency-przebieg-container {
        position: relative;
        z-index: 20;
        width: 100%;
        min-height: 800px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        padding: 150px 0 200px 0;
    }
    
    #agency-przebieg-container .ikony {
        max-width: 960px;
        margin: 0 auto;
        padding: 200px 0 100px;;
        text-align: center;
        display: none;
    }
    
    #agency-przebieg-container article p.c1 {
        background: #87d1a0;
        float: none;
        margin: 25px auto;
    }

    #agency-przebieg-container article p.c2 {
        background: #f6c38a;
        float: none;
        margin: 25px auto;
    }

    #agency-przebieg-container article p.c3 {
        background: #87b6c5;
        float: none;
        margin: 25px auto;
    }

    #agency-przebieg-container article p.c4 {
        background: #d46c51;
        float: none;
        margin: 25px auto;
    }
    
    #agency-przebieg-container article p.text_left, #agency-przebieg-container article p.text_right {
        max-width: 960px;
        margin: 0 auto;
        padding: 0px 25px 25px 25px;
        float: none;
    }
    
    #agency-przebieg-container article p.text_left span, #agency-przebieg-container article p.text_right span {
        text-align: center;
    }
    
    #logo-container img {
        position: relative;
        z-index: 26;
        width: 200px;
        margin: 200px auto;
    }
}

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

    #slider-wrapper:after {
        content: '';
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 16;
        background: url('../img/bgr_pagination.png') center transparent;
    }
    
    .wrapper_header1 {
        top: -20px;
        left: 0;
        height: 114px;
        width: 100%; /* 1140px - 10% for margins */
        transition-property: top;
        transition-duration: 0.3s;
    }

    .wrapper_header2 {
        top: 0;
        left: 0;
        height: 75px;
        background: #262626;
        width: 100%;
        transition-property: top, background;
        transition-duration: 0.5s, 0.1s;
    /*  -webkit-box-shadow: 0px 0px 3px #000;
        -moz-box-shadow: 0px 0px 3px #000;
        box-shadow: 0px 0px 3px #000;*/
        opacity: 0.95;
    }

    .wrapper_header3 {
        top: 0px;
        left: 0;
        height: 124px;
        width: 100%; /* 1140px - 10% for margins */
        transition-property: top;
        transition-duration: 0.3s;
        background: #2C2C2C;
    }

    .wrapper_header3:after {
        content: "";
        display: block;
        background: url("../img/img_trojkat_grey.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        height: 81px;
        left: 50%;
        margin-top: 124px;
        margin-left: -80px;
        position: absolute;
        width: 161px;
    }

    #header-page {
        position: relative;
        clear: both;
        width: 100%;
        background: #fff;
        z-index: 120;
        padding: 25px 0px 150px 0px;
        margin-top: 100px;
    }
    
    /* -------- header logo -------- */

    .wrapper_header1 .logo {
        margin: 50px 0 0 25px;
    }

    .wrapper_header2 .logo {
        margin: 10px 0 0 50px;
    }

    .wrapper_header3 .logo {
        margin: 30px 0 0 50px;
    }

    .wrapper_header1 .logo, .wrapper_header3 .logo {
        float: left;
        width: 179px;
        height: 64px;
    }

    .wrapper_header2 .logo {
        float: left;
        width: 150px;
        height: 54px;
    }
    
    .wrapper_header1 .logo a, .wrapper_header3 .logo a {
        width: 179px;
        height: 64px;
        display: block;
    }

    .wrapper_header2 .logo a {
        width: 150px;
        height: 54px;
        display: block;
    }
    
    .wrapper_header1 .logo a img, .wrapper_header3 .logo a img {
        width: 179px;
        height: 64px;
    }
    
    .wrapper_header2 .logo a img {
        width: 150px;
        height: 54px;
    }

    /* -------- header MENU -------- */

    .wrapper_header1 nav {
        margin: 65px 25px 0 0;
        top: 0;
        right: 0;
    }

    .wrapper_header2 nav {
        margin: 20px 25px 0 0;
        top: 0;
        right: 0;
    }

    .wrapper_header3 nav {
        margin: 45px 25px 0 0;
        top: 0;
        right: 0;
    }

    nav {
        float: right;
        position: relative;
        visibility: visible;
        width: auto;
    }

    nav ul {
        margin: 0;
        padding: 0;
    }

    nav ul li {
        float: left;
        margin: 0;
        padding: 0;
    }

    nav a {
        display: block;
        padding: 5px 15px 5px 15px;
        margin: 0;
        text-decoration: none;
        font-weight: 300;
        font-size: 1.0em;
        text-transform: uppercase; 
        width: auto !important;
        color: #fff;
        background: none;
        float: left;
    }

    .wrapper_header3 nav a {
        color: #82807e;
    }

    nav a:hover, nav a.active {
        color: #9EF0FF;
        background: none;
        transition: all 0.2s ease-in-out 0s;
    }

    #menu_mobile, #menu_mobile2 {
        display: none;
    }
  
    #pagination {
        width: 156px;
        height: 52px;
        position: absolute;
        bottom: 120px;
        left: 50px;
        z-index: 101;
        margin-left: 0px;
    }
    
/*  footer */
   
    #footer-container footer section, #footer-container footer section a {
        font-size: 28px;
    }
    
/*    realizacje    */
    
/* -------- menu realizacje -------- */

    .menu_realizacje_wrapper {
        clear: both;
        display: block;
        position: relative;
        width: 100%;
        height: 36px;
        padding: 20px 0 20px 0;
    }

    .menu_realizacje_wrapper2 {
        position: fixed;
        display: block;
        top: 75px;
        left: 0px;
        width: 100%;
        height: 36px;
        padding: 20px 0 20px 0;
        background: #ffffff;
        opacity: 0.95;
        z-index: 1000;
    }

    #menu_realizacje {
        visibility: visible;
        width: 700px;
        position: relative;
        margin: 0 auto;
        list-style: none outside none;
        top: 0;
        right: 0;
        z-index: 0;
    }

    #menu_realizacje li {
        float: left;
    }

    #menu_realizacje li.separate {
        color: #82807e;
        font-size: 14px;
        font: 300 16px/16px 'Roboto', Helvetica, Helvetica Neue, Arial;
        padding: 10px;
        display: block;
    }

    #menu_realizacje li a {
        display: block;
        padding: 10px;
        color: #82807e;
        font: 300 16px/16px 'Roboto', Helvetica, Helvetica Neue, Arial;
        font-size: 14px;
        text-decoration: none;
        
        margin: 0;
        text-transform: none; 
        width: auto;
        background: none;
        float: left;
        text-align: center;
    }

    #menu_realizacje li a:hover, #menu_realizacje li a.active {
        color: #fff;
        background: #22B08F;
    }

    #header-page h1 {
        float: left;
        margin: 25px 0 0 52px;
        padding: 25px 0 0 40px;
        position: relative;
        font-size: 40px;
        font-weight: 100;
    }

    #header-page h1:before {
        content: '';
        border-radius: 50%;
        background: #22b08f;
        display: block;
        height: 26px;
        width: 26px;
        position: absolute;
        top: 45px;
        left: 0px;
    }
    
    #offer-container article p.text_left, #offer-container article p.text_right {
        max-width: 960px;
        margin: 0 auto;
        padding: 25px;
        float: none;
    }
    
    #offer-container article p.c1 {
        background: #87d1a0;
        float: left;
        margin: 25px;
    }

    #offer-container article p.c2 {
        background: #f6c38a;
        float: right;
        margin: 25px;
    }

    #offer-container article p.c3 {
        background: #87b6c5;
        float: left;
        margin: 25px;
    }

    #offer-container article p.c4 {
        background: #d46c51;
        float: right;
        margin: 25px;
    }

    #agencja-container-start article {
        width: 70%;
        padding: 5% 0 10%;
        margin: 0 auto;
    }
    
    .article-container article {
        width: 70%;
        padding: 5% 0 10%;
        margin: 0 auto;
    }
    
    .article-container p, #agencja-container-start p {
        margin: 0;
        font-weight: 100;
        font-size: 30px;
        line-height: 1.5;   
    }
    
    #agency-people-container:before, #agency-people-container2:before {
        content: '';
        width: 100%;
        height: 159px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        background: url('../img/shadow_crystals.png') center transparent;
    }
    #agency-przebieg-container {
        position: relative;
        z-index: 20;
        width: 100%;
        min-height: 800px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        padding: 150px 0 200px 0;
    }

    #agency-przebieg-container article p.c1 {
        background: #87d1a0;
        float: left;
        margin: 25px 50px 25px 25px;
    }

    #agency-przebieg-container article p.c2 {
        background: #f6c38a;
        float: right;
        margin: 25px;
        margin: 25px 25px 25px 50px;
    }

    #agency-przebieg-container article p.c3 {
        background: #87b6c5;
        float: left;
        margin: 25px 50px 25px 25px;
    }

    #agency-przebieg-container article p.c4 {
        background: #d46c51;
        float: right;
        margin: 25px 25px 25px 50px;
    }
    #agency-przebieg-container article p.text_left, #agency-przebieg-container article p.text_right {
        max-width: 960px;
        margin: 0 auto;
        padding: 25px;
        float: none;
    }
    #agency-przebieg-container article p.text_left span, #agency-przebieg-container article p.text_right span {
        text-align: left;
    }
    
    #logo-container img {
        position: relative;
        z-index: 26;
        width: 284px;
        height: 380px;
        margin: 150px auto;
    }
}

@media only screen and (min-width: 1140px) {
    
    #slider-wrapper:after {
        content: '';
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 16;
        background: url('../img/bgr_pagination.png') center transparent;
    }
    
    .wrapper_header1 {
        top: -20px;
        left: 0;
        height: 114px;
        width: 100%; /* 1140px - 10% for margins */
        transition-property: top;
        transition-duration: 0.3s;
    }

    .wrapper_header2 {
        top: 0;
        left: 0;
        height: 75px;
        background: #262626;
        width: 100%;
        transition-property: top, background;
        transition-duration: 0.5s, 0.1s;
    /*  -webkit-box-shadow: 0px 0px 3px #000;
        -moz-box-shadow: 0px 0px 3px #000;
        box-shadow: 0px 0px 3px #000;*/
        opacity: 0.95;
    }

    .wrapper_header3 {
        top: 0px;
        left: 0;
        height: 124px;
        width: 100%; /* 1140px - 10% for margins */
        transition-property: top;
        transition-duration: 0.3s;
        background: #2C2C2C;
    }

    .wrapper_header3:after {
        content: "";
        display: block;
        background: url("../img/img_trojkat_grey.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        height: 81px;
        left: 50%;
        margin-top: 124px;
        margin-left: -80px;
        position: absolute;
        width: 161px;
    }
    
    #header-page {
        position: relative;
        clear: both;
        width: 100%;
        background: #fff;
        z-index: 120;
        padding: 25px 0px 150px 0px;
        margin-top: 100px;
    }

    /* -------- header logo -------- */

    .wrapper_header1 .logo {
        margin: 50px 0 0 25px;
    }

    .wrapper_header2 .logo {
        margin: 10px 0 0 25px;
    }

    .wrapper_header3 .logo {
        margin: 30px 0 0 25px;
    }

    .wrapper_header1 .logo, .wrapper_header3 .logo {
        float: left;
        width: 179px;
        height: 64px;
    }

    .wrapper_header2 .logo {
        float: left;
        width: 150px;
        height: 54px;
    }
    
    .wrapper_header1 .logo a, .wrapper_header3 .logo a {
        width: 179px;
        height: 64px;
        display: block;
    }

    .wrapper_header2 .logo a {
        width: 150px;
        height: 54px;
        display: block;
    }
    
    .wrapper_header1 .logo a img, .wrapper_header3 .logo a img {
        width: 179px;
        height: 64px;
    }
    
    .wrapper_header2 .logo a img {
        width: 150px;
        height: 54px;
    }

    /* -------- header MENU -------- */

    .wrapper_header1 nav {
        margin: 65px 25px 0 0;
    }

    .wrapper_header2 nav {
        margin: 20px 25px 0 0;
    }

    .wrapper_header3 nav {
        margin: 45px 25px 0 0;
    }

    nav {
        float: right;
        position: relative;
        visibility: visible;
        width: auto;
    }

    nav ul {
        margin: 0;
        padding: 0;
    }

    nav ul li {
        float: left;
        margin: 0;
        padding: 0;
    }

    nav a {
        display: block;
        padding: 5px 20px 5px 20px;
        text-decoration: none;
        font-weight: 300;
        font-size: 1.0em;
        text-transform: uppercase; 
        width: auto !important;
        color: #fff;
        background: none;
        float: left;
    }

    .wrapper_header3 nav a {
        color: #82807E;
    }

    nav a:hover, nav a.active {
        color: #9EF0FF;
        background: none;
        transition: all 0.2s ease-in-out 0s;
    }

    #menu_mobile, #menu_mobile2 {
        display: none;
    }
    
/*  footer */
   
    #footer-container footer section, #footer-container footer section a {
        font-size: 28px;
    }
    
/*    realizacje    */
    
/* -------- menu realizacje -------- */

    .menu_realizacje_wrapper {
        clear: both;
        display: block;
        position: relative;
        width: 100%;
        height: 36px;
        padding: 20px 0 20px 0;
    }

    .menu_realizacje_wrapper2 {
        position: fixed;
        display: block;
        top: 75px;
        left: 0px;
        width: 100%;
        height: 36px;
        padding: 20px 0 20px 0;
        background: #ffffff;
        opacity: 0.95;
        z-index: 1000;
    }

    #menu_realizacje {
        visibility: visible;
        width: 700px;
        position: relative;
        margin: 0 auto;
        list-style: none outside none;
        top: 0;
        right: 0;
        z-index: 0;
    }

    #menu_realizacje li {
        float: left;
    }

    #menu_realizacje li.separate {
        color: #82807e;
        font-size: 14px;
        font: 300 16px/16px 'Roboto', Helvetica, Helvetica Neue, Arial;
        padding: 10px;
        display: block;
    }

    #menu_realizacje li a {
        display: block;
        padding: 10px;
        color: #82807e;
        font: 300 16px/16px 'Roboto', Helvetica, Helvetica Neue, Arial;
        font-size: 14px;
        text-decoration: none;
        
        margin: 0;
        text-transform: none; 
        width: auto;
        background: none;
        float: left;
        text-align: center;
    }

    #menu_realizacje li a:hover, #menu_realizacje li a.active {
        color: #fff;
        background: #22B08F;
    }

    #header-page h1 {
        float: left;
        margin-left: 52px;
        padding: 25px 0 0 40px;
        position: relative;
        font-size: 40px;
        font-weight: 100;
    }

    #header-page h1:before {
        content: '';
        border-radius: 50%;
        background: #22b08f;
        display: block;
        height: 26px;
        width: 26px;
        position: absolute;
        top: 45px;
        left: 0px;
    }
    
    #offer-container article p.text_left, #offer-container article p.text_right {
        max-width: 960px;
        margin: 0 auto;
        padding: 25px;
        float: none;
    }
    
    #offer-container article p.c1 {
        background: #87d1a0;
        float: left;
        margin: 25px;
    }

    #offer-container article p.c2 {
        background: #f6c38a;
        float: right;
        margin: 25px;
    }

    #offer-container article p.c3 {
        background: #87b6c5;
        float: left;
        margin: 25px;
    }

    #offer-container article p.c4 {
        background: #d46c51;
        float: right;
        margin: 25px;
    }
    
    #agencja-container-start article {
        width: 70%;
        padding: 5% 0 10%;
        margin: 0 auto;
    }
    
    .article-container article {
        width: 70%;
        padding: 5% 0 10%;
        margin: 0 auto;
    }
    
    .article-container p, #agencja-container-start p {
        margin: 0;
        font-weight: 100;
        font-size: 30px;
        line-height: 1.5;
    }
    
    #agency-people-container:before, #agency-people-container2:before {
        content: '';
        width: 100%;
        height: 159px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        background: url('../img/shadow_crystals.png') center transparent;
    }
    #agency-przebieg-container {
        position: relative;
        z-index: 20;
        width: 100%;
        min-height: 800px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        padding: 50px 0 200px 0;
    }
    
    #agency-przebieg-container .ikony {
        max-width: 960px;
        margin: 0 auto;
        padding: 200px 0 100px;;
        text-align: center;
        display: block;
    }
    #agency-przebieg-container article p.c1 {
        background: #87d1a0;
        float: left;
        margin: 25px 50px 25px 25px;
    }

    #agency-przebieg-container article p.c2 {
        background: #f6c38a;
        float: right;
        margin: 25px;
        margin: 25px 25px 25px 50px;
    }

    #agency-przebieg-container article p.c3 {
        background: #87b6c5;
        float: left;
        margin: 25px 50px 25px 25px;
    }

    #agency-przebieg-container article p.c4 {
        background: #d46c51;
        float: right;
        margin: 25px 25px 25px 50px;
    }
    #agency-przebieg-container article p.text_left, #agency-przebieg-container article p.text_right {
        max-width: 960px;
        margin: 0 auto;
        padding: 25px;
        float: none;
    }
    #agency-przebieg-container article p.text_left span, #agency-przebieg-container article p.text_right span {
        text-align: left;
    }
    
    #logo-container img {
        position: relative;
        z-index: 26;
        width: 284px;
        height: 380px;
        margin: 150px auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/* Komunikaty
---------------------------------------------------------------------------------------------------- */

.komunikat_info {
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    padding: 10px;
    background-color: #00aeef;
    margin-bottom: 20px;
}

.komunikat_ok {
    background-color: #99cc00;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 5px;
}

.komunikat_uwaga {
    background-color: #DE795D;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 15px;
}

.komunikat_blad {
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 5px;
}

/* =============================================================================
   Cookies
   ========================================================================== */

#ciasteczka {
    color: #434648;
    font: 12px/18px Tahoma;
    line-height: 1.5;
    max-width: 300px;
    height: 80px;
    background: #fff;
    *background: #00aeef;
    padding: 0 10px;
    position: fixed;
    bottom: 9px;
    left:0;
    z-index: 9999;
    opacity: 0.9;
    -webkit-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
    border: 1px solid #E0E0E0;
    overflow: hidden;
}

#ciasteczka .zawartosc {
    max-width: 300px; /* do zmiany */ 
}

#ciasteczka p.info {
    margin: 4px 0 0 0;
    font: 300 10px/12px 'Roboto';
    text-align: justify;
}

#ciasteczka p strong {
    font: 500 11px/12px 'Roboto';
}

#ciasteczka a.zamknij {
    float: right;
    width: 34px;
    height: 35px;
    background: url('../img/ico-ok.png') no-repeat;
    display: block;
    overflow: hidden;
    margin: 15px 0 15px 9px;
    cursor: pointer;
}

#ciasteczka a.zamknij:hover {
    background-position: 0 -36px;
}