/**/
        /*1. Ogólne*/
        /*2. Elementy stałe (footer, menu, logo, nav)*/
        /*3. Front Page*/
        /*4. Section*/
        /*5. Offer*/
        /*6. About*/
        /*7. Portfolio*/
        /*8. Price List*/
        /*9. Contact*/
        /*10. RWG*/
        /*11. OTHER*/
/**/

/************************************** 1. Ogólne **************************************/

@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
    letter-spacing: 0.05em;
    height: 100%;
    font-family: 'Didact Gothic', sans-serif!important;
}
p::selection, h1::selection, h2::selection, h3::selection, li::selection, label::selection, input::selection, textarea::selection, br::selection, a::selection, span::selection, svg::selection, img::selection, .nav-buttons::selection, strong::selection {
    background-color: #555555!important;
    color: #fff;
}
body, a:hover, input:hover, textarea:hover, #submit:hover, a:enabled, button:hover{
    cursor: url('../images/cursor.png'), auto;
}
#aren
{
    display: block;
}
a {
    text-decoration: none;
}

/********************* 2. Elementy stałe (footer, menu, logo, nav, loader, button-top) *********************/
.header {
    position: fixed;
    z-index: 999999;
    width: 100%;
}
/* !reszta menu w pliku menu.css! */

/* poprzednia/następna strona */
.nav-buttons
{
    position: absolute;
    z-index: 10000;
    right: 2vw;
    bottom: 2vh;
}
.nav-button {
    display: inline-block;
    padding-left: 20px;
}
.nav-button-icon {
    padding: 6px;
    border: 2px solid #b2b2b2;
    border-radius: 60px;
    width: 40px!important;
    height: 40px!important;
}
.nav-button-icon:hover {
    background: #ff3a1a;
    border: 2px solid #ff3a1a;
}
svg:hover #prev, svg:hover #next {
    fill: #ffffff;
}
/* footer */
.footer-text {
    position: absolute;
    z-index: 9999;
    left: 6.25vw;
    bottom: 1vh;
    width: 94vw;
}
.footer-text .page-number-section {
    padding-bottom: 2vh;
}
.footer-text .page-number-section > a:hover, svg:hover  {
    text-decoration: none;
}
.footer-text .page-number-section > a > span:hover {
    color: #ff3a1a;
}
.footer-text .number-page {
    color: #a5a5a5;
    font-weight: bold;
    padding-right: 10px;
}
.footer-text .number-page-active {
    font-size: 1.7rem;
    color: #ff3a1a;
}
.footer-text .social-media-content {
    position: absolute;
    bottom: 2vh;
}
.footer-text .social-media > a:hover {
    text-decoration: none;
}
.social-media-content > a {
    text-decoration: none!important;
}
svg:hover #fb, svg:hover #twitter, svg:hover #instagram {
    fill: #ff3a1a;
}
.footer-text .footer-copyright-content {
    position: absolute;
    bottom: 1vh;
}
.footer-text .footer-copyright-content > p {
    color: #a5a5a5;
}
/* Logo */
.section-logo {
    padding: 4vh;
    padding-left: 6.25vw;
}
.section-logo > img {
    width: 20%;
}
/* Loader */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #282828;
    z-index: 99999999;
}

.loading-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
}
.loading-text > span > img {
    width: 5vh;
}
.loading-text span:nth-child(1) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
    animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
    animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
    animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
    animation: blur-text 1.5s 0.6s infinite linear alternate;
}
@-webkit-keyframes blur-text {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(4px);
        filter: blur(4px);
    }
}

@keyframes blur-text {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(4px);
        filter: blur(4px);
    }
}

/* Button-top */
#myBtn {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 99;
    border: none;
    background-color: #ff3a1a;
    padding: 7px 10px;
}
#myBtn:hover {
    background-color: #484848;
}

/************************************** 3. Front Page **************************************/
.header-logo {
    position: relative;
    margin-left: 6.25vw;
    top: 3.25vw;
}
.header-logo > img {
    width: 30vw;
}
.studio {
    padding-top: 28.33vh;
    position: relative;
}
.line {
    margin-top: -10vh;
    height: 15vh;
    width: 100vw;
    background-color: #f7f7f7;
    margin-bottom: -2vh;
}
.studio-content {
    margin-left: -15px;
    height: 20.5vh;
    padding-left: 6.25vw;
    /*background-color: #ff3a1a;*/
}
.page-number-section, .social-media, .footer-copyright, .header-text-content {
    padding-left: 0!important;
}
 .studio-content > img {
    top: -6px;
    z-index: 2;
    position: relative;
    height: calc(100% + 12px);
}
.header-text {
    padding-top: 10vh;
    margin-left: 6.25vw;
}
.header-text-content > h2 {
     font-weight: bold;
}
.header-text-content > p {
    font-size: 0.9rem;
    padding-right: 7vw;
}
.header-text-content-title {
     font-size: 14px;
     font-weight: 700;
     letter-spacing: 2px;
}
.header-text-content-contact > p, #front-page .header-text-content-contact > p > a {
      font-weight: bold;
      color: #000;
}
.header-text-content-contact > p > a:hover {
    color: #ff3a1a;
    text-decoration: none;
}

/************************************** 4. Section **************************************/
.section-title {
    margin-top: 16vh;
    color: #fff;
    width: 100%;
    background-color: #ff3a1a;
}
.section-title > h3 {
    font-weight: bold;
    letter-spacing: 0.3em;
    font-size: 3rem;
    padding-left: 6.25vw;
}
.section-content {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    padding-top: 8vh;
}
.section-content-info {
    border-right: 1px solid #efefef;
    padding-right: 3vw!important;
}
.section-content-info > h3, .section-content-details > h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 15px 0 22px;
    letter-spacing: 3px;
}
.section-content-info > p {
    font-size: 0.95rem;
}
.button-readmore {
     z-index: 1!important;
     -webkit-appearance: none;
 }
.button-readmore::before {
    content: '';
    background: #efefef;
    width: 115px;
    height: 25px;
    display: block;
    margin-bottom: -35px;
}
.button-readmore-text {
    margin-left: 25px;
    color: #000;
    font-weight: bold;
}
.button-readmore-text:hover {
    color: #ff3a1a;
    text-decoration: none;
}
.section-content-details {
    padding-left: 3vw!important;
}

/************************************** 5. Offer **************************************/
.offer
{
    padding-bottom: 3vh;
    float: left;
    text-align: center;
}
.offer-icon {
     width: 44px!important;
     height: 44px!important;
 }
.offer > h1 {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 15px 0 22px;
    letter-spacing: 3px;
}
.offer > p {
    font-size: 0.85em;
}

/************************************** 6. About **************************************/
.section-content-details-about {
    padding-left: 5vw!important;
}
.about-text {
    list-style-type: none;
}
.about-text > li {
    counter-increment: section;
    margin-top: 2rem;
    font-size: 1.05em;
}
.about-text > li:before {
    content: counters(section,"");
    float: left;
    width: 3.5rem;
    text-align: center;
    padding-top: .25rem;
    font-weight: 900;
    margin-left: -5rem;
    font-size: 3em;
}

/************************************** 7. Portfolio **************************************/
/*.intro {*/
    /*padding-left: 5vh;*/
    /*position: relative;*/
    /*width: 100vh;*/
    /*height: 46vh;*/
/*}*/
/*.slider {*/
    /*float: right;*/
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
/*.slider li {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: 50% 50%;*/
    /*transition: clip .7s ease-in-out, z-index 0s .7s;*/
    /*clip: rect(0, 100vw, 100vh, 100vw);*/
    /*display: table;*/
/*}*/
/*.slider li:hover {*/
    /*opacity: 0.3;*/
/*}*/
/*.center-y {*/
    /*!*display: table-cell;*!*/
    /*display: none;*/
    /*vertical-align: middle;*/
    /*text-align: center;*/
    /*color: #000;*/
/*}*/
/*h3 {*/
    /*font-size: 5rem;*/
/*}*/
/*h3 + a {*/
    /*font-size: 1.6rem;*/
    /*display: inline-block;*/
    /*margin-top: 2rem;*/
/*}*/
/*h3, h3 + a {*/
    /*opacity: 0;*/
    /*transition: opacity .7s 0s, transform .5s .2s;*/
    /*transform: translate3d(0, 50%, 0);*/
/*}*/
/*li.current h3, li.current h3 + a {*/
    /*opacity: 1;*/
    /*transition-delay: 1s;*/
    /*transform: translate3d(0, 0, 0);*/
/*}*/
/*li.current {*/
    /*z-index: 1;*/
    /*clip: rect(0, 100vw, 100vh, 0);*/
/*}*/
/*li.prev {*/
    /*clip: rect(0, 0, 100vh, 0);*/
/*}*/
/*.slider nav {*/
    /*position: absolute;*/
    /*bottom: -8%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*text-align: center;*/
    /*z-index: 10;*/
/*}*/
/*nav a {*/
    /*display: inline-block;*/
    /*border-radius: 50%;*/
    /*min-width: 6px;*/
    /*min-height: 6px;*/
    /*background: #5d5d5d;*/
    /*margin: 0 0.5rem;*/
    /*transition: transform .3s;*/
/*}*/
/*a.current_dot {*/
    /*transform: scale(1.8);*/
/*}*/


/************************************** 8. Price List **************************************/
.pricelist-form {
    list-style-type: none;
    padding-left: 0;
}
.pricelist-form > li {
     margin: 6px 0;
 }
.styled-checkbox {
    opacity: 0;
    width: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: url('../images/cursor.png'), auto;
}
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #f3f3f3;
    border: 1px solid #efefef;
}
.styled-checkbox:hover + label:before {
    background: #ff3a1a;
    border: 1px solid #ff3a1a;
}
.styled-checkbox:checked + label:before {
    background: #ff3a1a;
    border: 1px solid #ff3a1a;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: url('../images/cursor.png'), auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.actual-price {
    font-weight: bold;
    padding-top: 3vh;
    padding-bottom: 3vh;
}
.button-text-big {
    border: none;
    font-size: 4.5rem;
    background: none;
}
.button-big::before {
    content: '';
    background: #efefef;
    width: 274px;
    height: 74px;
    display: block;
    margin-bottom: -121px;
    transition: width 2s
}

/************************************** 9. Contact **************************************/
.contact-details {
    padding-bottom: 0;
    margin-bottom: 0;
}
.contact-details > a {
    color: #000;
}
.contact-details > a:hover {
    color: #ff3a1a;
    text-decoration: none;
}
.contact-details-email {
    padding-bottom: 20px;
    margin-bottom: 1rem;
}
.contact-icon {
    width: 30px!important;
    height: 30px!important;
    vertical-align: middle;
    padding-right: 10px;
}
input[type=text], .my-form  {
    border: 0 solid #ced4da!important;
    border-bottom: 1px solid #c5c5c5!important;
    font-size: 0.9em;
    border-radius: 0;
    outline: none;
}
#first_name:focus, #email:focus, #comments:focus {
    outline: 0;
}
.btn {
     background-color: transparent!important;
     padding: 16px 0!important;
    font-weight: bold!important;
 }
.btn:hover {
    color: #ff3a1a;
}
.error-message
{
    float: right;
    font-size: 0.9rem;
    color: #ff3a1a;
    font-weight: bold;
}


/************************************** 10. RWD **************************************/
@media screen and (max-width: 1400px) {
    .section-content-info > p {
        font-size: 0.85rem!important;
    }
    .header-text-content > p {
        font-size: 0.8rem!important;
    }
    .header-text-content > h2 {
        font-size: 1.8rem!important;
    }
    .section-content {
        padding-top: 5vh!important;
    }
    .section-title > h3 {
        font-size: 2rem!important;
    }
    .offer > h1 {
        font-size: 0.8rem!important;
    }
    .about-text > li {
        font-size: 0.85rem!important;
    }
    .portfolio-slider > img {
        width: 90%;
    }
    .pricelist-form > li {
        font-size: 0.85rem!important;
        margin: 0!important;
    }
    .actual-price {
        font-size: 0.9rem;
    }
    .button-text-big {
        font-size: 3.5rem!important;
    }
    .button-big::before {
        width: 15vw;
        height: 7vh;
        margin-bottom: -88px;
    }
}
@media screen and (max-width: 1253px) {
    .ukryte-1253 {
        display: none;
    }
}
@media screen and (max-width: 1450px) and (min-width: 971px) and (max-height: 830px){
    .section-content-info > p {
        font-size: 0.80rem!important;
    }
    .offer-icon {
        width: 30px!important;
        height: 30px!important;
    }
    .offer > p {
        font-size: 0.8em;
    }
    .offer {
        padding-bottom: 1vh;
    }
}
@media screen and (max-height: 740px) and (min-width: 971px) and (max-width: 1155px){
    .ukryte-h700, .oferta-ukryte {
        display: none;
    }
    .offer > p {
        font-size: 0.75em;
    }
}
@media screen and (max-height: 730px) and (min-width: 1155px){
    .ukryte-h700 {
        display: none;
    }
    .ukryte-h700, .oferta-ukryte {
        display: none;
    }
    .offer > p {
        font-size: 0.75em;
    }
}
@media screen and (max-height: 650px) and (min-width: 971px) and (max-width: 1100px){
    .ukryte-onas {
        display: none;
    }
}
@media screen and (max-height: 650px) and (min-width: 971px){
    .oferta-ukryte {
        display: none;
    }
    .offer > p {
        font-size: 0.75em;
    }
    .section-content-info > p {
        font-size: 0.80rem!important;
    }
    .offer-icon {
        width: 30px!important;
        height: 30px!important;
    }
}
@media screen and (max-width: 1240px) {
    .header-text-content > p {
        font-size: 0.8rem!important;
    }
}
@media screen and (max-width: 1190px) {
    .studio-content {
        height: 15.5vh!important;
    }
    .footer-text .footer-copyright-content > p {
        font-size: 0.9rem;
    }
    .nav-button {
         padding-left: 0!important;
     }
    .header-text-content > h2 {
          font-size: 1.5rem!important;
      }
}
@media screen and (max-width: 1040px) {
    .ukryte-1040 {
        display: none;
    }
    .header-text-content > h2 {
        font-size: 1.3rem!important;
    }
}
@media screen and (max-width: 970px), screen and (max-height: 620px) {
    #aren, .section-logo {
        display: none!important;
    }
    #small-page {
        display: block!important;
    }
    html, body {
        overflow: inherit!important;
    }
    .menu__list {
        height: 100vh!important;
         -webkit-transform: none!important;
        transform: none!important;
    }
    .menu__list a {
        font-size: 1.15em!important;
    }
    .burger {
        right: 5vw!important;
        top: 6vw!important;
    }
    .header {
        position: relative!important;
    }
    .burger__patty {
        background: #484848!important;
    }
    .social-media {
        padding-top: 5vh;
    }
    .studio {
        padding-top: 14.33vh!important;
    }
    .line {
        margin-top: -5vh!important;
        height: 12vh!important;
    }
    .studio-content {
        height: 11.5vh!important;
        margin-left: 0!important;
    }
    .header-text-content > h2 {
        padding-bottom: 2rem;
    }
    .section-title {
        margin-top: 12vh;
    }
    .section-title > h3 {
        font-size: 2.5rem!important;
    }
    .section-content-info {
        border-right: none!important;
        padding-right: 0 !important;
    }
    .section-content-info > p {
        font-size: 0.85rem!important;
    }
    .header-text-content > p {
        font-size: 0.95rem!important;
    }
    .offer {
        text-align: left!important;
        margin-right: 0!important;
    }
    .offer > p {
        display: block!important;
    }
    .offer-icon {
        float: left;
        width: 26px!important;
        height: 26px!important;
        margin: 10px 0;
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .portfolio-slider > img {
        width: 100%;
    }
    .section-content-details-contact {
        padding-left: 0!important;
    }
    .footer {
        background-color: #efefef;
        margin-top: 10vh;
    }
    .footer > p {
        margin: 0!important;
        padding: 3.25vh 6.25vh;
        color: #969696;
    }
}
@media screen and (max-width: 700px) {
    .section-title > h3 {
        font-size: 2rem!important;
    }
}
@media screen and (max-width: 580px) {
    .section-title > h3 {
        font-size: 1.8rem!important;
    }
    .studio-content {
        height: 9.5vh!important;
    }
}
@media screen and (max-width: 520px) {
    .section-title > h3 {
        font-size: 1.4rem!important;
    }
    .about-text > li:before {
        font-size: 3em!important;
    }
}
@media screen and (max-width: 450px) {
    .section-title > h3 {
        font-size: 1.8rem!important;
    }
    .offer-icon
    {
        display: none!important;
    }
    .offer{
        margin-left: -3vw!important;
    }
}
@media screen and (max-width: 420px) {
    .section-title > h3 {
        font-size: 1.4rem!important;
    }
    .studio-content {
        height: 6.5vh!important;
    }
}
/************************************** 11. OTHER **************************************/
#pp-nav
{
    visibility: hidden;
}






