/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/css/style.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section, summary {
	display: block;
}

b, strong {
	font-weight: 700 !important;
}

body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

input, select, textarea, button {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

a {
	color: #8b0306;
	font-weight: 400;
}

a:hover {
	text-decoration: none;
	color: #000;
}

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

.grid img {
	padding-bottom: 10px;
	margin: 0 auto;
}

.grid a {
	font-size: 24px;
	font-weight: 400;
}

#myCarousel {
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100%;
}

#myCarousel .carousel-inner img {
	width: 100%;
}

.btnContact {
	height: 40px;
	width: 100%;
}

.whiteBox {
	background: url("../images/headerBg.png");
	overflow: hidden;
	padding: 10px;
	margin: 15px 0 30px 0;
}

@media ( min-width : 770px) {
	header {
		display: block;
		margin-bottom: 26px;
		height: 180px;
		border-bottom: 1px solid #8b0306;
		background: url("../images/headerBg.png");
	}
	#logo {
		background: #fff;
		display: block;
		border-radius: 0 0 10px 10px;
		width: 201px;
		height: 186px;
		box-shadow: 4px 8px 7px 0px rgba(24, 23, 27, 0.75);
	}
	#logo img {
		padding: 5px 0;
	}
	.navbar-default {
		background: none;
		border: 0 none;
	}
	.language {
		margin-top: 20px;
		float: right;
		clear: both;
	}
	.language a {
		color: #000000;
		font-size: 24px;
		font-weight: 300;
		text-align: left;
	}
	.language .active a {
		font-weight: 700;
	}
	.language li {
		border-left: 2px solid #000;
		margin: 0;
		padding: 0 10px;
		float: left;
	}
	.language li:FIRST-CHILD {
		border: none;
	}
	#quickPhone {
		padding-top: 2px;
		padding-right: 5px;
		display: block;
		overflow: hidden;
		color: #fff;
		background: #8b0306;
		height: 32px;
		font-size: 24px;
		font-weight: 400;
		clear: both;
		float: right;
		margin-top: 30px;
	}
	#quickPhone span {
		font-weight: 300;
	}
	#quickPhone img {
		border: 1px solid #fff;
		padding: 8px 5px;
		margin-top: -2px;
		border-top: 0px none;
		border-bottom: 0px none;
		float: left;
		margin-right: 10px;
	}
	.navbar li a, #footerMenu li a {
		padding: 0 0 0 40px;
		float: left;
	}
	#footerMenu li a {
		color: #fff;
		font-size: 18px;
		font-weight: 300;
		text-align: left;
		margin-top: 4px;
		padding: 0 40px 0 0;
	}
	.navbar li.active a {
		font-weight: 700;
		background: none !important;
	}
	.navbar {
		background: none;
		border: 0 none;
		clear: both;
		float: right;
		margin: 40px 0 0 0;
		padding: 0;
	}
}

#underCategory {
	background: #8b0306 url('../images/underMenuImg.png') center right
		no-repeat;
	font-size: 24px;
	font-weight: 400;
	overflow: hidden;
	padding: 5px 10px;
}

#underCategory li {
	float: left;
	border-left: 2px solid #fff;
}

#underCategory li:FIRST-CHILD {
	border-left: 0px solid #fff;
}

#underCategory li a {
	color: #ffffff;
	padding: 0 15px 0 15px;
}

#underCategory li:FIRST-CHILD a {
	padding: 0 15px 0 0;
}

@media ( max-width : 990px) {
	.language {
		display: block;
		position: relative;
		z-index: 99;
		padding-left: 10px;
	}
	.language:before {
		content: 'Język :';
		float: left;
		padding: 20px 0 0;
		font-weight: bold;
	}
	#footerMenu li, header .navbar li {
		list-style: none;
	}
	#footerMenu li a {
		color: #fff;
	}
	footer {
		margin-top: 20px;
		padding-bottom: 20px;
		overflow: hidden;
		height: auto !important;
	}
	#dna {
		text-align: right;
	}
	.contactBox {
		margin: 20px 0;
		padding: 0;
	}
	.contactBox  form>div {
		padding: 0;
	}
}

}
.navbar-nav>li>a {
	padding: 0;
}

.breadcrumb {
	background: none;
	margin: 0 0 10px;
	padding: 0;
}

.clearBox {
	clear: both;
}

h2 {
	font-weight: bold;
	color: #52a5b3;
	margin-bottom: 5px;
}

h1 {
	color: #8b0306;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}

footer {
	background: #000;
	padding: 5px;
	margin: 5px 0;
	position: absolute;
	width: 100%;
}

#dna img {
	display: block;
	float: right;
}

#gallery li {
	margin-top: 20px;
	margin-bottom: 30px;
}

#pagination {
	text-align: center;
}

#message {
	width: 100%;
}

#myModal   .input-group {
	width: 100%;
}

#myModal label {
	font-weight: bold;
	margin-bottom: 5px;
}

#openFB {
	position: fixed;
	top: 250px;
	background: url('../images/fbbg.png') no-repeat;
	padding: 5px 13px;
	width: 360px;
	height: 240px;
}

.hideInput {
	display: none;
}

@media ( max-width : 769px) {
	header {
		background: rgba(0, 0, 0, 0) url("../images/headerBg.png") repeat scroll
			0 0;
		border-bottom: 1px solid #8b0306;
		
		margin-bottom: 30px;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
		.navbar-default .navbar-nav>.active>a:hover {
		background: none;
	}
	footer {
		padding: 10px;
	}
	#footerMenu li {
		width: 100%;
		margin-top: 5px;
	}
	.language, #quickPhone {
		clear: both;
		display: block;
		margin: 10px 0;
		overflow: hidden;
	}
	#quickPhone img {
		display: none;
	}
	.language {
		padding: 0;
	}
	.language::before {
		padding: 0 20px 0 0;
	}
	#quickPhone span {
		font-weight: bold;
	}
	.language li {
		float: left;
		margin: 0 10px;
	}
	.navbar.navbar-default {
		background: none;
		border: 0 none;
	}
	.navbar-collapse {
		border: 0 none;
		padding: 0;
	}
	#logo {
		display: block;
		padding: 10px; overflow : hidden;
		background: #fff;
		display: block;
		border-radius: 0 0 10px 10px;
		box-shadow: 4px 8px 7px 0px rgba(24, 23, 27, 0.75);
		overflow: hidden;
	}
	.nav>li>a {
		color: #000 !important;
		padding: 0;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-toggle, .icon-bar {
		border: 1px solid #000 !important;
	}
	.navbar-header::before {
		content: "Menu :";
		float: left;
		font-size: 20px;
		font-weight: bold;
		line-height: 40px;
	}
}