/*
Theme Name: Artiworks 2018
Author: John Tracer
Author URI: http://artiworks.pl/
Version: 1.0
Text Domain: artiwx
*/

body {
  	width: 100%;
	background: #fff;
}
body:before,body:after {
  	content: "";
  	display: table;
}
body:after {
  	clear: both;
}
html,body {
 	border: 0;
  	font-family: 'Abhaya Libre', sans-serif !important;
  	line-height: 1.5;
  	margin: 0;
  	padding: 0;
}
div,span,object,iframe,img,table,caption,thead,tbody,tfoot,tr,tr,td,article,aside,canvas,details,figure,hgroup,menu,nav,footer,header,section,summary,mark,audio,video {
	border: 0;
  	margin: 0;
  	padding: 0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cit,code,del,dfn,em,ins,q,samp,small,strong,sub,sup,b,i,hr,dl,dt,dd,ol,ul,li,fieldset,legend,label {
  	border: 0;
 	font-size: 100%;
  	vertical-align: baseline;
  	margin: 0;
  	padding: 0;
}
.menu ul {
	margin: 0;
	list-style-type: none;
}
article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video {
  	display: block;
}
table {
  	border-collapse: separate;
  	border-spacing: 0;
}
table caption,table th,table td {
  	text-align: left;
  	vertical-align: middle;
}
a img {
  	border: 0;
}
:focus {
  	outline: 0;
}
footer {
    position: relative;
}
@font-face {
    font-family: 'Nazwa czcionki';
    src: url('fonts/Nazwa-czcionki.eot');
    src: url('fonts/Nazwa-czcionki.eot?#iefix') format('embedded-opentype'),
         url('fonts/Nazwa-czcionki.woff') format('woff'),
         url('fonts/Nazwa-czcionki.ttf') format('truetype'),
         url('fonts/Nazwa-czcionki.svg#regular') format('svg');
}
.easy-transform-fast {
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.easy-transform-slow {
  	-webkit-transition: all 0.8s ease-in-out;
  	-moz-transition: all 0.8s ease-in-out;
  	-o-transition: all 0.8s ease-in-out;
  	transition: all 0.8s ease-in-out;
}
a {
  color: #777;
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ea2127;
}
.tags a {
	color: #ea2127 !important;
}
.thumbnail img {
  width: auto;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.attachment-post-thumbnail {
	width: 100% !important;
}
.alignright {
	text-align: right;
	float: right;
}
@media screen and (min-width: 800px) {
#main-content {
	padding-top: 0px;
	width: calc(100% - 360px);
    margin-left: 360px;
}
@media screen and (min-width: 1800px) {
#top.smaller #main-content {
	padding-top: 350px;
	 padding-bottom: 320px;
}
}
@media screen and (min-width: 1600px) and (max-width: 1799px) {
#top.smaller #main-content {
	padding-top: 200px;
	 padding-bottom: 200px;
}
}
@media screen and (min-width: 1300px) and (max-width: 1599px) {
#top.smaller #main-content {
	padding-top: 400px;
	 padding-bottom: 100px;
}
}
}
/* --- WRAPPER ------------------------------------------------------------------------------------------------ WRAPPER --- */

.wrapper {
  	width: 100%;
  	margin: 0 auto;
  	max-width: 100%;
  	padding: 0px;
	background: transparent;
}
.blok-content .wrapper, #main-content .wrapper {
  	width: 90%;
  	
}
.footer .wrapper {
  	width: calc(100% - 360px);
    left: 360px;
    padding: 22px 0;
    position: relative;
	margin: 0;
    z-index: 1;
}
.footer .wrapper::before {
    content: "";
    border-left: 106px solid #fff;
    border-top: 170px solid transparent;
    position: absolute;
    z-index: 20;
    width: auto;
    left: -10px;
    top: -10px;
    transition: all .3s ease;
    height: auto;
    padding-left: 0;
}

/* --- HEADER -------------------------------------------------------------------------------------------------- HEADER --- */

#header {
	position: relative;
	z-index: 3;
	background: #000;
	width: 100%;
	transition: all .2s ease;
}
#header .main-header {
	background: transparent;
    display: inline-block;
    min-height: 70px;
	top: -12px;
    height: auto;
    width: 100%;
    transition: all .3s ease;
    position: relative;
}
#top.smaller #header .main-header {
	min-height: 60px;
	box-shadow: 1px 1px 9px #777;
	transition: all .3s ease;
}
#top.smaller #header {
	z-index: 10;
}
#header .main-header .top-right {
	background: #000000ef;
}
#header .main-header .top-right .top-menu {
	transition: all .2s ease;
}
#header,#divContent1 {
	background: transparent;
}
.fotoleft {
    background: url(http://www.gazobudowa1.home.pl/pnb1/wp-content/uploads/2019/09/bigstock-Construction-Of-Gas-Pipeline-T-163368245-e1568805056712.jpg) center center no-repeat;
	background-size: cover;
    width: 350px;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 10px;
}
#header .main-header .top-right .top-menu ul a:link, header .main-header .top-right .top-menu ul a:visited {
	color: #fff;
}
#site-title {
	background: #62523a;
    width: 350px;
    position: absolute;
    display: block;
    z-index: 3;
    height: 510px;
    margin: 0;
}
#top.smaller #site-title {
	width: 350px;
    height: 60px;
}
#site-title::after {
    content: "";
    border-left: 100px solid #62523a;
    border-bottom: 510px solid transparent;
    position: absolute;
    z-index: 20;
    width: auto;
    right: -100px;
    top: 0;
    transition: all .3s ease;
    height: auto;
}
#top.smaller #site-title::after {
    border-bottom: 60px solid transparent;
}
.custom-logo {
	padding: 0;
    transition: all .3s ease;
    width: 350px;
    height: auto;
    position: absolute;
    margin: 0 30px;
    z-index: 21;
    margin-top: calc(50% - 30px);
}
#top.smaller .custom-logo {
	width: auto;
	height: 50px;
	padding: 0;
	margin-top: 5px;
	transition: all .3s ease;
}
/* --- top bar ----------------------- */
#header .top-bar {
	position: relative;
	top: 0px;
	background: #d5d5d4;
	width: 100%;
	height: 34px;
	display: block;
	right: 0;
}
#top.smaller #header .top-bar {
	display: none;
}
#header .top-bar .contact-details {
  	float: right;
  	padding-right: 0;
}
#header .top-bar .contact-details p {
  	display: inline;
}
#header .top-bar .contact-details .phone {
  	font-size: 15px;
  	font-weight: 400;
  	text-decoration: none;
  	text-transform: none;
  	line-height: 9px;
  	float: left;
  	height: 12px;
  	margin: 12px 25px 12px 0px;
}
#header .top-bar .contact-details a {
  	color: #262577;
}
#header .top-bar .contact-details .mail {
  	float: left;
  	height: 12px;
  	margin: 12px 0px 12px 0px;
 	 font-size: 15px;
  	font-weight: 400;
  	color: #313233;
  	text-decoration: none;
  	text-transform: none;
  	line-height: 9px;
}
#header .top-bar .contact-details .sign {
    z-index: 10;
    position: absolute;
    left: 35px;
    top: 350px;
}
#header .top-bar .contact-details .sign img {
    filter: contrast(0) brightness(100);
}
#header .top-bar .contact-details .mail:hover, #header .top-bar .contact-details .phone:hover {
  	font-size: 15px;
  	font-weight: 400;
  	color: #ea2127;
  	text-decoration: none;
  	text-transform: none;
  	line-height: 9px;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}
/* --- search ----------------------- */
#header .main-header .top-right .displayNone {
  display: none;
}
#header .main-header .top-right .red svg {
  fill: #ea2127 !important;
}
#header .main-header .top-right .search svg {
  float: left;
  fill: #534e4e;
  cursor: pointer;
  padding-top: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .main-header .top-right .search svg:hover {
  fill: #ea2127;
}
#header .main-header .top-right .search {
  height: 25px;
  display: none;
  float: left;
  margin: 43px 0px 38px 0px;
  padding-left: 20px;
  border-left: 2px solid #e7e7e7;
  padding-right: 15px;
}
#header .main-header .top-right .search .input {
  float: left;
}
#header .main-header .top-right .search .input input {
  margin-right: 15px;
  border-bottom: 1px solid #e7e7e7;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  font-weight: 400;
  color: #454545;
  text-decoration: none;
  text-transform: none;
  line-height: 25px;
  width: auto;
  max-width: 300px;
}

/* --- DESK LAP TABLET ----------------------- */ @media screen and (min-width: 800px) {
#top.smaller #header {
	position: fixed;
	transition: all .2s ease;
}
#header .hamburger {
	display: none;	
}
#header #divContent1 {
	display: block !important;
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	z-index: 2;
}
#top.smaller #header #divContent1 {
	top: 0;
}
#header .main-header .top-right {
	position: absolute;
	width: 100%;
	text-align: right;
	background: #3a2e1e;
	height: 68px;
	z-index: 3;
	right: 0;
	border-top: 5px solid #fff;
}
#top.smaller #header .main-header .top-right {
	width: calc(100% - 360px);
}	
.top-right::before {
    display: none;
}
#top.smaller .top-right::before {
    content: "";
	display: block;
    border-left: 100px solid #ffffff;
    border-bottom: 60px solid transparent;
    position: absolute;
    z-index: 20;
    width: auto;
    left: 0;
    top: 6px;
    transition: all .3s ease;
    height: auto;
}
#header .main-header .top-right .top-menu {
  	display: inline-block;
    padding: 0px;
    margin-right: 0px;
    transition: all .3s ease;
    position: absolute;
    margin-top: -15px;
    background: #3a2e1e;
    right: 10%;
	border-top: 5px solid #fff;
}
.top-menu::before {
    content: "";
    border-left: 5px solid #fff;
    border-bottom: 15px solid #fff;
    position: absolute;
    z-index: 20;
    width: auto;
    left: -5px;
    top: -5px;
    transition: all .3s ease;
    height: auto;
}
.top-menu::after {
    content: "";
    border-left: 5px solid #fff;
    border-bottom: 15px solid #fff;
    position: absolute;
    z-index: 20;
    width: auto;
    right: -5px;
    top: -5px;
    transition: all .3s ease;
    height: auto;
}
#top.smaller .top-menu::before, #top.smaller .top-menu::after {
	display: none;
}
#top.smaller #header .main-header .top-right .top-menu {
	padding: 0px;
    transition: all .3s ease;
    position: relative;
    margin-top: 2px;
}
#header .main-header .top-right .top-menu ul li {
	float: left;
	list-style-type: none;
	margin: 0px 8px;
	height: 60px;
}
#header .main-header .top-right .top-menu ul li ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	width: 100%;
}
#header .main-header .top-right .top-menu ul li:hover {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header .main-header .top-right .top-menu ul li:hover::after {
    bottom: 10%;
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #f36c00;
    transition: width .3s;
}
#header .main-header .top-right .top-menu ul li:hover > a {
	color: #fff
}
#header .main-header .top-right .top-menu ul li.current-menu-item:hover {
	background: transparent;
}
#header .main-header .top-right .top-menu ul li.current-menu-item a {
    color: #af9266 !important;
	text-decoration: underline;
  }
#header .main-header .top-right .top-menu ul a:link,
#header .main-header .top-right .top-menu ul a:visited {
	text-decoration: none;
	display: block;
	width: auto;
	text-align: left;
	color: #fff;
	padding: 14px 8px;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header .main-header .top-right .top-menu ul a:hover {
    color: #fff;
}

#header .top-menu ul li ul.sub-menu {
	display: none;
}
#header .top-menu ul li:hover ul.sub-menu {
	display: block;
}
#header .sub-menu {
	position: absolute;
	background: #fff;
	width: 300px;
	z-index: 999999;
	padding-left: 0;
	margin-left: 0;
	display: none;
	padding-top: 0px;
	padding-top: 0;
	float: left;
	border: 1px solid #e5e5e5;
}
	
/* --- search ----------------------- */
#header .main-header .top-right .search {
    display: none;
  }
} /* --- DESK LAP TABLET --------------------------------------------------- END --- */
/* --- MOBILE ------------------------------- */ @media screen and (max-width: 799px) {
.gallery-item {
	width: 100% !important;
}
.fotoleft {
    display: none;
	}
#main-content {
    padding: 0 10px;
	min-height: 50vh;
}
#top.smaller #main-content {
    padding-top: 43vh;
}
#header {
	position: relative;
}
#top.smaller #header .main-header {
	min-height: auto;
}
#header .top-bar {
	position: relative;
	top: 0px;
	background: #d5d5d4;
	width: 100%;
	height: 34px;
	display: block;
	right: 0;
}
#top.smaller #header .top-bar {
    display: block;
	height: 0;
}
.custom-logo {
    padding: 10px 0;
    transition: all .3s ease;
	display: inline-block;
    width: 200px;
    height: auto;
    position: relative;
    margin: 0 30px;
    z-index: 21;
    margin-top: 0;
}
#header .top-bar .wrapper {
	text-align: center;
}
#header .top-bar .contact-details {
	display: inline-block;
	float: none;
}
#header .top-bar .contact-details .mail {
    float: right;
}
#header .top-bar .contact-details .sign {
    z-index: 10;
    position: relative;
    left: 0;
    top: 80px;
}
#top.smaller #header .top-bar .contact-details .sign {
    z-index: 10;
    position: absolute;
    right: 2px;
	left: auto;
    top: 2px;
}
#header .top-bar .contact-details .sign img {
    filter: contrast(0) brightness(100);
	width: 90px;
	height: auto;
}
#top.smaller #header .top-bar .contact-details .sign img {
	width: 65px;
	height: auto;
}
#top.smaller .phone, #top.smaller .mail {
    display: none;
}
#top.smaller #header {
	position: fixed;
	transition: all .2s ease;
}
#site-title {
	background: #62523a;
	width: 100%;
	position: relative;
	display: block;
	z-index: 3;
	height: auto;
	text-align: center;
	margin: 0;
	padding-bottom: 100px;
}
#top.smaller #site-title {
	display: block;
    width: 100%;
    padding-bottom: 10px;
	text-align: left;
}
#site-title::after {
    display: none;
}
#top.smaller #site-title::after {
   display: none;
}
#header .hamburger {
	display: block;	
}
#header .main-header .top-right {
	position: absolute;
	width: 100%;
	text-align: center;
	background: #3a2e1eee;
	height: auto;
	z-index: 3;
}
#header .main-header .top-right .top-menu {
	display: block;
	float: left;
	padding: 85px 0px 25px 30px;
	margin-right: 12px;
}
.sub-menu {
	display: none !important;
}

#header .main-header #divContent1 .logo {
	padding: 0 50px;
	position: absolute;
	z-index: 8;
	margin-top: 55%;
	right: 0;
	padding-right: 10px;
}
#header .main-header .top-right .top-menu ul, #header .main-header .top-right .top-menu ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header .main-header .top-right .top-menu ul li {
	float: none;
	margin: 0px 8px;
}
#header .main-header .top-right .top-menu ul a:link, #header .main-header .top-right .top-menu ul a:visited {
	text-decoration: none;
	display: block;
	width: auto;
	text-align: center;
	color: #fff;
	padding: 8px;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header .main-header .top-right .top-menu ul a:hover {
	color: #777;
}
#header .main-header .top-right .top-menu {
	display: inline-block;
	float: none;
	padding: 10px 0;
	margin-right: 0;
}
#header .main-header .hamburger {
	position: relative;
    z-index: 6;
    width: 100%;
    height: 36px;
    text-align: center;
    background: #3a2e1e;
    padding: 10px 0;
    margin-top: 10px;
	border-top: 5px solid #fff;
}
#header #divContent1 {
	display: block;
	min-height: 0;
	width: 100%;
	background: #3a2e1e !important;
	position: absolute;
	z-index: 7;
}
#header #divContent1 .hamburger {
	display: block;
	min-height: 0;
	width: 100%;
	background: #3a2e1e !important;
	position: absolute;
	z-index: 7;
	top:-71px;
}
.hamburger img {
	width: 38px;
	cursor: pointer;
	padding-top: 0px;
}
} /* --- MOBILE ------------------------------------------------------------ END --- */
/* --- END HEADER -------------------------------------------------------------------------------------------------- END HEADER --- */

/* --- SLIDER / FILM -------------------------------------------------------------------------------------------------- SLIDER / FILM --- */

.slider {
	margin-top: 0;
    position: relative;
    background: transparent;
    padding-top: 0px;
    position: relative;
    width: calc(100% - 360px);
    left: 360px;
	z-index:2;
}
.slider::before {
    content: "";
    border-left: 100px solid #ffffff;
    border-bottom: 510px solid transparent;
    position: absolute;
    z-index: 20;
    width: auto;
    left: 0;
    top: 0;
    transition: all .3s ease;
    height: auto;
}
#top.smaller .slider {
    display: block;
    height: 0px;
    overflow: hidden;
}
.slider img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.slider .info {
	width: 100%;
	height: 450px;
	background: transparent;
	position: relative;
	z-index: 2;
	margin-top: -450px;
}
.slider .info .content {
	width: 100%;
	height: 450px;
	margin: 0 auto;
	background: url('../images/ring.png') no-repeat top center;
	position: relative;
	z-index: 3;
	text-align: center;
}
.slider .info .content h1 {
    padding: 0px 50px;
    font-size: 32px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    vertical-align: middle;
    height: 450px;
    margin: 0 auto;
    margin-top: 23vh;
	line-height: 1;
	text-shadow: 1px 1px 3px #777;
}
.slider .info .content h1 p {
    padding: 10px 0px;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}
.bx-controls.bx-has-controls-direction {
    display: none;
}
/* --- MOBILE ------------------------------- */ @media screen and (max-width: 799px) {
.slider {
	margin-top: 0;
    position: relative;
    background: transparent;
    padding-top: 0px;
    position: relative;
    width: 100%;
    left: 0px;
	z-index:2;
}
.slider::before {
    display: none;
}
.bx-viewport {
    height: 250px !important
}
.slider img {
  height: 250px;
}
.slider .info {
	height: 250px;
	margin-top: -250px;
}
.slider .info .content {
	height: 250px;
}
.slider .info .content h1 {
    height: 250px;
    margin-top: 12vh;
}
} /* --- MOBILE ------------------------------------------------------------ END --- */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: 0px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: 'Open sans', Arial, sans-serif !important;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.bx-wrapper .bx-controls-direction a {
	text-indent: 0px !important;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
/* --- END SLIDER -------------------------------------------------------------------------------------------------- END SLIDER --- */

/* --- BLOK CONTENT ---------------------------------------------------------------------------------------------- BLOK CONTENT --- */

.blok-content {
  padding: 20px 0px 50px;
  border-bottom: 1px solid #e3e3e3;
	background: #fff;
	z-index: 2;
	position: relative;
}
.blok-content h1 {
  font-size: 24px;
  font-weight: 400;
  color: #767676;
  text-decoration: none;
  text-transform: none;
  line-height: 34px;
  text-align: center;
}
.blok-content h1 span {
  font-weight: 500;
}

/* --- END BLOK CONTENT -------------------------------------------------------------------------------------- END BLOK CONTENT --- */


/* --- OWL / ZAUFALI NAM ------------------------------------------------------------------------------------ OWL / ZAUFALI NAM --- */

.clients {
  	margin: 0px;
  	background: #e5e5e5;
  	overflow: hidden;
  	padding: 40px 0px;
  	border-bottom: 0;
	text-align: center;
}
.clients img {
  width: 100%;
}
.clients h1 {
	text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 40px;
    position: relative;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
#owl-demo {
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
}
#owl-demo .item {
	margin: 3px;
	width: 150px !important;
	display: inline-block;
	float: none;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%) invert(10.5%) brightness(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) invert(10.5%) brightness(100%);;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* --- END OWL / ZAUFALI NAM ------------------------------------------------------------------------------ END OWL / ZAUFALI NAM --- */

/* --- PODZIAŁKA ONEFOUR -------------------------------------------------------------------------------------- PODZIAŁKA ONEFOUR --- */

.oneoffour {
	display: inline;
	float: none;
	background: #262577;
}
.products .wrapper {
    text-align: center;
}
/* --- DESKTOP ------------------------------ */ @media screen and (min-width: 800px) {
.products .oneoffour {
    width: calc(32.5% - 10px);
	display: inline-block;
	margin: 5px !important;
}
} /* --- MOBILE ----------------------------- */ @media screen and (max-width: 799px) {
.products .oneoffour {
	width: calc(49.5% - 10px);
	display: inline-block;
	margin: 5px !important;
}
} /* --- MOBILE ----------------------------- */ @media screen and (max-width: 399px) {
.products .oneoffour {
	width: calc(100% - 10px);
	margin: 5px !important;
}
}/* --- ------ ------------------------------------------------------------ END --- */
.oneoffour:hover {
	background: #f3d42a;
}
.products .oneoffour button {
	margin-top: 0;
	margin-left: 0px;
	border: 2px solid #fff;
	background: #fff;
	padding: 8px 35px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	line-height: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.products .oneoffour button:hover {
	background: transparent;
	color: #fff;
}
body.page-template .wrapper.templata .products .oneoffour button {
	border: 2px solid #000;
	background: #000;
	color: #fff;
}
body.page-template .wrapper.templata .products .oneoffour button:hover {
	background: #fff;
	color: #000;
}
/* --- MOBILE ------------------------------- */ @media screen and (max-width: 799px) {
.oneoffour {
    display: inline;
    float: left;
    width: 47.08333333%;
    margin: 0 1.45833333%;
}
.products .oneoffour button {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 2px solid #fff;
	background: #fff;
	padding: 8px 35px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	line-height: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.products .oneoffour {
	border-bottom: 56px solid #fff;
	margin: 0;
}
} /* --- MOBILE ------------------------------------------------------------ END --- */
/* --- END PODZIAŁKA ONEFOUR ------------------------------------------------------------------------------ END PODZIAŁKA ONEFOUR --- */

/* --- PRODUKT / OFERTA ---------------------------------------------------------------------------------------- PRODUKT / OFERTA --- */
.products {
  	position: relative;
  	overflow: hidden;
}
.products .oneproduct {
  	padding-bottom: 10px;
  	min-height: auto;
}
.products .oneproduct img {
  width: 100%;
  height: auto;
}
.products .oneproduct img.more {
  width: 9px !important;
  height: auto;
}
.products .oneproduct h1 {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0;
	width: 100%;
	text-align: center;
}
body.page-template .wrapper.templata .products .oneproduct h1 {
 	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 0;
	float: left;
	width: auto;
}
body.page-template .wrapper.templata .products.produkt {
	background: #fff;
}
body.page-template .wrapper.templata .products a, body.page-template .wrapper.templata .products p {
	color: #000 !important;
}
.products .oneproduct h1 a {
	font-size: 21px;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.products .oneproduct:hover h1 a {
	color: #262577;
}
.products .oneproduct h1 a:hover {
  	color: #262577;
}
.products .oneproduct p {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	width: calc(100% - 20px);
	float: left;
	padding: 10px;
}
body.page-template .wrapper.templata .products .oneproduct p {
  width: auto;
	font-size: 1.1vw;
	line-height: 1.6vw;
	 margin: 10px 0 30px;
}
/* --- END PRODUKT / OFERTA --------------------------------------------------------------------------------- END PRODUKT / OFERTA --- */

/* --- ZALETY (strona glowna) ----------------------------------------------------------------------------- ZALETY (strona glowna) --- */
.strengths {
	position: relative;
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
	padding: 0 0 45px;
	margin-top: 0px;
}
.strengths .oneofthree {
	
  display: inline;
  float: left;
  width: 97.08333333%;
  margin: 0 1.45833333%;
}
@media only screen and (min-width: 992px) {
  .strengths .oneofthree {
    display: inline;
    float: left;
    width: 30.41666667%;
    margin: 0 1.45833333%;
  }
}
.strengths .strength {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .strengths .strength {
    margin-bottom: 0px;
  }
}

.strength center{
  height: 43px;
}
.strengths .strength h1 {
  font-size: 22px;
  font-weight: 200;
  color: #000726;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
}
.strengths .strength p {
  font-size: 16px;
  font-weight: 400;
  color: #666568;
  text-decoration: none;
  text-transform: none;
  line-height: 22px;
  text-align: center;
}
/* --- END ZALETY (strona glowna) -------------------------------------------------------------------- END ZALETY (strona glowna) --- */

/* --- FOOTER ------------------------------------------------------------------------------------------------------------ FOOTER --- */

.footer a {
 	color: #000 !important;  
}

.footer a:hover{
 	color: #777 !important;
}
.footer {
	overflow: hidden;
	background: #e1e1e1;
	padding: 0px;
}
.footer::before {
    content: "";
    border-right: 100px solid transparent;
    border-bottom: 161px solid #62523a;
    position: absolute;
    z-index: 20;
    width: auto;
    left: 0;
    top: 0;
    transition: all .3s ease;
    height: auto;
    padding-left: 350px;
}
.footer h1 {
  font-size: 16px;
  font-weight: 500;
  color: #a0a0a0;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 15px;
}
.footer ul li.current-menu-item a {
  color: #fff !important;
text-decoration: underline;
}
.footer ul li {
  list-style-type: none;
  border-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  line-height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer ul li a:hover {
  color: #777;
}
.footer ul:hover li {
  color: #777;
}
.footer p {
  font-size: 15px;
  font-weight: 400;
  color: #ececec;
  text-decoration: none;
  text-transform: none;
  line-height: 24px;
  margin-top: 5px;
}
.footer button {
  background: #454545;
  font-size: 15px;
  font-weight: 400;
  color: #ececec;
  text-decoration: none;
  text-transform: none;
  line-height: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  padding: 7px 15px 8px 15px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer button:hover {
  background: #1f1f1f;
}
.footer-last {
	background: #3a2e1e;
    padding: 15px 0px 10px 0px;
    overflow: hidden;
    border-top: 5px solid #fff;
}
.footer-last .rights {
	padding-left: 0;
	float: right;
	padding-top: 8px;
	margin-right: 50px;
}
.footer-last .rights {
    padding-left: 0px;
}
.footer-last .rights p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  line-height: 20px;
}
.footer-last .logo-footer {
  padding-right: 15px;
  float: left;
}
.footer-last .logo-footer {
    padding-right: 0px;
}
.footer-last .logo-footer p {
    background: #fff;
	margin-left: 50px;
}
.footer-last .logo-footer img {
	height: 50px;
	margin-top: 10px;
	margin-left: 0px;
	width: auto;
	padding: 3px;
}
.footer-last .rights p:last-child {
	float: right;
	background: url(http://www.gazobudowa1.home.pl/pnb1/wp-content/uploads/2019/04/artiworks-pl-white-footer.png) right center no-repeat;
	background-size: auto auto;
	background-size: 30px;
	padding-right: 35px;
}

/* --- MOBILE ------------------------------- */ @media screen and (max-width: 799px) {
.footer {
	padding: 40px 28px;
}
.footer-last {
	padding: 15px 0px 10px 28px;
}
.footer-last .logo-footer img {
	margin-left: 0px;
}
.footer::before {
    display: none;
}
.footer .wrapper {
  	width: 100%;
    left: 0;
    padding: 22px 0;
    position: relative;
	margin: 0;
    z-index: 1;
}
.footer .wrapper::before {
    display: none;
}
} /* --- MOBILE ------------------------------------------------------------ END --- */

.attention {
  	background: #b0b0b0;
  	padding: 40px 0px 35px 0px;
  	text-align: center;
  	margin-top: 0;
}
.attention h1 {
  	font-size: 26px;
	font-weight: 600;
  	color: #000;
  	text-decoration: none;
  	text-transform: uppercase;
  	line-height: 35px;
  	padding-top: 4px;
	display: inline;
}
.attention button {
	margin-top: 25px;
	margin-left: 0px;
	background: none;
	border: 2px solid #d3d3d3;
	padding: 7px 25px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #fff;
}
#text-3 p {
    text-align: center;
    color: #000;
}
#backtotop{
	position:fixed;
	bottom:30px;
	z-index: 10;
	right: 10px;
	color: #ffffff;
	text-shadow: 1px 1px 3px #111111;
	-moz-text-shadow: 1px 1px 3px #111111;
	-webkit-text-shadow: 1px 1px 3px #111111;
}
#backtotop a {
	display: inline-block;
	height:60px;
	width:60px;
}
#backtotop i {
	color: #ffffff;
	font-size: 36px;
}

/* --- END FOOTERM --------------------------------------------------------------------------------------------------- END FOOTER --- */

.googlemaps .thumbnail {
	max-height: auto !important;
}
.str .thumbnail {
    overflow: hidden;
    max-height: 0px;
}
.page {
    border-top: 1px solid #e5e5e5;
}
.page h1.title {
  	font-size: 32px;
  	font-weight: 400;
  	color: #000726;
  	text-decoration: none;
  	text-transform: none;
  	line-height: 32px;
  	text-align: center;
  	padding-bottom: 20px;
  	border-bottom: 0px solid #e7e7e7;
	margin: 0px 0px 30px;
	padding-top: 30px;
}
.content {
  margin-bottom: 50px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  color: #000726;
  text-decoration: none;
  text-transform: none;
  line-height: 26px;
}
.contentWrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 15px;
}
.content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 0px;
}
.fullSidebar {
	width: 100%;
	float: left;
	overflow: hidden;
}
/* Contact 7 Forms
--------------------------------------------- */

.wpcf7-textarea {
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-text,
.wpcf7-captchar {
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-submit {
    color: #2EA3F2 !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.wpcf7-submit:hover {
    background-color: #eee;
    border-color: #eee;
    padding: 6px 20px !important;
}
#sidebar .wpcf7-textarea {
    height: 200px;
}
#sidebar .wpcf7-text,
#sidebar .wpcf7-captchar,
#sidebar .wpcf7-textarea {
    width: 100% !important;
}

.gallery {
	margin: 0 auto;
	text-align: center;
}
.gallery-item {
	float: none !important;
	display: inline-block;
}