
@font-face {
    font-family: "cooper_hewittbook";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/cooperhewitt-book.eot#iefix") format("embedded-opentype"), url("/fonts/cooperhewitt-book.woff") format("woff"), url("/fonts/cooperhewitt-book.ttf") format("truetype"), url("/fonts/cooperhewitt-book.svg") format("svg");
}
@font-face {
    font-family: "cooper_hewittbold";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/cooperhewitt-bold.eot#iefix") format("embedded-opentype"), url("/fonts/cooperhewitt-bold.woff") format("woff"), url("/fonts/cooperhewitt-bold.ttf") format("truetype"), url("/fonts/cooperhewitt-bold.svg") format("svg");
}
@font-face {
    font-family: "cooper_hewittlight";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/cooperhewitt-light.eot#iefix") format("embedded-opentype"), url("/fonts/cooperhewitt-light.woff") format("woff"), url("/fonts/cooperhewitt-light.ttf") format("truetype"), url("/fonts/cooperhewitt-light.svg") format("svg");
}
@font-face {
    font-family: 'CooperHewitt-Semibold';
    src: url('fonts/CooperHewitt-Semibold.eot');
    src: local('☺'), url('fonts/CooperHewitt-Semibold.woff') format('woff'), url('fonts/CooperHewitt-Semibold.ttf') format('truetype'), url('fonts/CooperHewitt-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clear{clear:both;}
strong {font-family: "cooper_hewittbold" !important;}

body {
	
	font-family: cooper_hewittlight;
	font-size:18px;
	color:#333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: rgba(0,0,0,0.79);
	box-sizing:border-box;
	vertical-align: top;
	height:100%;
	background: url(/img/a.jpg) top center no-repeat ;
	background-size:cover;
	box-sizing:border-box
	
	
}
body.slub {background: url(/img/tlo_bright.jpg) top center repeat ;}
.wrapper{
	min-width: 330px;
	width:100%;
	height: 100%;
}

a, a:visited {text-decoration: none; color:inherit;}
small {font-size: 0.8em}

.menu{
	position:fixed;
	background-color: #727272;
	width: 100%;
	height: 50px;
	box-shadow: 0px 0px 10px #000;
	text-align: right;
	-webkit-box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 12px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 12px 0px rgba(50, 50, 50, 0.75);
	-webkit-transition: all 1s ease-in-out;
	  -moz-transition: all 1s ease-in-out;
	  -o-transition: all 1s ease-in-out;
	  transition: all 1s ease-in-out;
	 z-index:200;

	}
.slub .menu{
	color:white;
	background-color:#69B1BD;
	/*background: url(/img/menu_background.jpg) repeat-x top center #2a7f98;*/
	}

.menu .item {
	display: inline-block;
	height:35px;
	padding: 15px 12px 0;
	border:none;
}
.menu .item.active {
	opacity:0.5;
	background-color: #8DA4B6;
	cursor: default;
}
.slub .menu .item.active {
	opacity:1;
	background-color: #727272;
	cursor: default;
}
.menu .item.active:hover {
	color:inherit;
}
.slub .menu .item:hover {
	background-color: #727272;
}
.menu .logo {
	float: left;
	font-size:1.5em;
	padding-left: 20px;
	line-height: 50px;
}
.menu .logo span {color:#d0d0d0;}

.menu .item:hover {
	color: white
}
.menu .menu-ico {display:none; background: url(/img/menu_ico.png) no-repeat center center transparent; height:50px; width:50px; float:right; margin: 0px 15px}


/* ---------------------- content ----------------------------*/
.baner {
		font-size: 60px; 
		font-family: cooper_hewittlight ; 
		text-align: center; 
		position:absolute; 
		width:100%;  
		height:auto;
		bottom:10%;
		z-index: 400;
		color:#cecece;
		display: none;
		opacity: 0.4
	}
.baner span {display:block;font-size:40px;letter-spacing: 26px}
.content{
	height:auto;
	width: 100%
	z-index: 100;
	color:#d0d0d0;
	padding-top:50px;
	position: relative;
	
}
.content .swiper-container .swiper-slide {text-align: center; overflow: hidden}
.content .swiper-container .swiper-slide img {width:auto;
	-webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    4px 4px 20px 0px rgba(0, 0, 0, 1);
	box-shadow:         4px 4px 20px 0px rgba(0, 0, 0, 1);}
.content .swiper-scrollbar {display: none;}

.mobile-lazy-container {display: none; text-align: center}
.show-thumbs {
		position:absolute; 
		width: 25px; 
		height:40px; 
		background: url(../img/show_thumb.png) no-repeat left center transparent; 
		top: 60px; 
		left:5px; 
		z-index:500; 
		cursor: pointer;
		overflow: hidden; 
		font-size:15px;
		text-indent: -1000px;
		padding-right: 15px
	}
.slub .show-thumbs {
		background: url(../img/show_thumb_slub.png) no-repeat left center transparent; 
	}
.show-thumbs:hover {
		width: 220px; 
		text-align: right; 
		text-indent: 0 ;
		color:white; 
		line-height: 40px;
		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	    border: 1px solid #007aff;
		}
.slub .show-thumbs:hover {
	    border: 1px solid white;
		}
.swiper-thumbs{
		padding:40px; 
		background-color:rgba(0, 0, 0, 0.9); 
		text-align: center; 
		overflow: hidden; 
		display: none;
		position:absolute;
		top:50px;
		z-index:400;
	}
.swiper-thumbs img{margin:2px; cursor:pointer; } .swiper-thumbs .thumb-img{margin:2px; cursor:pointer; float:left; }
.swiper-thumbs img:hover {outline: 1px solid #007aff;} .swiper-thumbs .thumb-img:hover {outline: 1px solid #007aff;}
.swiper-pagination {display: none}


/* -------------- kontakt ----------------------*/

.kontakt-holder{
	text-align: center;
	margin-top:12vh;
}
.kontakt-holder .photo {
	display: inline-block;
	width:500px;
	height: 500px;
	border-radius:280px;
	overflow: hidden;
	background: url(/img/wojciech_panas.jpg) no-repeat center bottom white;
	-webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    4px 4px 20px 0px rgba(0, 0, 0, 1);
	box-shadow:         4px 4px 20px 0px rgba(0, 0, 0, 1);
}
.kontakt-holder .desc {
	display: inline-block; text-align: left; vertical-align: top; margin-top:110px; margin-left: 50px
}
.kontakt-holder .desc p {
	font-size:25px; font-family: cooper_hewittbold; padding-left: 75px;
}
.kontakt-holder .desc>div {height:62px;padding-left:75px;line-height: 62px; margin-bottom: 20px}
.kontakt-holder .desc .tel{background: url(/img/ico_phone.png) no-repeat left bottom transparent;}
.kontakt-holder .desc .email{background: url(/img/ico_mail.png) no-repeat left bottom transparent;}
.kontakt-holder .desc .fb{background: url(/img/ico_fb.png) no-repeat left bottom transparent;}


/* -------------- slub ---------------- */ 

/*para*/
.slub .wrapper,.slub .menu  {/*max-width: 1400px;*/ margin: 0 auto}
.slub .wrapper {
	background-color: rgba(152, 181, 213, 0.16);
	-webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    4px 4px 20px 0px rgba(0, 0, 0, 1);
	box-shadow:         4px 4px 20px 0px rgba(0, 0, 0, 1);
background: -moz-linear-gradient(top,  rgba(94,107,110,1) 0%, rgba(94,107,110,0.99) 1%, rgba(69,77,81,0.01) 99%, rgba(69,77,81,0) 100%);
background: -webkit-linear-gradient(top,  rgba(94,107,110,1) 0%,rgba(94,107,110,0.99) 1%,rgba(69,77,81,0.01) 99%,rgba(69,77,81,0) 100%);
background: linear-gradient(to bottom,  rgba(94,107,110,1) 0%,rgba(94,107,110,0.99) 1%,rgba(69,77,81,0.01) 99%,rgba(69,77,81,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6b6e', endColorstr='#00454d51',GradientType=0 );

}


/* form */ 

form fieldset {
	border:0 none;
	text-align: center;
}
form fieldset > * { display:inline-block}
form fieldset .item {position:relative;}
form fieldset input[type="text"] {
	width:200px;
	height: 60px;
	border:1px solid white;
	background-color: rgba(0, 0, 0, 0.2); 
	font-size:25px;
	line-height: 60px;
	font-family: cooper_hewittbold;
	color:white;
	text-align: center;

}
form fieldset input[type="submit"] {
	width:200px;
	height: 64px;
	border:1px solid white;
	background-color: rgba(0, 0, 0, 0.2); 
	font-size:25px;
	line-height: 60px;
	font-family: cooper_hewittbold;
	color:white;
	text-align: center;
	cursor: pointer

}
form fieldset input[type="submit"]:hover {
	background:none;
}
form fieldset input.wait[type="submit"] {
    cursor:initial;
    opacity:0.4;
    background:url(../img/wait.gif) no-repeat center center white;
    text-indent: 1000px;
    overflow: hidden;
}
form span.free, form span.reserved {
	padding:25px;
	border: 1px solid white;
	border-radius: 3px;
	display: inline-block;
	font-family: cooper_hewittbold;
	text-transform: uppercase;
}
form span.free {
	background-color: green;
}
form span.reserved {
	background-color: red;
}
form label.error {
    background: #fff none repeat scroll 0 0;
    border: 1px solid red;
    color: red;
    display: inline-block;
    font-family: cooper_hewittbold;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    padding: 5px 8px;
    position: absolute;
    top: -24px;
}

.slub h2 {
		text-align: center; 
		font-size:50px; 
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); 
		background: url(/img/hr.png) no-repeat center bottom transparent;
		color:white;
		margin:0 0 25px 0;
		padding-top: 40px;
		opacity:0.75;
	}
.slub .section h2 {
		background:none
	}
.para_head{
	width:100%;
	height:550px;
	background-size: cover;
	background-position: top center
}
.para_head .overlay{
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.3);;
	position:relative;

}
.gallery_nav{
	height:80px;
	text-align: left;
	position: absolute;
	bottom:100px;
	left:20px;
	opacity: 0.7
}
.gallery_nav p{
	line-height: 80px;
	display: inline-block;
}
.thumbs, .full_images {
	width:100%;
	text-align: center;
	margin-top: -100px;
	position: relative;
}
.thumbs img {
	display: inline-block;
	margin: 0px;
}
.full_images img {
	width:100%;
	border-bottom:2px solid #eee;
}

.bg-aqua-photo {
		background:url(/img/bg-aqua-photo.jpg)repeat-y top center transparent;
		background-size: cover;
		color:white;
		padding-bottom: 40px
	}
.section {width: 100%}
.section .content-center{ max-width: 1200px; width:100%; margin: 0 auto}
.section .white-box {
	border:1px solid white;
	margin:50px auto;
	width:99%;
	max-width: 900px;
	position: relative;
	border-radius: 8px;
	background-color:rgba(0,0,0,0.3);
}
.section .white-box .price {
	position: absolute;
	top:-5px;
	left:-50px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	color:#333;
	text-align: center;
	line-height: 100px;
	background-color:white;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	-webkit-transform:rotate(-25deg); 
	-moz-transform:rotate(-25deg); 
	-o-transform:rotate(-25deg);
	
}
.section .white-box .desc {
	padding:50px;
}
/* galeria par */
.content .box-para {
	display: inline-block;
	width:32%;
	margin:5px ;
	height:300px;
	text-align: center;
	background:url(/slub/galeria_par/ewelina_konrad.jpg) no-repeat center center transparent;
	background-size: cover;
	position:relative;
	border: 1px solid #d0d0d0;
}
.content .box-para .overlay{
	display: block;
	width:100%;
	height:80px;
	line-height: 80px;
	text-align: center;
	background-color:rgba(0,0,0,0.3);
	box-sizing:border-box;
	position: absolute;
	top:50%;
	overflow: hidden;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	font-size:25px;


}
.content .box-para:hover .overlay{
	top:20%;
	height:160px;
	line-height: 160px;
	background-color:rgba(0,0,0,0.6);
}
.content .box-para:hover{
	
}


 @media screen and (orientation: portrait), not screen and (min-width: 790px){    /*------------------------------ 790 --------------------------------*/
    .menu {height:auto; text-align: center}
    .menu .item {display: block}
    .menu .menu-ico {display:block;}
    .item-holder {clear:both;display: none}
    .swiper-container {display: none}
	
	.mobile-lazy-container {display: block}
    .mobile-lazy-container img {width:100%; margin:0 0 1px 0 ;}

    .slub .gallery_nav {display: none}
	.section .white-box .price {
		position: absolute;
		top:-5px;
		left:2px;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		color:#333;
		text-align: center;
		line-height: 70px;
		font-size: 0.9em;
		background-color:white;
		-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
		-webkit-transform:rotate(-25deg); 
		-moz-transform:rotate(-25deg); 
		-o-transform:rotate(-25deg);
	}
	.show-thumbs { display:none}
	.swiper-thumbs { display:none}
    .content .box-para { width:90%; margin:5px 0;};

    
} 