@charset "utf-8";
/* CSS Document */
/* reset marginesów i dopełnień */
html, body, ul, li {
	margin: 0;
	padding: 0;
}
/* reset wysokości lini i fontu */
h1, h2, h3, h4, ul, li, ol, p {
	margin:0;
	padding:0;
}

/* ustawienia ogólne */
body {
	background: #fff;
	font: 0.625em/1.5em arial, tahoma, verdana, sans-serif;
	box-sizing: border-box;
}
section {
	width: 100%;
}
footer {
	background: #fff;
	width:100%;
	clear: both;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none!important;
}
.no-padding {
	padding: 0px!important;
}
.no-margin {
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.footer-adres {
	font-size: 14px;
	font-weight: 300;
	margin-top: 15px;
}

/* Wielokości nagłówków */
h1, h2, h3 {
	font-family: Lato;
	font-weight: 700;
}
h1 {
	font-size: 30px;
}
h3 {
	font-size: 16px;
}
p, ul {
	font-family: Lato;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}
a {
	font-family: Lato;
	font-weight: 700;
	font-size: 14px;
}

/* Nawigacja */

#navigation {
	border-bottom: 1px solid #000;
}
.navbar-brand {
	width: 50%;
}
.navbar-brand img {
	width: 100%;
	height: 100%;
}
.navigation-contact {
	font-size: 14px;
	color: #808080;
	display: block;
	text-align: center;
}
.contact-slash {
	border-right: 1px solid #808080;
}
.menu-contact {
	padding: 10px 0;
}
.nav-link {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	color: #000!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #ff0000!important;
}

/* Jezyki */

.language-menu {
	display: flex;
	flex-direction: row;
	wrap: nowrap;
	justify-content: center;
}
.language-menu .language {
	margin-left: 5px;
	margin-right: 5px;
}
.language-menu .language img {
	width: 18px;
	height: auto;
	border: 1px solid #000;
}

/* Slider */

.p-relative {
	position: relative;
}
.caption {
	position: absolute;
	bottom: 60px;
	left: 60px;
	z-index: 9;
	display: none;
}
.caption-content {
	display: flex;
	flex-direction: row;
}
.caption-content img {
	width: 190px;
	height: auto;
}
.separator-caption {
	margin: 0 5px 0 15px;
	color: #ff0000;
	font-size: 18px;
	font-weight: 700;
}
.caption-content p {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

/* Amazon - oferta */

.amazon-1 {
	background-image: url(img/amazon-1.jpg);
}
.amazon-2 {
	background-image: url(img/amazon-2.jpg);
}
.amazon-3 {
	background-image: url(img/amazon-3.jpg);
}
.amazon-4 {
	background-image: url(img/amazon-4.jpg);
}
.amazon-5 {
	background-image: url(img/amazon-5.jpg);
}
.amazon-6 {
	background-image: url(img/amazon-6.jpg);
}
.amazon-7 {
	background-image: url(img/amazon-7.jpg)
}
.amazon-8 {
	background-image: url(img/amazon-7.jpg)
}
.amazon {
	margin-top: 30px;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}
.amazon-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.amazon h2 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.offer-button {
	padding: 10px 30px;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
}
.offer-button:hover {
	background-color: #fff;
	color: #000;
}

#about-us-home {
	margin-top: 60px;
}
.clients-content {
	margin: 60px 0;
}
.clients-content img {
	width: 100%;
}
.aboutus-logo-container {
	text-align: center;
}
.aboutus-logo {
	width: 100%;
	margin-bottom: 30px;
}
.decription {
	text-align: center;
	font-size: 20px;
}

#contact {
	background-color: #000;
	padding: 30px 0;
	margin-bottom: 30px;
}
#contact h2 {
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 30px 0;
}
.send-form {
	background-color: #ff0000;
    color: #fff;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 30px;
    border-color: #000;
    text-transform: uppercase;
    margin: 0 15px;
    width: auto;
    display: block;
    text-align: center;
}
.send-form:hover {
	color: #ff0000;
	background-color: #fff;
}

.mar-top-30 {
	margin-top: 60px;
}
.number {
	font-weight: 900;
	font-size: 60px;
	text-align: center;
	margin-bottom: 30px;
}
.number-text {
	text-align: center;
	font-size: 20px;
}
.desc-container {
	text-align: center;
	margin-bottom: 60px;
}
.desc-container img {
	height: 110px;
	width: auto;
	margin-bottom: 30px;
}

.footer-line {
	border-top: 1px solid #000;
	margin-top: 60px
}
footer {
	margin-top: 30px;
}
footer img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.footer-title {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 15px;
}
.footer-link {
	font-size: 14px;
	font-weight: 300;
}
ul {
	list-style: none;
}
.colophon {
	padding: 30px 0;
	text-align: left;
	font-size: 10px;
}


#about-us-1 h1, #about-us-2 h1 {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 900;
}
#about-us-1 h1 {
	margin-top: 30px;
}

.amazon-photo {
	background-image: url(img/about-us-image-1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
    height: 100%;
}
#amazon-page h1 {
	margin-top: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 900;
}

.about-us-photo-2 {
	margin-top: 30px;
}
/* Usługi zdjecia */
.about-us-photo-1, .about-us-photo-2, .podstawowy-szablon-photo, .strony-a-plus-photo, .branding-firmy-photo, .wersje-jezykowe-photo, .ogloszenia-photo, .fotografia-produktowa-photo, .opisy-produktow-photo, .zdjecia-360-photo, .packshoty-photo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
    height: 300px;
}
.about-us-photo-1 {
	background-image: url(img/about-us-image-1.jpg);
}
.about-us-photo-2 {
	background-image: url(img/about-us-image-2.jpg);
}
.podstawowy-szablon-photo {
	background-image: url("img/podstawowy-szablon.jpg");
}
.strony-a-plus-photo {
	background-image: url("img/strony-a-plus.jpg");
}
.branding-firmy-photo {
	background-image: url("img/branding.jpg");
}
.wersje-jezykowe-photo {
	background-image: url("img/wersje-jezykowe.jpg");
}
.ogloszenia-photo {
	background-image: url("img/ogloszenia.jpg");
}
.fotografia-produktowa-photo {
	background-image: url("img/packshoty.jpg");
}
.opisy-produktow-photo {
	background-image: url("img/opisy-produktow.jpg");
}
.zdjecia-360-photo {
	background-image: url("img/fotografia-produktowa.jpg");
}
.packshoty-photo {
	background-image: url("img/packshoty.jpg");
}



@media (min-width: 1024px) {
	.navbar-brand {
		width: 320px;
	}
	.send::before {
		content:'';
		background: url('img/send.png');
		background-size: contain;
		height: 23px; 
		width: 23px;
		position: absolute;
		transform: translate(-30px, -5px);
	}
	.call::before {
		content:'';
		background: url('img/call.png');
		background-size: contain;
		height: 23px; 
		width: 23px;
		position: absolute;
		transform: translate(-30px, -5px);
	}
	.caption {
		display: block;
	}
	.aboutus-logo {
		width: 350px;
	}
	.desc-container {
		margin-bottom: 0;
	}
	footer img {
		width: 250px;
		height: auto;
		margin-bottom: 0;
	}
	.about-us-photo-1, .about-us-photo-2, .podstawowy-szablon-photo, .strony-a-plus-photo, .branding-firmy-photo, .wersje-jezykowe-photo, .ogloszenia-photo, .fotografia-produktowa-photo, .opisy-produktow-photo, .zdjecia-360-photo, .packshoty-photo {
		height: 100%;
	}
	.decription-left {
		margin-bottom: 60px;
	}
	#contact {
		background-color: #000;
		padding: 30px 0;
		margin-bottom: 60px;
	}
	input {
		padding: 15px;
	}
	#home-offer-2 {
		padding-top: 60px;
	}
}

