/*
************************************************************
* 							   *
* 	ESTEON.pl					   *
* 	www.esteon.pl           			   *
* 							   *
************************************************************
*/

body {
	margin:0px;
	padding:0px;

}
h3 {
	font-family: bebas, arial;
	font-size: 22px;
	color: #3C6B96;
	padding-left: 1.4em;
	letter-spacing: 0px;
	font-weight: normal;
}
h4 {
	font-family: nerissemibold;
	font-size: 18px;
	color: #4e7f9f;
	font-weight: normal;
}
h5 {
	background-image: url(../img/bg_pattern.jpg);
	background-repeat: repeat-x;
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
}

h2 {
	font-family: vibes, arial;
	color: #295f7b;
	font-size: 46px;
	font-weight: normal;
}
.caption {
	font-family: nerisblack, arial;
	color: #4f7fa5;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border: 1px solid #4f7fa5;
	display: inline-block;
	width: 33%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-size: 27px;
	letter-spacing: -1px;
}
.caption2 {
	font-family: nerisblack, arial;
	color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #FFF;
	display: inline;

	font-size: 20px;
	letter-spacing: -1px;

	margin-top: 81px;
	text-shadow: 1px 1px 0 #000000;
	margin-right: auto;
	background-image: url(../img/bg_transp2.png);
	-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 333ms ease-in-out;
-moz-transition: all 333ms ease-in-out;
-ms-transition: all 333ms ease-in-out;
-o-transition: all 333ms ease-in-out;
transition: all 333ms ease-in-out;
}


.caption2:hover {
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-box-shadow: 0 0 11px 0 #000000;
box-shadow: 0 0 11px 0 #000000;
background-image:url(../img/bg_transp3.png)
}

.pattern_bar {
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../img/bg_pattern.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 30px;
}


#cover_all {
	float: left;
	width: 100%;
	background-color: #transparent;
	clear: both;
	position: relative;
}
.top {
	height: 130px;
	width: 100%;
	background-image: url(../img/bg_top2.png);
	background-position: top;
	background-repeat: repeat-x;
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 0px;

}
.top_navi {
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/top_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
}
.lang_bar {
	float: left;
	height: 35px;
	width: 580px;
	padding-top: 53px;
	text-align: center;
	font-family: nerislight, arial;
	color: #8E7F72;
	font-size: 20px;
}

.lang_bar a {
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
	opacity: 0.7;
}


.lang_bar a:hover {

	-webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scale(1.2);
-moz-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scale(1.2);
-o-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg ) scale(1.2);
-ms-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scale(1.2);
transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scale(1.2);
opacity: 1;
}


.content_container {
	position: absolute;
	width: 100%;
	top: 600px;
	z-index: 1000;
	background-image: url(../img/bg_krynica.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.content {
	width: 1178px;
	background-color: #FFF;
	margin: -100px auto 0px;
padding-bottom: 30px;
        display: table;
	position: relative;
	min-height: 500px;
-webkit-box-shadow: 0 0 12px 0 #DBDBDB;
box-shadow: 0 0 12px 0 #DBDBDB;
}
.menu {
	font-family: nerislight, arial;
	font-size: 18px;
	color: #333;
	margin:6px 0 0 -6px;
	height: 92px;
	width: 1170px;
	float:left;
	background-image: url(../img/bg_menu-01.png);
	background-position: top;
	padding-left: 19px;
}
.menu a {
	font-size:26px;
	font-family: bebas, arial;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #333;
	text-decoration: none;
	float: left;
	padding: 2.5%;
	-webkit-transition: all 278ms ease-in-out;
	-moz-transition: all 278ms ease-in-out;
	-ms-transition: all 278ms ease-in-out;
	-o-transition: all 278ms ease-in-out;
	transition: all 278ms ease-in-out;

}

.menu a:hover{
	color: #FFF;
	background-color: #4e7fa0;
	text-shadow: 1px 1px 0 #0A435C;
	-moz-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-o-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

.info_container {
	background-color: #fbfbfb;
	width: 368px;
	margin:-150px 40px 0 0;
	z-index: 666;
        float:right;
	background-image: url(../img/bg_info.png);
	background-repeat: repeat-y;
	background-position: right;
	border: 1px solid #fbfbfb;
	text-shadow: 1px 1px 0 #FFFFFF;

}
.info {
	float: left;
	width: 367px;
	padding-bottom:10px;
}
.add_info {
	padding: 2px;
	position: absolute;
	left: -57px;
	top: 0px;
}

.advertise {
	clear: both;
	float: left;
	width: 1135px;
	text-align: left;
	padding-left: 44px;
}
.right_vert {
	float: right;
	height: 278px;
	width: 365px;
	background-color: #093;
	margin-top: 20px;
	margin-right: 38px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.start_gallery {
	width: 1090px;
	float: left;
	height: 300px;
	margin-left: 45px;
	margin-top: 25px;
	padding-top: 15px;
	padding-bottom: 25px;
}


.icons_all {
	float: left;
	width: 300px;
	padding-left: 18px;

}

.icons_all a {
	float: left;
	height: 54px;
	width: 53px;
	background-image: url(../img/icons_all.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-left: 15px;
}
.font_tool {
	font-size:14px;
	font-family:nerissemibold;
	color:#09C
}
.icons_all div[data-nr] {display:none;}
.icons_all a:nth-of-type(1) {

	background-position: 0 0;
	font-size:12px;
	font-family:neristhin;
}

.icons_all a:nth-of-type(2) {

	background-position: -53px 0;

}

.icons_all a:nth-of-type(3) {

	background-position: -106px 0;
}

.icons_all a:nth-of-type(4) {

	background-position: -159px 0;
}

.icons_all a:nth-of-type(5) {

	background-position: -212px 0;
}

.icons_all a:nth-of-type(6) {

	background-position: 0 -53px;
}

.icons_all a:nth-of-type(7) {

	background-position: -53px -53px;
}

.icons_all a:nth-of-type(8) {

	background-position: -106px -53px;
}

.icons_all a:nth-of-type(9) {

	background-position: -159px -53px;
}

.icons_all a:nth-of-type(10) {

	background-position: -212px -53px;
}
.weather {
	clear: both;
	float: left;
	width: 83%;
	color: #FFF;
	margin-left: 29px;
	display: inline-block;
}


#tabs {
	font-family: bebas, arial;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 22px;
}

#tabs li {
  float: left;
  margin: 0 .5em 0 0;
}

#tabs a {
	position: relative;
	padding: .6em 1.4em;
	float: left;
	text-decoration: none;
	color: #666;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #fff;
	-webkit-transition: all 233ms ease-in-out;
-moz-transition: all 233ms ease-in-out;
-ms-transition: all 233ms ease-in-out;
-o-transition: all 233ms ease-in-out;
transition: all 233ms ease-in-out;

}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
  background: #fff;
}

#tabs a:focus {
	outline: 0;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #F90;
	color: #3C6B96;
	 background-image:url(../img/shadow.png);
  background-repeat:repeat-x;
  background-position:top;

}

#tabs a::after {
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;
  bottom: 0;

  background: #36C;

}

#tabs #current a,
#tabs #current a::after {
  background: #fbfbfb;
  z-index: 3;

}


#info_content {
	position: relative;
	z-index: 2;
	font-family: nerislight, arial;
	color: #3C6B96;
	font-size: 13px;
	line-height: 17px;
	padding-top: 2em;
	padding-right: 2.5em;
	padding-bottom: 0.5em;
	padding-left: 2.2em;
}
.start_info {
	float: left;

	width: 674px;
	padding-left: 47px;
    padding-top:0px;
	 padding-bottom: 25px;
	margin-top: 20px;
	font-family: nerislight;
	font-size: 15px;
	color: #4e7fa0;
	line-height: 22px;
	position: relative;
}
.footer {
	background-image: url(../img/bg_footer.jpg);
	height: 194px;
	width: 100%;
	clear: both;
	background-position: center top;
	background-repeat: no-repeat;
}
.footer_content {
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
}
.foot_info {
	float: left;
	width: 170px;
	font-family: nerislight, arial;
	color: #525254;
	font-size: 16px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0 #FFFFFF;
}


#slider {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	width:48%;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 670px;
  height: 280px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

/*SHRINK*/
.shrink img {
	height: 400px;
	width: 400px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	position: relative;
	background-image: url(../img/m_pokoj.jpg);
	z-index: 1;
}
 .shrink .handle{

  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: center;
  top: 41%;
  width: 100%;
  z-index: 9999;
}

.shrink:hover img {
	width: 300px;
	height: 300px;
	cursor: pointer;


}

.pic:nth-of-type(5) {
	margin-right: 0px;
}

.pic {
	float: left;
	height: 197px;
	overflow: hidden;
	width: 208px;
	margin-top: 20px;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../img/bg_pattern2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	position: relative;
}

.pic2 {
	float: left;
	height: 197px;
	overflow: hidden;
	width: 240px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 7px;
	position: relative;
}
.pattern_img {
	background-image: url(../img/bg_pattern3.png);
	background-repeat: repeat-x;
	height: 200px;
	width: 245px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}
	.ui-tooltip, .arrow:after {
	background: #ffffff;
	border: 0px solid #7c97b1;
	font-family: ;
	font-size: 14px;
	color: #39C;
	}
	.ui-tooltip {
	padding: 10px 20px;
	color: #7c97b1;

	font: 14px nerissemibold, Sans-Serif;
	text-transform: uppercase;
	box-shadow: 0 0 7px #999;
	text-align:center;
	background-image: url(../img/bgpatter.jpg);
	background-repeat: repeat;
	text-shadow: 1px 1px 0 #FFFFFF;
	}
	.arrow {
		width: 70px;
		height: 16px;
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -35px;
		bottom: -16px;
	}
	.arrow.top {
		top: -16px;
		bottom: auto;
	}
	.arrow.left {
		left: 20%;
	}
	.arrow:after {
		content: "";
		position: absolute;
		left: 20px;
		top: -20px;
		width: 25px;
		height: 25px;
		box-shadow: 6px 5px 9px -9px black;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.arrow.top:after {
		bottom: -20px;
		top: auto;
	}






.paradise-table {
	margin:0px;padding:0px;
	width:99%;
	border:1px solid #C1D5DD;
	text-shadow: 1px 1px 0 #FFFFFF;

}.paradise-table table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.paradise-table tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.paradise-table table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.paradise-table table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.paradise-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.paradise-table tr:hover td{

}
.paradise-table tr:nth-child(odd){ background-color:#d5e0ea; }
.paradise-table tr:nth-child(even)    { background-color:#ffffff; }.paradise-table td{
	vertical-align:middle;


	border:1px solid #BFD6E8;
	border-width:0px 1px 1px 0px;

	padding:13px;
	font-size:14px;
	font-family:neristhin,arial;
	font-weight:normal;
	color:#515151;
}.paradise-table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.paradise-table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.paradise-table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.paradise-table tr:first-child td{
		background:-o-linear-gradient(bottom, #8da5bc 5%, #8da5bc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8da5bc), color-stop(1, #8da5bc) );
	background:-moz-linear-gradient( center top, #8da5bc 5%, #8da5bc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#8da5bc", endColorstr="#8da5bc");	background: -o-linear-gradient(top,#8da5bc,8da5bc);
text-shadow: 1px 1px 0 #069;
	background-color:#8da5bc;
	border:0px solid #BFD6E8;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:17px;
	font-family:nerissemibold,arial;

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

	background-color:#8da5bc;
}
.paradise-table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.paradise-table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.round-bg {
	background-image: url(../img/bg_trans4.png);
	background-repeat: repeat;
	padding: 9px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 0 #26485C;

}

.fancybox img {
	padding: 4px;
	border: 1px solid #CCC;
	margin: 5px;
	-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;

}

.fancybox img:hover {
	padding: 4px;
	border: 1px solid #CCC;
	margin: 5px;
	background-color: #CCC;
	-moz-transform: rotate(5deg);
-webkit-transform: rotate(5deg);
-o-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}

#gallery-switch{
	float:left;
	width:100%;
	margin-top: 5px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
#gallery-switch span{
	font-size:18px;
	float:left;
	width:100%;
	padding-bottom: 16px;
	margin-left:11px;

}
#gallery-switch a{
	text-decoration: none;
	color:#F60;
	font-size: 18px;
margin:0 5px;
	padding-right: 5px;
	padding-left: 5px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	padding-top: 6px;
	padding-bottom: 6px;
}

#gallery-switch a:hover{
	background-color: #CCC;
	color: #FFF;
}

#gallery-switch a.active{
	font-weight:bold;
	color: #FFF;
	background-color: #F90;
	margin-right: 2px;
	margin-left: 2px;
}

#mapa {
	width: 670px;
	height:400px;

}

.oferta-box {
	width: 47%;
	    float: left;
	    height: 336px;
	    margin-left: 17px;
	    text-align: center;
	    line-height: 20px;
}



#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {
	margin:0;
	padding:0;
	color: #FFF;
	background-color: #463E42;
	padding:1%;
	font-family: tahoma, arial;
	font-size: 14px;
}
#cookie-bar a {
	color:#ffffff;
	display:inline-block;
	border-radius:3px;
	text-decoration:none;
	margin-left:8px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#cookie-bar .cb-enable {
	background-color: #09C;
}
#cookie-bar .cb-enable:hover {
	background-color: #069;
}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
