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,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ul {
	list-style: none;
}

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

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

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

blockquote,q {
	quotes: "" "";
}

@font-face {
	font-family: 'TeXGyreAdventorRegular';
	src: url('../fonts/texgyreadventor-regular-webfont.eot');
	src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
		url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
		url('../fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TeXGyreAdventorBold';
	src: url('../fonts/texgyreadventor-bold-webfont.eot');
	src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
		url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
		url('../fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	min-height: 100%;
}

body {
	font: 12px/150% Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #bfd6ff;
	background: #123880 url(../images/body_bg.png) no-repeat 50% 100%;
}

.clear {
	width: 100%;
	height: 1px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	clear: both;
}

.t-center {
	text-align: center;
}

a {
	text-decoration: none;
	color: #7facff;
}

.content-col a {
	text-decoration: underline;
}

.content-col a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: TeXGyreAdventorRegular, Arial, Helvetica, sans-serif;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

button.blue, button.btn, input.modns.button {
	width: 135px;
	height: 34px;
	padding: 0 0 4px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #1f3a6d;
	background: url(../images/blue.png) no-repeat 0 0;
}

button.blue:hover, button.btn:hover {
	background-position: 0 -34px;
}

ul.messages {
	margin: 15px 0 !important;
	padding: 10px !important;
	background-color: #fff !important;
	border: 3px solid #5b9eff !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

ul.messages li {
	padding-left: 23px !important;
	line-height: 150%;
	background-repeat: no-repeat !important;
	background-position: 0 50% !important;
	list-style-type: none !important;
	color: #333;
}

ul.messages li.success {
	background-image: url(../images/icons/accept.png) !important;
}

ul.messages li.error {
	background-image: url(../images/icons/exclamation.png) !important;
}

ul.messages li.notice {
	background-image: url(../images/icons/information.png) !important;
}

ul.messages li.alert,ul.messages li.warning {
	background-image: url(../images/icons/error.png) !important;
}

ul.messages p {
	margin: 0 !important;
}

#wrapper,#container,#footer {
	width: auto;
}

#header,#content,#footer .inner {
	width: 996px;
	margin: 0 auto;
}

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat 0 0;
}

#container {
	position: relative;
	background: url(../images/container_bg.jpg) no-repeat 50% 0;
}

#header {
	height: 259px;
	position: relative;
}

#header #logo {
	width: 401px;
	height: 133px;
	position: absolute;
	top: 0;
	left: -18px;
	display: block;
	z-index: 10;
	text-indent: -9999px;
	background: url(../images/logo_header.png) no-repeat 0 0;
}

#header-flash {
	position: absolute;
	top: 0;
	left: -50px;
	z-index: 8;
	visibility: visible;
}

#header-flash-img {
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 8;
	visibility: visible;
}

#left-col {
	width: 250px;
	float: left;
}

#main {
	width: 460px;
	padding-top: 87px;
	float: left;
}
#main.long {
	
}

#right-col {
	width: 273px;
	margin: 125px -23px 0 0;
	float: right;
}

#content {
	min-height: 600px;
	padding-bottom: 80px;
}

#left-col #nav {
	position: relative;
	z-index: 10;
}

#left-col #nav>li {
	position: relative;
}

#left-col #nav>li>a {
	height: 35px;
	display: block;
	line-height: 35px;
	color: #bfd6ff;
	font-family: TeXGyreAdventorRegular, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none !important;
	padding-left: 35px;
	margin-left: 10px;
	background: url(../images/item_bg_5.png) no-repeat 0 0;
}

#left-col #nav>li.active>a,#left-col #nav>li>a:hover {
	color: #fff;
	background-position: 0 -35px !important;
}

#left-col #nav ul {
	display: none;
}

#left-col #nav>li>ul {
	width: 180px;
	padding: 15px;
	position: absolute;
	top: -4px;
	left: 150px;
	z-index: 100;
	font-size: 14px;
	background-color: #fff;
	box-shadow: 0 0 4px #072868;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#left-col #nav>li>ul a {
	color: #1648a4;
	text-decoration: none;
}

#left-col #nav>li>ul a:hover {
	text-decoration: underline;
}

#left-col #nav>li>ul>li.line {
	width: 15px;
	height: 1px;
	position: absolute;
	top: 22px;
	left: -15px;
	background-color: #fff;
}

.moduletable_quotation {
	width: 250px;
	padding-top: 100px;
	margin: 60px auto 0 auto;
	background: url(../images/stone_left.png) no-repeat center top;
}
.custom_quotation {
	padding: 25px 30px 0 25px;
	color: #bfd6ff;
	font-style: italic;
	line-height: 120%;
	background: url(../images/quotation_mark.png) no-repeat 0 0;
}

.moduletable_quotation .more {
	margin-top: 10px;
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.moduletable_weather {
	margin: 0 auto;
	width: 250px;
}
.custom_weather {
	margin-top: 40px;
	padding: 8px 0 0 73px;
	height: 119px;
	color: #fff;
	line-height: 24px;
	background: url(../images/weather.png) no-repeat 0 0;
}

.moduletable_weather p {
	font-size: 18px;
	font-family: TeXGyreAdventorRegular, Arial, Helvetica, sans-serif;
}

.moduletable_weather a {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 100%;
	font-size: 11px;
}

#content #main h1 {
	margin-bottom: 15px;
}

.pagination {
	margin-top: 20px;
	font-size: 0;
}

.pagination li {
	margin-left: 3px;
	display: inline;
	font-size: 12px;
}

.pagination li:first-child {
	margin-left: 0 !important;
}

.pagination li a {
	padding: 5px;
	text-decoration: none !important;
	border: 1px solid #BFD6FF;
}

.pagination li.active a,.pagination li a:hover {
	color: #fff;
}

.pagination li.active {
	font-weight: bold;
	border-color: #fff;
}

.item-page {
	font-size: 14px;
}

.item-page p {
	margin-top: 15px;
}
.item-page p:first-child {
	margin-top: 0;
}
.item-page ul {
	margin-left: 35px;
	list-style-type: disc;
}

.item-page ol {
	margin-left: 35px;
	list-style-type: decimal;
}

.item-page strong {
	color: #fff;
}

.item-page blockquote {
	margin-top: 15px;
	padding: 15px;
	font-style: italic;
	background-color: #1952bd;
}

.moduletable_reserve {
	width: 273px;
	height: 548px;
	margin: 0 auto -185px auto;
	overflow: hidden;
	background: url(../images/reservebg.png) no-repeat 0 0;
}

.moduletable_reserve h3 {
	margin: 70px 0 0 45px;
	font-family: TeXGyreAdventorBold, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.moduletable_reserve form {
	margin: 10px 0 0 35px;
}

.moduletable_reserve form label {
	margin: 7px 0;
	display: block;
	color: #bfd6ff;
	font-style: italic;
}

.moduletable_reserve form .datepicker {
	width: 110px;
	height: 25px;
	padding: 0 46px 0 10px;
	color: #1648a5;
	line-height: 25px;
	cursor: pointer;
	border: 0;
	background: url(../images/datepicker.png) no-repeat 0 0;
}

.moduletable_reserve form .styledSelect {
	width: 168px;
	height: 25px;
	color: #1648a5;
	cursor: pointer;
	background: url(../images/select.png) no-repeat 0 0;
}

.moduletable_reserve form .styledSelect .option,.moduletable_reserve form .styledSelect .closed
	{
	padding: 0 46px 0 10px;
	line-height: 25px;
}

.moduletable_reserve form .styledSelect .option {
	position: relative;
	z-index: 10;
	background-color: #4c9dff;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.moduletable_reserve form .styledSelect .option:hover {
	background-color: #73b2ff;
}

.moduletable_reserve form button {
	margin: 15px 0 0 10px;
}



#footer {
	padding: 42px 0 80px;
	background: url(../images/bg.png) repeat-x 0 0;
}

#footer .boxes {
	font-size: 1px;
}

#footer .boxes>li {
	width: 220px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 11px !important;
	color: #7facff;
	line-height: 130%;
}

#footer .boxes>li>ul>li {
	font-weight: bold;
}

#footer .boxes>li.logo {
	width: 200px;
	padding: 5px 0 0 0;
	text-align: center;
}

#footer .boxes>li.links {
	padding-right: 0;
}

#footer .boxes>li.links .realisation {
	margin-bottom: 15px;
	font-size: 14px;
	font-family: 'Adobe Garamond Pro', Georgia, 'Times New Roman', serif;
	font-style: italic;
	color: #4b7fde;
}

#footer .boxes>li.links .realisation img {
	margin-left: 10px;
	vertical-align: -2px;
}

#footer .boxes>li h4 {
	margin-bottom: 5px;
}

#footer .boxes>li a {
	color: #7facff;
}

#footer .boxes>li a:hover {
	text-decoration: underline;
}

.moduletable h1 {
	margin-bottom: 20px;
	font-size: 30px;
}
.moduletable_text {
	padding: 0 50px;
}
.moduletable_text h3 {
	font-size: 18px;
	margin-bottom: 15px;
}


.welcome {
	margin-bottom: 25px;
	font-size: 14px;
	text-align: justify;
}
.welcome .more {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.items-row {
	margin: 25px 0;
}

h2.item-title,
h2[itemprop=name],
li>a.mod-articles-category-title {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0;
	text-transform: none;
}

h2.item-title a,
h2[itemprop=name] a,
li>a.mod-articles-category-title {
	color: #fff;
	text-decoration: none;
}

h2.item-title a:hover,
h2[itemprop=name] a:hover,
li>a.mod-articles-category-title:hover {
	text-decoration: underline;
}
.mod-articles-category-introtext {
	margin: 10px 0;
}
.mod-articles-category-readmore {
	letter-spacing: 1px;
    text-transform: uppercase;
}
.category-module_text > li {
	margin: 15px 0;
}


.article-info {
	font-size: 11px;
	margin: 0 0 10px;
}

.readmore {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*
body.view-featured #content h1 {
	margin-bottom: 20px;
	font-size: 30px !important;
}

body.view-featured #content h2 {
	margin-bottom: 25px;
	font-size: 18px !important;
}

body.view-featured #content .new-years-eve {
	margin: -20px 0 20px;
}

body.view-featured #content .welcome {
	margin-bottom: 25px;
	font-size: 14px;
	text-align: justify;
}

body.view-featured #content .welcome .more {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

body.view-featured #content .news {
	width: 405px;
	margin-bottom: 40px;
	overflow: hidden;
	text-align: justify;
}

body.view-featured #content .news h2 a,body.view-featured #content .gallery h2 a
	{
	margin-left: 25px;
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

body.view-featured #content .news .date {
	width: 38px;
	float: left;
	color: #6d9bf0;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

body.view-featured #content .news .date span {
	display: block;
	line-height: 100%;
}

body.view-featured #content .news .date .day {
	font-family: TeXGyreAdventorBold, Arial, Helvetica, sans-serif;
	font-size: 30px;
}

body.view-featured #content .news .date .month {
	font-size: 14px;
	font-weight: bold;
}

body.view-featured #content .news .content {
	width: 345px;
	float: right;
	line-height: 130%;
	font-size: 12px;
}

body.view-featured #content .news .content h3 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0;
	text-transform: none;
}

body.view-featured #content .news .content h3 a {
	color: #fff;
	text-decoration: none;
}

body.view-featured #content .news .content h3 a:hover {
	text-decoration: underline;
}

body.view-featured #content .news .content .more {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

body.view-featured #content .banners {
	margin-bottom: 25px;
	overflow: hidden;
}

body.view-featured #content .banners a {
	width: 225px;
	height: 60px;
	float: left;
	display: block;
}

body.view-featured #content .banners a:nth-child(1),body.view-featured #content .banners a:nth-child(2)
	{
	margin-bottom: 10px;
}

body.view-featured #content .banners a:nth-child(1),body.view-featured #content .banners a:nth-child(3)
	{
	margin-right: 10px;
}

body.view-featured #content .gallery {
	background: url(../images/sections/home/gallery_bg.png) no-repeat 50% 10px;
}

body.news-index #content .list li {
	margin-top: 25px;
}

body.news-index #content .list li:first-child {
	margin-top: 0 !important;
}

body.news-index #content .list li h2 {
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0;
	text-transform: none;
}

body.news-index #content .list li h2 a {
	color: #fff;
	text-decoration: none;
}

body.news-index #content .list li h2 a:hover {
	text-decoration: underline;
}

body.news-index #content .list li .date {
	margin-bottom: 10px;
	font-size: 11px;
	text-transform: uppercase;
}

body.news-index #content .list li .more {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

body.news-show #content .image-wrapper {
	width: 150px;
	height: 120px;
	margin: 3px 15px 0 0;
	float: left;
	border: 5px solid #fff;
	overflow: hidden;
	background-color: #fff;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

body.pages-dynamic #content #related-gallery {
	margin-top: 25px;
}

body.pages-dynamic #content #related-gallery .more {
	margin-top: -10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

body.pages-dynamic.contact #content .wysiwyg {
	width: 325px;
	float: left;
}

body.pages-dynamic.contact #content .wysiwyg h2 {
	margin: 20px 0 -10px;
}

body.pages-dynamic.contact #content .wysiwyg a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

body.pages-dynamic.contact #content .map {
	width: 379px;
	margin-top: -30px;
	float: right;
}

body.pages-dynamic.contact #content form {
	width: 349px;
	padding-left: 30px;
	float: right;
	font-size: 13px;
}

body.pages-dynamic.contact #content form h2 {
	margin-bottom: 15px;
}

body.pages-dynamic.contact #content form label {
	margin: 10px 0 3px;
	display: block;
	font-weight: bold;
}

body.pages-dynamic.contact #content form fieldset label:first-child {
	margin-top: 0 !important;
}

body.pages-dynamic.contact #content form label sup {
	color: #6d95fa;
}

body.pages-dynamic.contact #content form input,body.pages-dynamic.contact #content form textarea
	{
	width: 300px;
	padding: 8px;
	display: block;
	border: 2px solid #2046b2;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

body.pages-dynamic.contact #content form input:focus,body.pages-dynamic.contact #content form textarea:focus
	{
	border-color: #5c9fff;
}

body.pages-dynamic.contact #content form textarea {
	height: 100px;
}

body.pages-dynamic.contact #content form button {
	margin-top: 10px;
}

body.gallery-index #content h1 {
	margin-bottom: 20px !important;
}

body.gallery-index #content .categories li {
	margin-top: 15px;
	overflow: hidden;
}

body.gallery-index #content .categories li:first-child {
	margin-top: 0 !important
}

body.gallery-index #content .categories li .image {
	width: 120px;
	float: left;
	padding-bottom: 28px;
	background: url(../images/sections/_common/photo_reflection.png) no-repeat
		-2px 80px;
}

body.gallery-index #content .categories li .image .wrapper {
	width: 110px;
	height: 72px;
	overflow: hidden;
	border: 5px solid #fff;
	border-radius: 12px;
	background-color: #fff;
	font-size: 0;
}

body.gallery-index #content .categories li .info {
	width: 320px;
	float: right;
	font-size: 14px;
	line-height: 150%;
}

body.gallery-index #content .categories li h2 {
	margin-bottom: 5px;
}

body.gallery-index #content .categories li h2 a {
	color: #fff;
	text-decoration: none;
}

body.gallery-index #content .categories li h2 a:hover {
	text-decoration: underline;
}

body.gallery-index #content .categories li .more {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

body.gallery-category #content h1 {
	margin-bottom: 20px !important;
}

body.gallery-category #content .images li {
	width: 120px;
	margin-left: 20px;
	display: inline-block;
	padding-bottom: 28px;
	background: url(../images/sections/_common/photo_reflection.png) no-repeat
		-2px 80px;
}

body.gallery-category #content .images li .wrapper {
	width: 110px;
	height: 72px;
	overflow: hidden;
	border: 5px solid #fff;
	border-radius: 12px;
	background-color: #fff;
	font-size: 0;
}

body.pricelist-index #content table {
	width: 100%;
}

body.pricelist-index #content table th {
	background-color: #386cf0;
	color: #fff;
	font-weight: bold;
}

body.pricelist-index #content table th.name {
	width: 60%;
}

body.pricelist-index #content table th,body.pricelist-index #content table td
	{
	padding: 5px;
}

body.pricelist-index #content table td {
	border-bottom: 1px solid #3a5cbc;
}

body.pricelist-index #content table tr.group-name td {
	font-weight: bold;
	text-align: center;
	background-color: #173a9c;
}

body.pricelist-index #content table td.item-name span {
	color: #6c97e9;
}

body.pricelist-stays #content table {
	width: 100%;
	margin-top: 20px;
}

body.pricelist-stays #content table:first-child {
	margin-top: 0 !important;
}

body.pricelist-stays #content table th {
	background-color: #386cf0;
	color: #fff;
	font-weight: bold;
}

body.pricelist-stays #content table.dates th.name {
	width: 55%;
}

body.pricelist-stays #content table th,body.pricelist-stays #content table td
	{
	padding: 5px;
}

body.pricelist-stays #content table td {
	border-bottom: 1px solid #3a5cbc;
}

body.sitemap-index #content .items {
	
}

body.sitemap-index #content .items li {
	list-style-type: circle;
}
*/
.promocje {
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: 10px 10px 5px #888888;
	border: 1px solid #0000bf;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.promocje table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.swi2015 table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.promocje tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.promocje table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.promocje table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.promocje tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.promocje tr:hover td {
	
}

.promocje tr:nth-child(odd) {
	background-color: #007fff;
}

.promocje tr:nth-child(even) {
	background-color: #56aaff;
}

.promocje td {
	vertical-align: middle;
	border: 1px solid #0000bf;
	border-width: 0px 1px 1px 0px;
	text-align: center;
	padding: 8px;
	font-size: 12px;
	font-family: Helvetica;
	font-weight: normal;
	color: #c4e1ff;
}

.promocje tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.promocje tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.promocje tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.promocje tr:first-child td {
	background: -o-linear-gradient(bottom, #5656ff 5%, #005fbf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5656ff
		), color-stop(1, #005fbf) );
	background: -moz-linear-gradient(center top, #5656ff 5%, #005fbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5656ff",
		endColorstr="#005fbf" );
	background: -o-linear-gradient(top, #5656ff, 005fbf);
	background-color: #5656ff;
	border: 0px solid #0000bf;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Helvetica;
	font-weight: bold;
	color: #ffffff;
}

.promocje tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #5656ff 5%, #005fbf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5656ff
		), color-stop(1, #005fbf) );
	background: -moz-linear-gradient(center top, #5656ff 5%, #005fbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5656ff",
		endColorstr="#005fbf" );
	background: -o-linear-gradient(top, #5656ff, 005fbf);
	background-color: #5656ff;
}

.promocje tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.promocje tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}


/* joomla styles */
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

.article-info-term {
	display: none;
}
.muted {
	
}

@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: .25em;
	line-height: 14px;
}
dd > span[class^="icon-"] + time,
dd > span[class*=" icon-"] + time {
	margin-left: -0.25em;
}
dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
	margin-right: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-joomla:before {
	content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-4:before {
	content: "\e201";
}
.icon-arrow-right-4:before {
	content: "\e202";
}
.icon-arrow-down-4:before {
	content: "\e203";
}
.icon-arrow-left-4:before {
	content: "\e204";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-forward-2:before {
	content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
	content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
	content: "\6c";
}
.icon-undo-2:before {
	content: "\e207";
}
.icon-move:before {
	content: "\7a";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-play:before {
	content: "\e208";
}
.icon-pause:before {
	content: "\e209";
}
.icon-stop:before {
	content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-play-circle:before {
	content: "\e00d";
}
.icon-pause-circle:before {
	content: "\e211";
}
.icon-stop-circle:before {
	content: "\e212";
}
.icon-backward-circle:before {
	content: "\e213";
}
.icon-forward-circle:before {
	content: "\e214";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-search:before {
	content: "\53";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-brush:before {
	content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-new:before,
.icon-plus:before {
	content: "\2a";
}
.icon-plus-circle:before {
	content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
	content: "\4b";
}
.icon-ban-circle:before,
.icon-minus-circle:before {
	content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-cancel-circle:before {
	content: "\e217";
}
.icon-checkmark-2:before {
	content: "\e218";
}
.icon-checkmark-circle:before {
	content: "\e219";
}
.icon-info:before {
	content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
	content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
	content: "\e222";
}
.icon-notification:before {
	content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
	content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
	content: "\e225";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-square:before {
	content: "\e226";
}
.icon-radio-unchecked:before {
	content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
	content: "\e228";
}
.icon-circle:before {
	content: "\e229";
}
.icon-signup:before {
	content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-list-2:before {
	content: "\e231";
}
.icon-menu-3:before {
	content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-folder-plus:before {
	content: "\e234";
}
.icon-folder-minus:before {
	content: "\e235";
}
.icon-folder-3:before {
	content: "\e236";
}
.icon-folder-plus-2:before {
	content: "\e237";
}
.icon-folder-remove:before {
	content: "\e238";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-2:before {
	content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
	content: "\29";
}
.icon-file-minus:before {
	content: "\e017";
}
.icon-file-check:before {
	content: "\e240";
}
.icon-file-remove:before {
	content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-stack:before {
	content: "\e242";
}
.icon-tree:before {
	content: "\e243";
}
.icon-tree-2:before {
	content: "\e244";
}
.icon-paragraph-left:before {
	content: "\e246";
}
.icon-paragraph-center:before {
	content: "\e247";
}
.icon-paragraph-right:before {
	content: "\e248";
}
.icon-paragraph-justify:before {
	content: "\e249";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-home:before {
	content: "\21";
}
.icon-home-2:before {
	content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
	content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
	content: "\e251";
}
.icon-link:before {
	content: "\e252";
}
.icon-picture:before,
.icon-image:before {
	content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
	content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera:before {
	content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
	content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-user:before {
	content: "\22";
}
.icon-users:before {
	content: "\e01f";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-address:before {
	content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-enter:before {
	content: "\e257";
}
.icon-exit:before {
	content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
	content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
	content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
	content: "\e259";
}
.icon-phone:before {
	content: "\e260";
}
.icon-phone-2:before {
	content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-tag:before {
	content: "\e262";
}
.icon-tag-2:before {
	content: "\e263";
}
.icon-tags:before {
	content: "\e264";
}
.icon-tags-2:before {
	content: "\e265";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
	content: "\36";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-switch:before {
	content: "\e266";
}
.icon-filter:before {
	content: "\54";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-unlock:before {
	content: "\e267";
}
.icon-key:before {
	content: "\5f";
}
.icon-support:before {
	content: "\46";
}
.icon-database:before {
	content: "\62";
}
.icon-scissors:before {
	content: "\e268";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
	content: "\e269";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
	content: "\e01b";
}
.icon-book:before {
	content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
	content: "\79";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-feed:before {
	content: "\71";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-calendar-3:before {
	content: "\e273";
}
.icon-pie:before {
	content: "\77";
}
.icon-bars:before {
	content: "\76";
}
.icon-chart:before {
	content: "\75";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
	content: "\72";
}
.icon-lamp:before {
	content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
	content: "\73";
}
.icon-location:before {
	content: "\63";
}
.icon-shield:before {
	content: "\e274";
}
.icon-flag:before {
	content: "\35";
}
.icon-flag-3:before {
	content: "\e275";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-bookmark-2:before {
	content: "\e276";
}
.icon-heart:before {
	content: "\e277";
}
.icon-heart-2:before {
	content: "\e278";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
	content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
	content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
	content: "\e280";
}
.icon-smiley-sad:before {
	content: "\e281";
}
.icon-smiley-sad-2:before {
	content: "\e282";
}
.icon-smiley-neutral:before {
	content: "\e283";
}
.icon-smiley-neutral-2:before {
	content: "\e284";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-credit:before {
	content: "\e286";
}
.icon-credit-2:before {
	content: "\e287";
}
.icon-expired:before {
	content: "\4b";
}


.breadcrumb {
	margin: 0 0 18px;
	padding: 0 0 0 16px;
	list-style: none;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(../images/system/home.png) no-repeat 0 50%;
}
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
}
.breadcrumb > .active {
}
.breadcrumb > li > .icon-location {
	display: none;
}

.breadcrumb li a {
	color: #BFD6FF;
	text-decoration: none;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

.dj-album {
	margin: 20px 0;
}
.dj-album-image {
	float: left;
	margin: 0 20px 10px 0;
}
.dj-album-image img {
	border: 5px solid #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.dj-album-info {
	font-size: 14px;
	line-height: 1.5;
	padding: 5px 0;
}
.dj-album-info h3 {
	margin-bottom: 5px;
}
.dj-album-info h3 a {
	color: #fff;
	text-decoration: none;
}
.dj-album-info h3 a:hover {
	text-decoration: underline;
}
.category-desc {
	font-size: 14px;
	margin: 0 0 20px;
}
.dj-galleryGrid .dj-slide-in {
	border: 5px solid #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-featured {
	margin-bottom: 50px;
}
#main .moduletable {
	margin: 0 0 50px;
}
#main .moduletable h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.dj-mslider {
	padding-bottom: 5px;
	overflow: hidden;
}
.dj-mslider .dj-slides,
.dj-mslider .dj-slide {
	overflow: visible !important; 	
}
#wrapper .dj-mslider .dj-slide img.dj-image, #wrapper .dj-mslider .dj-slide a:hover img.dj-image {
	border: 5px solid #fff !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-featured .date {
	width: 62px;
	float: left;
	color: #6d9bf0;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 0 30px 20px 0;
}

.blog-featured .date span {
	display: block;
	line-height: 100%;
}

.blog-featured .date .day {
	font-family: TeXGyreAdventorBold, Arial, Helvetica, sans-serif;
	font-size: 30px;
}

.blog-featured .date .month {
	font-size: 14px;
	font-weight: bold;
}

.blog-featured .content {
	line-height: 130%;
	font-size: 12px;
}

.blog-featured .content h3 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0;
	text-transform: none;
}

.blog-featured .content h3 a {
	color: #fff;
	text-decoration: none;
}

.blog-featured .content h3 a:hover {
	text-decoration: underline;
}


.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: inherit !important;
	}
	.hidden-print {
		display: none !important;
	}
}
@media (max-width: 1025px) {
	#right-col {
		width: 250px;
		margin-right: 0;
		float: left;
		overflow: hidden;
	}
}
@media (max-width: 979px) {
	
	#header, #content, #footer .inner {
		width: 100%;
	}
	#main {
		width: auto;
		float: none;
		margin-left: 250px;
		padding-right: 30px;
	}
	#right-col {
		margin: 0;
		clear: both;
		width: auto;
		float: none;
	}
	.blog-featured .clear {
		display: none;
	}
	#footer {
		padding: 20px 25px;
	}
	#footer .boxes > li {
		float: left;
		width: 40% !important;
		padding: 20px 0 !important;
		margin: 0;
	}
	#footer .boxes > li:nth-child(2n+1) {
		clear: both;
		margin-right: 20%;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.moduletable_menu {
		padding-left: 30px;
	}
	#container {
		background: url(../images/top.png) no-repeat 50% 0;
		background-size: 105%;
	}
}
@media (max-width: 767px) {
	
	#header {
		height: 170px;
	}
	
	#left-col {
		width: auto;
		float: none;
		padding: 0 25px;
	}
	#main {
		margin-left: 0;
		padding: 0 25px;
	}
	#right-col {
		padding: 0 25px;
	}
	#container {
		background: none;
	}
	.moduletable_text {
		padding: 0;
	}
	#footer ul.boxes > li {
		float: none;
		display: block;
		width: auto !important;
		margin: 0 auto !important;
	}
}
@media (max-width: 479px) {
	
}


/* dodane przez DRG */
.moduletablepricelist-index table {
    width: 100%;
}

.moduletablepricelist-index table th {
    background-color: #386cf0;
    color: #fff;
    font-weight: bold;
}

.moduletablepricelist-index table th.name {
    width: 60%;
}

.moduletablepricelist-index  table th,
.moduletablepricelist-index  table td {
    padding: 5px;
}

.moduletablepricelist-index  table td {
    border-bottom: 1px solid #3a5cbc;
}

.moduletablepricelist-index table tr.group-name td {
    font-weight: bold;
    text-align: center;
    background-color: #173a9c;
}

.moduletablepricelist-index table td.item-name span {
    color: #6c97e9;
}




.moduletablepricelist-stays table {
    width: 100%;
    margin-top: 20px;
}

.moduletablepricelist-stays  table:first-child {
    margin-top: 0 !important;
}

.moduletablepricelist-stays  table th {
    background-color: #386cf0;
    color: #fff;
    font-weight: bold;
}

.moduletablepricelist-stays  table.dates th.name {
    width: 55%;
}

.moduletablepricelist-stays  table th,
.moduletablepricelist-stays  table td {
    padding: 5px;
}

.moduletablepricelist-stays table td {
    border-bottom: 1px solid #3a5cbc;
}


/* promo2 */

.promo2 table {
    width: 100%;
}

.promo2 table th {
    background-color: #386cf0;
    color: #fff;
    font-weight: bold;
}

.promo2 table th.name {
    width: 60%;
}

.promo2  table th,
.promo2  table td {
    padding: 5px;
}

.promo2  table td {
    border-bottom: 1px solid #3a5cbc;
}

.promo2 table tr.group-name td {
    font-weight: bold;
    text-align: center;
    background-color: #173a9c;
}

.promo2 table td.item-name span {
    color: #6c97e9;
}

h2.promo2 {
	font-weight: bold;
    text-align: center;
    background-color: #173a9c;
}

/* promo swieta2015 */

.promo2 table {
    width: 100%;
}

.promo2 tr {
    width: 450px;
}

.swi2015 table th {
    background-color: #386cf0;
    color: #fff;
    font-weight: bold;
}

.swi2015 table th.name {
    width: 25%;
}

.swi2015  table th,
.swi2015  table td {
    padding: 5px;
}

.swi2015  table td {
    border: 1px solid #f5a148;
}

.swi2015 table tr.group-name td {
    font-weight: bold;
    text-align: center;
    background-color: #173a9c;
}

.swi2015 table td.item-name span {
    color: #6c97e9;
}

h2.swi2015 {
	font-weight: bold;
    text-align: center;
    background-color: #173a9c;
}

div.modns {
	padding: 0px 50px;
}

h3.modns { 
 font-size: 18px;
 padding: 0px 50px;
}

div.modns tr, div.modns td { 
	border: none; 
	padding: 3px;
}

    #airQuality .bDobra { background-color:#0f6;
    color: black; }
    #airQuality .dobra { background-color:#ff3; 
color: black;}
    #airQuality .umiark { background-color:#f93; 
color: black;}
    #airQuality .zla { background-color:#f03; 
color: black;}

sub.air{
    font-size: 80%;
    vertical-align: sub;
}

sup.air{
    vertical-align: super;
}

table.air {
    border-collapse:separate;
    border:solid black 1px;
    border-radius:6px;
    border-radius:6px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
  font-weight: bold;
  font-color: black;
  margin: auto;
    width: 55%;

}

td.air, th.air {
    border-left:solid black 1px;
    border-top:solid black 1px;
    padding: 5px;
    background-color: gray;
    color: black;

}

th.air {
    background-color: blue;
    border-top: none;
}

td:first-child.air, th:first-child.air {
     border-left: none;
}

th:first-child.air { border-radius: 6px 0 0 0; }
th:last-child.air { border-radius: 0 6px 0 0; }

tr:last-child.air td:first-child.air { border-radius: 0 0 0 6px; }
tr:last-child.air td:last-child.air { border-radius: 0 0 6px 0; }

tr:last-child.air td:last-child.air { border-radius: 0 0 6px 0; }


div.air {
text-align: center;
font-size: 125%;
font-weight: bold;
}



div.air2 {
text-align: center;
}