/* INIT
-----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
	outline-width: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
 	color: #E56439;
	outline-style: none;
	outline-width: 0;
}
a:hover {
 color: #5F200F;
}
ol, ul, li {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: trebuchet MS;
	font-size: 12px;
}
input, textarea, select, option, optgroup, button {

}


/* LAYOUT
-----------------------------------------------------------------------------*/
html {
	background: #da7946;	      
}
body{
	height: 100%;
}
body.index {
   height: 1474px;
	background: #da7946 url(/images/index-bg.jpg) no-repeat center 144px;   
}

.wrapper {
   
}

.wrap {
   width:960px;
   margin: 0px auto;
	position: relative;     
}


/* HEADER
-----------------------------------------------------------------------------*/
.header {
   height: 144px;
	background: url(/images/menu-bg.png) no-repeat center top;
}

.logo a {
	width: 283px;
	height: 81px;
	background: url(/images/altamira-hotel-logo.png) no-repeat left top;
   float: left;
   margin: 24px 0 0 4px;
   opacity: 0;
   filter: alpha(opacity=0);
}

.top-nav {
   float: right;
}

.top-nav ul {
    width: auto;
    float:left;
    margin: 18px 0px 0 0;
} 

.top-nav li {
    width: auto;
    float:left;
    margin-left:14px;
}
.top-nav li a {
    width: auto;
    float:left;
    height: 24px;
    text-indent: -9000px;
}

.top-nav li.start a {
	background: url(/images/navi/start.png) no-repeat left top;
	width:36px; 
}
.top-nav li.mapa a  {
	background: url(/images/navi/mapa.png) no-repeat left top;
	width:93px; 
}
.top-nav li.poczta a  {
	background: url(/images/navi/poczta.png) no-repeat left top;
	width:50px; 
}


.path {
   width: 100%;
   float: right;
   padding-bottom: 10px;
   border-bottom: 1px solid #DDDDDD;   
}


.search {
   margin: 20px 0;
   float: left;

}
.input-search {
   padding: 8px 5px;
   border: 1px solid #DDDDDD;
}
.btn-search {
   cursor: pointer;
   padding: 7px 5px;
   border: 1px solid #DDDDDD;
   background: #fff;

}

.lang {
float:left;
margin: 18px 0 0 50px;
    width:300px;
    height: 24px;
}
.lang li {
    width: auto;
    float:left;
    margin-right:8px;
}
.lang li a {
    width: auto;
    float:left;
    height: 24px;
    text-indent: -9000px;
}

.lang li.pl a {
background: url(/images/navi/pl.png) no-repeat left top;
width:47px; 
}
.lang li.en a  {
background: url(/images/navi/en.png) no-repeat left top;
width:52px; 
}
.lang li.de a  {
background: url(/images/navi/de.png) no-repeat left top;
width:58px; 
}

/* MENU
-----------------------------------------------------------------------------*/
.menu {
   position: absolute;
   top: 60px;
   right: 4px;
   width: auto;
   clear: both;
   height: 42px;
   overflow: hidden;
}

.menu li {
   float: left;
   margin: 0px 0 0 22px;
   position: relative;
   margin-top: -40px;
}

.menu li a {
   float: left;
   height: 37px;
}


.menu li.active a {

}

/* menu bg's */

.menu li.item-0 a{
	width: 71px;
	background: url(/images/menu.jpg) no-repeat 0 0;	
}
.menu li.item-1 a{
	width: 65px;
	background: url(/images/menu-02.jpg) no-repeat 0 0;	
}
.menu li.item-2 a{
	width: 109px;
	background: url(/images/menu-03.jpg) no-repeat 0 0;	
}
.menu li.item-3 a{
	width: 111px;
	background: url(/images/menu-04.jpg) no-repeat 0 0;	
}
.menu li.item-4 a{
	width: 73px;
	background: url(/images/menu-05.jpg) no-repeat 0 0;	
}
.menu li.item-5 a{
	width: 88px;
	background: url(/images/menu-06.jpg) no-repeat 0 0;	
}

/* menu hover bg's */

.menu li a .m-h{
 text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
	float: left;
}

.menu li.item-0 a .m-h{
	width: 71px;
	background: url(/images/menu-h.jpg) no-repeat 0 0;	
}
.menu li.item-1 a .m-h{
	width: 65px;
	background: url(/images/menu-h-02.jpg) no-repeat 0 0;	
}
.menu li.item-2 a .m-h{
	width: 109px;
	background: url(/images/menu-h-03.jpg) no-repeat 0 0;	
}
.menu li.item-3 a .m-h{
	width: 111px;
	background: url(/images/menu-h-04.jpg) no-repeat 0 0;	
}
.menu li.item-4 a .m-h{
	width: 73px;
	background: url(/images/menu-h-05.jpg) no-repeat 0 0;	
}
.menu li.item-5 a .m-h{
	width: 88px;
	background: url(/images/menu-h-06.jpg) no-repeat 0 0;	
}

/* LEAD
-----------------------------------------------------------------------------*/
.lead.index{
	height: 444px;
}
.lead.subpage{
	height: 344px;
	background: url(/images/lead-subpage-bg.jpg) no-repeat center top;	
}
.sub-tools{
   left: 0;
    position: absolute;
}
.sub-tools a{
	display: block;
	width: 244px;
}
.sub-tools a:hover{
	opacity: 0.85;
}

a.a-rez{
	background: url(/images/sub-tools.png) no-repeat 0 0;
	height: 62px;
	margin-bottom: 80px;
}
a.a-face{
	background: url(/images/sub-tools-02.png) no-repeat 0 0;
	height: 68px;
	margin-bottom: 77px;	
}
a.a-oferty{
	background: url(/images/sub-tools-03.png) no-repeat 0 0;
	height: 53px;
}

/* CONTENT
-----------------------------------------------------------------------------*/
.content{
	opacity: 1;
	background: url(/images/content-body.jpg) repeat-y center top;
}
.content-wrap-index{
	height: 503px;

}
.content.index {
	background: none;
	display: none;
}
.content-top {
    background: url("/images/content-top.jpg") no-repeat scroll center top transparent;
    display: inline-block;
    min-height: 557px;
    width: 100%;	
}

.wydarzenia-wrap{
	float: right;
	width: 697px;
	height: 405px;
	background: url(/images/wydarzenia-bg.jpg) no-repeat 0 0;	
}

.index .main{
	 width: 697px;
	 float: right;
}

.main.subpage {
	 width: 630px;
	 float: right;      
}

h1 {
   font-size: 18px;
   width: auto;
   float: right;
   font-family: 'Tangerine', serif;
   font-size: 48px;
   font-weight: bold;   
}
h1.index{
	margin-right: 40px;
	margin-top: 5px;
	color: #e56439;
}
h1.subpage{
	width: 100%;
	height: 60px;
	margin-top: 26px;
	background: url(/images/h1-subpage-bg.png) no-repeat 0 37px;
}
h1.subpage span{
	float: right;
	margin-right: 44px;
	color: #5f200f;
}
h2 a{
    color: #E56439;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;   
}
h3 {
 
}


/* ARTICLE
-----------------------------------------------------------------------------*/
.article {
    display: inline-block;
    min-height: 300px;
    padding: 12px 45px 30px 10px;
}

.article h1 {
    width: 100%;
    padding-top: 0px;
    float: none;
}
.article.news h2 {
	text-align: right; 	  
}

.art-content {
   
}
.art-body {
    color: #674130;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    text-align: justify;
    width: 100%;   
}

.art-body h2{
	color: #E56439;
   font-size: 15px;
   font-style: italic;
   font-weight: normal;
}

.article ul {
	margin: 20px 10px;
}
.article li {
	color: #E56439;
	line-height: 26px;
	background: url(/images/art-li.png) no-repeat 0 50%;
	padding-left: 24px;
}


.art-date {
   
}
.art-author {
   
}


/* galeria artykulu */

.art-gallery {
	float: left;
	width: 100%;
	margin-bottom: 20px;   
}
.art-gallery h3, .art-files h3 {
    background: url("/images/h1-subpage-bg-l.png") no-repeat scroll 0 33px transparent;
    height: 60px;
    margin-top: 26px;
    width: 100%;
    float: right;
    font-family: 'Tangerine',serif;
    font-size: 42px;
    font-weight: bold;
	 color: #e67039;	   
}
.art-gallery .thumb, .art-gallery .thumb a {
	float: left;
} 
.art-gallery .thumb a img{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFCCAD;
    padding: 5px;   
}

/* zalaczniki artykulu */

.art-files {
   display: inline-block;
   width: 100%;   
}
.files-item {
    line-height: 22px;
    padding-left: 20px;   
}
.files-item a {

}

/* FILE ICONS
-----------------------------------------------------------------------------*/
.ico-doc {
   background: url(/images/filetypes/document-word.png) no-repeat left 2px;
}
.ico-xls {
   background: url(/images/filetypes/document-excel.png) no-repeat left 2px;
}
.ico-ppt {
   background: url(/images/filetypes/document-powerpoint.png) no-repeat left 2px;
}
.ico-pdf {
   background: url(/images/filetypes/document-pdf.png) no-repeat left 2px;
}
.ico-image {
   background: url(/images/filetypes/document-image.png) no-repeat left 2px;
}
.ico-archive {
   background: url(/images/filetypes/document-zipper.png) no-repeat left 2px;
}

/* ASIDE
-----------------------------------------------------------------------------*/
.aside.index {
   width: 260px;
   float: left;
   background: transparent;
   min-height: 300px;
}

.aside.subpage{
	width: 270px;
  	float: left;	
	min-height: 300px;
	padding-left: 18px;
}

/* SUBMENU
-----------------------------------------------------------------------------*/
.submenu-body {
   padding: 60px 0 0 40px;
   margin-top: 36px;
	background: url(/images/submenu-bg.jpg) no-repeat 0 0; 
}

.submenu-top {
   
}

.submenu-foot {

}

/* level-0 */

ul.level-0{ 
	width: 100%;

}

li.level-0 {
	line-height: 48px;
 
}
li.level-0:last-child{
	border-bottom: 0 ;
}
li.level-0 a {
    color: #AE8A6B;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin-left: 20px;   
}

li.level-0.active {
	background: url(/images/submenu-a.png) no-repeat 0 0;
	color: #e67039; 	   
}

li.level-0.active a{	
	color: #e67039; 	   
}

li.level-0:hover {
   
}

/* level-N */

li.level-1{
	padding: 10px;
}


/* ANIM
-----------------------------------------------------------------------------*/
.anim {
	position: relative;
}
.anim .slides {
	position: relative;  
}
.anim .slides img {
   position: absolute;
   top: 0;
   left: 0; 
}

/* idex anim */ 
.lead.index .anim{
	height: 444px;
}

.lead.index .anim .slides img {
	display: none; 
}

.anim-nav{
	position: absolute;
	top: 173px;
	width: 960px;
	display: none;
}
.anim-prev{
    background: url("/images/anim-prev.jpg") no-repeat scroll 0 0 transparent;
    height: 102px;
    left: -26px;
    position: absolute;
    width: 66px;
    z-index: 999;
}
.anim-next{
    background: url("/images/anim-next.jpg") no-repeat scroll 0 0 transparent;
    height: 102px;
    right: -26px;
    position: absolute;
    width: 66px;
    z-index: 999;
}

/* podstrony anim */ 
.lead.subpage .anim{
	height: 344px;
	position: absolute;
	left: 259px;
	width: 701px;
}


/* NEWS-LISTING
-----------------------------------------------------------------------------*/
.news-listing {
   
}

.news-item {
   padding-bottom: 25px;
   margin-bottom: 20px;
   border-bottom: 1px dotted #ddd;
}

.news-item h2 {
   display: inline-block;
   font-weight: normal;
   font-size: 15px;
   margin-bottom: 10px;   
}

.news-item-content {
   
}

.news-item-info {
   display: inline-block;
   padding-left: 80px;
   position: relative;
}

.news-item-date {
   display: inline-block;
   position: absolute;
   top: 2px;
   left: 0px;
   font-size: 13px;
   padding: 0px 5px 0px 0;
   border-right: 1px solid #ddd;
}

.news-item-author {
   
}

.news-item-detail {
   
}

.news-item-intro {
   
}

.news-item-more {
   float: right;
   display: none;
}


/* NEWS
-----------------------------------------------------------------------------*/
.news {
   
}

.news-info {
   
}

.news-date {
   
}

.news-author {
   
}

.news-content {
    display: inline-block;
    padding-top: 20px;
    width: 100%;
    float:left;
}
.news-thumb {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFCCAD;
    float: left;
    margin-top: 3px;
    padding: 5px; 
}
.news-intro {
       color: #E56439;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    float:right;
    width: 100%;
    margin-top: 15px;  
}

.news-body {
    color: #694D41;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    margin-top: 20px;
    text-align: justify;
    width: 100%;  
}

a.news-back {
margin-top: 10px; 
float:left;
}

/* PAGINATION
-----------------------------------------------------------------------------*/
.pagination {
   height: 30px;
   padding-top: 10px;
   width: 100%;
}

.pagination .pages {

}
.pagination a {
   float: left;
   margin-right: 5px;
}
.pagination span {
   float: left;
   margin-right: 5px;
}
.pagination a.active {
   
}

/* GALLERY
-----------------------------------------------------------------------------*/
.gallery {  
/* tylko jesli kontener galerii jest inny niz artykulu */   

}

.gallery-item {
	display: block;
}
.gallery .thumb, .art-gallery .thumb{
	margin: 0 18px 15px 0;
}

.gallery .thumb, .gallery .thumb a{
	float: left;
}

.gallery .thumb a img{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFCCAD;
    padding: 5px;    
}
.thumb-desc {
	clear: both;
    display: block;
    float: left;
    margin: 6px 0 0;
    text-align: center;
    width: 100%;	
}
.gallery .thumb.gallery-cat {
   
}
.gallery-cat-name {
   
}


/* FORM
-----------------------------------------------------------------------------*/
.form-data {
	margin: 20px 0 0 0;
	display: inline-block;   
}

.form-elem-group {
	float: left;
	margin-bottom: 10px;
	width: 100%;	
}

.form-elem-name {
	width: 150px;
	float: left;
	padding: 4px;	
}
.form-elem-input{
	float: left;
}
.form-elem-input input[type=text], .form-elem-input select, .form-elem-input textarea{
	width: 300px;
	float: left;
	padding: 4px;
   	border: 1px solid #DDDDDD;
	font-size: 12px;		
}
.form-elem-input input[type=text]:focus, .form-elem-input select:focus, .form-elem-input textarea:focus{
   	border: 1px solid #000;
		
}


.form-elem-input select {
	width: 310px;
}
.form-data textarea {
	height: 150px;
	resize: none;
}

.form-elem-input input[type=radio], .form-elem-input input[type=checkbox] {
    font-size: 12px !important;
    margin: 0 6px !important;
    vertical-align: middle;
}

.form-btn-send {
	float: right;
	background-color: #000;
	color: #fff;
	border: 0;
	padding: 4px 8px;
	cursor: pointer;   
}


.captcha-code {
   
}

.captcha-input {
   
}

/* SEARCH RESULT -->> tylko jesli lista ma byc inna ni� lista aktualnosci
-----------------------------------------------------------------------------*/
.search-result {

}

.search-result news-item {
   
}


/* SITEMAP
-----------------------------------------------------------------------------*/
.site-map {

}

.site-map ul.level-0 {

}

.site-map ul.level-0 li {

}

.site-map ul.level-1 {

}

.site-map ul.level-1 li {

}


/* FOOTER
-----------------------------------------------------------------------------*/
.footer.subpage {
   height: 330px;
   width: 100%;
   clear: both;
   background: url(/images/footer-bg.jpg) no-repeat center top;
   text-align: center;
}

.footer.index ul.foot-nav {
    float: right;
    margin: 192px 28px 0 0;
}

.footer.subpage ul.foot-nav {
    float: right;
    margin: 105px 8px 0 0;
}

ul.foot-nav li {
   float: left;
   margin-right:10px;   
}

ul.foot-nav li a {
    color: #F9C598;
    float: left;
    font-family: 'Tangerine',serif;
    font-size: 38px;
    margin-right: 9px;	   
}
.footer.subpage ul.foot-nav li a {
    color: #eb9156;
    float: left;
    font-family: 'Tangerine',serif;
    font-size: 38px;
    margin-right: 9px;	   
}
.kambit {
    color: #F9C598;
    float: left;
    font-family: 'Tangerine',serif;
    font-size: 38px;
	 margin: 192px 0px 0 40px;   
}

.footer.subpage .kambit {
    color: #F9C598;
    float: left;
    font-family: 'Tangerine',serif;
    font-size: 38px;
    margin: 105px 0 0 40px;   
}
.kambit a{
	color: #f8c090;
}

.copy {
    display: inline-block;
    margin: 107px auto 0;
    color: #eb9156;
    font-family: 'Tangerine',serif;
    font-size: 28px;
}


/* LOGIN
-----------------------------------------------------------------------------*/
.login-wrap {
    position:relative;
}

.login-panel {

    margin-top: -38px;

    color: #fff;
    background-color: #000;
    padding: 10px;
}



/************ <<< STANDARD CLASSES >>> ************/


/* TABLE
-----------------------------------------------------------------------------*/
table {
   
}

table thead tr th {
   
}
table tfoot tr th {
   
}

table tr {
   
}

table tr td {
   
}

table tr.odd td {
   
}
table tr.even td {
   
}

table tr:hover {
   
}

table tr:hover td {
   
}

table tr:hover td:hover {
   
}



/* DEFAULTS
-----------------------------------------------------------------------------*/
.w100p {
   width: 100%!important;   
}
.w50p {
   width: 48%!important;   
}
.w30p {
   width: 28%!important;   
}

.dn {
   display: none!important;
}
.db {
   display: block!important;   
}
.dib {
   display: inline-block!important;
}
.di {
   display: inline!important;   
}

.fl {
   float: left!important;
}
.fr {
   float: right!important;
}

.cl {
   clear: left!important;
}
.cr {
   clear: right!important;
}
.cb {
   clear: both!important;
}

.pa{
	position: absolute!important;
}
.pr{
	position: relative!important;
}
.disabled {
    opacity: 0.4;
    filter: Alpha(Opacity=40);
}


/************ <<< === FUTURE CLASSES === >>> ************/

/* MODULE BOX
-----------------------------------------------------------------------------*/
.module-box-top {

}
.module-box-body {

}
.module-box-foot {

}

/* SUPERNEWS
-----------------------------------------------------------------------------*/
/* wydarzenia */

.supernews-wydarzenia{
    display: inline-block;
    margin-left: 38px;
    margin-top: 30px;
}

.supernews-wydarzenia .item{
	width: 596px;
	height: 120px;
	margin-bottom: 40px;
}

.supernews-wydarzenia .item-body{
    color: #E56439;
    float: left;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    width: 394px;
}
.supernews-wydarzenia h2, .supernews-wydarzenia h2 a{
    color: #E56439;
    float: left;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    width: 308px;
}
.supernews-wydarzenia .date{
	color: #b4988b;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	float: right;
}
.supernews-wydarzenia .intro{
	color: #6d4c3e;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.supernews-wydarzenia .thumb{
	border: 1px solid #efccad;
	background: #fff;
	padding: 5px;
	float: right;
	margin-top: 3px;
	
}
a.archiwum{
    background: url("/images/archiwum.png") no-repeat scroll 0 0 transparent;
    bottom: 8px;
    height: 25px;
    left: 40px;
    position: absolute;
    width: 83px;
}

/* oferty specjalne */
.supernews-oferty{
	width: 240px;
	height: 420px;
	position: relative;
}
.supernews-oferty h1{
	float: left;
	margin: 5px 0 0 40px;
}

.supernews-oferty .pair{
    display: block;
    float: left;
    height: 352px;
    width: 185px;
}

.supernews-oferty a.item{
	margin-bottom: 20px;
}

.supernews-oferty img{
	padding: 4px;
	background: #fff;
	1box-shadow: 0px 0px 9px #e3c3ae;
	float: left;
}
.box-tytul{
	background: #71422f url(/images/box-tytul.png) repeat-x 0 0;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	margin-left: 4px;
    min-height: 27px;
    padding: 5px 0 0 8px;
    width: 168px;	
   margin-top: -1px;
}

.box-noc{
    background: url("/images/box-cena.png") repeat-x scroll 0 0 #E75D31;
    color: #FFFFFF;
    font-size: 14px;
    font-style: italic;
    margin-left: 4px;
    min-height: 27px;
    padding: 5px 8px 0;
    width: 160px;	
}

.oferty-slides{
    height: 420px;
    overflow: hidden;
    position: relative;
    width: 200px;
	float: left;
	margin: 9px 0 0 44px;
}

/* oferty nav index */
.oferty-nav{
    background: url("/images/oferty-nav.png") no-repeat scroll 0 0 transparent;
    height: 80px;
    left: 30px;
    position: absolute;
    top: 420px;
    width: 220px;	
}

.oferty-nav li{
    float: left;
    height: 27px;
    margin-top: 4px;
    text-align: center;
    width: 29px;
}
.oferty-nav li a{
    color: #e2652e;
    font-size: 13px;
    text-align: center;
	 padding-top: 6px;
    width: 29px;
    height: 21px;
	 float: left;   
}
.oferty-nav li.activeSlide{
	background: url("/images/oferty-li-a.png") no-repeat scroll 0 0 transparent;
}
.oferty-nav li.activeSlide a{
	color: #71422f;
}
.oferty-nav li.nav-1{
    margin-left: 60px;
}

/* oferty subpage */

.subpage .supernews-oferty{
	margin-top: 40px;   
}

.subpage .supernews-oferty h1{
	font-weight: normal;
	color:#e67039;
}

.subpage .supernews-oferty img{
	padding: 4px;
	background: #fff;
	border: 1px solid #e3c3ae;
	float: left;
}

.subpage .oferty-nav{
    background: url("/images/oferty-nav-sub.png") no-repeat scroll 0 3px transparent;
    height: 80px;
    left: 30px;
    position: absolute;
    top: 420px;
    width: 220px;	
}

.subpage .oferty-nav li {
    float: left;
    height: 29px;
    margin-top: 4px;
    text-align: center;
    width: 31px;
}
.subpage .oferty-nav li a{
    color: #b68976;
    font-size: 13px;
    text-align: center;
	 padding-top: 6px;
    width: 30px;
    height: 21px;
	 float: left;   
}
.subpage .oferty-nav li.activeSlide{
	background: url("/images/oferty-li-a-sub.png") no-repeat scroll 0 0 transparent;
}
.subpage .oferty-nav li.activeSlide a{
	color: #ea6c3a;
}




.social{
    float: left;
    margin: 22px 0 0 40px;
}
.social a{
	float: left;
	margin-right: 15px;
}

.newsletter{
    background: url("/images/newsletter.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 45px;
    margin: 6px 25px 0 0;
    padding: 19px 0 0 20px;
    width: 210px;
}
.newsletter input[type=text]{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #E3662F;
    font-size: 14px;
    font-style: italic;
    height: 20px;
    text-indent: 2px;
    width: 140px;
}
.newsletter input[type=submit]{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: 22px;
    margin: 0;
    padding: 0;
    width: 32px;
    cursor: pointer;
}
/* ANIMATIONS -->> klasy dziedziczone z .anim + $id
-----------------------------------------------------------------------------*/


/* POKOJE
-----------------------------------------------------------------------------*/
.room{
	display: inline-block;
	width: 100%;
	padding-bottom: 75px;
	background: url("/images/pokoj-bg.png") no-repeat scroll center bottom transparent;
	margin-bottom: 25px;	
}
.room h2 {
	text-align: left;
}
.room p{
	float: left;
	width: 380px;
    color: #6D4C3E;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin-top: 15px;
}
.room .thumb {
	float: right;
	position: relative;		
}

.room .thumb img{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFCCAD;
    float: right;
    margin-top: 3px;
    padding: 5px;
}

.room .thumb .cena{
    background: url("/images/pokoje-cena.png") repeat-x scroll 0 0 transparent;
    bottom: -42px;
    color: #FFFFFF;
    font-size: 19px;
    font-style: italic;
    height: 33px;
    left: 6px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 160px;
}

.pokoj-cena-box {
    background: url("/images/pokoje-cena.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    font-style: italic;
    height: 33px;
    margin-top: 3px;
    padding: 5px;
    text-align: center;
    width: 115px;
}



/* NON SKIN
-----------------------------------------------------------------------------*/
.wrapIE {
    width:900px;
    margin: 0 auto;
    position: relative;
}

.ieElder {
    position: absolute;
    top:-300px;
    left: 200px;
    height: 287px;
    width: 500px;
    border: 5px solid #8ABEF1;
    z-index: 99999999999;
    background: url(/images/browsers.jpg) no-repeat 0 0;
}

.ieElder-close {
    bottom: 0;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    width: 76px;
 }

.ieElder-later {
   bottom: 0;
   cursor: pointer;
   height: 20px;
   position: absolute;
   right: 0;
   width: 54px;
}

.get-chrome {
    height: 176px;
    left: 56px;
    position: absolute;
    top: 76px;
    width: 150px;
}

.get-ff {
    height: 176px;
    left: 290px;
    position: absolute;
    top: 76px;
    width: 150px;
}















/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

