@import url('css/fonts/fonts.css');

body {
    min-width: 960px;
    max-width: 1600px;
    font-family: Exo Regular;
    margin: auto;
}

a {
    text-decoration: none;
    color: inherit;
}
.ramka {
		position:fixed;
		width:100%;
		height:100%;
		background: rgba(0, 0, 0, 0.9);
		display:flex;
		align-items:center;
		justify-content: center;
		z-index:1000;
}

.obrazek {
		max-width:1300px;
		width:100%;
		height:100;
		position:relative;
		z-index:1000;
		display:flex;
		align-items:center;
		justify-content: center;
		z-index:1000;
		padding-left:15px;
		padding-right:15px;
		padding-top:15px;
		margin-left:auto;
		margin-right:auto;
		overflow:auto;
}

.wylacz {
		color: white;
    /* float: right; */
    position: absolute;
    right: 107px;
    top:0;
    cursor:pointer;
}

.obrazek img {
		max-width:450px;
		width:100%;
		height:600px;
}

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

.clear {
    clear: both;
}

.show-more {
    display: block;
    background: url('img/button-img.png') no-repeat center right 13px, url('img/button-bg.png') repeat-x;
    color: white;
    font: 18px/42px Exo Light;
    text-align: center;
	width: 160px;
	height: 41px;
	margin: 10px auto 0;
	padding-right: 10px;
}
.read-more, .read-more2 {
	display: inline-block;
	background: url('img/button-bg.png') repeat-x;
	font: 12px/40px Exo Regular;
	padding: 0 25px;
	height: 39px;
	color: white;
	text-align: center;
	text-transform: uppercase;
}
.read-more2 {
	color: #284e9e;
	background: url('img/button-bg2.png') repeat-x;
	font-family: Exo Bold;
}

#top {
    border-bottom: 1px solid #e2edf5;
}

#kontakt {
	font-size: 14px;
	color: #747474;
	float: left;
	margin-top: 11px;
}
#kontakt span {
	font-family: Exo Medium;
}
.tel {
	font-size: 18px;
}

#top-buttons {
	float: right;
	height: 42px;
}
.flags, .social {
	display: inline-block;
}
.flags {
	width: 18px;
	height: 16px;
	margin: 12px 5px;
	background-repeat: no-repeat;
	background-position: top left;
}
#pl {
	background-image: url('img/pl.png');
}
#lang {
	margin-right: 12px;
	background-image: url('img/lang.png');
}
.flags.active {
	background-position: top right;
}
.social {
	width: 42px;
	height: 42px;
	border-left: 1px solid #e2edf5;
}
.social:last-child {
	border-right: 1px solid #e2edf5;
}
#f {
	background: url('img/f.png') no-repeat center;
}
#g {
	background: url('img/g.png') no-repeat center;
}

.logo {
	width: 260px;
	height: 70px;
	background: url('img/logo.png') no-repeat center;
	margin: 25px auto 20px;
}

.menu {
	font: bold 14px Exo Regular;
	color: #747474;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: -5px;
	position: relative;
	z-index: 100;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu ul li {
	display: inline-block;
	padding: 0 15px;
}
.menu ul li a {
	display: block;
	padding: 10px 0;
	border-bottom: 5px solid transparent;
}
.menu ul li a:hover, .menu .active {
	color: #16ace1;
	background: url('img/menu-active.png') no-repeat center bottom;
	border-color: #16ace1;
}

#slider-wrapper {
	width: 100%;
	height: 387px;
	position: relative;
}
.sub #slider-wrapper {
	height: 269px;
}
#slider {
	height: 100%;
}
.slide {
	width: 100%;
	height: 387px !important;
	background-position: center;
	outline: none;
}
.sub .slide {
  height: 269px !important;
}
.slid-txt {
	margin: auto;
	text-align: center;
	width: 960px;
	color: white;
	padding-top: 90px;
}
.sub .slid-txt {
	padding-top: 65px;
}
.slid-txt .slid-title {
	display: inline-block;
	font: 60px Exo Light;
	background-color: rgba(14,190,241,0.9);
	margin: 0;
	padding: 15px 10px;
	text-shadow: 1px 0 0 black;
}
.slid-txt h2 {
	display: inline-block;
	font: 30px Exo Medium;
	background-color: rgba(0,0,0,0.9);
	margin: 0;
	padding: 10px 15px;
}

#content {
	background-color: #e2edf5;
	padding: 40px 0;
}
#kolo-bg {
	width: 275px;
	height: 154px;
	position: absolute;
	top: -40px;
	right: -275px;
	background: url('img/kolo.png') no-repeat;
}

.title, .title2, .title3 {
	font: 30px Exo Regular;
	color: #284e9e;
	text-transform: uppercase;
	text-align: center;
	padding-top: 33px;
	background: url('img/ster1.png') no-repeat top center;
	overflow: hidden;
}
.title h1, .title h2, .title h3, .title2 h1, .title2 h2, .title2 h3, .title3 h1 , .title3 h2, .title3 h3{
	margin: 0;
	font-weight: normal;
  font-size: inherit;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}

.title h1 span, .title h2 span, .title h3 span, .title2 h1 span, .title2 h2 span, .title2 h3 span, .title3 h1 span, .title3 h2 span, .title3 h3 span {
	position: absolute;
	height: 100%;
	background: url('img/title.png') repeat-x center;
}

.title2 {
	color: white;
	background: url('img/ster2.png') no-repeat top center;
}

.title3 h1 span , .title3 h2 span, .title3 h3 span {
	background: url('img/title2.png') repeat-x center;
}
.title h1 span:first-child, .title h2 span:first-child, .title h3 span:first-child, .title2 h1 span:first-child, .title2 h2 span:first-child, .title2 h3 span:first-child, .title3 h1 span:first-child, .title3 h2 span:first-child, .title3 h3 span:first-child {
	left: 0;
}
.title h1 span:last-child, .title h2 span:last-child, .title h3 span:last-child, .title2 h1 span:last-child, .title2 h2 span:last-child, .title2 h3 span:last-child, .title3 h1 span:last-child, .title3 h2 span:last-child, .title3 h3 span:last-child {
	right: 0;
}

.txt {
	font: 12px/1.5 Arial;
	color: #5b6e98;
	padding: 50px 0 10px;
}

#oferta {
	padding-top: 60px;
}
.oferta {
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	width: 302px;
	vertical-align: top;
}
.oferta:nth-of-type(3n+3) {
	margin: 0;
}
.box {
	width: 300px;
	height: 200px;
	background-color: white;
	border: 1px solid #b6d6eb;
	font: 20px/23px Exo bold;
	text-transform: uppercase;
	cursor: pointer;
    display: block;
}
.box-bg {
	width: 290px;
	height: 110px;
	margin: 3px auto 0;
	border: 1px solid #b6d6eb;
}
#box1 .box-bg {
	background: url('img/box1.jpg') no-repeat center;
}
#box2 .box-bg {
	background: url('img/box2.jpg') no-repeat center;
}
#box3 .box-bg {
	background: url('img/box3.jpg') no-repeat center;
}
.box-title {
	margin-top: 25px;
	font: 20px/23px Exo bold;
}
.box-title span {
	color: #284e9e;
	display: block;
}
.oferta-txt {
	font: 12px/1.5 Arial;
	color: #567386;
	margin: 20px auto 0;
	width: 269px;
}
.oferta-txt a {
	display: block;
	color: #284e9e;
}
.box.active, .box:hover {
	background-color: #284e9e;
}
.box.active .box-bg:after, .box:hover .box-bg:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url('img/lupa.jpg') no-repeat center;
}
.box.active .box-title, .box.active .box-title span, .box:hover .box-title, .box:hover .box-title span {
	color: white;
}

#onas {
	height: 360px;
	background: url('img/onas-bg.jpg') no-repeat center;
	padding-top: 40px;
	color: #e2edf5;
}
.onas-txt {
	font: 12px/1.7 Arial;
	width: 465px;
	text-align: center;
	margin: 60px auto;
}
.onas-buttons {
	font: 12px Lato Bold;
	text-align: center;
}
.onas-buttons .read-more {
	margin-right: 10px;
}
.onas-buttons .read-more2 {
	margin-left: 10px;
}

#galeria {
	padding: 40px 0 70px;
}
#gal-wrapper {
	margin-top: 60px;
	position: relative;
	height: 160px;
}
#gal-container {
	height: 100%;
}
.gal {
	display: inline-block;
	width: 225px;
	height: 150px !important;
	padding: 2px;
	border: 1px solid #bcd7ea;
	margin: 0 7px 10px 0;
	background-color: white;
}
.gal img {
	width: inherit;
	height: inherit;
}
.gal-left, .gal-right {
	position: absolute;
	width: 22px;
	height: 47px;
	cursor: pointer;
	background: url('img/gal-ar.png') no-repeat;
	top: 50px;
}
.gal-left {
	background-position: left;
	left: -60px;
}
.gal-right {
	background-position: right;
	right: -60px;
}

#mapa {
	width: 100%;
	height: 360px;
}
#mapa iframe {
	width: inherit;
	height: inherit;
}
#mapa-info {
	width: 220px;
	height: 300px;
	padding: 20px 60px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 10;
	background: url('img/mapa-info.png') no-repeat center;
	text-align: center;
	color: #717171;
	font: 14px Exo Bold;
}
.mapa-title {
	font: 24px/28px Exo Bold;
	color: #284e9e;
	text-transform: uppercase;
	margin: 35px 0 25px;
}
.mapa-ul {
	margin-bottom: 20px;
}
.mapa-nr span {
	font-size: 18px;
}
.mapa-mail {
	display: block;
	color: #284e9e;
	margin: 20px 0 30px;
}
.mapa-button {
	font: 12px Arial;
	color: white;
	padding: 8px;
	background: url('img/button-bg.png') repeat-x;
}

#footer-menu {
	padding-top: 30px;
}
#footer-menu .menu {
	margin: 0;
}
#copy {
	height: 50px;
	padding-top: 25px;
	font: 12px Arial;
	color: #747474;
	border-top: 1px solid rgba(175,174,174,0.2);
}
#copy a, #cookies a {
	color: #154683;
	font-weight: bold;
}
#copy-left {
	float: left;
}
#copy-right {
	float: right;
}

#cookies {
	text-align: center;
	background-color: #16ace1;
	font-size: 12px;
	padding: 20px;
	color: white;
}
#c-close {
	background-color: black;
	padding: 6px;
	border-radius: 3px;
	cursor: pointer;
	margin-left: 15px;
}

#jachty-cat {
	font: 12px Exo Bold;
	color: #284e9e;
	text-transform: uppercase;
	margin-bottom: 60px;
}
#jachty-cat ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#jachty-cat ul li {
	display: inline-block;
	padding: 13px 19px;
	margin-right: 10px;
	cursor: pointer;
}
#jachty-cat ul li:hover {
	background-color: white;
}
#jachty-cat ul li.active {
	background: url('img/button-bg.png') repeat-x center;
	color: white;
	font-family: Exo Medium;
}
.c-buttons h2{
	font: 12px Exo Bold;
}
#jachty {
	color: #284e9e;
	font: 14px Exo Medium;
}
.j {
	background-color: white;
	border: 1px solid #b6d6eb;
	display: inline-block;
	position: relative;
	opacity: 0.3;
	margin: 0 17px 17px 0;
}
.j:nth-of-type(3n+3) {
	margin-right: 0;
}
.j:hover {
	background-color: #284e9e;
	color: white;
	opacity: 1;
}
.j:hover:before {
	content: "";
	position: absolute;
	left: 131px;
	top: 63px;
	width: 44px;
	height: 44px;
	background: url('img/lupa.jpg') no-repeat center;
}
.j:hover .j-left {
	background-image: url('img/user-silhouette-white.png');
}
.j.active {
	opacity: 1;
}
.j-img {
	width: 296px;
	height: 163px;
	border: 1px solid #b6d6eb;
	margin: 3px;
}
.j-txt {
	padding: 10px 14px;
}
.j-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #b6d6eb;
	font: 14px Exo Medium;
}
.j-desc {
	padding: 14px 0;
}
.j-left {
	float: left;
	padding-left: 18px;
	background: url('img/user-silhouette.png') no-repeat left top;
	margin-top: 5px;
}
.j-right {
	float: right;
}
.j-right span {
	font: 18px Exo Bold;
}

.back {
	display: block;
	font: 12px Exo Bold;
	color: #284e9e;
	text-transform: uppercase;
	padding: 15px 15px 13px 35px;
	background: #faf8f4 url('img/button-img2.png') no-repeat center left 15px;
	width: 110px;
	white-space: nowrap;
	margin-left: auto;
}
.back:hover {
	background-color: white;
}

.desc {
	margin: 45px 0;
}
.d-img {
	width: 350px;
	height: 200px;
	outline: 1px solid #bcd7ea;
	border: 2px solid white;
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	display: inline-block;
}
.d-data {
	width: 300px;
	height: 200px;
	margin-left: 20px;
	display: inline-block;
}
.d-data table {
	margin: auto;
}
.d-data td {
	font: 14px Exo Medium;
}
.d-data td:first-child {
	text-align: right;
	color: #5b6e98;
	padding: 0 20px 4px 0;
	font-family: Exo Regular;
}
.d-data th {
	text-align: right;
	padding: 0 20px 15px 0;
	font: 18px Exo Bold;
	color: #5b6e98;
}
.d-price {
	width: 265px;
	height: 85px;
	background-color: white;
	border: 1px solid white;
	margin-top: 50px;
	float: right;
	position: relative;
	padding: 2px;
	background-clip: content-box;
}
.price-txt {
	font: 20px Exo Medium;
	color: #284e9e;
	text-align: center;
	padding-top: 25px;
}
.price-txt span {
	font: 24px Exo Bold;
}
.price-buttons {
	position: absolute;
	bottom: -21px;
	text-align: center;
	width: 100%;
}
.p-b {
	padding: 15px 11px 13px;
	background-color: #1eb4eb;
	text-transform: uppercase;
	color: white;
	font: 12px Exo Medium;
	display: inline-block;
	vertical-align: top;
}
.p-b1 {
	margin-right: -3px;
	padding: 15px 11px 12px 33px;
	background: #1eb4eb url('img/user-silhouette-white2.png') no-repeat center left 11px;
	font: 13px Exo Light;
}
.d-txt {
	font: 14px/1.5 Exo Regular;
	color: #5b6e98;
}
.d-txt-title {
	font: 18px Exo Bold;
	padding-bottom: 20px;
}
.d-gal {
	margin: 45px 0 25px;
}

#form-wrapper {
	padding: 40px 0 30px;
}
#form {
	text-align: right;
	font: 16px Exo Light;
	margin: 30px 0 0;
}
#form fieldset {
	border: 0;
	padding: 5px 0;
	position: relative;
}
#form label {
	padding: 11px 15px 0;
	color: #284e9e;
	display: inline-block;
	vertical-align: top;
	max-width: 120px;
}
.f {
	width: 778px;
	height: 28px;
	font: 16px Arial;
	padding: 5px 10px;
	border: 1px solid #bcd7ea;
}
.f-d {
	background: white url('img/calendar.png') no-repeat center right 10px;
	width: 350px;
}
.f-t {
	max-width: 800px;
	height: 180px;
	resize: none;
}
.fields-required-txt {
	position: absolute;
	left: 0;
	bottom: 15px;
	opacity: 0.5;
	padding: 0 !important;
}
.fs-b {
	display: block;
	width: 800px;
	margin: 20px 0 0 auto;
	text-align: left;
	font-size: 18px;
}
.f-s {
	background-color: #284e9e;
	padding: 12px 20px;
	text-transform: uppercase;
	color: white;
	border: 0;
	font: 12px Exo Medium;
	cursor: pointer;
}


.news {
	margin: 0 35px 30px;
}
.date {
	display: inline-block;
}
.news-title {
	display: inline-block;
	font-size: 15px;
	margin: 0 0 0 10px;
	font-weight: bold;
	color: rgb(30, 134, 158);
}
.news-txt {
	margin-left: 15px;
	font-size: 14px;
}
.news-more {
	font-style: italic;
	color: rgb(30, 134, 158);
}

.msg, .msg2 {
	text-align: center;
	padding: 15px;
	background-color: rgba(0, 128, 0, 0.2);
	border: 1px solid rgba(0, 128, 0, 0.3);
	color: black;
}
.msg2 {
	background-color: rgba(215, 25, 25, 0.6);
	border-color: rgba(215, 25, 25, 0.7);
	color: white;
}


/* mobilna */
@media (max-width: 960px) {
	body {
		min-width: auto;
	}

	.wrapper {
		width: auto;
	}

	.slid-txt {
		width: auto;
	}
	.slid-txt h1 {
		font-size: 2.5em;
	}

	#content {
		text-align: center;
	}

	.title h1, .title2 h1, .title3 h1 {
		padding: 0 !important;
	}
	.title span, .title2 span, .title3 span {
		display: none;
	}

	.oferta-txt {
		margin-bottom: 20px;
	}

	.onas-txt {
		width: auto;
		margin: 30px auto;
		padding: 0 10px;
		max-height: 190px;
		overflow: hidden;
	}
	
	.j {
		margin: 0 0 17px;
	}
	
	.d-img {
		margin-bottom: 20px;
	}
	.d-data {
		margin: 0;
	}
	.d-price {
		float: none;
		margin: 20px auto;
	}
	
	#form {
		text-align: center;
	}
	.f {
		width: 70%;
	}
	#form label {
		display: block;
	}
	.fs-b {
		width: 100%;
		margin: 20px 0 0;
		text-align: center;
	}
	.fields-required-txt {
		position: static;
	}

	#copy {
		text-align: center;
	}
	#copy-left, #copy-right {
		float: none;
	}

	#c-close {
		display: block;
		margin: 10px 0 0;
	}
}
@media (max-width: 380px) {
	.onas-buttons .read-more, .onas-buttons .read-more2 {
		padding: 0 5px;
	}
}
@media (max-width: 768px) {
	#top {
		text-align: center;
	}
	#kontakt {
		float: none;
	}
	#top-buttons {
		float: none;
		border-top: 1px solid #e2edf5;
		margin-top: 10px;
	}
	
	#mapa-info {
		padding: 0;
		position: static;
		background: none;
		margin: auto;
		width: auto;
	}
	#mapa {
		height: auto;
	}
	#mapa iframe {
		display: none;
	}

	#footer-menu {
		display: none;
	}

	.menu {
		margin-bottom: 10px;
	}
	.menu.active {
		margin-bottom: -5px;
	}
	.menu:before {
		content: '';
		display: block;
		border-top: 4px solid #16ace1;
		border-bottom: 4px solid #16ace1;
		width: 50px;
		height: 5px;
		margin: auto;
		cursor: pointer;
		transition: border .5s, margin .5s, height .5s;
	}
	.menu:after {
		content: '';
		display: block;
		border-bottom: 4px solid #16ace1;
		width: 50px;
		height: 5px;
		margin: auto;
		cursor: pointer;
		transition-duration: .5s;
	}
	.menu.active:before {
		border: none;
		height: 50px;
		background: url('img/x.png') no-repeat center;
		margin-bottom: 10px;
	}
	.menu.active:after {
		width: 100%;
	}
	.menu ul {
		position: absolute;
		visibility: hidden;
	}
	.menu.active ul {
		position: static;
		visibility: visible;
	}
	.menu ul li {
		display: block;
	}
	.menu ul li a:hover, .menu .active {
		background: none;
		border-color: transparent;
	}
	.menu ul li a {
		transition: padding .5s;
		padding: 0;
	}
	.menu.active ul li a {
		padding: 10px 0;
	}
}

#h1_main {
  font: 30px Exo Regular;
  color: #284E9E;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.opt-logo {
	display: block;
	margin: 0 auto;
	opacity: 0;
}

.opt-upper {
	text-transform: uppercase;
}/* Preload images */
body:after {
  content: url(img/close.png) url(img/loading.gif) url(img/prev.png) url(img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}