body {
	background: #fff;
	font-family: 'Trebuchet MS';
	margin: 0;
}

a {
	color: #107edf;
}

.header-container {
	padding-top: 25px;
}

.header {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
}

.header-container.fixed {
	position: fixed;
	background: #fff;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	border-bottom: 2px solid #f2f2f2;
}

/*.header-container.fixed {
	margin-top: 96px;
}

.header-container.fixed .header-fixed {
	position: fixed;
	background: #fff;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
}

@media(max-width: 992px) {
	.header-container.fixed .header-fixed {
		position: static;
	}
	.header-container.fixed {
		margin-top: 0;
	}
}
*/
.header::after {
	content: " ";
	display: table;
}

.logo {
	width: 35%;
	float: left;
}

.info {
	width: 65%;
	float: left;
	font-size: 21px;
	color: #000;
	font-family: 'Helvetica BQ';
}

.info .info-box {
	width: 33.3%;
	float: left;
	opacity: 0.7;
}

.info .info-box:hover {
	opacity: 1;
}

.info .info-box::after {
	content: " ";
	display: table;
}

.info .info-box .img {
	width: 18%;
	float: left;
}

.info .info-box .description {
	width: 82%;
	float: left;
	color: inherit;
	text-decoration: none;
}

.info span {
	color: #a0a0a2;
	font-size: 17px;
}

.info .red {
	color: #cc272d;
	font-size: 15px;
	margin-left: 25px;
	display: block;
}

@media (max-width: 660px) {
	.info .info-box {
		/*width: 60%;*/
		width: 270px;
		clear: both;
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;
		padding-left: 25px;
	}

	.navbar .navbar-toggle {
		margin-top: 0;
	}
}

.menu-wrapper {
	display: block;
	clear: both;
	height: 55px;
	margin: 20px 0 25px 0;
	border-bottom: 2px solid #f2f2f2;
}

.menu {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	height: 55px;
	text-align: center;
}

.navbar-default {
	background: none;
	border: none;
}

.menu ul {
	float: none;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.menu li {
	float: left;
	margin-right: 5px;
}

.menu li:last-child {
	margin-right: 0;
}

.navbar-collapse {
	padding: 0;
}

.navbar-default .navbar-nav > li > a {
	display: block;
	color: #a0a0a2;
	font-size: 21px;
	text-decoration: none;
	padding: 17px 21px 16px 21px;
	font-family: 'Helvetica BQ';
	border-bottom: 2px solid #f2f2f2;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background: none;
	color: #000;
	border-bottom-color: #cd2c34;
}

.navbar-default .navbar-nav > li > a .icon-home {
	display: block;
	width: 25px;
	height: 20px;
	background: url('../img/icons/home.png') no-repeat center;
}

.navbar-default .navbar-nav > li > a:hover .icon-home,
.navbar-default .navbar-nav > li > a:focus .icon-home,
.navbar-default .navbar-nav > .active > a .icon-home, 
.navbar-default .navbar-nav > .active > a:hover .icon-home, 
.navbar-default .navbar-nav > .active > a:focus .icon-home {
	background: url('../img/icons/home_hover.png') no-repeat center;
}

.content {
	display: block;
	clear: both;
}

.slider-wrapper {
	position: relative;
	width: 100%;
	clear: both;
	height: 431px;
	margin-top: -25px;
	border-bottom: 2px solid #f2f2f2;
}

.slider {
	max-width: 1200px;
	margin: 0 auto;
	height: 431px;
}

.banner {
	position: relative;
	overflow: hidden;
	height: 431px !important;
}

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

.slides::after {
	height: 1px;
	clear: both;
	content: " ";
	display: table;
}

.slides li {
	float: left;
	height: 431px;
	position: relative;
	font-family: 'Trebuchet MS';
	background: no-repeat center;
	/*background-size: 100%;*/
}

.slides li h1 {
	color: #d20027;
	font-size: 40px;
	vertical-align: middle;
	margin-top: 80px;
	font-weight: 400;
	margin-left: 30px;
}

.slides li h1 img {
	margin-top: -13px;
}

.slides li h2 {
	font-size: 25px;
	color: #5f5f5f;
	margin-left: 30px;
}

.slides .button {
	display: block;
	float: left;
	min-width: 175px;
	text-align: center;
	padding: 10px 15px;
	background: #0f7ede;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	font-family: 'Trebuchet MS';
	margin: 20px 0 0 30px;
}

.slides .button:hover {
	background: #1066b1;
	text-decoration: none;
}

@media(max-width: 767px) {
	.slides li {
		background-position: 65%;
	}
	.slides li h1 {
		font-size: 25px;
		/*margin-top: 40px;*/
	}
	.slides li h1 img {
		width: 192px;
	}
	.slides li h2 {
		font-size: 18px;
	}
	.slides .button {
		min-width: 140px;
		font-size: 15px;
		padding: 7px 15px;
	}
}

.box {
	max-width: 1200px;
	margin: 0 auto;
}

.box .container-fluid {
	padding: 0 15px;
}

.box h1 {
	padding: 15px 15px 15px 25px;
	font-size: 25px;
	margin-bottom: 25px;
	color: #a1a1a3;
	margin: 20px 15px 10px 15px;
	font-style: italic;
	font-family: 'Trebuchet MS';
	background: url('../img/strzalka.png') no-repeat left center;
}

.box h2 {
	font-size: 17px;
	color: #cc262e;
	background: #f2f2f2;
	padding: 15px;
	margin: 0;
}

.box .product p {
	color: #000;
	font-size: 15px;
	padding: 10px;
	margin: 0;
	text-align: justify;
}

.box .product p, .box h2 {
	opacity: 0.7;
}

.box .product:hover p, .box .product:hover h2 {
	opacity: 1;
}

.box .boxes {
	text-align: center;
	margin-bottom: 45px;
}

.box .button {
	width: 256px;
	height: 38px;
	color: #a1a1a3;
	line-height: 38px;
	text-align: center;
	font-size: 21px;
	cursor: pointer;
	margin-bottom: 15px;
	display: inline-block;
	margin-right: 5px;
	background: url('../img/button.png') no-repeat center;
}

.box .button:hover {
	color: #fff;
	text-decoration: none;
	background: url('../img/button_hover.png') no-repeat center;
}

.box .product {
	border-radius: 3px;
	margin-bottom: 25px;
}

.box .product:hover a {
	text-decoration: none;
}

.box .product img {
	width: 100%;
}

.box .product .img {
	overflow: hidden;
	position: relative;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.box .product .img:hover .img-second {
	opacity: 1;
}

.box .product .img-second {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;

	-webkit-transition: 0.15s linear opacity;
	-o-transition: 0.15s linear opacity;
	-ms-transition: 0.15s linear opacity;
	-moz-transition: 0.15s linear opacity;
	transition: 0.15s linear opacity;
}

.box .product div {
	border: 1px solid #cecece;
	border-top: none;
	border-radius: 0 0 3px 3px;

	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.15);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,.15);
}

.box .product .link {
	margin-top: 25px;
	display: block;
	color: #107edf;
}

.box .product:hover .link {
	/*color: #000;*/
	text-decoration: none;
}

.box .product.no-image div {
	border-top: 1px solid #cecece;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.box .product.no-image h2 {
	line-height: 1.3em;
}

.box .product h2 .label {
	background-color: #DC0014;
	float: left;
	margin-right: 5px;
	padding: .4em .6em .4em;
}

.box .partners {
	text-align: center;
}

.box .partner {
	min-width: 175px;
	display: inline-block;
}

.box .partner img {
	-webkit-transition: 0.15s ease-in-out all;
	-o-transition: 0.15s ease-in-out all;
	-ms-transition: 0.15s ease-in-out all;
	-moz-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;

	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}

.box .partner img:hover,
.box .partner.active img {
	cursor: pointer;

	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

.about-wrapper {
	width: 100%;
	clear: both;
	position: relative;
	margin: 45px 0;
}

.about {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

h3 {
	margin: 50px 0 30px 0;
	font-size: 21px;
	color: #a1a1a3;
}

h3 img {
	margin-right: 10px;
}

.about span {
	display: block;
	font-size: 15px;
	font-style: italic;
	line-height: 25px;
	color: #a1a1a3;
	padding: 0 25px;
	margin: 0 0 50px 0;
}

.box h3 {
	margin: 0 0 15px -55px;
}

.box .kontakt {
	font-size: 15px;
	color: #6D6D6E;
	font-style: italic;
	margin-bottom: 50px;
}

.nav-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0 15px;
}

.nav-tabs > li > a {
	color: #000;
	font-family: 'Helvetica BQ';
	font-size: 17px;
	padding: 20px 25px;
	margin-right: 10px;
}

.nav-tabs {
	border-color: #cecece;
	padding-left: 25.5%;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	border-color: #cecece;
	border-bottom: 1px solid #fff;
	border-top: 3px solid #a0a0a2;
	color: #000;
}

.nav-smaller .nav-tabs > li > a {
	font-size: 15px;
	padding: 20px 15px;
}

body ul.nav-pills {
	padding-right: 5px;
}

.nav-pills > li > a {
	background: none;
	color: #000;
	font-size: 17px;
	font-family: 'Helvetica BQ';
	border-radius: 2px;
	border: none;
}

.nav-pills > li > a:focus {
	background: none;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
	background: none;
	color: inherit;
	/*color: #cc272d;*/
	/*border: 1px solid #d0d0d0;*/
}

.nav-pills > li.active > a:hover {
	background: #eee;
}

.nav-pills span {
	float: right;
	font-size: 12px;
	line-height: 25px;
}

.nav-pills li.active .icon-closed {
	display: none;
}

.nav-pills li .icon-open {
	display: none;
}

.nav-pills li.active .icon-open {
	display: inline-block;
}

.nav-pills li.active .nav {
	/*display: block;*/
}

.nav-pills .nav {
	padding-left: 30px;
	display: none;
}

.nav-pills .nav > li {
	margin-bottom: 0;
	display: list-item;
	list-style: circle;
	list-style-position: inside;
}

.nav-pills .nav > li > a {
	padding: 5px 15px;
	color: #4D4D4D;
}

.nav-pills .nav > li > a:hover {
	background: none;
	background-color: #eee;
	border-radius: 2px;
}

.nav-pills .nav > li.active > a,
.nav-pills .nav > li.active > a:hover, 
.nav-pills .nav > li.active > a:focus {
	/*background: none;*/
	color: #cc272d;
	/*border: 1px solid #d0d0d0;*/
}

.product-info .photo {
	width: 30%;
	padding: 25px 0;
	float: left;
	border: 1px solid #e0e0e0;
	text-align: center;
	overflow: hidden;
}

.product-info .description {
	width: 68%;
	float: right;
	border: 1px solid #e0e0e0;
	border-bottom: none;
}

.product-info .description .row {
	border-bottom: 1px solid #e2e2e2;
	font-size: 15px;
	margin: 0;
	color: #a0a0a2;
}

.product-info .description .row div {
	padding: 12px 0;
	text-align: center;
}

.product-info .description .row div:first-child {
	text-align: left;
	padding-left: 25px;
}

.product-info .description .title {
	font-size: 15px;
	color: #000;
	background: #f2f2f2;
}

.product-info .description .row span {
	color: #000;

}

.product-info .description .row span img {
	margin-right: 0;
}

.product-info .description .row .label-bestokna {
	color: #fff;
	background: #107edf;
	font-size: 15px;
	font-weight: 400;
}

.product-description::after,
.product-description::before,
.product-info::after,
.product-info::before {
	content: " ";
	display: block;
	clear: both;
}

.product-description .text {
	display: block;
	clear: both;
	margin-top: 25px;
	color: #000;
	font-size: 15px;
	line-height: 20px;
}

.product-description .text img {
	max-width: 100%;
}

.product-description h1 {
	font-size: 21px;
}

.product-description p {
	padding: 0 15px 0 15px;
	margin: 0 0 25px 0;
	text-align: justify;
}

.product-description ul {
	margin: 0;
	padding: 0 15px 0 30px;
	/*color: #898989;*/
}

.product-description li {
	margin-bottom: 10px;
}

.product-description li span {
	color: #000;
}

.product-description .colors {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 15px;
	text-align: left;
}

.product-description .colors li {
	display: inline-block;
	text-align: center;
	width: 109px;
	margin: 0 6px 10px 0;
	vertical-align: top;
	padding: 0;
	position: relative;
	min-height: 135px;
}

.product-description .colors li img {
	width: 109px;
}

.product-description .colors li span {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #a0a0a2;
	font-style: italic;
	padding: 0;
	margin-top: 10px;
}

form .row {
	margin-bottom: 20px;
}

form input,
form textarea {
	border-radius: 0;
	border: 1px solid #dddddd;
	padding: 8px;
	font-size: 14px;
	box-shadow: 0 1px 4px #efefef inset;
}

form input:focus,
form textarea:focus {
	border-color: #cccccc;
	background: #fafafa;
	box-shadow: 0 0 5px #e9e9e9;
	outline: none;
}

form textarea {
	min-height: 100px;
}

form label {
	display: block;
	line-height: 38px;
	/*font-family: 'Helvetica BQ';*/
	font-weight: normal;
}

form .button-blue {
	width: auto;
	background: #107edf;
	border: none;
	color: #fff;
	font-size: 15px;
	padding: 5px 25px;
	float: right;
	box-shadow: none;
	border-radius: 5px;
}

.form-error {
	color: #CB2A2A;
}

.product-info table,
.text table {
	border: 1px solid #c7c7c7;
}

.product-info table th,
.text table th {
	font-size: 11px;
	border-bottom: 1px solid #c7c7c7 !important;
	color: #000;
	text-align: center;
	background: #f2f2f2;
}

.product-info table td,
.text table td {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	vertical-align: middle !important;
}

.product-info table td:first-child,
.text table td:first-child {
	text-align: left;
}

.product-info table .striped,
.text table .striped {
	border-left: 1px solid #c7c7c7;
}

table.rolety td {
	font-weight: normal;
}

table.rolety th {
	font-size: 15px;
	font-weight: normal;
}

table.rolety th:first-child,
table.rolety td:first-child {
	color: #a0a0a2;
	text-align: center;
}

.product-info img {
	vertical-align: top;
}

.text .container-fluid {
	padding: 0;
}

.text .container-fluid h1 {
	margin: 20px 0 10px 0;
}

.text .row {
	margin: 0;
}

.product-info h4 {
	font-size: 21px;
	font-weight: normal;
	color: #000;
	padding: 0 0 20px 0;
	float: left;
	margin: 0 15px 0 15px;
	border-bottom: 1px solid #a0a0a2;
}

.product-info h5 {
	font-size: 15px;
	clear: both;
	color: #000;
	padding: 25px 15px;
	margin: 0;
}

.product-info .right {
	text-align: right;
}

.product-info .right h4 {
	float: right;
}

.text .cennik,
.product-info .cennik {
	border: 1px solid #e7e7e7;
}

.text .cennik td,
.product-info .cennik td {
	text-align: right;
	padding: 2px 10px;
	border-left: 1px solid #e7e7e7;
}

.text .cennik th,
.product-info .cennik th {
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px solid #e7e7e7 !important;
	border-left: 1px solid #e7e7e7;
}

.product-info .cennik td:first-child,
.text .cennik td:first-child {
	text-align: right;
}

.table-responsive {
	border: none;
}

.wycena {
	display: block;
	border: 1px solid #cecece;
	padding: 15px;
}

.wycena h4 {
	font-size: 19px;
	font-weight: bold;
	float: none;
}

.wycena h4 .wycena-right {
	color: #a0a0a2;
	float: right;
}

.wycena .price {
	display: block;
	color: #a0a0a2;
	font-size: 19px;
	font-weight: bold;
	padding: 0;
	margin: 15px 15px 0 15px;
}

.wycena .price span {
	float: right;
	color: #000;
}

.wycena p {
	text-align: center;
	margin: 15px 0;
	font-size: 14px;
}

.wycena .button-blue,
.wycena .button {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	background: #107edf;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	width: 200px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.wycena .button {
	background: #a0a0a2;
	height: auto;
	line-height: 24px;
}

.wycena .button:hover {
	background: #a0a0a2;
}

.window-summary {
	display: none;
}

.window-summary table {
	width: 100%;
	border: 0;
}

.window-summary table th {
	background: none;
	text-align: right;
	border: 0 !important;
	font-size: 15px;
}

.window-summary table td {
	font-size: 15px;
}

.cennik-div .row {
	margin: 0 0 10px 0;
}

.cennik-div {
	margin-bottom: 50px;
}

.cennik-div .cennik-header {
	position: relative;
	border: 1px solid #cecece;
	text-align: center;
	padding: 15px 0 0 0;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 25px;
	min-height: 250px;
}

.cennik-div .cennik-header h5 {
	background: #f2f2f2;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 0;
	color: #000;
	font-size: 15px;
	padding: 10px;
	margin: 15px 0 0 0;
}

.cennik-div .cennik-content label {
	width: 65%;
	float: left;
	color: #a0a0a2;
	font-weight: normal;
	text-align: right;
	line-height: 30px;
	padding-right: 5px;
}

.cennik-div .cennik-content input,
.cennik-div .cennik-content select {
	width: 35%;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	text-align: right;
	padding: 5px;
	float: right;
}

.cennik-div .cennik-content .radio-butt {
	line-height: 30px;
}

.cennik-div .cennik-content .radio {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.cennik-div .windo-content span {
	color: #a0a0a2;
	padding: 5px 0;
}

.cennik-div .button-blue {
	display: block;
	color: #fff;
	font-size: 15px;
	float: right;
	background: #107edf;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	margin-bottom: 15px;
}


.footer-wrapper {
	position: relative;
	display: block;
	width: 100%;
	background: #e6e5e5;
	color: #afafaf;
	font-size: 17px;
	font-family: 'Calibri';
	margin: 25px 0 0 0;
	font-style: italic;
}

.footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer p {
	margin: 0;
	padding: 25px 0;
}

.footer a {
	color: inherit;
}

.dotted {
	display: block;
	position: absolute;
	background: url('../img/przerywana_linia.png') repeat-x center;
	height: 3px;
	width: 100%;
	top: -2px;
	left: -4px;
	z-index: 15;
}

.dotted.normal {
	position: relative;
	top: 0;
	margin-top: 30px;
	clear: both;
}

.dotted.bottom {
	bottom: 2px;
	top: auto;
}

.no-border {
	border: none !important;
	font-size: 15px;
}

.no-border,
.product-info h1 {
	/*clear: both;*/
	margin-top: 0;
}


.responsive-map {
	margin-right: 35px;
}

.responsive-map iframe {
	width: 100%;
}

@media (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a {
		padding: 17px 15px 16px 15px;
	}
}

@media (max-width: 1100px) {
	.navbar-default .navbar-nav > li > a {
		padding: 17px 10px 16px 10px;
	}
}


@media (max-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		padding: 17px 5px 16px 5px;
	}

	.logo {
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}

	.info {
		width: 100%;
	}

	.menu-wrapper,
	.menu {
		height: 55px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 18px;
	}

	.product-description {
		margin-bottom: 25px;
	}

	.nav-tabs {
		padding-left: 15px;
	}

	.responsive-map { margin-right: 0; }
}

@media (max-width: 767px) {
	.menu-wrapper,
	.menu {
		height: auto;
	}

	.menu-wrapper {
		margin: 0;
	}

	.navbar {
		margin-bottom: 17px;
	}

	.navbar-default .navbar-nav > li {
		display: block;
		width: 100%;
		text-align: center;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 15px;
	}

	.navbar-default .navbar-nav > li > a .icon-home {
		margin: 0 auto;
	}

	.product-info .photo {
		width: 100%;
		margin-bottom: 25px;
	}

	.product-info .description {
		width: 100%;
	}

	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
		text-align: center;
	}

	.navbar-toggle {
		float: none;
		margin: 15px 0 15px 0;
	}

	.footer p {
		text-align: center;
		padding: 10px 0;
	}
}

@font-face {
    font-family: 'Helvetica BQ';
    src: url('../fonts/HelveticaBQ-Light.otf');
}


.product-description .label-bestokna {
	color: #fff;
	background: #107edf;
	font-size: 15px;
	font-weight: 400;
}

.slider-element {
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.slider-element img {
	width: 90%;
}

.product-description .przetloczenia {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 15px;
	text-align: left;
}

.product-description .przetloczenia li {
	display: inline-block;
	text-align: center;
	width: 270px;
	margin: 0 6px 10px 0;
	vertical-align: top;
	padding: 0;
	position: relative;
	min-height: 135px;
}

.product-description .przetloczenia li img {
	width: 270px;
}

.product-description .przetloczenia li span {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #a0a0a2;
	font-style: italic;
	padding: 0;
	margin-top: 10px;
}