/* CSS RESET*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******* CSS START *******/
#userForm {
	background: #0288D1;
	width: 860px;
	padding: 30px 0px 0px 100px; !important;
	position: relative;
	left: -25px;
}
body, html {
	height: 100%;
	background: #1F689D;
	font-family: Museo-500;
	color: #e8f6ff;
	background: url('../images/bgs.jpg') no-repeat #ffeccb;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
a {
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.wrapper {
	width: 1040px;
	margin: 0 auto;
	padding: 0px;
}
@media all and (max-width: 420px) {
	.wrapper {
		width: 380px;
	}
}
.clear {
	clear: both;
}
.transition {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/****** TYPO ******/
h1 {font-size: 28px}
h2 {font-size: 22px}
h3 {font-size: 20px}
h4 {font-size: 18px}
strong, b {font-weight: bold;}
i {font-style: italic;}
u {text-decoration: underline;}
.Museo-700 { 
	font-family: Museo-700;
	font-weight: normal;
	font-style: normal;
}
.Museo-300 { 
	font-family: Museo-300;
	font-weight: normal;
	font-style: normal;
}
.Museo-500 { 
	font-family: Museo-500;
	font-weight: normal;
	font-style: normal;
}
/******** TOP ********/
#top {
	height: 150px;
	background: #02569c;
	border-bottom: 5px solid #00A5FF;
}
@media all and (max-width: 420px) {
	#top {
		height: 20px;
	}
}
a.logo {
	width: 205px;
	height:150px;
	margin-right: 40px;
	display: block;
	float: left;
	background: url('../images/logo.png') no-repeat #02569c;
}
@media all and (max-width: 420px) {
	a.logo {
		display: none;
	}
}
a.logo:hover {
	opacity: 0.5;
}
#mainmenu ul li {
	float: left;
}
.nav.unite-nav > li:hover {
	background: #e8f6ff;
}
#mainmenu ul li a {
	color: #e8f6ff;
	font-family: museo-700 !important;
	text-decoration: none;
	position: relative;
	height: 130px;
	line-height: 200px;
}
#mainmenu ul li a:hover {
	color: #02569c;
	position: relative;
}
.nav.unite-nav {
	font-size: 16px;
}
.nav.unite-nav > li > a {
	padding:10px 20px;
}
/*******  CENTRUM   ********/
#centrum {
	/*background: url('../images/bg1.jpg') no-repeat #dbc7a3;*/
	height: 351px;
}
#slider {
	float: left;
}
#user1 a {
	color: #fff;
	text-decoration: none;
	padding: 25px 30px;
	margin-top: 1px;
	width: 322px;
	display: block;
	float:left;
	position: relative;
	top: 9px;
}
#user1 a:before {
	content: '';
	right:15px;
	top:12px;
	position: absolute;
	display: block;
	height:40px;
	width:40px;
	background: url('../images/ok.png') #02569C;
	border-radius: 360px;
}

#pos1 a {background: #1089c9;}
#pos2 a {background: #13abed;}
#pos3 a {background: #5ac3f0;}
#pos4 a {background: #b9e5f8;}
#pos1 a:hover, #pos2 a:hover, #pos3 a:hover, #pos4 a:hover {background: #02569c;}
#user2 {
	float: left;
	text-align: right;
	margin-top: 14px;
	margin-left: 63px;
	padding: 0px 65px 0px 0px;
	border-radius: 5px;
}
#user2 h3 {
	color: #0288d1;
	font-weight: bold;
	font-size: 16px;
}
#user2 span {
	font:18px museo-500;
	font-weight: bold;
	color: #02569C;
}
#rezerwacja {
	position: absolute;
	color: #fff !important;
	margin-left: 22px;
	background-color: rgba(0,165,255,0.9);
	width:280px;
	padding: 15px 0 15px 30px;
	color: #000;
	text-align: left;
	font-size: 18px !important;
	font-family: museo-700;
	border-radius: 3px 0 0 3px;
	border-left: 10px solid #f5f5f5;
}
#rezerwacja span {
	font-size: 26px;
}
#rezerwacja:after {
  content: "";
  position: absolute;
	right: 0;
	margin-top: 15px;
	width: 0;
	height: 0;
	border-top: 25px solid #0069a3;
	border-right: 25px solid transparent;
}
#rezerwacja .fa.fa-phone {
	position: absolute;
	font-size: 53px;
	right: 0px;
	top: 0px;
	margin-top: 15px;
	margin-right: 15px;
}
@media all and (max-width: 420px) {
	#user1, #user2, #rezerwacja {
		display: none;
	}
}
/******* GALERIA *********/
.rtg-images img {
	border: 10px solid #fff;
}
.rtg-images img:hover {
	opacity: 0.5 !important;
}
/******* CONTENT *********/
#content {
	min-height: 570px;
	background:rgba(2,86,156,0.1) !important;
	/*background: url('../images/bg2.jpg') no-repeat #1f689d;*/
}
#content ul {
	margin-left: 20px;
}
#content ul li {
	line-height: 150%;
	list-style-position: inside;
}
.fa.fa-check {
	margin-right: 10px;
}
article {
	background: #01579b;
}
.blog-featured h2 a {
	text-decoration: none;
	color: #E8F6FF;
	font-family: museo-700;
	font-size: 20px;
	margin: 5px 0 15px 0px;
	display: block;
}
.item p {
	font-size: 14px;
	line-height: 150%;
}
.item.column-1,
.item.column-2,
.item.column-3 {
	width: 30%;
	float: left;
	background: #01579b;
	padding: 16px;
}
.item.column-1:before,
.item.column-2:before {
	display: block;
	content: '';
	height: 280px;
	width: 1px;
	background: #0077c5;
	position: absolute;
	margin-left: 300px;
	margin-top: 10px;
}
@media all and (max-width: 420px) {
 .item.column-1,
 .item.column-2,
 .item.column-3 {
	 clear: both;
	 width: 98%;
	}
	.item.column-1:before,
	.item.column-2:before {
		display:none;
	}
	.nav.unite-nav > li {
		background: #0069a3;
	}
	.nav.unite-nav > li:hover {
		color: #0069a3 !important;
	}
	.nav.unite-nav > li a {
		line-height: 10px !important;
		font-size: 18px;
	}
	#user3, #user4, #user5 {
		display: none;
	}
	#box1 {
		width: 300px !important;
		font-size: 18px !important;
		padding-left: 60px;
	}
	#box2, #box3 {
		display: none;
	}
		.cennik {
		width: 310px !important;
	}
	#przelewy {
		font-size: 10px !important;
		padding: 15px 5px !important;
	}
	#przelewy p {
		font-size: 15px !important;
	}
}
#content p a {
	text-decoration: none;
	color: #00a5ff;
}
a.btn, p.readmore {
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 360px;
	line-height: 48px;
	font-size: 25px;
	font-weight: bold;
	width: 50px;
	height: 50px;
	background: #E8F6FF;
	color: #02569C;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 40%;
}
a.btn:hover, p.readmore:hover {
	background: #004a84;
	color: #E8F6FF;
}
.icon-chevron-right {
	display: none !important;
}
.item-page {
	padding: 25px;
}
.item-page p {
	line-height: 130%;
	margin:15px 0;
}
.item-page h2 a, h3 {
	color: #f5f5f5;
	display: inline-block;
	text-decoration: none;
	font-size: 24px;
	border-bottom: 5px solid #0288D1;
	padding: 15px 55px;
}
.item-page h3 {
	margin-bottom: 10px;
	
}
.pull-left.item-image img {
	border-radius: 360px;
	margin: 15px;
	border: 5px solid #0288D1;
}
/******* O NAS *******/
.ikonki td {
	border-top: 1px solid #ddd;
	padding: 10px 0 !important;
}
/******* CENNIK ******/
.cennik {
	margin-left: 7%;
}
.cennik tr {
	line-height: 40px;
}
.cennik tr:nth-child(1) {
	font-size: 22px;
	line-height: 60px;
	text-shadow: 0px 2px 0px #333;
}
.cennik tr:nth-child(2n) {
	background: #0288D1;
	text-shadow: 0px 1px 0px #333;
}
.cennik-title {
	padding-bottom: 20px !important;
}
.cennik-title p {
	font-size: 16px;
	margin: 0px;
	text-shadow:none;
}
.cennik span {
	font-size: 28px;
	padding: 15px;
	display: block;
	font-weight: 700;
	background: #00457b;
	width: 30%;
	margin: 0 auto;
}
.fa.fa-arrows-h {
	margin: 0 10px;
}
.fa.fa-phone {
	margin-left: 10px;
}
.fa.fa-angle-right {
	margin-right:10px;
	font-size:18px;
	font-weight: bold;
}
#przelewy  {
	margin-top: 20px;
	border: 1px solid #00A5FF;
	padding: 25px 125px;
}
#przelewy p {
	line-height: 100%;
	padding-bottom: 5px;
	margin: 0px;
		font-size:22px;
}
#przelewy span {
	color: #00A5FF;
}
/******* FORMULARZ *********/
#userForm {
	background: #0288D1;
	width: 860px;
	padding: 30px 0px 0px 100px; !important;
	position: relative;
	left: -25px;
	border-top: 1px solid #0099ed !important;
	border-bottom: : 1px solid #0099ed !important;
}
.rsform-submit-button {
	border: none;
	padding: 10px 40px;
	border-radius: 5px;
	color: #f5f5f5;
	background: #01579B;
}
.rsform-submit-button:hover {
	color:#01579B;
	background: #f5f5f5;
}
.formField {
	color: #fff;
	line-height: 140%;
	text-shadow: 0px 1px 0px #555;
}
.rsform-block-kod a {
	text-decoration: none;
	color: #f5f5f5;
	background: #01579B;
	padding: 5px;
	text-shadow: none !important;
	border-radius: 5px;
	font-size: 13px;
}
.formError {
	font-size: 14px;
	text-shadow: none;
	color:#ffd284;
}
p.formRed {
	font-size: 18px;
	text-shadow: none;
	color:#ffd284;
}
#thanks {
	background:#0288D1;
	border-radius: 5px;
	text-align: center;
	padding: 50px 0;
	line-height: 150%;
}
#gmaps {
	position: relative;
	left:-25px;
	top:-15px;
}
#rezerwacje {
	font-size: 20px;
	margin-left: 130px;
}
.fa.fa-phone-square,
.fa.fa-envelope-o {
	font-size: 36px;
	margin-right: 10px;
	position:relative;
	top:5px;
}
/******* FOOTER ***********/
footer {
	background: none repeat scroll 0% 0% #0288D1;
	min-height: 144px;
	padding-top: 15px;
	border-top: 1px solid #0099ed !important;
	box-shadow: 0px 0px 0px 1px #005292;
}
#box1, #box2, #box3 {
	float: left;
	width: 33.3%;
}
#box1  {
	font-size: 15px;
	font-family: museo-700;
	line-height: 110%;
	color: #01579b;
	text-shadow: 0px 1px 0px #0099ed;
}
#box1 img {
	float: left;
}
#box1 a {
	text-decoration: none;
	color: #ccc;
	text-shadow: none;
}
#box1 p {
	font-size: 20px;
	padding-bottom: 10px;
}
#box2 {
	text-align: center;
	font-size: 14px;
	color: #01579b;
	text-shadow: 0px 1px 0px #0099ed;
		font-family: museo-700;
}
#gotop {
	width: 55px;
	height: 55px;
	margin-bottom: 10px;
	background:url(../images/arrow.png) #01579b no-repeat top center;
	border-radius: 360px;
	margin-left: 42%;
	margin-top: 7%;
}
#gotop:hover {
	background-color: #004a84;
}
#icon {
	float: right;
}