/*!
 * qTip2 - Pretty powerful tooltips - v2.0.1-4-g
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Fri Jan 4 2013 04:05 GMT+0000
 * Plugins: svg ajax tips modal viewport imagemap ie6
 * Styles: basic css3
 */

/* Core qTip styles */
.qtip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
			vertical-align: middle;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}


/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}
/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/* IE6 Modal plugin fix */
.qtipmodal-ie6fix{
	position: absolute !important;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
    padding: 0; }

.mfp-ie7 .mfp-content {
    padding-top: 44px; }

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
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,input,textarea,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 {border:0;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}/*IE8*/
audio,canvas,video{display:inline-block;}/*IE8/9*/
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
b,strong{font-weight: bold;}
q:before,q:after{content:'';}
table{border-collapse:collapse;border-spacing:0;}
form{display:inline;}
*{outline:none;}
input[type=submit]:hover,input[type=checkbox]:hover,label:hover{cursor:pointer;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
textarea{overflow:auto;vertical-align:top;}
ol,ul{list-style:none;}
a{text-decoration:none;}
.clear {clear:both;font-size:0px;height:0px;margin:0px;padding:0px;overflow:hidden;}
.cf::after, .clearfix::after, div[style*="page-break-after"]::after {
    content: '';
    display: table;
    clear: both;
}
.clear2{clear:both;}
main { display: block;}
﻿@charset "utf-8";
@import "/assets/css/reset.css";


/* Large desktop */
@media (max-width: 1199px) {  }

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }

/* Landscape phones and down */
@media (max-width: 534px) {  }

/* Landscape phones and down */
@media (max-width: 320px) {  }


@-ms-viewport {
    width: device-width;
}



/***************************************************
Global styles
***************************************************/
html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-size: 14px;
    color: #5c5c5c;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    margin: 0;
    min-width: 320px;
}

a {
    color: #575757;
}
a:hover {
    color: #d7b369;
}


/***************************************************
Szkielet
***************************************************/


.header-wrapper {
    z-index: 999;
    background-color: RGBA(0, 0, 0, 0.0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: background-color .25s linear;
    -moz-transition: background-color .25s linear;
    -webkit-transition: background-color .25s linear;
}
.sticky .header-wrapper {
    background-color: RGBA(0, 0, 0, 0.7);
}

.top {
    height: 140px;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
    max-width: 1300px;
    margin: 0 auto;
}
.sticky .top {
    height: 50px;
}
.top .container {
    height: 100%;
    position: relative;
}
.top .logo {
    position: absolute;
    top: 15px;
    left: 20px;
    opacity: 1;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
}
.top .logo img {
    height: 60px;
}
.sticky .top .logo {
    opacity: 0;
}
.top .logo:hover {
    text-decoration: none!important;
}

.top .top-contact {
    position: absolute;
    top: 35px;
    right: 20px;
    font-size: 16px;
    color: #ffffff;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
    z-index: 9;
}
.sticky .top .top-contact {
    top: 15px;
}
.top .top-contact a {
    color: #ffffff;
}
.top .top-contact a + a {
    margin-left: 20px;
}
.top .icon-phone {
    width: 28px;
    height: 28px;
    margin: -4px 5px -1px 0;
}
.top .icon-phone:before {
    width: 28px;
    height: 28px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="20" height="20" viewBox="0 0 20 20"><path fill="%23ffffff" d="M16 20c-1.771 0-3.655-0.502-5.6-1.492-1.793-0.913-3.564-2.22-5.122-3.78s-2.863-3.333-3.775-5.127c-0.988-1.946-1.49-3.83-1.49-5.601 0-1.148 1.070-2.257 1.529-2.68 0.661-0.609 1.701-1.32 2.457-1.32 0.376 0 0.816 0.246 1.387 0.774 0.425 0.394 0.904 0.928 1.383 1.544 0.289 0.372 1.73 2.271 1.73 3.182 0 0.747-0.845 1.267-1.739 1.816-0.346 0.212-0.703 0.432-0.961 0.639-0.276 0.221-0.325 0.338-0.333 0.364 0.949 2.366 3.85 5.267 6.215 6.215 0.021-0.007 0.138-0.053 0.363-0.333 0.207-0.258 0.427-0.616 0.639-0.961 0.55-0.894 1.069-1.739 1.816-1.739 0.911 0 2.81 1.441 3.182 1.73 0.616 0.479 1.15 0.958 1.544 1.383 0.528 0.57 0.774 1.011 0.774 1.387 0 0.756-0.711 1.799-1.319 2.463-0.424 0.462-1.533 1.537-2.681 1.537zM3.994 1c-0.268 0.005-0.989 0.333-1.773 1.055-0.744 0.686-1.207 1.431-1.207 1.945 0 6.729 8.264 15 14.986 15 0.513 0 1.258-0.465 1.944-1.213 0.723-0.788 1.051-1.512 1.056-1.781-0.032-0.19-0.558-0.929-1.997-2.037-1.237-0.952-2.24-1.463-2.498-1.469-0.018 0.005-0.13 0.048-0.357 0.336-0.197 0.251-0.408 0.594-0.613 0.926-0.56 0.911-1.089 1.772-1.858 1.772-0.124 0-0.246-0.024-0.363-0.071-2.625-1.050-5.729-4.154-6.779-6.779-0.126-0.315-0.146-0.809 0.474-1.371 0.33-0.299 0.786-0.579 1.228-0.851 0.332-0.204 0.676-0.415 0.926-0.613 0.288-0.227 0.331-0.339 0.336-0.357-0.007-0.258-0.517-1.261-1.469-2.498-1.108-1.439-1.847-1.964-2.037-1.997z"/></svg>');
    top: 0;
    left: 0;
}

@media (max-width: 534px) {
    .top .top-contact a:first-of-type {
        display: none;
    }
}


.top .navbar {
    position: absolute;
    bottom: 0;
    left: 20px;
    border-style: solid solid solid solid;
    border-width: 1px 0 0 0;
    border-color: RGBA(255,255,255,0.5);
    border-radius: 0 0 0 0;
    padding: 10px 0 0 0;
    right: 20px;
    transition: bottom .25s linear;
    -moz-transition: bottom .25s linear;
    -webkit-transition: bottom .25s linear;
}
.sticky .top .navbar {
    border: 0;
    bottom: 5px;
}
.top nav.navbar > ul > li {
    float: left;
    position: relative;
}
.top nav.navbar > ul > li > a {
    padding: 10px 0 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0 40px 0 0;
    text-transform: uppercase;
}
.top nav.navbar > ul > li.sel > a {
    color: #d7b369;
}

.top nav.navbar .mobile-nav {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 9px 10px 9px 25px;
}
.top nav.navbar .mobile-nav:before {
    background-size: 100%;
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M1 3h14v3h-14zM1 7h14v3h-14zM1 11h14v3h-14z"/></svg>');
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


.top .navbar-home {
    padding: 10px!important;
    font-size: 0!important;
    margin-right: 30px!important;
}
.top .icon-home:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M16 9.226l-8-6.21-8 6.21v-2.532l8-6.21 8 6.21zM14 9v6h-4v-4h-4v4h-4v-6l6-4.5z"/></svg>');
    width: 16px;
    height: 16px;
    background-size: contain;
}
.top .icon-home {
    width: 18px;
    height: 18px;
}

.top nav.navbar > ul > li > a:hover {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #d7b369;
    text-align: center;
    letter-spacing: 2px;
}

@media (min-width: 1200px) {
    .top nav.navbar .mobile-nav {
        display: none;
    }
}
@media (min-width: 950px) {
    body:not(.sticky) .top nav.navbar .mobile-nav {
        display: none;
    }
}

@media (max-width: 1201px) {
    .sticky .top nav.navbar > ul {
        display: none;
    }
}
@media (max-width: 951px) {
    .top {
        height: 130px;
    }
    .top .logo img {
        height: 50px;
    }
    .top .navbar {
        margin: 0;
    }
    .sticky .top .navbar {
        bottom: 5px;
    }
    .top nav.navbar > ul {
        display: none;
    }
}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    right: -200px;
    left: auto;
    width: 200px;
    height: 100%;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
}
.sidr > ul {
    list-style: none;
}
.sidr > ul > li > a {
    font-size: 15px;
    display: block;
    padding: 15px 20px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    border-style: solid solid solid solid;
    border-width: 0 0 1px 0;
    border-color: #e8e8e8;
    border-radius: 0 0 0 0;
}
.sidr > ul > li > a:hover {
    color: #575757;
}
.sidr .menu-sub > li > a {
    font-size: 13px;
    padding: 10px 20px 10px 40px;
    border-style: solid solid solid solid;
    border-width: 0 0 1px 0;
    border-color: #e8e8e8;
    border-radius: 0 0 0 0;
    font-weight: normal;
    line-height: 1.2em;
    text-decoration: none;
    color: #000;
    display: block;
}
.sidr .menu-sub > li > a:hover {
    color: #575757;
}
.sidr-open .sidr {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.mobile-overlay {
    display: none;
    position: fixed;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    z-index: 999998;
    background-color: RGBA(0,0,0,0.5);
}
.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}



.slider-sub {
    background: #000;
    height: 150px;
}

.slider-wrapper .slick-slide {
    position: relative;
}
.slider-wrapper .slick-slide img {
    width: 100%;
}
.slider-wrapper .slick-slide:before {
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0,0,0,0.7);
    bottom: 0;
    top: 0;
    content: '';
    z-index: 2;
}
.slider-wrapper header {
    color: #ffffff;
    position: absolute;
    z-index: 9;
    top: 60%;
    left: calc(50% - 600px);
    right: calc(50% - 600px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 20px;
}
.slider-wrapper h1 {
    font-size: 42px;
    color: #ffffff;
    text-align: left;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.slider-wrapper h1 strong {
    color: #d7b369;
}
.slider-wrapper header p {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 2px;
}
.slider-wrapper a.btn {
    margin: 40px 20px 0 0;
}

@media (max-width: 1200px) {
    .slider-wrapper header {
        left: 0;
        right: 0;
    }
}
@media (max-width: 767px) {
    .slider-wrapper header h1 {
        font-size: 32px;
    }
    .slider-wrapper a.btn {
        margin: 30px 15px 0 0;
    }
}

@media (max-width: 900px) {
    .slider-wrapper .slick-slide img {
        height: 450px!important;
        object-fit: cover;
    }
}

@media (max-width: 479px) {
    .slider-wrapper h1 {
        font-size: 24px;
    }
    .slider-wrapper header p {
        font-size: 15px;
    }
}


/* PAGER */

.slick-dots {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding: 7px 2px;
    z-index: 99;
    position: absolute;
    bottom: 30px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.slick-dots li {
    float: left;
}
.slick-dots li button {
    text-indent: -9999px;
    display: block;
    width: 18px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    outline: 0;
    position: relative;
    background: #fff;
    border: 0;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #d7b369;
}







/***************************************************
content
***************************************************/

.content p {
    margin: 15px 0;
    line-height: 1.5em;
}

h1, h2 {
    font-size: 40px;
    color: #000000;
    margin: 0 0 40px 0;
    font-weight: bold;
    text-align: center;
}
h1 a, h2 a {
    color: #000000;
}
h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin: 20px 0;
}
h4 {
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #d7b369;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
.h5 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 10px 0;
}

.content ul {
    display: block;
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
    line-height: 1.5em;
}
.content ul li {
    padding: 0 0 0 20px;
    line-height: 1.5em;
    position: relative;
}
.content ul li:before {
    background-size: contain;
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23d7b369" d="M2 2h12v12h-12z"/></svg>');
    width: 8px;
    height: 8px;
}

.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding-left: 20px;
    line-height: 1.5em;
}

.content p:first-child, .content h1:first-child, .content h2:first-child, .content h3:first-child {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}





/***************************************************
Specifics
***************************************************/

.right {
    float: right!important;
}
.left {
    float: left!important;
}
.center {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}

.label {
    display: inline-block;
    width: 100px;
    color: #d7b369;
}

hr {
    background: #C2C2C2;
    height: 1px;
    border: 0;
    margin: 30px 0;
}


.block-4, .block-6 {
    float: left;
}
.block-4 {
    width: calc(33.3% - 20px);
    margin: 0 0 40px 20px;
}
.block-4:nth-of-type(3n+1) {
    clear: both;
    margin: 0 20px 40px 0;
}
.block-4:nth-of-type(3n+2) {
    margin: 0 10px 40px 10px;
}
.block-6 {
    width: calc(50% - 20px);
    margin: 0 0 40px 20px;
}
.block-6:nth-of-type(2n+1) {
    clear: both;
    margin: 0 20px 40px 0;
}

@media (max-width: 767px) {
    .block-4 {
        clear: none!important;
        width: calc(50% - 20px);
        margin: 0 0 40px 20px!important;
    }
    .block-4:nth-of-type(2n+1) {
        clear: both!important;
        margin: 0 20px 40px 0!important;
    }

    .block-6 {
        width: 100%;
        margin: 0 0 40px 0!important;
    }
}

@media (max-width: 534px) {
    .block-4, .block-4:nth-of-type(2n+1), .block-4:nth-of-type(2n+2) {
        width: 100%;
        margin: 0 0 40px 0!important;
    }
}


a.img figure {
    position: relative;
}
a.img figure img {
    display: block;
    border-radius: 5px;
}
a.img figure:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #f6cd9d;
    opacity: 0;
    transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    border-radius: 5px;
}
a.img:hover figure:after {
    opacity: 0.4;
}


.img-6-right, .img-6-left, .img-4-right, .img-4-left {
    width: 100%;
    margin: 20px 0;
}
p img {
    margin-top: 0!important;
}
@media (min-width: 534px) {
    .img-6-right {
        width: 50%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-6-left {
        width: 50%;
        float: left;
        margin: 20px 40px 20px 0;
    }
    .img-4-right {
        width: 33%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-4-left {
        width: 33%;
        float: left;
        margin: 20px 40px 20px 0;
    }
}

.pagination {
    text-align: center;
    margin: 30px 0 0 0;
}
.pagination .btn {
    margin: 0 5px;
}


.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}


#cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    z-index: 999;
}
#cookies a {
    color: #fff;
}
#cookies .ok {
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 5px 8px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 25px;
}



.videodetector {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.videodetector iframe,
.videodetector object,
.videodetector embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/***************************************************
Zewnętrzne pluginy
***************************************************/

.qtip-error{
    background-color: #d8514d!important;
    border-color: #b92c28!important;
    color: #fff!important;
    border-radius: 0;
    font-size: 12px!important;
    line-height: 1.2em!important;
}
.qtip-info{
    background-color: #d7b369!important;
    border-color: #d7b369!important;
    color: #fff!important;
    border-radius: 0;
    font-size: 12px!important;
    line-height: 1.2em!important;
}


/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    width: 280px;
    margin: 0 auto;
}


/* wiersz */
.form-group {
    clear: both;
    margin-bottom: 10px;
}


/* buttony */
fieldset.form .form-btns {

}


/* podpis */
.form-label {
    text-align: left;
    display: block;
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}


/* gwiazdka */
.form-req {
    color: #ff0000;
    margin-left: 3px;
}


/* grupa kontolek */
.form-control-group {
    max-width: 600px;
    margin: 6px 0;
    float: left;
}

.form-error {
    display: none;
}


/* kontrolka */
.form-control {
    background: #fff;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    width: 100%;
}
.form-control:hover {
    border-color: #a7a7a7;
}
.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
select.form-control {
}
textarea.form-control {
    height: 150px;
}

.form-control-lg {
    width: 400px;
}
.form-control-sm {
    width: 100px;
}

.form-control-checkbox {
    margin-right: 5px;
}



/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 15px;

    color: #fff;
    background: #d7b369; /* Old browsers */
}

.msg.msg-info {
    color: #3A87AD;
    border-radius: 3px;
    border: 1px solid #9acfea;
    background: #e2f1f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2f1f9 0%, #b9def0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f1f9), color-stop(100%,#b9def0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2f1f9 0%,#b9def0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f1f9', endColorstr='#b9def0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-danger {
    color: #B94A48;
    border-radius: 3px;
    border: 1px solid #dca7a7;
    background: #f2dddd; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2dddd 0%, #e7c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2dddd), color-stop(100%,#e7c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2dddd 0%,#e7c3c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dddd', endColorstr='#e7c3c3',GradientType=0 ); /* IE6-9 */
}

.msg.msg-success {
    color: #468847;
    border-radius: 3px;
    border: 1px solid #B2DBA1;
    background: #def0d7; /* Old browsers */
    background: -moz-linear-gradient(top,  #def0d7 0%, #c9e5bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def0d7), color-stop(100%,#c9e5bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #def0d7 0%,#c9e5bd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def0d7', endColorstr='#c9e5bd',GradientType=0 ); /* IE6-9 */
}


/***************************************************
Buttons
***************************************************/

a.btn {
    display: inline-block;
    border-style: solid solid solid solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0 0 0 0;
    padding: 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #d7b369;
    margin: 20px 0 0 0;
    -webkit-transition: border-color 0.2s linear 0s, color 0.2s linear 0s;
    transition: border-color 0.2s linear 0s, color 0.2s linear 0s;
    border-color: #d7b369;
    letter-spacing: 2px;
}
a.btn:hover {
    border-style: solid solid solid solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0 0 0 0;
    color: #000000;
    border-color: #000000;
}

a.btn-thm2 {
    display: inline-block;
    -webkit-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
    transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
    padding: 12px 20px;
    background-color: #d7b369;
    letter-spacing: 2px;
}
a.btn-thm2:hover {
    background-color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
}

.btns-dark a.btn:hover {
    border-color: #fff;
    color: #fff;
}
.btns-dark a.btn-thm2:hover {
    background-color: #fff;
    color: #000000;
}

.btns {
    margin-top: 30px;
    clear: both;
}


a.link {
    position: relative;
    display: inline-block;
    padding: 0 23px 0 0;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-size: 13px;
}
a.link:before {
    background-size: contain;
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="20" height="20" viewBox="0 0 20 20"><path fill="%23000000" d="M19.354 10.146l-6-6c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.146 5.146h-16.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16.293l-5.146 5.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l6-6c0.195-0.195 0.195-0.512 0-0.707z"/></svg>');
}
a.link:hover {
    color: #d7b369;
}


/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    position: relative;
}
[class*="icon-"]:before {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

[class*=icon-ic] {
    width: 50px;
    height: 50px;
    background-color: #d7b369;
    position: absolute;
    left: 10px;
    top: 10px;
}
[class*=icon-ic]:before {
    width: 36px;
    height: 36px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    background-size: contain;
}
.icon-ic3:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='86.109 192.941 109.915 104.919' width='109.915' height='104.919' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 64.973 54.176 L 64.973 103.552 L 24.104 103.552 L 24.104 54.176 Z M 30.104 97.552 L 58.973 97.552 L 58.973 60.176 L 30.104 60.176 Z' style='fill: rgb(255, 255, 255);' transform='matrix(0.7071070075035094, -0.7071070075035094, 0.7071070075035094, 0.7071070075035094, 38.95890103219301, 240.65257621783866)'/%3E%3Cpath d='M 123.445 237.488 L 162.346 198.784 C 165.953 195.282 171.283 193.05 176.304 192.941 C 181.509 193.057 186.8 195.266 190.203 198.639 C 193.606 202.013 195.863 207.313 196.024 212.516 C 195.898 217.535 193.682 222.841 190.198 226.453 L 149.204 267.447 L 121.311 239.612 Z M 149.2 258.967 L 185.956 222.211 C 188.784 219.571 190.131 216.382 190.024 212.515 C 190.128 208.54 188.623 205.522 185.979 202.9 C 183.334 200.278 180.298 198.797 176.316 198.941 C 172.458 198.814 169.251 200.152 166.624 202.99 L 129.811 239.618 Z' style='fill: rgb(255, 255, 255);' transform='matrix(0.9999999999999999, 0, 0, 0.9999999999999999, 0, 3.552713678800501e-15)'/%3E%3Cpath d='M 99 297.86 C 95.658 297.729 92.055 296.253 89.886 294.085 C 87.718 291.917 86.243 288.32 86.109 284.976 C 86.211 281.74 87.699 278.134 89.907 275.774 L 103.247 262.434 L 128.772 287.781 L 118.693 297.86 Z M 116.207 291.86 L 120.272 287.795 L 103.261 270.904 L 94.149 280.016 C 92.597 281.398 91.98 282.877 92.109 284.951 C 91.978 287.07 92.716 288.43 94.128 289.842 C 95.541 291.254 96.883 291.991 99 291.86 Z' style='fill: rgb(255, 255, 255);' transform='matrix(0.9999999999999999, 0, 0, 0.9999999999999999, 0, 3.552713678800501e-15)'/%3E%3Cpath d='M 124.777 264.043 L 91.689 231.004 L 95.929 226.758 L 129.017 259.797 Z' style='fill: rgb(255, 255, 255);' transform='matrix(0.9999999999999999, 0, 0, 0.9999999999999999, 0, 3.552713678800501e-15)'/%3E%3Cpath d='M 133.705 264.537 L 138.452 269.235 L 134.232 273.499 L 129.485 268.801 Z' style='fill: rgb(255, 255, 255);' transform='matrix(0.9999999999999999, 0, 0, 0.9999999999999999, 0, 3.552713678800501e-15)'/%3E%3Ccircle class='cls-2' cx='174.081' cy='214.736' r='4.698' style='stroke-width: 6px; fill: rgb(255, 255, 255);' transform='matrix(0.9999999999999999, 0, 0, 0.9999999999999999, 0, 3.552713678800501e-15)'/%3E%3Ccircle class='cls-2' cx='150.489' cy='238.328' r='4.698' style='stroke-width: 6px; fill: rgb(255, 255, 255);' transform='matrix(0.9999999999999999, 0, 0, 0.9999999999999999, 0, 3.552713678800501e-15)'/%3E%3C/svg%3E");
}
.icon-ic5:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='80.618 89.447 115.499 74.532' width='115.499' height='74.532' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 191.261 115.838 C 188.579 115.838 186.404 118.012 186.404 120.694 L 186.404 131.103 L 176.532 131.103 L 176.532 94.303 C 176.532 91.621 174.358 89.447 171.676 89.447 L 85.474 89.447 C 82.792 89.447 80.618 91.621 80.618 94.303 L 80.618 146.81 C 80.618 149.492 82.792 151.666 85.474 151.666 L 94.016 151.666 C 94.138 160.13 100.528 163.979 106.55 163.979 C 112.527 163.979 119.084 159.961 119.084 151.666 L 171.676 151.666 C 174.358 151.666 176.532 149.492 176.532 146.81 L 176.532 140.815 L 191.261 140.815 C 193.942 140.815 196.117 138.641 196.117 135.959 L 196.117 120.694 C 196.117 118.012 193.942 115.838 191.261 115.838 Z M 106.55 157.267 C 103.337 157.267 100.723 154.653 100.723 151.44 C 100.723 148.227 103.337 145.612 106.55 145.612 C 109.763 145.612 112.378 148.227 112.378 151.44 C 112.378 154.653 109.763 157.267 106.55 157.267 Z M 169.82 144.954 L 117.846 144.954 C 115.002 141.276 111.55 138.9 106.55 138.9 C 101.551 138.9 98.099 141.276 95.254 144.954 L 87.33 144.954 L 87.33 96.159 L 169.82 96.159 L 169.82 144.954 Z' style='fill: rgb(255, 255, 255);'/%3E%3C/svg%3E");
}
.icon-ic2:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='214.863 75.118 108.833 99.763' width='108.833' height='99.763' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M 219.398 97.792 C 220.01 97.792 228.467 97.792 228.467 97.792 C 228.467 97.792 228.499 98.499 228.585 98.98 C 228.68 99.519 228.857 100.195 229.17 100.952 C 229.814 102.494 230.984 104.249 233.006 105.868 C 236.983 109.051 243.853 111.396 255.675 111.396 L 274.807 111.396 L 281.609 138.604 L 278.349 138.604 C 270.835 138.604 264.745 144.694 264.745 152.208 L 264.745 161.277 C 264.745 168.791 270.835 174.881 278.349 174.881 L 310.092 174.881 C 317.606 174.881 323.696 168.791 323.696 161.277 L 323.696 149.659 C 323.696 143.896 319.279 139.157 313.647 138.649 L 306.831 111.396 L 310.092 111.396 C 317.606 111.396 323.696 105.306 323.696 97.792 L 323.696 88.722 C 323.696 81.208 317.606 75.118 310.092 75.118 L 255.675 75.118 C 243.853 75.118 236.983 77.462 233.006 80.646 C 230.984 82.265 229.814 84.02 229.17 85.561 C 228.857 86.319 228.68 86.994 228.585 87.534 C 228.512 87.929 228.485 88.323 228.467 88.722 L 219.398 88.722 C 216.895 88.722 214.863 90.754 214.863 93.257 C 214.863 95.76 216.895 97.792 219.398 97.792 Z M 234.537 97.451 L 234.541 97.465 C 234.609 97.624 235.295 97.816 235.67 98.785 C 237.23 102.812 243.527 104.678 251.141 105.186 L 251.141 81.328 C 243.527 81.836 241.849 82.093 238.67 83.729 C 236.088 85.058 234.33 89.169 234.541 89.049 L 234.537 89.062 L 234.537 97.451 Z M 257.21 81.187 L 257.21 105.326 L 274.807 105.326 C 278.97 105.326 279.598 105.16 280.609 109.196 L 287.411 136.405 C 288.84 142.127 287.513 144.673 281.609 144.673 L 278.349 144.673 C 273.076 144.673 270.814 147.862 270.814 152.208 L 270.814 161.277 C 270.416 166.276 274.439 169.194 278.349 168.812 L 310.092 168.812 C 314.301 168.943 317.364 165.221 317.626 161.277 L 317.626 149.659 C 317.757 145.158 314.393 144.673 312.64 144.673 C 309.062 144.673 308.943 145.238 308.076 141.769 L 301.034 113.595 C 299.601 107.872 300.932 105.326 306.831 105.326 L 310.092 105.326 C 314.322 105.326 317.626 103.113 317.626 97.792 L 317.626 88.722 C 317.626 83.464 314.453 81.187 310.092 81.187 L 257.21 81.187 Z' style='fill: rgb(255, 255, 255);' transform='matrix(1, 0, 0, 1, -7.105427357601002e-15, 0)'/%3E%3C/svg%3E");
}
.icon-ic1:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='250.637 206.7613 100.91 87.6287' width='100.91' height='87.6287' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 326.565 288.226 C 326.565 286.569 327.908 285.226 329.565 285.226 L 332.892 285.226 L 332.892 267.978 C 332.974 248.851 326.657 230.487 314.563 215.431 C 313.296 213.614 311.914 213.003 309.975 212.788 C 308.032 212.572 306.599 212.961 304.843 214.34 C 303.133 215.684 302.448 217.068 302.26 219.134 C 302.073 221.194 302.368 222.721 303.929 224.183 L 307.495 228.392 C 311.111 232.702 313.124 238.451 312.948 243.679 C 312.791 248.369 310.817 253.423 307.543 257.398 L 311.087 260.76 C 313.834 263.532 315.733 267.101 316.318 270.341 C 316.909 273.613 316.403 277.385 315.11 280.335 C 313.82 283.278 311.392 286.231 308.569 288.105 C 305.777 289.96 301.871 291.153 297.928 291.226 L 275.691 291.226 C 273.081 293.128 269.625 294.39 266.292 294.39 C 262.185 294.39 257.89 292.473 255.222 289.805 C 252.554 287.137 250.637 282.842 250.637 278.735 C 250.637 274.628 252.554 270.333 255.222 267.665 C 255.92 266.968 256.728 266.322 257.615 265.748 C 257.621 265.694 257.629 265.64 257.638 265.587 L 258.916 257.926 C 259.758 254.077 262.065 250.274 264.976 247.955 C 267.878 245.642 272.104 244.189 276.099 244.098 L 286.539 244.098 C 290.913 244.213 295.713 246.18 298.728 249.035 L 303.241 253.316 C 305.754 250.441 306.828 247.164 306.952 243.477 C 307.092 239.293 305.942 235.551 302.915 232.268 L 299.521 228.253 C 297.285 225.602 295.998 221.75 296.285 218.591 C 296.572 215.436 298.418 211.758 301.136 209.622 C 303.81 207.521 307.597 206.487 310.637 206.824 C 313.681 207.163 317.055 209.098 319.268 211.709 C 331.845 227.655 338.81 247.875 338.892 267.978 L 338.892 285.226 L 348.547 285.226 C 350.204 285.226 351.547 286.569 351.547 288.226 C 351.547 289.883 350.204 291.226 348.547 291.226 L 329.565 291.226 C 327.908 291.226 326.565 289.883 326.565 288.226 Z M 297.928 285.226 C 300.945 285.299 303.13 284.515 305.25 283.107 C 307.342 281.718 308.651 280.123 309.615 277.925 C 310.576 275.734 310.841 273.772 310.414 271.408 C 309.981 269.013 309.072 267.045 306.915 265.072 L 294.598 253.387 C 292.551 251.18 289.759 249.983 286.539 250.098 L 276.099 250.098 C 273.134 250.007 270.874 250.926 268.715 252.647 C 266.564 254.361 265.233 256.253 264.81 259.048 L 264.109 263.253 C 264.836 263.14 265.567 263.08 266.292 263.08 C 270.399 263.08 274.694 264.997 277.362 267.665 C 280.03 270.333 281.947 274.628 281.947 278.735 C 281.947 280.938 281.395 283.195 280.472 285.226 Z M 273.119 271.908 C 271.207 269.996 269.174 269.08 266.292 269.08 C 263.41 269.08 261.377 269.996 259.465 271.908 C 257.553 273.82 256.637 275.853 256.637 278.735 C 256.637 281.617 257.553 283.65 259.465 285.562 C 261.377 287.474 263.41 288.39 266.292 288.39 C 268.648 288.39 270.437 287.778 272.056 286.509 C 272.326 286.124 272.683 285.805 273.1 285.581 C 273.106 285.575 273.113 285.568 273.119 285.562 C 275.031 283.65 275.947 281.617 275.947 278.735 C 275.947 275.853 275.031 273.82 273.119 271.908 Z' style='stroke: rgb(255, 255, 255); fill: rgb(255, 255, 255);' transform='matrix(0.9999999999999999, 0, 0, 0.9999999999999999, 0, 0)'/%3E%3C/svg%3E");
}
.icon-ic4:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='76.365 331.0159 97.568 77.1031' width='97.568' height='77.1031' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 90.025 331.016 C 89.507 331.016 89.01 331.221 88.645 331.588 L 82.791 337.442 C 82.305 337.926 82.11 338.628 82.276 339.294 L 84.227 347.099 C 84.444 347.967 85.226 348.578 86.122 348.578 L 95.879 348.578 L 95.879 351.481 L 93.141 351.481 C 89.457 351.481 86.079 354.567 84.426 357.857 L 84.487 357.744 L 77.805 369.097 C 76.863 370.633 76.365 372.397 76.365 374.196 L 76.365 392.109 C 76.365 394.987 78.738 397.362 81.616 397.362 L 83.35 397.362 C 84.287 402.881 88.768 408.119 95.879 408.119 C 102.99 408.119 107.471 402.881 108.407 397.362 L 141.891 397.362 C 142.827 402.881 147.04 408.119 154.419 408.119 C 161.798 408.119 166.011 402.881 166.948 397.362 L 168.079 397.362 C 171.289 397.362 173.933 394.718 173.933 391.508 L 173.933 382.508 C 173.933 377.753 170.469 373.669 165.78 372.886 L 149.529 370.176 L 135.946 355.949 C 134.092 353.749 131.362 351.481 128.488 351.481 L 127.1 351.481 L 127.1 348.578 L 136.857 348.578 C 137.597 348.578 138.272 348.161 138.602 347.499 L 142.504 339.694 C 143.057 338.593 142.461 337.262 141.273 336.938 L 119.808 331.084 C 119.642 331.038 119.469 331.014 119.295 331.016 L 90.025 331.016 Z M 91.832 335.919 L 118.031 335.919 L 136.95 340.078 L 134.653 343.676 L 88.646 343.676 L 87.331 339.419 L 91.832 335.919 Z M 99.781 348.578 L 123.198 348.578 L 123.198 351.481 L 99.781 351.481 L 99.781 348.578 Z M 94.141 356.384 L 109.538 356.384 L 109.538 370.043 L 82.776 370.043 L 88.882 359.668 L 88.913 359.607 C 89.908 357.627 91.926 356.384 94.141 356.384 Z M 114.441 356.384 L 127.488 356.384 C 129.215 356.384 130.848 357.143 131.962 358.464 L 131.999 358.509 L 143.003 370.043 L 114.441 370.043 L 114.441 356.384 Z M 81.283 374.946 L 148.401 374.946 L 165.14 377.734 C 167.975 378.209 169.03 379.634 169.03 382.508 L 169.03 390.508 C 169.03 391.589 168.16 392.46 167.079 392.46 L 166.948 392.46 C 166.011 386.939 160.195 382.703 154.419 382.703 C 148.643 382.703 142.827 386.939 141.891 392.46 L 108.407 392.46 C 107.471 386.939 101.655 382.703 95.879 382.703 C 90.103 382.703 84.287 386.939 83.35 392.46 L 82.616 392.46 C 81.849 392.46 81.268 391.876 81.268 391.109 L 81.268 375.196 C 81.268 375.112 81.279 375.03 81.283 374.946 Z M 95.879 387.605 C 100.211 387.605 103.684 391.077 103.684 395.411 C 103.684 399.743 100.211 403.216 95.879 403.216 C 91.545 403.216 88.073 399.743 88.073 395.411 C 88.073 391.077 91.545 387.605 95.879 387.605 Z M 154.419 387.605 C 158.751 387.605 162.225 391.077 162.225 395.411 C 162.225 399.743 158.751 403.216 154.419 403.216 C 150.085 403.216 146.614 399.743 146.614 395.411 C 146.614 391.077 150.085 387.605 154.419 387.605 Z' style='fill: rgb(255, 255, 255);' transform='matrix(0.9999999999999999, 0, 0, 0.9999999999999999, 0, 5.684341886080802e-14)'/%3E%3C/svg%3E");
}
.icon-ic6:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='201.6972 408.0356 99.7833 84.1537' width='99.7833' height='84.1537' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='st0' d='M 170.416 448.075 L 155.416 448.075 C 154.316 448.075 153.416 447.175 153.416 446.075 L 153.416 442.075 C 153.416 440.975 154.316 440.075 155.416 440.075 L 161.416 440.075 L 172.416 444.075 L 172.416 446.075 C 172.416 447.175 171.516 448.075 170.416 448.075 Z' style='fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 10; stroke-width: 1.91935px;' transform='matrix(3.1260650157928467, 0, 0, 3.1260650157928467, -268.6379739737208, -939.6579119512124)'/%3E%3Cpath d='M 170.416 449.035 L 155.416 449.035 C 154.669 448.992 153.808 448.649 153.325 448.166 C 152.842 447.683 152.499 446.822 152.456 446.075 L 152.456 442.075 C 152.499 441.328 152.842 440.467 153.325 439.984 C 153.808 439.501 154.669 439.158 155.416 439.115 L 161.416 439.115 C 161.528 439.115 161.639 439.135 161.744 439.173 L 172.744 443.173 C 173.123 443.311 173.376 443.671 173.376 444.075 L 173.376 446.075 C 173.333 446.822 172.99 447.683 172.507 448.166 C 172.024 448.649 171.163 448.992 170.416 449.035 Z M 171.15 446.809 C 171.392 446.567 171.499 446.428 171.456 446.075 L 171.456 444.747 L 161.247 441.035 L 155.416 441.035 C 155.063 440.992 154.924 441.099 154.682 441.341 C 154.44 441.583 154.333 441.722 154.376 442.075 L 154.376 446.075 C 154.333 446.428 154.44 446.567 154.682 446.809 C 154.924 447.051 155.063 447.158 155.416 447.115 L 170.416 447.115 C 170.769 447.158 170.908 447.051 171.15 446.809 Z' style='fill: rgb(255, 255, 255);' transform='matrix(3.1260650157928467, 0, 0, 3.1260650157928467, -268.6379739737208, -939.6579119512124)'/%3E%3Cline class='st0' x1='155.416' y1='437.075' x2='155.416' y2='440.075' style='fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 10; stroke-width: 1.91935px;' transform='matrix(3.1260650157928467, 0, 0, 3.1260650157928467, -268.6379739737208, -939.6579119512124)'/%3E%3Cpath d='M 155.416 436.115 C 155.946 436.115 156.376 436.545 156.376 437.075 L 156.376 440.075 C 156.376 440.605 155.946 441.035 155.416 441.035 C 154.886 441.035 154.456 440.605 154.456 440.075 L 154.456 437.075 C 154.456 436.545 154.886 436.115 155.416 436.115 Z' style='fill: rgb(255, 255, 255);' transform='matrix(3.1260650157928467, 0, 0, 3.1260650157928467, -268.6379739737208, -939.6579119512124)'/%3E%3Cpath class='st0' d='M 171.416 457.075 L 154.416 457.075 C 152.816 457.075 151.416 455.775 151.416 454.075 C 151.416 452.475 152.716 451.075 154.416 451.075 L 171.416 451.075 C 173.016 451.075 174.416 452.375 174.416 454.075 C 174.416 455.775 173.116 457.075 171.416 457.075 Z' style='fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 10; stroke-width: 1.91935px;' transform='matrix(3.1260650157928467, 0, 0, 3.1260650157928467, -268.6379739737208, -939.6579119512124)'/%3E%3Cpath d='M 171.416 458.035 L 154.416 458.035 C 153.425 457.995 152.318 457.556 151.645 456.899 C 150.974 456.243 150.456 455.128 150.456 454.075 C 150.456 453.084 150.935 451.977 151.592 451.304 C 152.248 450.633 153.363 450.16 154.416 450.115 L 171.416 450.115 C 172.407 450.155 173.514 450.594 174.187 451.251 C 174.858 451.907 175.376 453.022 175.376 454.075 C 175.376 455.116 174.894 456.229 174.232 456.891 C 173.57 457.553 172.457 457.995 171.416 458.035 Z M 172.875 455.534 C 173.288 455.121 173.456 454.734 173.456 454.075 C 173.456 453.428 173.274 453.043 172.845 452.624 C 172.418 452.206 172.025 451.995 171.416 452.035 L 154.416 452.035 C 153.769 451.99 153.384 452.217 152.965 452.646 C 152.547 453.073 152.376 453.466 152.376 454.075 C 152.376 454.722 152.558 455.107 152.987 455.526 C 153.414 455.944 153.807 456.155 154.416 456.115 L 171.416 456.115 C 172.075 456.155 172.462 455.947 172.875 455.534 Z' style='fill: rgb(255, 255, 255);' transform='matrix(3.1260650157928467, 0, 0, 3.1260650157928467, -268.6379739737208, -939.6579119512124)'/%3E%3Cpolyline class='st0' points='176.416 440.075 176.416 448.075 181.416 455.075' style='fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 10; stroke-width: 1.91935px;' transform='matrix(3.1260650157928467, 0, 0, 3.1260650157928467, -268.6379739737208, -939.6579119512124)'/%3E%3Cpath d='M 176.416 439.115 C 175.886 439.115 175.456 439.545 175.456 440.075 L 175.456 448.075 C 175.456 448.275 175.519 448.47 175.635 448.633 L 180.635 455.633 C 180.943 456.064 181.543 456.164 181.974 455.856 C 182.405 455.548 182.505 454.949 182.197 454.517 L 177.376 447.767 L 177.376 440.075 C 177.376 439.545 176.946 439.115 176.416 439.115 Z' style='fill: rgb(255, 255, 255);' transform='matrix(3.1260650157928467, 0, 0, 3.1260650157928467, -268.6379739737208, -939.6579119512124)'/%3E%3Cline class='st0' x1='172.416' y1='446.075' x2='176.416' y2='448.075' style='fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 10; stroke-width: 1.91935px;' transform='matrix(3.1260650157928467, 0, 0, 3.1260650157928467, -268.6379739737208, -939.6579119512124)'/%3E%3Cpath d='M 171.558 445.646 C 171.795 445.172 172.371 444.98 172.845 445.217 L 176.845 447.217 C 177.319 447.454 177.511 448.03 177.274 448.504 C 177.037 448.978 176.461 449.17 175.987 448.933 L 171.987 446.933 C 171.513 446.696 171.321 446.12 171.558 445.646 Z' style='fill: rgb(255, 255, 255);' transform='matrix(3.1260650157928467, 0, 0, 3.1260650157928467, -268.6379739737208, -939.6579119512124)'/%3E%3Cpath class='st0' d='M 172.416 444.075 L 170.716 433.775 C 170.516 432.775 169.716 432.075 168.716 432.075 L 163.416 432.075 C 162.316 432.075 161.416 432.975 161.416 434.075 L 161.416 440.075' style='fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 10; stroke-width: 1.91935px;' transform='matrix(3.1260650157928467, 0, 0, 3.1260650157928467, -268.6379739737208, -939.6579119512124)'/%3E%3Cpath d='M 172.572 445.022 C 173.095 444.936 173.449 444.442 173.363 443.919 L 171.663 433.619 C 171.506 432.97 171.109 432.223 170.641 431.821 C 170.17 431.418 169.39 431.148 168.716 431.115 L 163.416 431.115 C 162.669 431.158 161.808 431.501 161.325 431.984 C 160.842 432.467 160.499 433.328 160.456 434.075 L 160.456 440.075 C 160.456 440.605 160.886 441.035 161.416 441.035 C 161.946 441.035 162.376 440.605 162.376 440.075 L 162.376 434.075 C 162.333 433.722 162.44 433.583 162.682 433.341 C 162.924 433.099 163.063 432.992 163.416 433.035 L 168.716 433.035 C 169.042 433.002 169.162 433.082 169.391 433.279 C 169.623 433.477 169.726 433.58 169.769 433.931 L 171.469 444.231 C 171.555 444.754 172.049 445.108 172.572 445.022 Z' style='fill: rgb(255, 255, 255);' transform='matrix(3.1260650157928467, 0, 0, 3.1260650157928467, -268.6379739737208, -939.6579119512124)'/%3E%3Cline class='st0' x1='157.416' y1='444.075' x2='161.416' y2='444.075' style='fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 10; stroke-width: 1.91935px;' transform='matrix(3.1260650157928467, 0, 0, 3.1260650157928467, -268.6379739737208, -939.6579119512124)'/%3E%3Cpath d='M 156.456 444.075 C 156.456 443.545 156.886 443.115 157.416 443.115 L 161.416 443.115 C 161.946 443.115 162.376 443.545 162.376 444.075 C 162.376 444.605 161.946 445.035 161.416 445.035 L 157.416 445.035 C 156.886 445.035 156.456 444.605 156.456 444.075 Z' style='fill: rgb(255, 255, 255);' transform='matrix(3.1260650157928467, 0, 0, 3.1260650157928467, -268.6379739737208, -939.6579119512124)'/%3E%3C/svg%3E");
}

.icon-icNum:before {
    content: attr(data-num);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    font-style: normal;
}

/***************************************************
Table
***************************************************/
table.table {
    margin: 10px auto;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #C2C2C2;
}

table.table thead tr {
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

table.table thead th {
    font-weight: bold;
    padding: 8px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}
table.table thead th[data-sort] {
    cursor: pointer;
    *cursor: hand;
}
table.table thead th span {
    margin: 0 0 0 2px;
}


table.table td {
    padding: 6px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

table.table tr:nth-child(odd) { background-color: #fff; }
table.table tr:nth-child(even) { background-color: #f6f6f6; }

table.table tr:hover {
    background-color: #ebebeb;
}

table.table tr td.sub {
    padding-left: 30px;
}

table.table input[type=text] {
    margin: -4px -5px;
    padding: 2px;
}
table.table input[type=text].act-order {
    width: 30px;
    text-align: center;
}


/*@media screen and (max-width: 1000px) {*/
/*    table.table {*/
/*        overflow-x: auto;*/
/*        display: block;*/
/*    }*/
/*}   */



.mainText {
    max-width: 900px;
    text-align: center;
    margin: 70px auto 0 auto;
    padding: 0 20px;
}



.mainBoxes-wrapper {
    margin: 70px 0 0 0;
    background-color: #f7f7f7;
}

.mainBoxes {
    margin: 0 auto 0 auto;
    max-width: 1300px;
    padding: 70px 20px;
}
.mainBoxes .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 -30px -30px;
    -webkit-justify-content: center;
    justify-content: center;
}
.mainBoxes .col {
    flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    padding: 0 0 30px 30px;
}
.mainBoxes .item-cnt {
    display: block;
    padding: 25px 0 0 0;
}
.mainBoxes .item-cnt p {
    line-height: 1.4em;
}
.mainBoxes h3 {
    font-size: 20px;
    text-transform: none;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.mainBoxes figure {
    width: 100%;
    display: block;
    padding-top: 62%;
    position: relative;
    overflow: hidden;
}
.mainBoxes img.photo {
    width: 100%;
    display: block;
    -webkit-transition: width 0.2s ease-in-out 0s, -webkit-transform 0.3s linear 0s, transform 0.3s linear 0s;
    transition: width 0.2s ease-in-out 0s, -webkit-transform 0.3s linear 0s, transform 0.3s linear 0s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mainBoxes a:hover img.photo {
    width: 120%;
}
.mainBoxes .item {
    background-color: #ffffff;
    height: 100%;
    padding: 20px 20px 90px 20px;
    position: relative;
    -webkit-transition: box-shadow 0.3s linear 0s;
    transition: box-shadow 0.3s linear 0s;
}
.mainBoxes .item:before, .mainBoxes .item:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid none none solid;
    border-width: 5px;
    border-color: #d7b369;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.mainBoxes .item:after {
    border-style: none solid solid none;
    z-index: 9;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}
.mainBoxes .item:hover:before, .mainBoxes .item:hover:after {
    height: 100px;
    width: 100px;
    opacity: 1;
}
.mainBoxes .item a {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.mainBoxes .item:hover {
    box-shadow: 0 0 14px 0 RGBA(0,0,0,0.2);
}
.mainBoxes .item:hover img.photo {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 700px) {
    .mainBoxes .col {
        flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
    }
}

@media (max-width: 479px) {
    .mainBoxes .col {
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
    }
}



.mainBgText-wrapper {
    max-width: 100%;
    background-image: url(/assets/img/kruszywa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.mainBgText {
    color: #ffffff;
    padding: 70px 20px 70px 20px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.mainBgText h2 {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.mainBgText h2 strong {
    color: #d7b369;
}
.mainBgText a.btn {
    margin: 30px 0 0 0;
}



.categoryTiles {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    gap: 10px;
}
.categoryTiles .tile {
    -webkit-flex: 1 0 160px;
    flex: 1 0 160px;
    height: 70px;
    padding: 26px 20px 25px 70px;
    position: relative;
    background-color: #f7f7f7;
    -webkit-transition: box-shadow 0.3s linear 0s;
    transition: box-shadow 0.3s linear 0s;
}
.categoryTiles .tile:hover {
    box-shadow: 0 0 14px 0 RGBA(0,0,0,0.2);
}
.categoryTiles .tile.current {
    font-weight: bold;
}
.categoryTiles .tile span {
    display: block;
    position: absolute;
    left: 70px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}



.rental-wrapper {
    margin: 70px auto 0 auto;
    padding: 0 20px;
    max-width: 1300px;
}
.rental-wrapper .container {
    margin: -30px 0 0 -30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: left;
    justify-content: left;
}
.rental-wrapper .col {
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    padding: 30px 0 0 30px;
}
.rental-wrapper .item {
    display: block;
    background-color: #f7f7f7;
    padding: 0 0 15px 0;
    -webkit-transition: box-shadow 0.2s linear 0s;
    transition: box-shadow 0.2s linear 0s;
}
.rental-wrapper .item figure {
    width: 100%;
    padding-bottom: 70%;
    position: relative;
    border: 3px solid #f7f7f7;
    background: #fff;
}
.rental-wrapper .item figure:before, .rental-wrapper .item figure:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid #d7b369;
    border-width: 5px 0 0 5px;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.rental-wrapper .item figure:after {
    border-width: 0 5px 5px 0;
    z-index: 9;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}
.rental-wrapper .item:hover figure:before, .rental-wrapper .item:hover figure:after {
    height: 100px;
    width: 100px;
    opacity: 1;
}
.rental-wrapper .item img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.rental-wrapper h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 20px 5px 20px;
    color: #000;
}
.rental-wrapper a:hover h3 {
    color: #d7b369;
}

.rental-wrapper .item-price {
    margin: 0 20px;
    color: #d7b369;
    font-weight: bold;
}
.rental-wrapper hr {
    margin: 15px 20px;
    border-style: solid solid solid solid;
    border-width: 0 0 0 0;
    border-radius: 0 0 0 0;
    height: 1px;
    background-color: #e8e8e8;
}
.rental-wrapper .item-info {
    margin: 0 20px 20px 20px;
    color: #b0b0b0;
}
.rental-wrapper .item-info small {
    font-size: 13px;
}
.rental-wrapper .item-info strong {
    font-weight: normal;
    color: #000;
}
.rental-wrapper .btns {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .rental-wrapper .container {
        margin: -20px 0 0 -20px;
    }
    .rental-wrapper .col {
        flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        -webkit-flex-basis: 33.33%;
        padding: 20px 0 0 20px;
    }
}

@media (max-width: 769px) {
    .rental-wrapper .col {
        flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
    }
}

@media (max-width: 479px) {
    .rental-wrapper .col {
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
    }
}


.rentalShow-wrapper {
    margin: 70px auto 0 auto;
    padding: 0 20px;
    max-width: 1300px;
}
.rentalShow-wrapper .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 30px;
}
.rentalShow-wrapper .col-photos {
    flex: 1 0 calc(40% - 30px);
    -webkit-flex: 1 0 calc(40% - 30px);
}
.rentalShow-wrapper .col-content {
    flex: 1 0 60%;
    -webkit-flex: 1 0 60%;
}

@media (max-width: 600px) {
    .rentalShow-wrapper .col-photos {
        flex: 1 0 100%;
        -webkit-flex: 1 0 100%;
    }
    .rentalShow-wrapper .col-content {
        flex: 1 0 100%;
        -webkit-flex: 1 0 100%;
    }

}





.products-wrapper {
    margin: 70px auto 0 auto;
    padding: 0 20px;
    max-width: 1300px;
}
.products-wrapper .container {
    margin: -30px 0 0 -30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: left;
    justify-content: left;
}
.products-wrapper .col {
    flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    padding: 30px 0 0 30px;
}
.products-wrapper .item {
    display: block;
    background-color: #f7f7f7;
    padding: 0 0 1px 0;
    -webkit-transition: box-shadow 0.2s linear 0s;
    transition: box-shadow 0.2s linear 0s;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.products-wrapper .item:before, .products-wrapper .item:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid #d7b369;
    border-width: 5px 0 0 5px;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.products-wrapper .item:after {
    border-width: 0 5px 5px 0;
    z-index: 9;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}
.products-wrapper .item:hover:before, .products-wrapper .item:hover:after {
    height: 100px;
    width: 100px;
    opacity: 1;
}
.products-wrapper .item figure {
    flex-basis: 30%;
    -webkit-flex-basis: 30%;
}
.products-wrapper .item .item-cnt {
    flex-basis: 70%;
    -webkit-flex-basis: 70%;
    padding: 20px;
}
.products-wrapper .item img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.products-wrapper h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #000;
}
.products-wrapper a:hover h3 {
    color: #d7b369;
}
.products-wrapper hr {
    margin: 20px 0;
    border: 0;
    height: 1px;
    background-color: #e8e8e8;
}
.products-wrapper p {
    color: #575757;
}
.products-wrapper .btns {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .products-wrapper .container {
        margin: -20px 0 0 -20px;
    }
    .products-wrapper .col {
        flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        padding: 20px 0 0 20px;
    }
}

@media (max-width: 769px) {
    .products-wrapper .col {
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
    }
}



.productsShow-wrapper {
    margin: 70px auto 0 auto;
    padding: 0 20px;
    max-width: 1300px;
}
.productsShow-wrapper .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 30px;
}
.productsShow-wrapper .col-photos {
    flex: 1 0 calc(40% - 30px);
    -webkit-flex: 1 0 calc(40% - 30px);
}
.productsShow-wrapper .col-content {
    flex: 1 0 60%;
    -webkit-flex: 1 0 60%;
}

@media (max-width: 600px) {
    .productsShow-wrapper .col-photos {
        flex: 1 0 100%;
        -webkit-flex: 1 0 100%;
    }
    .productsShow-wrapper .col-content {
        flex: 1 0 100%;
        -webkit-flex: 1 0 100%;
    }

}



.product-photo {
    text-align: center;
}
.product-photo a {
    display: block;
    border: 1px solid #e8e8e8;
    position: relative;
    width: 100%;
    padding-bottom: 70%;
}
.product-photo img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.product-photo-big {
    margin-bottom: 20px;
}

.product-photo-small {
    position: relative;
    margin-left: -5px;
}
.product-photo-small .item {
    cursor: pointer;
    width: calc(33.333% - 10px);
    float: left;
    margin-left: 15px;
}
.product-photo-small .item:first-child {
    margin-left: 0;
}


.product-price {
    margin: 0 0 20px 0!important;
    color: #d7b369;
    font-weight: bold;
    font-size: 20px;
}
.product-price small {
    font-size: 14px;
}

.product-info small {
    font-size: 13px;
}
.product-info strong {
    font-weight: normal;
    color: #000;
}

.product-contact {
    background: #f7f7f7;
    padding: 20px;
    width: 270px;
    float: right;
    font-size: 14px;
    margin: 0 0 0 20px;
}
.product-contact-phone {
    padding-left: 50px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.product-contact-phone a {
    font-weight: bold;
    font-size: 22px;
}
.icon-phone2 {
    position: absolute;
    left: 0;
    top: 3px;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg id='_28d7dbcâ€¦' data-name='28d7dbcâ€¦' transform='translate(-9.993 -9.449)'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(9.993 9.449)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M16.76-502.443a5.554,5.554,0,0,0-.651.274,24.893,24.893,0,0,0-3.417,2.826c-1.827,1.777-2.618,2.913-2.689,3.868a13.581,13.581,0,0,0,.886,4.5c1.45,3.868,4.256,8.111,8.52,12.848,1.317,1.464,4.7,4.847,6.168,6.162,4.632,4.157,8.763,6.921,12.58,8.4a14.166,14.166,0,0,0,4.915.995,4.991,4.991,0,0,0,2.109-1.151,25.474,25.474,0,0,0,4.57-5.167,2.227,2.227,0,0,0,.243-1.331,1.974,1.974,0,0,0-.212-1.213,2.535,2.535,0,0,0-.431-.6c-.274-.259-7.917-5.332-8.449-5.606a1.821,1.821,0,0,0-1.058-.2c-1.027,0-1.38.141-4.287,1.8l-1.3.736-.744-.556a50.978,50.978,0,0,1-5.354-4.839,50.983,50.983,0,0,1-4.844-5.355l-.564-.744.909-1.589a11.61,11.61,0,0,0,1.575-3.281,2.607,2.607,0,0,0-.133-1.746c-.337-.65-5.534-8.4-5.777-8.6A3.116,3.116,0,0,0,16.76-502.443Zm1.442,1.527c.133.134,2.971,4.385,4.86,7.274.69,1.057.729,1.135.69,1.441a14.286,14.286,0,0,1-1.7,3.39c-.564.987-1.066,1.855-1.105,1.934-.133.235,1.191,2.059,3.01,4.134.439.493,1.834,1.941,3.112,3.21a44.741,44.741,0,0,0,6.4,5.606l.753.509.243-.157c.572-.345,3.135-1.786,3.942-2.216a4.236,4.236,0,0,1,1.254-.5l.384-.047,4.154,2.756c2.289,1.512,4.2,2.811,4.256,2.882a1.153,1.153,0,0,1-.055.995,24.843,24.843,0,0,1-4.711,5.23,1.349,1.349,0,0,1-1.074.29c-3.315,0-8.41-2.6-13.685-6.992a91.221,91.221,0,0,1-10.3-10.287c-4.406-5.277-6.953-10.257-7.008-13.663a1.4,1.4,0,0,1,.212-.971,25.354,25.354,0,0,1,5.1-4.7C17.457-501.111,17.959-501.158,18.2-500.916Z' transform='translate(-9.993 502.552)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.product-contact-msg {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #b6b6b6;
}
.product-contact-msg .btn-thm2 {
    margin-top: 10px;
}

@media (max-width: 979px) {
    .product-contact {
        float: none;
        margin: 0;
        width: 100%;
    }
}


.rentalGroup {
    text-align: left;
    max-width: 1300px;
    margin: 70px auto 0 auto;
    padding: 0 20px;
}
.rentalGroup .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 -30px -30px;
    -webkit-justify-content: center;
    justify-content: center;
}
.rentalGroup .col {
    flex: 1 0 33.333%;
    -webkit-flex: 1 0 33.333%;
    padding: 0 0 30px 30px;
}
.rentalGroup .item {
    height: 100%;
    padding: 24px 20px 20px 80px;
    position: relative;
    background-color: #f7f7f7;
    -webkit-transition: box-shadow 0.3s linear 0s;
    transition: box-shadow 0.3s linear 0s;
}
.rentalGroup .item:hover {
    box-shadow: 0 0 14px 0 RGBA(0,0,0,0.2);
}
.rentalGroup h3 {
    margin: 0;
    text-align: left;
    font-size: 18px;
}

.rentalGroup a.link {
    margin: 0;
}
@media (max-width: 850px) {
    .rentalGroup .col {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
    }
}

@media (max-width: 630px) {
    .rentalGroup .col {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
    }
}



.footer-wrapper {
    margin: 70px auto 0 auto;
    background-color: #000000;
}

.footer {
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 20px;
    color: #919191;
    line-height: 1.5em;
}
.footer a {
    color: #919191;
}
.footer p {
    margin: 10px 0;
}
.footer .label {
    width: 60px;
    color: inherit;
}
.footer .footer-contact1 {
    float: left;
    width: 25%;
}
.footer .footer-contact2 {
    float: left;
    width: 25%;
    line-height: 1.7em;
}
.footer .footer-create {
    float: right;
    font-size: 12px;
}
.footer h4 {
    font-size: 16px;
    color: #e3e3e3;
    margin: 20px 0 20px 0;
    line-height: 1.2em;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
}
.footer .footer-media {
    width: 20%;
    float: right;
    text-align: right;
}
.footer .footer-media h4 {
    text-align: right;
}
.footer .footer-copy {
    width: 50%;
    float: left;
    clear: both;
    font-size: 12px;
}
.footer hr {
    margin: 20px 0;
    border-style: solid solid solid solid;
    border-width: 0 0 0 0;
    border-radius: 0 0 0 0;
    height: 1px;
    background-color: RGBA(255,255,255,0.3);
    clear: both;
    float: left;
    width: 100%;
}
.footer .icon-fb {
    opacity: 0.6;
}
.footer .icon-fb:hover {
    opacity: 1;
}
.footer .icon-fb:before {
    background-size: contain;
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 512 512"><path d="M480,257.35c0-123.7-100.3-224-224-224s-224,100.3-224,224c0,111.8,81.9,204.47,189,221.29V322.12H164.11V257.35H221V208c0-56.13,33.45-87.16,84.61-87.16,24.51,0,50.15,4.38,50.15,4.38v55.13H327.5c-27.81,0-36.51,17.26-36.51,35v42h62.12l-9.92,64.77H291V478.66C398.1,461.85,480,369.18,480,257.35Z" fill-rule="evenodd" fill="%23ffffff"/></svg>');
    top: 0;
    left: 0;
}
.footer .icon-insta {
    margin: 0 10px 0 10px;
    opacity: 0.6;
}
.footer .icon-insta:hover {
    opacity: 1;
}
.footer .icon-insta:before {
    background-size: contain;
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5_logos</title><path fill="%23ffffff" d="M349.33,69.33a93.62,93.62,0,0,1,93.34,93.34V349.33a93.62,93.62,0,0,1-93.34,93.34H162.67a93.62,93.62,0,0,1-93.34-93.34V162.67a93.62,93.62,0,0,1,93.34-93.34H349.33m0-37.33H162.67C90.8,32,32,90.8,32,162.67V349.33C32,421.2,90.8,480,162.67,480H349.33C421.2,480,480,421.2,480,349.33V162.67C480,90.8,421.2,32,349.33,32Z"/><path fill="%23ffffff" d="M377.33,162.67a28,28,0,1,1,28-28A27.94,27.94,0,0,1,377.33,162.67Z"/><path fill="%23ffffff" d="M256,181.33A74.67,74.67,0,1,1,181.33,256,74.75,74.75,0,0,1,256,181.33M256,144A112,112,0,1,0,368,256,112,112,0,0,0,256,144Z"/></svg>');
    top: 0;
    left: 0;
}
.footer .icon-yt {
    opacity: 0.6;
}
.footer .icon-yt:hover {
    opacity: 1;
}
.footer .icon-yt:before {
    background-size: contain;
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M15.841 4.8c0 0-0.156-1.103-0.637-1.587-0.609-0.637-1.291-0.641-1.603-0.678-2.237-0.163-5.597-0.163-5.597-0.163h-0.006c0 0-3.359 0-5.597 0.163-0.313 0.038-0.994 0.041-1.603 0.678-0.481 0.484-0.634 1.587-0.634 1.587s-0.159 1.294-0.159 2.591v1.213c0 1.294 0.159 2.591 0.159 2.591s0.156 1.103 0.634 1.588c0.609 0.637 1.409 0.616 1.766 0.684 1.281 0.122 5.441 0.159 5.441 0.159s3.363-0.006 5.6-0.166c0.313-0.037 0.994-0.041 1.603-0.678 0.481-0.484 0.637-1.588 0.637-1.588s0.159-1.294 0.159-2.591v-1.213c-0.003-1.294-0.162-2.591-0.162-2.591zM6.347 10.075v-4.497l4.322 2.256-4.322 2.241z"/></svg>');
    top: 0;
    left: 0;
}
.footer .icon-phone:before {
    background-size: contain;
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23919191" d="M11 10c-1 1-1 2-2 2s-2-1-3-2-2-2-2-3 1-1 2-2-2-4-3-4-3 3-3 3c0 2 2.055 6.055 4 8s6 4 8 4c0 0 3-2 3-3s-3-4-4-3z"/></svg>');
    top: 0;
    left: 0;
}
.footer .icon-phone {
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    vertical-align: -4px;
}
.footer .icon-email:before {
    background-size: contain;
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-o</title><path fill="%23919191" d="M424,80H88a56.06,56.06,0,0,0-56,56V376a56.06,56.06,0,0,0,56,56H424a56.06,56.06,0,0,0,56-56V136A56.06,56.06,0,0,0,424,80Zm-14.18,92.63-144,112a16,16,0,0,1-19.64,0l-144-112a16,16,0,1,1,19.64-25.26L256,251.73,390.18,147.37a16,16,0,0,1,19.64,25.26Z"/></svg>');
    top: 0;
    left: 0;
}
.footer .icon-email {
    margin: 0 3px 0 0;
    width: 18px;
    height: 18px;
    vertical-align: -4px;
}
.footer .icon-location:before {
    background-size: contain;
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23919191" d="M8 0c-2.761 0-5 2.239-5 5 0 5 5 11 5 11s5-6 5-11c0-2.761-2.239-5-5-5zM8 8c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z"/></svg>');
    top: 0;
    left: 0;
}

@media (max-width: 979px) {
    .footer .footer-contact1, .footer .footer-contact2 {
        width: 33.333%;
    }
    .footer .footer-media {
        width: 100%;
        margin: 20px 0 0 0;
        text-align: left;
    }
    .footer .footer-media h4 {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .footer .footer-contact1 {
        width: 50%;
    }
    .footer .footer-contact2 {
        width: 50%;
    }
    .footer .footer-media {
        width: 100%;
        margin: 20px 0 0 0;
        text-align: left;
    }
}

@media (max-width: 550px) {
    .footer .footer-contact1 {
        float: none;
        width: 100%;
    }
    .footer .footer-contact2 {
        float: none;
        width: 100%;
        margin: 30px 0 0 0;
    }
}

@media (max-width: 479px) {
    .footer .footer-copy {
        clear: both;
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer .footer-create {
        clear: both;
        float: none;
        width: 100%;
        text-align: center;
    }
}



.sub-wrapper {
    max-width: 1300px;
    margin: 70px auto 0 auto;
    padding: 0 20px;
}


.contact-wrapper {
    margin: 70px auto 0 auto;
    padding: 0 20px;
    max-width: 1300px;
}
.contact-wrapper .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 40px;
}
.contact-wrapper .col {
    flex: 1 0 calc(50% - 20px);
    -webkit-flex: 1 0 calc(50% - 20px);
}

.contact-map {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .contact-wrapper .col {
        flex: 1 0 100%;
        -webkit-flex: 1 0 100%;
    }
}



/***************************************************
podstrona - galeria
***************************************************/


.gallery-wrapper article h3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.gallery-wrapper article img {
    width: 100%;
    display: block;
}

/***************************************************
moduł - news
***************************************************/


.news-item {
    height: 100%;
    padding-bottom: 50px;
    margin-bottom: 20px;
    position: relative;
}
.news-item figure {
}
.news-item figure img {
    display: block;
    width: 100%;
}
.news-item time {
    color: #c5c5c5;
    margin: 10px 0;
    display: block;
}
.news-item .news-name {
    margin: 10px 0 20px 0;
    font-size: 18px;
    font-weight: 600;
}
.news-item .btn {
    position: absolute;
    bottom: 20px;
    left: 0;
}

.newsShow-wrapper h1 {
    margin: 10px 0;
}
.newsShow-wrapper time {
    color: #c5c5c5;
    margin: 10px 0;
    display: block;
}
.newsShow-wrapper img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}


.news-category {
    margin-bottom: 50px;
}
.news-category ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.news-category ul li {
    display: inline-block;
    margin: 0 5px 10px 0;
}
.news-category ul li a {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #fff;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;

    background: #58ab4d;

    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
.news-category ul li a:hover, .news-category ul li.current a {
    background: #2b633c;
    color: #fff;
}
