/* 	Layout: Pixelar
	Version: 3.0
	Autor: Adam Klos
	Kontakt: biuro@pixelar.pl
*/


/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.8;
	font-family: 'Montserrat', sans-serif;
	font-size:19px;
	color:#3e3e3e;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width:100%;
}
a, a:hover {
	color:#791A06;
	text-decoration:none;
}


/* STYLE OGÓLNE */

h1 {font-size:36px;}
h2 {font-size:32px}
h3 {font-size:24px}
h4 {font-size:20px}
h5 {font-size:18px}
h6 {font-size:15px}

h1,h2,h3 {margin-bottom:15px;}

p {margin-bottom:15px;}

a {text-decoration:none;font-weight:600;}
a:hover {cursor:pointer;}

b, strong {font-weight:bold;}

ul li  {
	list-style-type:square;
	padding-left:10px;
	margin-left:30px;
}
ul {
	margin-bottom:20px;
}
ol li  {
	padding-left:10px;
	margin-left:15px;
	margin-bottom:10px;
}
ol li ul {
	margin:15px 0;
}


/* HEADER */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
  padding:10px!important;
  font-weight:bold!important;
  font-size:13px!important;
  background:rgba(0,0,0,0.85);
}
.sticky #logo {
	width:110px;
	display:block;
}

header {
	background:rgba(0,0,0,0.6);
	height:auto;
	position:absolute;
	width:100%;
	top:20px;

}
#logo {
	position:relative;
	width:10px;
	max-width:100%;
	top:3px;
	margin-left:30px;
	display:none;
}
.navbar-brand {
	padding:0!important;
}
.subheader {
	position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
 opacity: 0;
}
.subheader a, .subheader img {
	z-index:99999;
}
.subheader.loaded {
  opacity: 1;
}
.subheader iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 177.78vh;
  min-height: 56.25vw;
  object-fit: cover;
  pointer-events: none;
  z-index: -2;
}
.subheader.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
}
h1.subheader_h1 {
	text-transform:uppercase;
	padding:30px 50px;
	display:inline-block;
	background:#791a06;
	width:100%;
	color:#fff;
	font-family: 'Roboto Slab';
	margin-bottom:0;
}


/* MENU */

.menu {
	padding:10px;
	background:transparent;
}
.menu li {
	display:inline!important;
	float:left;
	padding:0;
	margin:0 20px;
}
.menu li a {
	padding:10px 10px 30px 10px;
	color:#fff;
	text-decoration:none;
	font-weight:500;
	font-size:15px;
	text-transform:uppercase;
}
.sticky .menu li a {
	color:#fff;
}
.menu li a:hover {
	text-decoration:none;
	color:#F75151;
	background:none;
}
.menu li a:focus, .menu li a:active {
	background:none;
}
.menu li.active a /* Joomla */, .menu a.active {
	
}
.sticky .menu li.active a /* Joomla */, .sticky .menu a.active {
	color:#fff!important;
}
.navbar-collapse {
	z-index:9999;
}
@media (max-width:992px) {
	.navbar-collapse {
	background:rgba(0,0,0.9);
}
}
.navbar-toggler {
	border:2px solid #fff;
	z-index:999;
}
.navbar-toggler span.navbar-toggler-icon {
	color:#fff!important;
}



/* GŁÓWNY BANNER */

#main-banner {
	 position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
 padding:400px 0 100px 0;
 text-align:right;
 opacity: 0;
  transition: opacity 2.0s ease-in-out;
}
#main-banner a, #main-banner img {
	z-index:9999;
}
#main-banner.loaded {
  opacity: 1;
}
#main-banner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 177.78vh;
  min-height: 56.25vw;
  object-fit: cover;
  pointer-events: none;
  z-index: -2;
}
#main-banner .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
}
#main-banner h1 {
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:0px;
	padding-right:30px;
	font-family: 'Roboto Slab';
	font-size:60px;
	z-index: 1;
	position: relative;
}	
#main-banner h2 {
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	font-size:28px;
	padding-right:40px;
	position: relative;
	z-index: 1;
	font-family: 'Roboto Slab';
}


/* CONTENT */

#content {
	padding:40px 0;
}

h3.vertical-header {
	transform: rotate(180deg); /* Obrócenie tekstu o 180 stopni */
	writing-mode: vertical-rl; /* Wymuszenie pionowego układu tekstu */
	margin:0;
	padding:0;
	font-size:70px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	padding:30px;
}

@media (max-width:768px) {
	.row.d-flex.align-items-stretch .col-md-3.d-flex.justify-content-center.align-items-center.bg-light.border {
		text-align:center;
		display: block !important;
	}
	.row.d-flex.align-items-stretch .col-md-3.d-flex.justify-content-center.align-items-center.bg-light.border:not(first-child) {
		padding-top:15px;
	}
	.row.d-flex.align-items-stretch .col-md-3.d-flex.justify-content-center.align-items-center.bg-light.border:nth-child(2) {
		padding-top:50px;
	}
	.row.d-flex.align-items-stretch .col-md-3.d-flex.justify-content-center.align-items-center.bg-light.border.column-mobile-fix {
		padding-top:15px!important;
	}
}

.social-icons i {
	font-size:50px;
	margin-right:14px;
	display:inline-block;
	color:#791a06;
}
.background_6 {
	background:url(../images/bg6.jpg) center center no-repeat;
	background-size:cover;
	min-height:300px;
}
.background_7 {
	background:url(../images/bg7.jpg) bottom center no-repeat;
	background-size:cover;
	min-height:300px;
}
.background_9 {
	background:url(../images/bg9.jpg) center center no-repeat;
	background-size:cover;
	min-height:300px;
}
.background_10 {
	background:url(../images/bg10.jpg) center center no-repeat;
	background-size:cover;
	min-height:300px;
}
.background_11 {
	background:url(../images/bg11.jpg) center center no-repeat;
	background-size:cover;
	min-height:300px;
}
.background_12 {
	background:url(../images/bg12.jpg) center center no-repeat;
	background-size:cover;
	min-height:300px;
}
h3.h3-style-1 {
	font-family: 'Roboto Slab';
	font-size:30px;
	margin-bottom:30px;
}

.parallax_style {
  position: relative;
  width: 100%;
  height: 500px; 
  background-repeat: no-repeat;
  background-position: center 0; 
  background-size: cover;
  color: #fff;
  background-color: transparent;
}

.parallax_style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none; 
}
.parallax_style.parallax_bottom {
  background-position: center bottom; 
}

.boxplusx-thumbs a:before,
.boxplusx-thumbs a:after {
    display: none !important;
    content: none !important;
}

@media (max-width: 1000px) {
  .parallax_style {
    height: auto; 
    background-image: none; 
}
}
@media (min-width: 1001px) and (max-width:1299px) {
  .parallax_style {
    height: 300px; 
}
}
@media (min-width: 1300px) and (max-width:1600px) {
  .parallax_style {
    height: 300px; 
}
}

.parallax_style img {
    display: block; 
    object-fit: cover; 
}


/* HOMEPAGE */

.locations i {
	display:block;
	font-size:30px;
	margin-bottom:30px;
	color:#10adb6;
}

.button_style_1 {
	padding:10px 30px;
	border:3px solid #3e3e3e;
	color:#3e3e3e;
	border-radius:25px;
	font-weight:700;
	margin-top:30px;
	display:inline-block;
	text-decoration:none!important;
	font-size:17px;
}
.button_style_1:hover {
	color:#791A06;
	border-color:#791A06;
}

.contact_bottom {
	background:#E8E8E8;
	font-size:15px;
	padding:10px;
	color:#3e3e3e;
	position:absolute;
	bottom:40px;
}
@media (max-width:768px) {
	.contact_bottom {
		position:relative;
		bottom:0;
	}
}

/* STOPKA */


footer {
	padding:40px 0;
	border-top:1px solid #ccc;
	font-size:15px;
	background:#fff;
}
footer p {
	margin:0;
	width:100%;
}
footer a {
	color:#5d2c2a!important;
	text-decoration:none!important;
	font-weight:600;
}


/* COOKIES */

#s-bns button {
	padding:7px 10px 9px 10px;
}
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background:#791A06;
	color:#fff;
}

/* MOBILNE */
@media (max-width: 1000px) {
	
	.navbar-collapse ul.menu li {
		display:inline-block;
		width:100%;
		float:none;
		padding:6px 0px;
		font-size:14px;
		margin:0;
		text-align:center!important;
	}
	.navbar-collapse ul.menu li a {
		padding:7px;
		margin:0;
	}
	.menu li.active a, .menu a.active {
	border-bottom:none;
	}	
	.navbar-collapse {
		box-shadow:0 0 5px #ccc;
	}
	#main-banner {
		padding:100px 0 100px 0;
		margin:0;
		background-size:cover;
		box-shadow:0 0 3px #525252;
	}
	#main-banner h1 {
		margin-bottom:20px;
		padding:15px;
		font-size:24px;
	}	
	#main-banner h2 {
		font-size:18px;
		padding:15px;
	}
	.subheader {
		padding:50px 0 20px 0;
		margin-bottom:40px;
	}
.subheader h1 {
		padding:15px;
		line-height:32px;
		font-size:24px;
	}

}