html {
	background:#111;
	height:100%;
	overflow-y:scroll;
}
body {
	font-family:'Open Sans', sans-serif;
	color:#444;
	outline:none;
	margin:0;
	padding:0;
	height:100%;
}
a:link {
	color:#000;
	text-decoration:none;
	outline:none;
	transition:color 0.2s ease-in-out;
}
a:visited {
	color:#000;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#000;
	text-decoration:none;
	outline:none;
}
p {
	font-size:14pt;
	line-height:29px;
	margin:0;
	padding:0;
}
a img {
	border:0;
}
.page-content {
	background:#fff;
	width:100%;
	padding:50px 0 100px 0;
	float:left;
}
.page-content-cat {
	padding-top:110px;
	min-height:500px;
}
.container {
	width:94%;
	margin:0 auto;
	position:relative;
}
.content {
	width:100%;
	float:left;
}
.header {
	width:100%;
	height:100%;
	min-height:520px;
	position:relative;
	text-align:center;
	float:left;
}
.header-text {
	text-align:left;
	position:absolute;
	bottom:60px;
	left:0;
	right:0;
	width:94%;
	margin:0 auto;
}
.header-text h1 {
	color:#fff;
	width:auto;
	display:inline-block;
	font-size:19pt;
	line-height:36px;
	text-align:left;
	padding:10px 60px 10px 20px;
	box-sizing:border-box;
	float:none;
}
.header-text h1 a {
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,0);
	transition:border-bottom 0.1s ease-in-out;
	display:inline-block;
}
.header-text h1 a:hover {
	border-bottom:1px solid rgba(255,255,255,1);
}
.footer-content {
	background:#111;
	color:#fff;
	font-size:11.5pt;
	line-height:18px;
	padding:52px 0;
}
.footer-content .container {
	max-width:1200px;
	text-align:center;
}
.menu-container {
	background:rgba(0,0,0,0.4);
	width:100%;
	z-index:1001;
	position:absolute;
	top:0;
	left:0;
}
#slides:after {
	content:"";
	width:100%;
	position:absolute;
	top:-96px;
	left:0;
	height:384px;
	opacity:0.5;
	background:linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
	z-index:10;
	display:none;
}
.logo {
	background:url(img/logo.png) no-repeat center;
	background-size:138px 30px;
	width:138px;
	height:30px;
	position:absolute;
	top:26px;
	left:1px;
	z-index:1000;
	border:0 !important;
}
.menu-black {
	background:#fff;
	border-bottom:1px solid #aaa;
}
.menu-black .logo {
	background:url(img/logo_black.png) no-repeat center;
	background-size:138px 30px;
}
.menu-content {
	width:92%;
	height:82px;
	margin:0 auto;
	position:relative;
	padding:25px 0 25px 240px;
	box-sizing:border-box;
	z-index:2;
}
.menu-content a {
	font-weight:600;
	margin-right:50px;
	color:#fff;
	font-size:16pt;
	line-height:30px;
	border-bottom:1px solid rgba(255,255,255,0);
	transition:border-bottom 0.1s ease-in-out;
}
.menu-content a:hover, .menu-content a.current {
	border-bottom:1px solid rgba(255,255,255,1);
}
.menu-black .menu-content a {
	color:#000;
	border-bottom:1px solid rgba(0,0,0,0);
}
.menu-black .menu-content a:hover, .menu-black .menu-content a.current {
	border-bottom:1px solid rgba(0,0,0,1);
}
.lang {
	font-size:16pt;
	color:#fff;
	position:absolute;
	top:25px;
	right:0;
}
.menu-black .lang {
	color:#000;
}
.lang a {
	margin:0 !important;
}
.lang span {
	display:inline-block;
	font-size:12pt;
	margin:0 10px;
	position:relative;
	top:-3px;
}
.objects-list {
	width:100%;
	padding-top:20px;
	float:left;
}
.objects-list > strong {
	font-weight:600;
	font-size:14pt;
	line-height:26px;
	padding:0 20px;
	box-sizing:border-box;
}
.objects-list h1 {
	width:100%;
	color:#222;
	font-family:'Libre Franklin', sans-serif;
	font-weight:500;
	font-size:36pt;
	line-height:58px;
	position:relative;
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	box-sizing:border-box;
	float:left;
}
.obj-nav {
	width:100%;
	padding:0 20px 20px 20px;
	float:left;
}
.obj-nav a {
	margin:10px 40px 0 0;
	font-size:13pt;
	line-height:24px;
	display:inline-table;
}
.objects-list h2 {
	width:100%;
	padding:20px 0 0 20px;
	float:left;
}
a.more {
	background:url(img/more.png) no-repeat right top 7px;
	background-size:10px 18px;
	font-size:16pt;
	font-weight:600;
	padding-right:20px;
	margin:-52px 20px 0 0;
	position:relative;
	z-index:1;
	border-bottom:1px solid rgba(0,0,0,0);
	transition:border-bottom 0.1s ease-in-out;
	float:right;
}
a.more:hover {
	border-bottom:1px solid rgba(0,0,0,1);
}
.objects-list h1 a {
	color:#222;
	border-bottom:1px solid rgba(34,34,34,0);
	transition:border-bottom 0.1s ease-in-out;
}
.objects-list h1 a:hover {
	border-bottom:1px solid rgba(34,34,34,1);
}
.objects-list ul {
	width:100%;
	margin:0;
	padding:0 0 50px 0;
	list-style:none;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	float:left;
}
.objects-list ul:last-child {
	padding:0;
}
.objects-list ul li {
	width:33.333333%;
	margin:10px 0;
	padding:20px;
	box-sizing:border-box;
	text-align:center;
	float:left;
}
.objects-list ul li > div {
	width:100%;
	height:100%;
	box-sizing:border-box;
	background:#fff;
	float:left;
}
.objects-list ul li > div > .obj-info {
	width:100%;
	padding:20px;
	box-sizing:border-box;
	float:left;
}
.objects-list ul li > div > .obj-img {
	width:100%;
	background-color:#f5f5f5;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	position:relative;
    overflow:hidden;
    padding-top:66.66666%;
	border:0;
	transition:opacity 0.2s ease-in-out;
	float:left;
}
.objects-list ul li > div > .obj-img:hover {
	opacity:0.8;
	border:0;
}
.objects-list ul li > div > .obj-info > h2 {
	width:100%;
	font-size:15pt;
	line-height:24px;
	font-weight:600;
	margin:0;
	padding:0;
	float:left;
}
.objects-list ul li a {
	font-weight:600;
	border-bottom:1px solid rgba(0,0,0,0);
	transition:border-bottom 0.1s ease-in-out;
}
.objects-list ul li a:hover {
	border-bottom:1px solid rgba(0,0,0,1);
}
.objects-list ul li > div > .obj-info > span {
	width:100%;
	font-size:11pt;
	line-height:22px;
	margin-top:10px;
	float:left;
}
.object-image {
	overflow:hidden;
}
.object-image:after {
	content:"";
	position:absolute;
	height:384px;
	left:0;
	bottom:-96px;
	right:0;	
	background:linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}
.object-image h1 {
	font-family:'Libre Franklin', sans-serif;
	max-width:1200px;
	text-align:left;
	width:94%;
	font-size:40pt;
	line-height:65px;
	color:#fff;
	position:absolute;
	font-weight:700;
	bottom:45px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	z-index:5;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
	padding:0;
	box-sizing:border-box;
}
.object-content {
	width:100%;
	float:left;
}
a.bttn {
	position:absolute;
	top:205px;
	right:40px;
	z-index:10;
	width:146px;
	height:46px;
	overflow:hidden;
	padding:0 20px 0 55px;
	line-height:46px;
	font-size:12.5pt;
	color:#000;
	text-align:center;
	border-radius:23px;
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
	transition:background-color 0.2s ease-in-out;
}
a.bttn:hover {
	background-color:#ddd;
}
a.back {
	background:url(img/back.png) no-repeat left 25px center #fff;
	background-size:32px 32px;
	top:135px;
}
a.directions {
	background:url(img/directions.png) no-repeat left 25px center #fff;
	background-size:32px 32px;
}
.gallery-slider-content {
	width:100%;
	position:relative;
	padding-bottom:40px;
	float:left;
}
.object-container {
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.object-container h1 {
	padding-top:15px;
}
.object-container h1 a {
	font-size:11pt;
	line-height:20px;
	float:right;
}
.object-container h1 a:hover {
	text-decoration:underline;
}
.object-img img {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
}
.object-img span {
	display:block;
	padding-top:10px;
	color:#999;
	font-size:10pt;
	line-height:17px;
}
#object-map {
	width:100%;
	height:550px;
	margin-top:50px;
	float:left;
}
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:2px 8px;
	color:#fff;
	font-size:12px;
	z-index:9999;
}
.leaflet-objects-pane {
	float:left;
}
.obj-box-content {
	text-align:center;
	font-size:10pt;
	line-height:16px;
	min-width:100%;
	min-height:311px;
	display:table;
}
.obj-box-content strong {
	font-size:13pt;
	line-height:20px;
}
.obj-box-content a {
	font-size:10pt;
	line-height:17px;
}
.obj-box-content img {
	width:100%;
	height:auto;
	margin:10px 0 15px 0;
}
.obj-box-content span {
	text-align:left;
	display:block;
	padding:8px 0 0 0;
}
.obj-bttns {
	width:100%;
	margin:10px 0 6px 0;
	float:left;
}
.obj-bttns a {
	width:50%;
	color:#fff !important;
	margin-top:5px;
	padding:12px 12px 12px 48px;
	background-color:#222;
	box-sizing:border-box;
	transition:background 0.2s ease-in-out;
}
.obj-bttns a:first-child {
	background:url(img/directions_white.png) no-repeat left 10px center #333;
	background-size:32px 32px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-right:1px solid #fff;
}
.obj-bttns a:last-child {
	background:url(img/read_more.png) no-repeat left 10px center #333;
	background-size:32px 32px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.obj-bttns a:hover {
	background-color:#555;
}
#map {
	background:#eee;
	position:absolute;
	top:82px;
	left:280px;
	right:0;
	bottom:0;
}
.soc {
	position:absolute;
	top:327px;
	right:237px;
	z-index:10;
}
.soc a {
	display:block;
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
}
.soc a:hover {
	background-color:#e5e5e5;
}
#cat-box-bttn {
	cursor:pointer;
	position:absolute;
	width:60px;
	height:60px;
	top:50%;
	left:-30px;
	background:#fff;
	margin-bottom:-30px;
	z-index:2;
	border-radius:100%;
	box-shadow:0 0 0 2px rgba(0,0,0,0.2);
}
#cat-box-bttn span {
	position:absolute;
	top:22px;
	left:35px;
	width:16px;
	height:2px;
	background:#000;
}
.visible {
	left:0 !important;
}
#cat-box-bttn:before {
	content:"";
	position:absolute;
	top:29px;
	left:35px;
	width:16px;
	height:2px;
	background:#000;
}
#cat-box-bttn:after {
	content:"";
	position:absolute;
	top:36px;
	left:35px;
	width:16px;
	height:2px;
	background:#000;
}
#cat-box {
	width:280px;
	position:absolute;
	overflow:auto;
	top:82px;
	bottom:0;
	left:0;
	background:#fff;
	padding:35px 35px 50px 25px;
	z-index:1001;
	box-sizing:border-box;
	user-select:none;
	transition:left 0.1s ease-in-out;
}
#cat-box ul {
	margin:0;
	padding:0;
	list-style:none;
}
#cat-box ul li {
	margin:0;
	padding:0;
}
#cat-box input {
	padding:0;
	margin:0 3px 0 0;
}
#cat-box label {
	padding:0;
	margin:8px 0;
	display:inline-block;
	cursor:pointer;
}
#cat-box label:hover {
	color:#000;
}
a.draugiem-icon {
	background:url(img/draugiem_g.png) no-repeat center;
	background-color:#fff;
	width:40px;
	height:40px;
	position:absolute;
	bottom:12px;
	left:15px;
	z-index:9;
	border-radius:100%;
	transition:background-color 0.2s ease-in-out;
}
a.facebook-icon {
	background:url(img/facebook_g.png) no-repeat center;
	background-color:#fff;
	width:40px;
	height:40px;
	position:absolute;
	bottom:12px;
	left:67px;
	z-index:9;
	border-radius:100%;
	transition:background-color 0.2s ease-in-out;
}
a.twitter-icon {
	background:url(img/twitter_g.png) no-repeat 9px 10px;
	background-color:#fff;
	width:40px;
	height:40px;
	position:absolute;
	bottom:12px;
	left:119px;
	z-index:9;
	border-radius:100%;
	transition:background-color 0.2s ease-in-out;
}
.search {
	width:30%;
	position:absolute;
	top:23px;
	right:15%;
}
.search input {
	background:none;
	font-family:'Open Sans', sans-serif;
	color:#fff;
	font-size:12pt;
	line-height:32px;
	width:calc(100% - 40px);
	border:0;
	padding:0 10px;
	margin:0;
	box-sizing:border-box;
	outline:none;
	float:right;
}
.search button {
	background:url(img/search_white.png) no-repeat top 5px left 5px;
	background-size:24px 24px;
	position:absolute;
	top:-1px;
	left:0;
	width:32px;
	height:32px;
	border:0;
	cursor:pointer;
}
.search button:active {
	background:url(img/search_white.png) no-repeat top 6px left 6px;
	background-size:24px 24px;
}
.menu-black .search input {
	color:#444;
}
.menu-black .search button {
	background:url(img/search.png) no-repeat top 5px left 5px;
	background-size:24px 24px;
}
.menu-black .search button:active {
	background:url(img/search.png) no-repeat top 6px left 6px;
	background-size:24px 24px;
}
.search input::placeholder {
	color:#fff;
	opacity:1;
}
.search input:-ms-input-placeholder {
	color:#fff;
}
.search input::-ms-input-placeholder {
	color:#fff;
}
.menu-black .search input::placeholder {
	color:#888;
	opacity:1;
}
.menu-black .search input:-ms-input-placeholder {
	color:#888;
}
.menu-black .search input::-ms-input-placeholder {
	color:#888;
}
.top_img {
	top:0 !important;
}
.bttm_img {
	top:auto !important;
	bottom:0 !important;
}
#top {
	background:url(img/top.png) no-repeat center top 20px #fff;
	background-size:24px 14px;
	width:54px;
	height:54px;
	display:none;
	position:fixed;
	bottom:35px;
	right:35px;
	z-index:1001;
	opacity:1;
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
	border-radius:100%;
	transition:background-color 0.2s ease-in-out;
}
#top:hover {
	background-color:#ddd;
}