/* dodatkowe style do szablonu */
.main-button.icon-button#send-button:after {
    content:"\f0e0"!Important;
    font-family:FontAwesome;
}
.content-oferta>ul {
    list-style-type: disc;
    padding-left: 20px;
}
.logo-img-popup {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    max-width: 250px;
    min-width: 100px;
    width: 20%;
}
.wizualne-img-popup {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    max-width: 400px;
    width: 40%
}
.content-oferta {
    text-align:left;
    margin-top: 30px;
}
.content-oferta h2 {
    text-align: left;
    text-justify: none;
    margin-bottom: 30px;
}
/* sticky header */
#header {
    position: fixed !important; 
    right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
    top:0 !important;
}
/* kolory mobilne menu - notes zmian w pliku style.css */
/* zmiana w style.css na background-color docelowo biały
.navbar-toggle > span , .navbar-toggle > span:before , .navbar-toggle > span:after {
	height: 2px;
	width: 25px;
	background-color:#ffffff;
}
*/
#nav {
    background: rgba(53, 61, 92, 1);
}
.main-menu li a {
    color: white !important;
}
/* dostosowanie obrazka tła do urządzenia */
/* dla większych urządzeń urządzeń */
@media (min-width: 1336px) {
    #background-main-image {
        background-image: url(../img/server-room-background.jpg)
    }
    #background-contact-image {
        background-image: url(../img/contact-background.jpg)
    }
}
/* dla mniejszych urządzeń */
@media (max-width: 1336px) {
    .bg-image.bg-parallax {
	background-attachment:scroll!Important;
    }
    #background-main-image {
        background-image: url(../img/server-room-background.jpg)
        /*background-color: rgba(53, 61, 92, 1);*/
    }
    #background-contact-image {
        background-image: url(../img/contact-background.jpg)
        /*background-color: aliceblue;*/
    }
}