    * {
        /*margin: 0;*/
        transition: .5s;
        -webkit-transition-duration: 0.5s;
    }
    
    body {
        font: 15px/1.5 Arial, Helvetica, sans-serif;
        padding: 0;
        margin: 0;
        background-color: #f4f4f4;
    }
    
    html {
        scroll-behavior: smooth;
    }
    
    .container {
        width: 70%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .container .con1 {
        height: auto;
    }
    
    .container .con2 {
        height: auto;
    }
    
    ul {
        margin: 0;
        padding: 0;
    }
    
    .dark {
        padding: 15px;
        background: #35424a;
        color: #ffffff;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* Header */
    
    header {
        position: fixed;
        width: 100%;
        margin: 0 auto;
        height: 70px;
        transition: .5s;
        z-index: 999;
    }
    
    header .navbar {
        width: 70%;
        margin: 0 auto;
    }
    
    header.background {
        background-color: rgba(53, 66, 74, .95);
        transition: .5s;
        height: 70px;
    }
    
    header a {
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
    }
    
    header .logo {
        float: left;
        margin-top: 12px;
    }
    
    header .logo h1 {
        margin: 0;
    }
    
    header ul {
        float: right;
        display: flex;
    }
    
    header ul li {
        display: inline;
        padding: 23px 0 23px 0;
        transition: .5s;
    }
    
    header ul li a {
        padding: 23px 40px 23px 40px;
    }
    
    header ul li:hover {
        background-color: rgba(113, 122, 128, .9);
    }
    
    header .highlight,
    header .current a {
        color: #f69314;
        font-weight: bold;
    }
    
    .menu-toggle {
        display: none;
        font-size: 30px;
        color: white;
        float: right;
        margin-right: 40px;
        margin-top: 14px;
    }
    /* Sections */
    
    #uslugi-section,
    #o-nas-section,
    #contact-section {
        position: relative;
        top: -70px;
    }
    /* Showcase */
    
    #showcase {
        overflow: hidden;
        height: 600px;
    }
    
    #showcase img {
        width: 100%;
    }
    
    .tittle-container {
        position: absolute;
        text-align: center;
        top: 22%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .tittle-container h1 {
        margin-top: 170px;
        font-size: 60px;
        margin-bottom: 10px;
        color: white;
        font-weight: 700;
    }
    
    .tittle-container p {
        padding-left: 10%;
        padding-right: 10%;
        font-size: 30px;
        color: #f6f6f6;
        font-weight: 700;
    }
    
    .tittle {
        padding: 15px;
        color: #ffffff;
        background: #35424a;
    }
    /* Boxes */
    
    .con {
        background-color: #ebebeb;
        width: 100%;
        height: auto;
    }
    
    .con hr {
        height: 1px;
        background-color: #dee2e6;
        border: none;
        margin: 0;
    }
    
    .box_container {
        padding-top: 20px;
        padding-bottom: 10px;
        height: auto;
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .box_container .box {
        float: left;
        text-align: center;
        width: 380px;
        height: 300px;
        margin-bottom: 20px;
        border: 2px solid #475a6d;
        text-decoration: none;
        transition: 0.5s;
        color: black;
        position: relative;
    }
    
    .box_container .box:hover {
        text-decoration: none;
        transition: 0.5s;
        background: #475a6d;
        color: white;
    }
    
    .box_container .box:before {
        transform-origin: left;
        transition: transform 0.5s ease;
        transform: scaleX(1);
    }
    
    .box_container .box:hover:before {
        transform-origin: right;
        transition: transform 0.5s ease;
        transform: scaleX(0);
    }
    
    .box_container .box a {
        text-decoration: none;
        color: black;
        width: 100%;
        position: absolute;
        transition: 0.5s;
        bottom: 0;
        left: 0;
    }
    
    .box_container .box a h3 {
        color: black;
    }
    .box_container .box h3 {
        color: #f69314;
    }
    
    .box_container .box:hover h3 {
        color: #f69314;
    }
    
    .box_container .box img {
        margin-top: 10px;
        height: 80px;
        width: auto;
        transition: 0.5s;
    }
    
    .box_container .box:hover img {
        height: 90px;
        width: auto;
        transition: 0.5s;
        filter: invert(100%);
    }
    /* ABOUT US */
    
    .about_us {
        width: 500px;
        height: 910px;
    }
    
    .about_us .tittle {
        color: #f69314;
        font-size: 40px;
        font-weight: 900;
        background: none;
    }
    
    .about_us article {
        font-weight: 400;
        font-size: 17px;
        color: gray;
    }
    
    #oferteo {
        padding-top: 10px;
        height: 130px;
    }
    
    .slick-photos {
        width: 500px;
        height: 800px;
        background-color: #35424a;
    }
    
    .slick-photos img {
        height: auto;
        width: 500px;
    }
    
    .arrows {
        position: relative;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 160px;
        height: 68px;
        background: #f69314;
        border-radius: 8px;
    }
    
    .arrows .chevron-left,
    .arrows .chevron-right {
        background: #f69314;
        float: left;
        color: white;
        border-radius: 8px;
        font-size: 45px;
        padding: 6px 23px 0 23px;
        border: 0;
    }
    
    .opinion-btn {
        margin-top: 20px;
        border: none;
        color: white;
        font-size: 16px;
        background: #f69314;
        font-weight: 400;
        width: 220px;
        height: 45px;
        border-radius: 30px;
        transition: 0.5s;
    }
    
    .opinion-btn:hover {
        background-color: #343a40;
        transition: 0.5s;
    }
    /* CONTACT */
    
    .contact {
        height: 530px;
        margin: 0 auto;
        position: relative;
    }
    
    iframe {
        border: 0;
        width: 100%;
        height: 600px;
    }
    
    .contact-info {
        width: 320px;
        height: 142px;
        font-weight: bold;
        background-color: #35424a;
        color: #f69314;
        position: absolute;
        right: 20px;
        top: 10px;
    }
    
    .contact-info .fa-map-marker {
        padding: 10px;
        font-size: 110px;
        float: left;
    }
    
    .contact-info .info {
        padding-top: 5px;
        float: left;
    }
    /* Services */
    
    ul#services li {
        list-style: none;
        padding: 20px;
        border: #cccccc solid 1px;
        margin-bottom: 5px;
        background: #e6e6e6;
    }
    
    footer {
        padding: 0 20px 0 20px;
        color: #ffffff;
        background-color: #35424a;
        text-align: left;
        height: auto;
    }
    
    .copyright {
        float: left;
        width: 270px;
        padding-top: 13px;
    }
    
    .socialbuttons {
        float: right;
        text-align: right;
        padding: 14px 0px;
        height: 52px;
        width: auto;
    }
    
    .socialbuttons a {
        color: #fff;
        font-size: 18px;
        padding: 12px;
        display: inline-block;
        min-width: 28px;
        text-align: center;
        height: 28px;
        text-align: center;
        text-decoration: none;
        font-weight: 300;
    }
    
    .socialbuttons a i {
        font-size: 24px;
    }
    
    .socialbuttons a:hover {
        color: #f69314;
        background: #4c545a;
    }
    
    .clear {
        clear: both;
    }
    
    .fa {
        display: inline-block;
        font-size: 14px;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /* PODSTRONY */
    
    .services {
        width: 50%;
        float: left;
        height: auto;
    }
    .services .tittle {
        color: #f69314;
        font-size: 30px;
        font-weight: 900;
        background: none;
    }
    .services article {
        font-weight: 400;
        font-size: 17px;
        color: gray;
    }
    .justify-content-center{
        margin-top: 20px;
        display: grid;
        justify-content: center;
    }
    .subpage-gallery{
        height: auto;
        width: 400px;
    }
    .gallery{
        padding: 20px 0 0 0;
        display: flex;
        justify-content: space-around;
        width: 1200px;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .gallery-con{
        background-color: #ebebeb;
        width: 100%;
        height: auto;
    }
    .gallery-con a{
        position: relative;
    }
    .gallery-img{
        height: auto;
        width: 320px;
        padding-bottom: 30px;
    }
    .gallery-img img{
        display: block;
    }
    .gallery-overlay{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 320px;
        width: 100%;
        opacity: 0;
        background-color: rgba(190, 190, 190, 0.5);
    }
    .search-ico{
        color: white;
        font-size: 80px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .search-ico i{
        padding: 10px;
        border: white 10px solid;
    }

    .gallery-a:hover{
        transform: scale(1.1);
    }
    .gallery-a:hover .gallery-overlay{
        opacity: 1;
    }

    .load-more-con{
        width: 100%;
    }
    .load-more{
        color: #f69314;
        width: 200px;
        font-size: 30px;
        text-align: center;
        margin: 0px auto 20px auto;
        line-height: 50px;
        padding: 0px 0px 20px 0px;
        cursor: pointer;
    }
    .load-more i {
        line-height: 11px;
        display: block;
    }
    .load-more:hover{
        color: #808080;
    }
    #loadmore1{
        width: 100%;
    }