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

/* Podstawowe style */

body {
    font-family: 'Open Sans', sans-serif;
}

.header {
    min-height: 115px;
    vertical-align: central;
    position: relative;
}
    .header .top-contact {
        text-align: right;
        margin-top: 5px;
    }
    .header .top-contact a {
        color: #000;
    }
    .header .top-contact a:hover {
        color: #c2b280;
        text-decoration: none;
    }
        .header .top-contact .mail {
            margin-right: 20px;
        }
        .header .top-contact .mail img {
            margin-top: -2px;
        }
    .header .logo {
        margin-top: 15px;
    }

    .header .top-menu {       
            z-index: 5;      
            margin-top: 15px;  
        }
            .header .top-menu .navbar-wrapper {
                margin-right: -40px;
            }
            .header .top-menu .navbar {
                min-height: 0!important;
                margin-bottom: 0!important;
            }
            .header .top-menu .navbar-default {
                background: none!important;
                border: none!important;
            }
            .header .top-menu .nav-justified > li > a {
                color: #000!important;
                text-transform: uppercase!important;
            }
            .header .top-menu .nav-justified > li > a:hover {
                background: none!important;
                color: #c1a96a!important;
            }



.slider .flexslider .flex-direction-nav {
    display: none;
}
.slider .flexslider .slides img{
    width: 100%;
}


.content {
    text-align: center;
}
    .content .title {
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .content .title h1 {
        font-size: 25px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 100;
        margin-bottom: -5px;
    }
    .content .title::after {
        content: "";
        display: inline-block;
        width: 30%;
        height: 1px;
        background-color: #000;
    }
    .content .subtitle h3 {
        font-size: 18px;
        text-align: left;
        font-weight: 700;
        color: #c2b280;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .content .no-subtitle {     
        text-align: center;     
        margin-top: 50px;  
    }
    .content .content-wp {
        text-align: justify;
        margin-bottom: 50px;
        line-height: 25px;
    }
    .content .content-wp a {
        color: #c2b280;
    }
    .content .content-wp a:hover {
        color: #000;
        text-decoration: none;
    }
    .content .content-wp ul {
        list-style-type: none;
    }


    .content .contact-bottom {
        text-align: left;
        position: relative;
        margin-top: 40px;
        color: #fff;
    }
    .content .contact-left-site {
        background-color: #c2b280;
        padding: 10px 0px 3px 20px;
        margin-right: -30px;
        line-height: 23px;
    }
    .content .contact-left-site a {
        color: #fff;
    }
    .content .contact-left-site a:hover {
        color: #000;
        text-decoration: none;
    }
    .content h4 {
        font-weight: 700;
        margin-bottom: 20px;
    }



.paralax {
    background:url('../img/paralax-glowna-1.jpg');
    padding: 100px 0 100px 0;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
    position: static;
}
    .paralax .uslugi-wp {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }
    .paralax .uslugi-wp p{
        font-size: 20px;
        padding-top: 20px;
        font-weight: 100;
    }


.footer {
    text-align: center;
    font-size: 11px;
    margin: 40px 0 20px;
}



/* PODSTRONY */

.portfolio-img img {
    width: 105%;
}

.uslugi-bcg {
    text-align: center;
    position: relative;
    background-color: #f7f7f7;
    padding: 60px 0;
}
    .uslugi-bcg .uslugi-wp p {
        margin-top: 15px;
        text-transform: uppercase;
    }
    .uslugi-bcg .uslugi-wp ul {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        line-height: 25px;
        min-height: 250px;
    }
    

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    
    .header .logo {
        text-align: center;
    }
    .header .top-contact {
        text-align: center;
    }

    .content .contact-left-site {
        padding: 10px 0px 10px 0px;
        margin-right: 0px;
        text-align: center;
    }


    /* PODSTRONY */

    .portfolio-img img {
        width: 100%;
        margin-bottom: 20px;
    }

    
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    
    .header .logo {
        text-align: center;
    }
    .header .top-contact {
        text-align: center;
    }
    .header .top-menu .navbar-wrapper {
        margin-right: 0px;
    }

    .content .contact-left-site {
        padding: 10px 0px 10px 0px;
        margin-right: 0px;
        text-align: center;
    }


    /* PODSTRONY */

    .portfolio-img img {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}