@font-face {
	font-family: UniSans;
	font-weight: 300;
	/*font-weight: normal;*/
	/*src: url(/fonts/UniSans-Regular.otf);*/
	src: url(/webfonts/UniSans-Regular.woff2) format('woff2'),
		 url(/webfonts/UniSans-Regular.woff) format('woff');
}

@font-face {
	font-family: UniSans;
	font-weight: 500;
	/*src: url(/fonts/UniSans-SemiBold.otf);*/
	src: url(/webfonts/UniSans-SemiBold.woff2) format('woff2'),
		 url(/webfonts/UniSans-SemiBold.woff) format('woff');
}

body {
	font-family: UniSans;
	font-size: 14px;
	font-weight: 300;
}

a, a:hover {
	color: #00159d;
}

h1, h2, h3, h4 {
	font-weight: 300;
}

img.circle {
	display: inline;
	border-radius: 50%;
}

#fullscreen {
	position: relative;
	overflow: hidden !important;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}


/********** HEADER **********/
header {
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	padding-top: 30px;
	padding-bottom: 30px;
}

header .logo {
}

header i.fa-bars,
header i.fa-search,
header svg.fa-bars,
header svg.fa-search {
	float: right;
	cursor: pointer;
}

header #mobile_menu_icon {
	font-size: 3em;
	margin-top: -0.1em;
	margin-bottom: -0.1em;
}

header #desktop_search_icon {
	margin-top: 12px;
	font-size: 1.5em;
}


/********** MENU MOBILE **********/
#push_right {
	/*position: relative;*/
}

#push_right #push_layer {
	position: absolute;
	width: 0%;
	height: 0%;
	top: 0;
	background-color:rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity .25s, width .25s .25s, height .25s .25s;
	-moz-transition: opacity .25s, width .25s .25s, height .25s .25s;
	transition: opacity .25s, width .25s .25s, height .25s .25s;
	z-index: 9999;
	opacity: 0;
}

#push_right #push_layer.pushed {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .25s;
	z-index: 9999;
	opacity: 1;
}

#menu_mobile {
	opacity: 0.90;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	width:0;
}

.multilevelpushmenu_wrapper {
	/*position: static;*/
	position: static;
	overflow: hidden;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

.multilevelpushmenu_wrapper .levelHolderClass {
	position: absolute;
	overflow: hidden;
	top: 0;
	background: #b2b2b2;
	width: auto;
	min-height: 100%;
	font-size: 1em;
	zoom: 1;
}

.multilevelpushmenu_wrapper .ltr {
	margin-left: -100%;
	left: 0;
	-webkit-box-shadow: 5px 0 5px -5px #606060;
	-moz-box-shadow: 5px 0 5px -5px #606060;
	box-shadow: 5px 0 5px -5px #606060;
}

.multilevelpushmenu_wrapper .rtl {
	margin-right: -100%;
	right: 0;
	-webkit-box-shadow: 5px 0 5px 5px #606060;
	-moz-box-shadow: 5px 0 5px 5px #606060;
	box-shadow: 5px 0 5px 5px #606060;
}

.multilevelpushmenu_wrapper .multilevelpushmenu_inactive[data-level="0"] {
	background: #d0d0d0;
}

.multilevelpushmenu_wrapper .multilevelpushmenu_inactive[data-level="1"] {
	background: #c1c1c1;
}

.multilevelpushmenu_wrapper h2 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	margin: 1em 0;
	padding: 0 0.5em;
}

.multilevelpushmenu_wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.multilevelpushmenu_wrapper li {
	cursor: pointer;
	border-top: 1px solid #c9c9c9;
	padding: .4em .4em .4em .4em;
}

.multilevelpushmenu_wrapper li:last-child {
	border-bottom: 1px solid #c9c9c9;
}

.multilevelpushmenu_wrapper li:hover {
	background-color: #fabe28;
}

.multilevelpushmenu_wrapper a {
	display: block;
	outline: none;
	overflow: hidden;
	font-size: 1.5em;
	line-height: 1em;
	padding: .2em .2em;
	text-decoration: none;
	color: #fff;
}

.multilevelpushmenu_wrapper a:hover {
	color: #fff;
}

.multilevelpushmenu_wrapper .backItemClass {
	display: block;
	padding: .4em .4em .4em .4em;
	background: #c9c9c9;
	border-top: 1px solid #c1c1c1;
}

.multilevelpushmenu_wrapper .iconSpacing_ltr {
	padding: 0 .4em 0 0;
}

.multilevelpushmenu_wrapper .iconSpacing_rtl {
	padding: 0 0 0 .4em;
}

.cursorPointer {
	cursor: pointer;
}

/********** MENU DESKTOP **********/
nav.navbar {
	padding: 0 1rem;
}

nav.navbar > ul > li.show {
	background-color: #f6f6f6;
}

nav.navbar > ul > li > a.dropdown-toggle::after {
	display: none;
}

nav .svg-dom {
	background: url(/img/icons/menu/dom.svg) .75rem 0 no-repeat;
}

nav .svg-przemysl {
	background: url(/img/icons/menu/przemysl.svg) .75rem 0 no-repeat;
}

nav .svg-komponenty {
	background: url(/img/icons/menu/komponenty.svg) .75rem 0 no-repeat;
}

nav .svg-rozwiazania {
	background: url(/img/icons/menu/rozwiazania.svg) .75rem 0 no-repeat;
}

nav .svg-uslugi {
	background: url(/img/icons/menu/uslugi.svg) .75rem no-repeat;
}

nav .svg-realizacje {
	background: url(/img/icons/menu/realizacje.svg) .75rem no-repeat;
}

nav .svg-wiedza {
	background: url(/img/icons/menu/wiedza.svg) .75rem no-repeat;
}

nav .svg-kontakt {
	background: url(/img/icons/menu/kontakt.svg) .75rem 0 no-repeat;
}

.navbar-expand-md .navbar-nav .nav-link {
	background-size: 1.5rem auto;
	background-position: .75rem 0;
	padding: 1.5rem 0.75rem 0 0.75rem;
	color: #000;
}

@media (min-width: 1200px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding: 1.5rem 1.25rem 0 1.25rem;
		background-position: 1.25rem 0;
	}
}

nav > ul > li > a.nav-link:hover {
	/*text-decoration: underline;*/
}

nav .dropdown:hover > .dropdown-menu {
 	/*display: block;*/
}

.dropdown-menu {
	font-size: 1em;
	margin: 0;
	padding: .5rem;
	border-radius: 0;
	/*box-shadow: 0px 3px 6px #eee;*/
}

.dropdown-menu > li {
	margin-right: 0 !important;
}

.dropdown-menu > li > a {
	color: #000;
	display: block;
	padding: .25rem .75rem;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover {
	background-color: #f6f6f6;
}


/********** ZMIANA JEZYKA **********/
header .lang_switch {
    padding: 0.75rem;
}

header .lang_switch a {
    color: #999;
}

header .lang_switch a:hover {
    color: #333;
}


/********** ZADZWON/SZUKAJ/LUPA **********/
header .desktop_zadzwon {
    font-size: 11px;
    line-height: 2;
}

header #header_zadzwon {
	color: #a1a1a1;
	padding: 1.5px 0;
}

header #header_szukaj {
	padding: 3.5px 0;
}

header #header_szukaj form input {
	font-weight: 300;
	border-radius: 0;
}


/********** SZLACZKI **********/
#pattern_transp_00159d {
	position: relative;
	height: 11px;
	background-image: url(/img/pattern_00159d.svg);
}

#pattern_00159d_00077c {
	position: relative;
	height: 11px;
	background-image: url(/img/pattern_00077c.svg);
	background-color: #00159d;
}

#pattern_00077c_000457 {
	position: relative;
	height: 11px;
	background-image: url(/img/pattern_000457.svg);
	background-color: #00077c;
}

#pattern_ffffff_000457 {
	position: relative;
	height: 11px;
	background-image: url(/img/pattern_000457.svg);
	background-color: #fff;
}

#pattern_00159d_000457 {
	position: relative;
	overflow: hidden;
	height: 11px;
	background-image: url(/img/pattern_000457.svg);
	background-color: #00159d;
}




/********** ARROWS DOWN **********/
.arrow_down_white {
	text-align: center;
}

#arrow_down_grey {
	position: relative;
	text-align: center;
	background: url(/img/line_horizontal.png) repeat-x;
	background-color: #fff;
}

.arrow_down_white i,
.arrow_down_white svg {
	cursor: pointer;
	color: #fff;
	line-height: 0.5em;
	margin: 11px 0;
}

#arrow_down_grey i,
#arrow_down_grey svg {
	background-color: #fff;
	cursor: pointer;
	color: #dedede;
	line-height: 0.35em;
	margin: 0 0 30px 0;
	padding: 0 11px;
}

/*
div.arrow_down_white img {
	cursor: pointer;
	margin: 11px 0 30px 0;
}

div.arrow_down_grey img {
	background-color: #fff;
	cursor: pointer;
	margin: 0 0 30px 0;
	padding: 0 11px;
}
*/



/********** HOME HEAD **********/
#home_head {
	position: fixed;
	width: 100%;
	max-width: 100%;
	top: 97px;
	-webkit-transition: top 0.25s ease-in-out;
	-moz-transition: top 0.25s ease-in-out;
	transition: top 0.25s ease-in-out;
	/*text-align:center;*/
	/*height: 520px;*/
	/*margin-top:105px;*/
}

/*
#home_head_fixed {
	position:fixed;
	width:100%;
	max-width:100%;
	display:block;
}
*/

@media (min-width: 576px) {
	#home_head {
		/*min-height: 350px;*/
	}
}

@media (min-width: 768px) {
	#home_head {
		/*min-height: 452px;*/
	}
}

@media (min-width: 992px) {
	#home_head {
		/*min-height: 520px;*/
	}
}

@media (min-width: 1200px) {
	#home_head {
		top: 105px;
		/*min-height: 520px;*/
	}
}

.home #pattern_transp_00159d {
	/*margin-top: 167px;*/
	margin-top: 260px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

@media (min-width: 576px) {
	.home #pattern_transp_00159d {
		margin-top: 455px;
	}
}

@media (min-width: 768px) {
	.home #pattern_transp_00159d {
		margin-top: 557px;
	}
}

@media (min-width: 992px) {
	.home #pattern_transp_00159d {
		margin-top: 625px;
	}
}

@media (min-width: 1200px) {
	.home #pattern_transp_00159d {
		margin-top: 625px;
	}
}



/********** HOME SLIDER **********/
#slider {
	/*position: fixed !important;
	width: 1140px;
	height: 600px;
	display: block;*/
}


.ls-thumbnail-hover-bg {
	background-color: transparent !important;
}

/*
#slider .sliding-text {
	opacity: 0.05;
}

#slider[data-current-slide="1"] .sliding-text {
	color: #00159d;
}

#slider[data-current-slide="2"] .sliding-text {
	color: #00159d;
}
*/

#slider h1 {
	font-weight: 500;
}

#slider[data-current-slide="1"] h2 {
	color: #ff8a00;
}

#slider[data-current-slide="2"] h2 {
	color: #fabe28;
}

#slider p {
	white-space: normal;
}

#slider .more-button {
	color: #fff;
	opacity: 0.75;
}

#slider[data-current-slide="1"] .more-button {
	background: #ff8a00;
}

#slider[data-current-slide="2"] .more-button {
	background: #fabe28;
}

#slider .circle {
	border-radius: 50% !important;
}

#slider[data-current-slide="1"] .circle {
	background: #ff8a00;
}

#slider[data-current-slide="2"] .circle {
	background: #fabe28;
}



/********** HOME CONTENT **********/
#home_content {
	position: relative;
	overflow: hidden;
	/*text-align:center;
	background:#00159d;
	padding:50px 0 105px 0;*/
}

#home_content.home_00159d {
	background-color: #00159d;
}

#home_content h2 {
	color: #fff;
	font-size: 2.6em;
	text-align: center;
	margin:10px 0 0 0;
}

#home_content > .dzialy,
#home_content > .sections {
	margin-top: 45px;
	margin-bottom: 45px
}

@media (min-width: 768px) {
	#home_content > .dzialy,
	#home_content > .sections {
		margin-bottom: 85px
	}
}

#home_content > .dzialy > .row div,
#home_content > .sections > .row div {
	text-align: center;
	margin-bottom: 20px;
}

#home_content > .dzialy .sektor,
#home_content > .sections .sector {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#home_content > .dzialy .dom,
#home_content > .sections .residential {
	background-image: url(/img/home/dom.png);
}

#home_content > .dzialy .przemysl,
#home_content > .sections .industrial {
	background-image: url(/img/home/przemysl.png);
}

#home_content > .dzialy .gastronomia,
#home_content > .sections .horeca {
	background-image: url(/img/home/gastronomia.png);
}

#home_content > .dzialy > .row div img.circle,
#home_content > .sections > .row div img.circle {
	display: inline;
	border-radius: 50%;
}

#home_content div.dzialy div.hover,
#home_content div.sections div.hover {
	background-repeat: no-repeat;
	background-size: cover;
}

#home_content div.dzialy div.hover:hover,
#home_content div.sections div.hover:hover {
	background-color: #fff;
}

#home_content div.dzialy div.circle,
#home_content div.sections div.circle {
	width: 150px;
	height: 150px;
	padding: 95px 0 35px 0;
	border-radius: 50%;
	margin: 0 auto;
	display: inline-block;
	border: 2px solid #fff;
}

@media (min-width: 576px) {
	#home_content div.dzialy div.circle,
	#home_content div.sections div.circle {
		width: 220px;
		height: 220px;
		padding: 155px 0 45px 0;
	}
}

@media (min-width: 768px) {
	#home_content div.dzialy div.circle,
	#home_content div.sections div.circle {
	width: 150px;
	height: 150px;
	padding: 95px 0 35px 0;
	}
}

@media (min-width: 992px) {
	#home_content div.dzialy div.circle,
	#home_content div.sections div.circle {
		width: 220px;
		height: 220px;
		padding: 155px 0 45px 0;
	}
}

@media (min-width: 1200px) {
	#home_content div.dzialy div.circle,
	#home_content div.sections div.circle {
	}
}

#home_content div.dzialy div.circle h3,
#home_content div.sections div.circle h3 {
	color: #fff;
	font-size: 1.25em;
	line-height: 1;
	margin: 0 auto;
}

@media (min-width: 576px) {
	#home_content div.dzialy div.circle h3,
	#home_content div.sections div.circle h3 {
		font-size: 1.75em;
	}
}

@media (min-width: 768px) {
	#home_content div.dzialy div.circle h3,
	#home_content div.sections div.circle h3 {
		font-size: 1.25em;
	}
}

@media (min-width: 992px) {
	#home_content div.dzialy div.circle h3,
	#home_content div.sections div.circle h3 {
		font-size: 1.25em;
	}
}

@media (min-width: 1200px) {
	#home_content div.dzialy div.circle h3,
	#home_content div.sections div.circle h3 {
	}
}

#home_content div.dzialy div.hover:hover h3,
#home_content div.sections div.hover:hover h3 {
	color: #00159d;
}

#home_services {
	position: relative;
	overflow: hidden;
}

#home_services.home_00077c {
	background-color:#00077c;
	color: #fff;
}

#home_services > .container {
	margin-top: 65px;
	margin-bottom: 65px;
}

@media (min-width: 768px) {
	#home_services > .container {
		margin-top: 100px;
		margin-bottom: 100px;
	}
}

#home_services h2 {
	color: #fff;
	font-size: 2.6em;
	text-align:right;
	margin-right: 20px;
}

@media (min-width: 768px) {
	#home_services h2 {
		margin-right: 50px;
	}
}

#home_services #services_button {
	margin-top: 30px;
}

#home_services #services_button a {
	border: 2px solid #fff;
	/*border-radius: 5px;*/
	padding: 10px 20px;
	box-sizing: border-box;
	color: #fff;
	line-height: 3em;
}

#home_services #services_button a:hover {
	background:#fff;
	color:#00159d;
}



/********** SITE HEAD **********/
#site_head {
	position: fixed;
	width: 100%;
	max-width:100%;
	top: 97px;
	/*min-height:300px;*/
	padding:40px 0;
	-webkit-transition: top 0.25s ease-in-out;
	-moz-transition: top 0.25s ease-in-out;
	transition: top 0.25s ease-in-out;
}

@media (min-width: 576px) {
	#site_head {
		top: 105px;
	}
}

@media (min-width: 768px) {
	#site_head {
		padding:80px 0;
	}
}

#site_head .circle {
	border: 1px solid #00159d;
	border-radius: 50%;
	padding: 15px;
	margin: 5px 0;
	float:left;
}

@media (min-width: 576px) {
	#site_head .circle {
		padding: 20px;
	}
}

#site_head .circle img {
	width: 36px;
	height: 36px;
}

@media (min-width: 576px) {
	#site_head .circle img {
		width: 54px;
		height: 54px;
	}
}

@media (max-width: 767px) {
	#site_head div.circle {
	}
}

#site_head h1 {
	font-size: 2.0em;
	color: #00159d;
	margin: 5px 0 5px 15px;
	float: left;
	max-width: calc(100% - 70px - 15px);
}

@media (min-width: 576px) {
	#site_head h1 {
		font-size: 2.8em;
		margin: 5px 0 5px 25px;
		width: auto;
	}
}

#site_head h1.mt28 {
	margin-top:22px;
}

@media (min-width: 576px) {
	#site_head h1.mt28 {
		margin-top:28px;
	}
}

#site_head p {
	color:#757575;
	margin:0;
}

/*
#site_head_fixed {
	position:fixed;
	width:100%;
	max-width:100%;
	display:block;
	padding-top:40px;
}

@media (min-width: 768px) {
	#site_head_fixed {
		padding-top:80px;
	}
}
*/

.site #pattern_transp_00159d,
.site #arrow_down_grey {
	margin-top: 445px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

@media (min-width: 576px) {
	.site #pattern_transp_00159d,
	.site #arrow_down_grey {
		margin-top: 422px;
	}
}

@media (min-width: 768px) {
	.site #pattern_transp_00159d,
	.site #arrow_down_grey {
		margin-top: 375px;
	}
}

@media (min-width: 992px) {
	.site #pattern_transp_00159d,
	.site #arrow_down_grey {
		margin-top: 375px;
	}
}

@media (min-width: 1200px) {
	.site #pattern_transp_00159d,
	.site #arrow_down_grey {
		margin-top: 375px;
	}
}



/********** SITE CONTENT **********/
#site_content {
	position:relative;
	overflow:hidden;
}

#site_content.site_00159d {
	background-color: #00159d;
	color:#fff;
}

#site_content.site_ffffff {
	background-color: #ffffff;
	color:#757575;
}

#site_content h2 {
	font-size:24px;
	/*margin:40px 0 20px 0;*/
}

#site_content.site_ffffff h2 {
	color:#00159d;
}

#site_content.site_00159d h2 {
	color:#fff;
}


#site_content h2.mt20 {
	margin-top:20px;
}


/********** KARTA DZIAŁU **********/
#site_content > .kategorie,
#site_content > .categories {
	margin-top: 25px;
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	#site_content > .kategorie,
	#site_content > .categories {
		margin-top: 75px;
		margin-bottom: 50px;
	}
}

#site_content > .kategorie > .row div,
#site_content > .categories > .row div {
	text-align: center;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	#site_content > .kategorie > .row div,
	#site_content > .categories > .row div {
		margin-bottom: 50px;
	}
}

#site_content div.kategorie div.hover,
#site_content div.categories div.hover {
	background-repeat: no-repeat;
	background-size: cover;
}

#site_content div.kategorie div.hover:hover,
#site_content div.categories div.hover:hover {
	background-color: #fff;
}

#site_content div.kategorie div.circle,
#site_content div.categories div.circle {
	width: 150px;
	height: 150px;
	padding: 30px 0;
	border-radius: 50%;
	margin: 0 auto;
	display: inline-block;
	border: 2px solid #fff;
}

@media (min-width: 576px) {
	#site_content div.kategorie div.circle,
	#site_content div.categories div.circle {
		width: 220px;
		height: 220px;
		padding: 55px 0;
	}
}

@media (min-width: 768px) {
	#site_content div.kategorie div.circle,
	#site_content div.categories div.circle {
		width: 150px;
		height: 150px;
		padding: 30px 0;
	}
}

@media (min-width: 992px) {
	#site_content div.kategorie div.circle,
	#site_content div.categories div.circle {
		width: 220px;
		height: 220px;
		padding: 55px 0;
	}
}

@media (min-width: 1200px) {
	#site_content div.kategorie div.circle,
	#site_content div.categories div.circle {
	}
}

#site_content div.kategorie div.circle h3,
#site_content div.categories div.circle h3 {
	color: #fff;
	font-size: 1.25em;
	line-height: 1;
	margin: 0 auto;
}

@media (min-width: 576px) {
	#site_content div.kategorie div.circle h3,
	#site_content div.categories div.circle h3 {
		font-size: 1.75em;
	}
}

@media (min-width: 768px) {
	#site_content div.kategorie div.circle h3,
	#site_content div.categories div.circle h3 {
		font-size: 1.25em;
	}
}

@media (min-width: 992px) {
	#site_content div.kategorie div.circle h3,
	#site_content div.categories div.circle h3 {
		font-size: 1.75em;
	}
}

@media (min-width: 1200px) {
	#site_content div.kategorie div.circle h3,
	#site_content div.categories div.circle h3 {
	}
}

#site_content div.kategorie div.hover:hover h3,
#site_content div.categories div.hover:hover h3 {
	color: #00159d;
	text-shadow: 0px 0px 3px #fff;
}

#site_content div.kategorie div.circle span,
#site_content div.categories div.circle span {
	font-size: 0.75em;
	color: #fff;
	margin-top: 1rem;
	display: block;
}

@media (min-width: 576px) {
	#site_content div.kategorie div.circle span,
	#site_content div.categories div.circle span {
		font-size: 1em;
	}
}

@media (min-width: 768px) {
	#site_content div.kategorie div.circle span,
	#site_content div.categories div.circle span {
		font-size: 0.75em;
	}
}

@media (min-width: 992px) {
	#site_content div.kategorie div.circle span,
	#site_content div.categories div.circle span {
		font-size: 1em;
	}
}

@media (min-width: 1200px) {
	#site_content div.kategorie div.circle span,
	#site_content div.categories div.circle span {
	}
}

#site_content div.kategorie div.hover:hover span,
#site_content div.categories div.hover:hover span {
	display: none;
}

#site_content div.kategorie div.hover i,
#site_content div.categories div.hover i {
	margin-top: 1.5rem;
	display: none;
}

#site_content div.kategorie div.hover:hover i,
#site_content div.categories div.hover:hover i {
	text-shadow: 0px 0px 3px #fff;
	display: block;
}


/********** KARTA KATEGORII **********/
#site_content > .podkategorie {
	/*margin-top: 40px;*/
	margin-bottom: 80px;
}

#site_content > .podkategorie h2 {
	font-size: 1.75em;
	margin: 25px 0;
}

#site_content > .podkategorie > .row {
	margin-top: 40px;
}

#site_content > .podkategorie > .row > div img {
	border-radius: 33%;
}

#site_content > .podkategorie > .row > div > a > img {
	opacity: 1;
	/*-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;*/
}

#site_content > .podkategorie > .row > div > a > img:hover {
	opacity: 0.5;
	/*-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;*/
}

#site_content > .podkategorie .line_vertical {
	background: url(/img/line_vertical.png) center 45px no-repeat;
}

#site_content > .podkategorie .line_horizontal {
	background: url(/img/line_horizontal.png) 15px 0px no-repeat;
}

@media (min-width: 768px) {
	#site_content > .podkategorie .line_horizontal {
		background: none;
	}
}


/********** pliki na karcie kategorii **********/
#site_content > .podkategorie .files_header,
#site_content > .podkategorie .info_header {
	margin:15px 0;
}

@media (min-width: 768px) {
	#site_content > .podkategorie .files_header,
	#site_content > .podkategorie .info_header {
		margin:40px 0 20px 0;
	}
}

#site_content > .podkategorie .files_content,
#site_content > .podkategorie .info_content {
	padding-left: 55px;
	min-height: 55px;
	font-size: 0.85em;
}

#site_content > .podkategorie .files_content {
	background: url('/img/icons/content/pdf.svg') no-repeat;
	background-size: auto 55px;
}

#site_content > .podkategorie .info_content {
	background: url('/img/icons/content/info.svg') no-repeat;
	background-size: auto 55px;
}


/********** KARTA PODKATEGORII **********/
#site_content > .produkty {
	/*margin-top: 40px;*/
	margin-bottom: 80px;
}

#site_content > .produkty > .row > div img {
	border-radius: 33%;
}

#site_content > .produkty h2 {
	font-size: 1.75em;
	margin: 25px 0;
}

#site_content > .produkty > .row {
	margin-top: 40px;
}

#site_content > .produkty .line_horizontal {
	background: url(/img/line_horizontal.png) 15px 0px no-repeat;
}


/********** pliki na karcie podkategorii **********/
#site_content > .produkty .files_header,
#site_content > .produkty .info_header {
	margin:15px 0;
}

#site_content > .produkty .files_content,
#site_content > .produkty .info_content {
	padding-left: 55px;
	min-height: 55px;
	font-size: 0.85em;
}

#site_content > .produkty .files_content {
	background: url('/img/icons/content/pdf.svg') no-repeat;
	background-size: auto 55px;
}

#site_content > .produkty .info_content {
	background: url('/img/icons/content/info.svg') no-repeat;
	background-size: auto 55px;
}


/********** USŁUGI i ROZWIĄZANIA i REGIONY **********/
#site_content .uslugi,
#site_content .regiony,
#site_content .rozwiazania {
	margin: 45px auto 45px auto;
}

#site_content .uslugi .submenu {
	margin-bottom: 45px;
}

.uslugi .submenu a {
	font-size:18px;
	display:block;
	color:#fff;
	padding:10px 0 25px 0;
}

@media (min-width: 768px) {
	.uslugi .submenu a {
		padding:10px 0 45px 0;
	}
}

@media (min-width: 1200px) {
	.uslugi .submenu a {
		padding:10px 0 25px 0;
	}
}

.uslugi .submenu div {
	background:url('/img/submenu_inactive.png') center 50px repeat-x;
}

@media (min-width: 768px) {
	.uslugi .submenu div {
		background:url('/img/submenu_inactive.png') center 70px repeat-x;
	}
}

@media (min-width: 1200px) {
	.uslugi .submenu div {
		background:url('/img/submenu_inactive.png') center 50px repeat-x;
	}
}

.uslugi .submenu .active a {
	background:url('/img/submenu_active.png') center 50px no-repeat;
}

@media (min-width: 768px) {
	.uslugi .submenu .active a {
		background:url('/img/submenu_active.png') center 70px no-repeat;
	}
}

@media (min-width: 1200px) {
	.uslugi .submenu .active a {
		background:url('/img/submenu_active.png') center 50px no-repeat;
	}
}

#site_content .uslugi img {
	margin-bottom: 45px;
}

@media (min-width: 768px) {
	#site_content .uslugi img {
		margin-bottom: 0;
	}
}

#site_content .regiony #demo-agents ul {
	margin: 0;
	padding: 0;
}

#site_content .uslugi .big_buttons a,
#site_content .regiony .big_buttons a,
#site_content .rozwiazania a {
	border: 2px solid #fff;
	/*border-radius: 5px;*/
	padding: 10px 20px;
	box-sizing: border-box;
	color: #fff;
	display: block;
}

#site_content .uslugi .big_buttons a:hover,
#site_content .regiony .big_buttons a:hover,
#site_content .rozwiazania a:hover {
	background:#fff;
	color:#00159d;
}

#site_content .regiony p:not(.big_buttons) a {
	color: #fff;
	text-decoration: underline;
}



/********** WYNIKI WYSZUKIWANIA **********/
#site_content div.szukaj a {
	color:#fff;
}


/********** O FIRMIE **********/
#site_content .firma {
	margin: 45px auto 45px auto;
}

#site_content .firma img {
	margin-bottom: 45px;
}

@media (min-width: 768px) {
	#site_content .firma img {
		margin-bottom: 0;
	}
}


/********** POLITYKA PRYWATNOŚCI **********/
#site_content .polityka {
	margin: 45px auto 45px auto;
}


/********** PLIKI DO POBRANIA **********/
#site_content .download {
	margin: 45px auto 45px auto;
}


/********** KONTAKT **********/
#site_content .kontakt {
	margin-top: 25px;
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	#site_content div.kontakt {
		margin-top: 50px;
		margin-bottom: 25px;
	}
}

#site_content div.kontakt h2 {
	color:#fff;
	margin-top:0px;
	margin-bottom:20px;
}

#site_content div.kontakt h3 {
	font-size:18px;
	margin-top:0px;
	margin-bottom:20px;
}

#site_content div.kontakt a {
	color:#fff;
}

@media (max-width: 767px) {
	#site_content div.kontakt div.nasze_marki {
		margin-top:25px;
	}
}

#site_content > .kontakt .nasze_marki .nasze_marki_0023b0 {
	background-color:#0023b0;
	padding:20px;
	/*border-radius:5px;*/
}

#site_content .kontakt .bottom_line {
	border-bottom:2px solid #0023b0;
	padding-bottom:20px;
	margin-bottom:35px;
}

#site_content #kontakt_mapa {
		width:100%;
		height:354px;
		border: none;
		margin-bottom: 35px;
}

@media (min-width: 768px) {
	#site_content #kontakt_mapa {
		height:554px;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	#site_content #kontakt_mapa {
	}
}

@media (min-width: 1200px) {
	#site_content #kontakt_mapa {
	}
}

#kontakt_mapa img[src$="marker.png"]{
}

#site_content .kontakt #pole_wymagane {
	/*float:right;
	margin-top:5px;*/
}



/********** FORMULARZ KONTAKTOWY **********/
#site_content .kontakt input[type="text"],
#site_content .kontakt input[type="email"],
#site_content .kontakt input[type="submit"],
#site_content .kontakt button[type="submit"] {
	/*border-radius:5px;*/
	background:#0023b0;
	color:inherit;
	font-weight: inherit;
	border: 0;
	padding: .5rem .75rem;
	width: 100%;
	/*margin:0 0 1rem 0;*/
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#site_content .kontakt textarea {
	/*border-radius:5px;*/
	background:#0023b0;
	color:inherit;
	font-weight: inherit;
	border:0;
	padding: .5rem .75rem;
	width: 100%;
	height: 200px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#site_content .kontakt input:focus,
#site_content .kontakt textarea:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

#site_content .kontakt input::placeholder,
#site_content .kontakt textarea::placeholder {
	color: #fff;
	opacity: .35;
}

#site_content .kontakt .form-check input[type="checkbox"] {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

#site_content .kontakt .form-check label {
	margin-bottom: 0;
}

#site_content .kontakt input[type="submit"],
#site_content .kontakt button[type="submit"] {
	color:#fff;
	background: transparent;
	border: 2px solid #fff;
	padding: 7px;
	margin-top: 15px;
	font-weight: 300;
}

#site_content .kontakt input[type="submit"]:hover,
#site_content .kontakt button[type="submit"]:hover {
	background:#fff;
	color:#00159d;
	cursor: pointer;
}

#site_content .kontakt button[type="button"] {
	font-size: 1.25rem;
}

#site_content .kontakt .help-block.with-errors {
	color: #FABE28;
}

.g-recaptcha{
}



/********** FOOTER **********/
footer {
	background-color:#000457;
	color:#BFBFBF;
	font-size:13px;
	padding:60px 0;
	position: relative;
	overflow: hidden;
}

footer h4 {
	color: #fff;
	font-size: 16px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	footer h4 {
		font-size: 14px;
	}
}

footer h4 a {
	color: #fff;
}

footer a {
	color: #BFBFBF;
}

footer a:hover {
	color: #fff;
}

footer ul {
	list-style:none;
	margin:30px 0 0 0;
	padding:0px;
}

footer ul li {
	margin-bottom:5px;
}

footer #adres {
	color:#fff;
	margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
	footer #adres {
		margin-bottom: 15px;
	}
}

footer #adres a {
	color:#fff;
}

footer #social img {
	margin-bottom: 10px;
	margin-right: 0px;
	display: block;
	width: 40px;
	border-radius: 50%;
}

@media screen and (min-width: 768px) {
	footer #social img {
		margin-bottom: 0px;
		margin-right: 10px;
		display: inline;
	}
}

footer #social img:hover {
	opacity: 0.5;
}


/********** CHAT WIDGET **********/
iframe[class*="bs-chatbot-frame"] {
	transform: translate3d(-159.5px,349.5px,0) scale3d(.1,.1,0);
}

iframe[class*="bs-chatbot-frame"][class*="active"] {
}

div[class*="website-chat-plugin"] {
	left: 0;
	right: auto;
	margin-left: 20px;
}

div[class*="bs-chatbot-fab"] {
	float: left;
}
