body {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #535353;
    background-color: #fbfbfb;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Amatic SC', cursive;
	margin-top: 0;
}

h1 {
	font-size: 72px;
	line-height: 90px;
	margin-bottom: 0;
}

h2 {
	font-size: 60px;
	line-height: 66px;
}

h3 {
	font-size: 48px;
	line-height: 54px;
	margin-bottom: 25px;
}

h4 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 23px;
}

h5 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}

h6 {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	margin-top: 40px;
}

p {
	margin-bottom: 0;
}

a {
	color: #97897e;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
	color: #97897e;
}

strong {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

input, textarea {
	padding: 0 15px;
	font-size: 14px;
	line-height: 40px;
}

textarea {
	padding: 15px;
	line-height: 20px;
	border-color: #d7d4ce;
}

button, .button, .bottom input[type=submit] {
	background-color: #97897e;
	border: none;
	color: #fbfbfb;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding: 0 20px;
	font-size: 14px;
	line-height: 44px;
	min-width: 192px;
	display: block;
	text-align: center;
}

button:hover, .button:hover, .bottom input[type=submit]:hover {
/* 	background-color: #17579d; */
	text-decoration: none;
	cursor: pointer;
}

button.inverted, .button.inverted {
	background-color: transparent;
	border: 1px solid #fbfbfb;
	color: #fbfbfb;
	border-radius: 2px;
	min-width: 200px;
}

button.inverted:hover, .button.inverted:hover {

}

button.inverted.darker, .button.inverted.darker {
	background-color: transparent;
	border-color: #97897e;
	color: #97897e;
}

button.inverted.darker:hover, .button.inverted.darker {

}

/* Shadow */
.hvr-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
}

.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	/*background-color: #897466;*/
}

#wrapper {
	max-width: 1440px;
	margin: 0 auto;
}

section {
	padding: 40px 0;
}

section.white {
	background-color: #fbfbfb;
}

section.dark, section.brown {
	background-color: #535353;
	color: #fbfbfb;
}

section.brown {
	background-color: #97897e;
}

section.brown-light {
	background-color: #d7d4ce;
}

section.dark.light {
	background-color: rgba(57,61,66,0.6);
	color: #fbfbfb;
}


section.tiles {
	background: url(../images/tiles.jpg) center center repeat;
	background-size: 150px 150px;
}

section.rovinj {
	background: url(../images/destination/rovinj.jpg) center top no-repeat;
	background-size: cover;
	min-height: 550px;
	color: #fbfbfb;
}

section.rovinj.brijuni {
	background-image: url(../images/destination/brijuni.jpg);
}

section.rovinj.limski {
	background-image: url(../images/destination/limski-kanal.jpg);
}

section .overlay-bck {
	height: 550px;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
}

.bck-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.27) 89%, rgba(0, 0, 0, 0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.27) 89%, rgba(0, 0, 0, 0.4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.27) 89%, rgba(0, 0, 0, 0.4) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000', GradientType=0 );
}

section.orange {
	color: #ef8c2f;
}

section.orange a.more.white {
	color: #ef8c2f;
}

section.orange .natukni li {
	border-color: rgba(239,140,47,0.5);
}

.colored {
	color: #97897e;
}

.top {
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.top .fa {
	font-size: 14px;
}

.top p {
	float: left;
	margin-right: 50px;
}

.top p:last-child {
	margin-right: 0;
}

section.dark.top a {
	color: #fbfbfb;
}

.top .social .fa {
	font-size: 16px;
	position: relative;
	top: 1px;
}

.top .social .fa.fa-facebook-official {
	margin-right: 10px;
}

.top .lang ul {
	padding: 0;
	margin: 0;
}

.top .lang ul li {
	display: inline-table;
	list-style: none;
	padding: 0 0 0 7px;
}

.header-home .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-terrace.jpg) center center no-repeat;
	background-size: cover;
	min-height: 595px;
}

.header-villa .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-room-1.jpg) center center no-repeat;
	background-size: cover;
	min-height: 595px;
}

.header-app .img-holder {
	background: url(../images/accommodation/apartments-dalia/dalia-apartments-terrace-5a6-1.jpg) center center no-repeat;
	background-size: cover;
	min-height: 595px;
}

.header-jasmine .img-holder {
	background: url(../images/accommodation/apartments-dalia/jasmine/apartment-jasmine-terrace.jpg) center center no-repeat;
	background-size: cover;
	min-height: 595px;
}

.header-rosemary .img-holder {
	background: url(../images/accommodation/apartments-dalia/rosemary/apartment-rosemary-room.jpg) center center no-repeat;
	background-size: cover;
	min-height: 595px;
}

.header-mint .img-holder {
	background: url(../images/accommodation/apartments-dalia/mint/apartment-mint-kitchen.jpg) center center no-repeat;
	background-size: cover;
	min-height: 595px;
}

.header-olive .img-holder {
	background: url(../images/accommodation/apartments-dalia/olive/apartment-olive-living-room.jpg) center center no-repeat;
	background-size: cover;
	min-height: 595px;
}

.header-oleander .img-holder {
	background: url(../images/accommodation/apartments-dalia/oleander/apartment-oleander-terrace.jpg) center center no-repeat;
	background-size: cover;
	min-height: 595px;
}

.header-lavander .img-holder {
	background: url(../images/accommodation/apartments-dalia/lavander/apartment-lavander-room.jpg) center center no-repeat;
	background-size: cover;
	min-height: 595px;
}

.header-destination .img-holder {
	background: url(../images/destination-rabac.jpg) center center no-repeat;
	background-size: cover;
	min-height: 595px;
}

.header-activities .img-holder {
	background: url(../images/activities/activities-istria.jpg) center top no-repeat;
	background-size: cover;
	min-height: 595px;
}

.header-aboutus .img-holder {
	background: url(../images/tiles-100.png) center center repeat;
	background-size: 150px 150px;
	min-height: 300px;
}

hr {
	margin-top: 50px;
	margin-bottom: 0;
	border: 0;
	border-top: 1px dotted rgba(86,86,86,0.5);
}

footer {
    padding: 40px 0 15px;
    background-color: #a8a6a0;
    color: #fbfbfb;
    font-size: 14px;
	line-height: 26px;
    margin-top: 30px;
}

footer .small {
	font-size: 10px;
	line-height: 16px;
}

footer .links {
	margin-top: 104px;
	float: left;
}

footer a, footer .links a {
	color: #fbfbfb;
}

footer a:hover {
	color: #fbfbfb;
}

footer .app p:first-child {
	float: left;
}

footer .app p:last-child {
	float: left;
	margin-top: 4px;
	margin-left: 30px;
	font-size: 12px;
	line-height: 20px;
}

footer hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 1px solid rgba(251,251,251,0.3);
}

footer .boards img:first-child {
	margin-right: 35px;
}

footer .boards img:last-child {
	margin-left: 35px;
}

footer .info {
	width: 75%;
	margin: 18px auto 0;
	padding-top: 15px;
	border-top: 1px dotted #fbfbfb;
	text-align: center;
}

footer .info p {
	font-size: 12px;
	line-height: 20px;
}

.footermt0 footer {
	margin-top: 0;
}

.google-map {
	border: none;
}

.gmap {
	height: 400px;
}

table.dotted tr {
	border-bottom: 1px dotted rgba(85,86,88,0.5);
}

table.dotted tr td {
	padding: 30px 0;
}

ul li, ol li {
	padding-top: 5px;
	padding-left: 5px;
}

ul.check {
	list-style: none;
	padding: 0;
}

ul.check li {
	padding-left: 46px;
}

ul.check li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -25px;
	width: 25px;
	color: #97897e;
}

ol.letters {
	list-style-type: upper-alpha;
}

.navbar {
	border-radius: 0;
	min-height: 80px;
	height: 80px;
	border: none;
	margin: 0;
}

.navbar-brand {
	height: auto;
	padding: 15px 0;
}

.navbar-collapse {
	padding: 0;
}

.navbar-nav {
	float: right;
}

.navbar-nav>li {
	text-align: center;
	padding: 0;
	margin-top: 30px;
	margin-left: 35px;
}

.navbar-nav>li>a {
	padding: 0;
	font-size: 14px;
}

.nav>li>a {
	text-transform: uppercase;
	color: #535353;
}

.nav>li>a:hover {
	background-color: transparent;
	color: #97897e;
}

.navbar-nav img {
	display: none;
}

.navbar-nav .active img {
	display: inline-block;
	position: relative;
	top: -8px;
}

.navbar-toggle {
	border: none;
	position: inherit;
	float: none;
	padding: 0px 0px;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 10px;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	min-width: auto;
}

.navbar-toggle:focus, .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-toggle .icon-bar {
	background-color: #fbfbfb;
}

.toggled .navbar-toggle .icon-bar {
	background-color: #fbfbfb;
}

.booking {
	margin-top: 375px;
}

.header-kontakt .booking-holder {
	position: absolute;
	top: 375px;
	z-index: 1;
	width: auto;
}

.header-kontakt .booking-holder .booking {
	margin-top: 0;
}

.header-aboutus .booking-holder {
	width: 100%;
}

.header-aboutus .booking {
	margin-top: 0;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 50%);
}

.booking .first, .booking .second {
	float: left;
	width: 250px;
	height: 150px;
	background-color: #fbfbfb;
	padding: 25px 30px 25px;
}

.booking .first {
	font-size: 12px;
	padding: 25px 15px 20px;
}

.booking .second {
	width: auto;
	background-color: #d7c9ad;
	font-size: 14px;
	line-height: 20px;
}

.booking .second strong {
	text-transform: uppercase;
	margin-bottom: 1px;
	display: block;
}

.booking .second button {
	margin-top: 15px;
}

.booking .second button img, .booking-holder .with-arrow img {
	position: relative;
	top: -2px;
	margin-left: 7px;
}

.booking .first .checkin, .booking .first .checkout {
	display: inline-block;
	text-align: center;
	width: 108px;
	height: 105px;
}

.booking .first .checkin {
	border-right: 1px solid rgba(83,83,83,0.5);
}

.booking .first .title, .booking .first .month {
	font-weight: 700;
	text-transform: uppercase;
	line-height: 22px;
	margin-bottom: 7px;
	color: #535353;
}

.booking .first .day {
	text-transform: uppercase;
	font-size: 48px;
	line-height: 50px;
	opacity: 0.7;
	margin-bottom: 5px;
	color: #535353;
}

.booking .first .month {
	opacity: 0.7;
}

.booking-xxs {
	padding-top: 320px;
}

.booking-xxs .btn-booking, .booking-xxs .btn-booking[disabled] {
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
	color: #444;
}

.booking-xxs .icon-calendar {
	width: 50%;
	float: left;
}

.booking-xxs .icon-calendar.first {
	padding-left: 15px;
	padding-right: 8px;
}

.booking-xxs .icon-calendar.second {
	padding-left: 8px;
	padding-right: 15px;
}

.booking-xxs .sm-form-control {
	font-size: 16px;
}

.icon-calendar::before {
	content: none;
}

.booking-xxs .icon-calendar::after {
	content: '\f073';
	font-family: "FontAwesome";
	position: relative;
	z-index: 0;
	top: -40px;
	right: 13px;
	line-height: 40px;
	color: #97897e;
	font-size: 18px;
	float: right;
}

.booking-xxs .button {
	width: 100%;
	margin-top: -40px;
}

.booking .checkin:hover, .booking .checkout:hover {
	opacity: 0.5;
}

.booking input#cki, .booking input#cko {
	width: 90px;
}

.booking a.ckin:hover, .booking a.ckout:hover {
	text-decoration: none;
}

.ui-datepicker {
	background-color: #FFFFFF;
    border: none;
    border-radius: 2px;
    padding: 10px 0px 0px;
	background-image:none;
	width: 240px;
	display:none;
	z-index: 1000 !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(86,84,73, .6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(86,84,73, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(86,84,73, .6);
}
.ui-loader {
	display:none;
}
.ui-datepicker-header {
	background:none;
	border:none;
	width: 240px;
}
.ui-datepicker .ui-datepicker-header {
	padding:0 0 7px;
}
.ui-datepicker-title {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:   normal;
	font-weight:  600;
	font-size:14px;
	line-height:22px;
	color:#333;
	text-transform: uppercase;
	letter-spacing: 0.050em;
}
.ui-datepicker table {
    margin: 0;
}
.ui-datepicker-calendar thead tr {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:   normal;
	font-weight:  600;
	color:#333;
	background-color: #ddd;
}
.ui-datepicker-calendar thead th {
	font-weight:normal;
	font-size:11px;
	line-height:16px;
}
.ui-datepicker-calendar tbody tr {
	height:27px;
}
.ui-datepicker td {
	padding:0;
}

td.ui-state-disabled {
	padding-top:9px;
	padding-bottom:9px;
}

.inside-acc-cal td.ui-state-disabled {
	padding-top: 0;
	padding-bottom: 0;
}

.ui-datepicker-calendar tbody td {
	font-size:14px;
	line-height:16px;
	border:none;
}
.ui-datepicker-calendar tbody td a {
	padding-bottom: 9px;
    padding-top: 9px;
	text-align: center;
}
.ui-datepicker-calendar tbody td a, .ui-datepicker-calendar tbody td span, .ui-datepicker-calendar thead th span {
	/*width:34px;*/
	text-align: center;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border: none;
    color: #333;
    font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:   normal;
	font-weight:  600;
}

.inside-acc-cal .ui-state-default, .inside-acc-cal .ui-widget-content .ui-state-default, .inside-acc-cal .ui-widget-header .ui-state-default {
	background-color: #ccdbc9 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: none;
	background: none;
	background-color:#97897e;
	color: #fff;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: none;
	background: none;
	background-color:#97897e;
	color: #fff;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	/*border: none;
	background: none;
	background-color:#97897e;
	font-weight: normal;
	color: #fff;*/
}
.ui-widget-header .ui-icon {
    background-image: none;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 16px;
	top: 4px;
	width: 16px;
	background: url(../images/arrow.svg) no-repeat;
	background-size: 16px 16px;
	right: 10px;
}
.ui-datepicker .ui-datepicker-prev {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	left:10px;
}

.inside-acc-cal .not-available, .inside-acc-cal .not-available span {
	background-color: #ccc !important;
	padding: 0 !important;
}

.inside-acc-cal .not-available span {
	padding: 9px 0 !important;
}

.inside-acc-cal .ui-datepicker-unselectable.ui-state-disabled.undefined span {
	background-color: #fff !important;
}

.dates {
	text-align:center;
	color:#97897e;
	font-size:18px;
	margin-bottom: 50px;
}

.btn-booking:hover {
	background-color: #444;
	color: #fff;
}



ul.natukni {
	list-style:none;
	padding:0;
	margin:0;
}

.natukni li {
	border-right:1px dotted rgba(251,252,252,0.5);
	padding: 0px 35px 3px;
	display: inline-block;
	text-align: center
}

.natukni.open li {
	border-right:1px dotted rgba(151,137,126,0.5);
	color: #97897e;
}

.natukni li:first-child {
	padding-left:0;
}

.natukni li:last-child {
	border-right:none;
	padding-right:0;
}

.natukni.open li:first-child {
	padding-left: 20px;
}

.natukni img {
	margin: 8px 0 21px;
}

.natukni img.icon-shower {
	margin: 0px 0 5px;
}

.natukni img.icon-parking-brown {
	margin: 0;
	float: left;
	position: relative;
	top: 2px;
}

.natukni h3, .natukni h4 {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 42px;
	text-transform: none;
	margin: 0;
}

.natukni h3 span {
	font-size: 24px;
}

.natukni p {
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:700;
}

section.tiles .natukni .third {
	position: relative;
	top: -11px;
}

section.tiles .natukni .third p {
	text-align: left;
	margin-top: 7px;
	margin-left: 60px;
}

section.tiles .natukni.open li {
	padding: 0px 30px 3px 25px;
}

section.tiles .natukni.open li:first-child {
	padding-left: 0;
}

section.tiles .natukni.open li.third.w500 {
	width: 500px;
	position: relative;
	top: 0px;
}

section.tiles .natukni li.third.w500 img.icon-parking-brown {
	top: 0;
}

section.tiles .natukni li.third.w500 p {
	margin-top: -2px;
}

.home-villa {
	position: absolute;
	right: 0px;
	padding-left: 0;
	padding-right: 0;
}

.home-villa .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-swimming-pool.jpg) center center no-repeat;
	background-size: cover;
	min-height: 300px;
}

.home-villa-txt {
	right: auto;
}

.home-apartments {
	position: absolute;
	left: 0px;
	padding-left: 0;
	padding-right: 0;
}

.home-apartments .first .img-holder {
	background: url(../images/accommodation/apartments-dalia/dalia-apartments-terrace-5a6-1.jpg) center center no-repeat;
	background-size: cover;
	min-height: 451px;
	margin-right: 1px;
}

.home-apartments .second .img-holder:first-child {
	background: url(../images/accommodation/apartments-dalia/dalia-apartments-outside.jpg) center center no-repeat;
	background-size: cover;
	min-height: 241px;
	margin-bottom: 1px;
}

.home-apartments .second .img-holder:last-child {
	background: url(../images/accommodation/apartments-dalia/oleander/apartment-oleander-room.jpg) center center no-repeat;
	background-size: cover;
	min-height: 241px;
}

.home-rabac .img-holder {
	background: url(../images/rabac-bay.jpg) center center no-repeat;
	background-size: cover;
	min-height: 500px;
}

.home-rabac-relax .img-holder {
	background: url(../images/rabac-relax.jpg) left center no-repeat;
	background-size: cover;
	min-height: 220px;
}

a.more {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-top: 17px;
	display: block;
}

a.more img {
	margin-left: 5px;
}

a.more.white {
	color: #fbfbfb;
}

a.more img {
	position: relative;
	top: -1px;
	left: 4px;
}

.home-rabac .first .img-holder {
	background: url(../images/motovun-istria.jpg) center center no-repeat;
	background-size: cover;
	min-height: 250px;
}

.home-rabac .second {
	padding-left: 5px;
}

.home-rabac .second .img-holder {
	background: url(../images/mountain-bike-istria.jpg) center center no-repeat;
	background-size: cover;
	min-height: 370px;
	margin-top: -100px;
	border-top: 10px solid #fbfbfb;
	border-left: 10px solid #fbfbfb;
}

.gmap {
	height: 450px;
}

.header-kontakt .gmap {
	height: 595px;
}

.how-to-holder {
	background-color: #fbfbfb;
	padding: 35px 35px 0;
	position: relative;
	right: 0;
	top: -390px;
	z-index: 1;
	margin-bottom: -390px;
	min-height: 390px;
}

/*
.home-about img.family {
	position: relative;
	left: -37px;
}
*/

.quote {
	color: #97897e;
	font-style: italic;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin-top: 40px;
}

.points {
	margin-top: 50px;
}

section.brown-light .points {
	margin-top: 0;
}

.points p {
	font-size: 14px;
	line-height: 22px;
}

.points img {
	float: left;
	margin-left: 30px;
}

.points div {
	margin-top: 7px;
	margin-left: 95px;
}

.points-img img {
	margin-top: -80px;
}

.header-contests .top {
	background-color: #565656;
	height: 298px;

}

.header-contests .bottom {
	background-color: rgba(86,86,86,0.9);
	height: 297px;
}

.natukni-floating .txt-holder {
	color: #fbfbfb;
	padding-right: 20px;
	position: relative;
	top: -595px;
	margin-bottom: -595px;
}

.natukni-floating .price {
	margin-top: 20px;
	margin-bottom: 15px;
	color: #c6b19a;
}

.natukni-floating .price h3 {
	float: left;
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}

.natukni-floating .price h3 span {
	font-size: 36px;
}

.natukni-floating .price p {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	top: 10px;
	left: 14px;
}

.natukni-floating ul.natukni {
	border-top: 1px dotted rgba(251, 252, 252, 0.5);
	border-bottom: 1px dotted rgba(251, 252, 252, 0.5);
	display: inline-block;
}

.natukni-floating ul.natukni.second-row {
	border: none;
}

.natukni-floating ul.natukni li {
	margin: 15px 0;
	padding: 0;
	min-width: 130px;
}

.natukni-floating ul.natukni li:first-child {
	padding-left: 0;
}

.natukni-floating ul.natukni li:last-child {
	padding-right: 0;
}

.natukni-floating .booking-holder {
	color: #fbfbfb;
	margin-top: 50px;
	position: relative;
	z-index: 1000;
}

.natukni-floating .booking-holder .checkin, .natukni-floating .booking-holder .checkout {
	display: inline-block;
	margin-bottom: 40px;
}

.container.natukni-floating, .container.natukni-floating .holder {
	height: 0;
}

.natukni-floating .booking-holder .checkin {
	margin-right: 20px;
}

.natukni-floating .booking-holder input {
	width: 150px;
	color: #565656;
}

.natukni-floating .booking-holder p {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
}

ul.general {
	margin: 2px 0 0;
	padding: 0;
}

ul.general li {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	padding: 15px 12px 0;
}

ul.general li.double-line {
	position: relative;
	top: 14px;
}

ul.general li img {
	padding-bottom: 5px;
}

.best-points .home-rabac .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-swimming-pool-2.jpg) center center no-repeat;
	background-size: cover;
	min-height: 500px;
}

.best-points div.second .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-terrace-2.jpg) right center no-repeat;
	background-size: cover;
	min-height: 470px;
	margin-top: -150px;
	border-top: 10px solid #fbfbfb;
	border-left: 10px solid #fbfbfb;
}

.best-points div.second .img-holder.de {
	margin-top: -130px;
}

.gallery-villa .holder-1 {
	padding: 0 1px 1px 0;
}

.gallery-villa .holder-1 .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-living-room.jpg) center center no-repeat;
	background-size: cover;
	min-height: 480px;
}

.gallery-villa .holder-2 {
	padding: 0 1px 1px 0;
}

.gallery-villa .holder-2.pr0 {
	padding-right: 0;
}

.gallery-villa .holder-2 .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-kitchen.jpg) center center no-repeat;
	background-size: cover;
	min-height: 239px;
}

.gallery-villa .holder-3 {
	padding: 0 0 1px 0;
}

.gallery-villa .holder-3 .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-dinning-table.jpg) center center no-repeat;
	background-size: cover;
	min-height: 239px;
}

.gallery-villa .holder-4 {
	padding: 0 1px 1px 0;
}

.gallery-villa .holder-4.pr0 {
	padding-right: 0;
}

.gallery-villa .holder-4 .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-model.jpg) center center no-repeat;
	background-size: cover;
	min-height: 240px;
}

.gallery-villa .holder-5 {
	padding: 0 0 1px 0;
}

.gallery-villa .holder-5 .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-terrace-3.jpg) center center no-repeat;
	background-size: cover;
	min-height: 240px;
}

.gallery-villa .holder-6 {
	padding: 0 1px 1px 0;
}

.gallery-villa .holder-6 .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-room-2.jpg) center center no-repeat;
	background-size: cover;
	min-height: 340px;
}

.gallery-villa .holder-7 {
	padding: 0 1px 1px 0;
}

.gallery-villa .holder-7 .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-room-3.jpg) center center no-repeat;
	background-size: cover;
	min-height: 340px;
}

.gallery-villa .holder-8 {
	padding: 0 0 1px 0;
}

.gallery-villa .holder-8 .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-room-1.jpg) center center no-repeat;
	background-size: cover;
	min-height: 340px;
}

.gallery-villa .holder-9 {
	padding: 0 1px 1px 0;
}

.gallery-villa .holder-9 .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-bathroom-1.jpg) center center no-repeat;
	background-size: cover;
	min-height: 248px;
}

.gallery-villa .holder-10 {
	padding: 0 1px 1px 0;
}

.gallery-villa .holder-10 .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-bathroom-2.jpg) center center no-repeat;
	background-size: cover;
	min-height: 248px;
}

.gallery-villa .holder-11 {
	padding: 0 1px 0 0;
}

.gallery-villa .holder-11 .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-terrace.jpg) center center no-repeat;
	background-size: cover;
	min-height: 248px;
}

.gallery-villa .holder-12 {
	padding: 0 1px 0 0;
}

.gallery-villa .holder-12 .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-towels.jpg) center bottom no-repeat;
	background-size: cover;
	min-height: 248px;
}

.gallery-villa .holder-13 {
	padding: 0;
}

.gallery-villa .holder-13 .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-outside.jpg) right center no-repeat;
	background-size: cover;
	min-height: 497px;
}


/*--- gallery jasmine ---*/
.gallery-jasmine .holder-1 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/jasmine/apartment-jasmine-room-1.jpg);
}

.gallery-jasmine .holder-2 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/jasmine/apartment-jasmine-room-2.jpg);
}

.gallery-jasmine .holder-3 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/jasmine/apartment-jasmine-bathroom.jpg);
}

.gallery-jasmine .holder-4 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/jasmine/apartment-jasmine-kitchen-1.jpg);
}

.gallery-jasmine .holder-5 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/jasmine/apartment-jasmine-kitchen-2.jpg);
}

/*--- gallery rosemary ---*/
.gallery-rosemary .holder-1 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/rosemary/apartment-rosemary-living-room.jpg);
}

.gallery-rosemary .holder-2 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/rosemary/apartment-rosemary-kitchen.jpg);
}

.gallery-rosemary .holder-3 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/rosemary/apartment-rosemary-bathroom.jpg);
}

.gallery-rosemary .holder-4 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/rosemary/apartment-rosemary-terrace.jpg);
}

.gallery-rosemary .holder-5 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/rosemary/apartment-rosemary-terrace-2.jpg);
}

/*--- gallery mint ---*/
.gallery-mint .holder-1 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/mint/apartment-mint-room.jpg);
}

.gallery-mint .holder-2 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/mint/apartment-mint-room-3.jpg);
}

.gallery-mint .holder-3 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/mint/apartment-mint-room-2.jpg);
}

.gallery-mint .holder-4 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/mint/apartment-mint-terrace.jpg);
}

.gallery-mint .holder-5 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/mint/apartment-mint-bathroom.jpg);
}

/*--- gallery olive ---*/
.gallery-olive .holder-1 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/olive/apartment-olive-terrace.jpg);
}

.gallery-olive .holder-2 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/olive/apartment-olive-room.jpg);
}

.gallery-olive .holder-3 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/olive/apartment-olive-bathroom.jpg);
}

.gallery-olive .holder-4 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/olive/apartment-olive-living-room-2.jpg);
}

.gallery-olive .holder-5 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/olive/apartment-olive-kitchen.jpg);
}

/*--- gallery oleander ---*/
.gallery-oleander .holder-1 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/oleander/apartment-oleander-living-room.jpg);
}

.gallery-oleander .holder-2 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/oleander/apartment-oleander-room.jpg);
}

.gallery-oleander .holder-3 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/oleander/apartment-oleander-bathroom.jpg);
}

.gallery-oleander .holder-4 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/oleander/apartment-oleander-kitchen.jpg);
}

.gallery-oleander .holder-5 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/dalia-apartments-terrace-5a6-1.jpg);
}

/*--- gallery lavander ---*/
.gallery-lavander .holder-1 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/lavander/apartment-lavander-kitchen.jpg);
}

.gallery-lavander .holder-2 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/lavander/apartment-lavander-terrace.jpg);
}

.gallery-lavander .holder-3 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/lavander/apartment-lavander-bathroom.jpg);
}

.gallery-lavander .holder-4 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/lavander/apartment-lavander-room-2.jpg);
}

.gallery-lavander .holder-5 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/lavander/apartment-lavander-kitchen-2.jpg);
}

/*---- gallery dron ----*/
.gallery-villa.gallery-dron .holder-6 .img-holder {
	background-image: url(../images/accommodation/dron/dalia-villa-apartments-rabac-dron-1.jpg);
}

.gallery-villa.gallery-dron .holder-7 .img-holder {
	background-image: url(../images/accommodation/dron/dalia-villa-apartments-rabac-dron-2.jpg);
}

.gallery-villa.gallery-dron .holder-8 .img-holder {
	background-image: url(../images/accommodation/dron/dalia-villa-apartments-rabac-dron-3.jpg);
}


.tiles .list {
	text-align: center;
}

.tiles .list h4 {
	margin-top: 50px;
}

.tiles .list ul {
	margin: -10px 0 0;
	padding: 0;
}

.tiles .list ul li {
	list-style: none;
	margin-bottom: 10px;
	padding: 0;
}

.tiles .list ul li:last-child {
	margin-bottom: 0;
}

.square {
	width: 255px;
	height: 255px;
	margin: -220px 25px 40px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	overflow: hidden;
	background-color: rgba(168,166,160,0.8);
	color: #fbfbfb;
}

.square-2 {
	margin: -10px 25px 40px;
}

.square-120px {
	margin-top: -120px;
}

.square-150px {
	margin-top: -150px;
}

.square-200px {
	margin-top: -200px;
}

.square .txt-holder {
	width: 255px;
	height: 255px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 60px 20px 50px 50px;
}

.square .txt-holder div:first-child {
	margin-bottom: 40px;
}

.square .txt-holder img {
	margin: 0;
	float: left;
	position: relative;
	top: -5px;
}

.square .txt-holder p {
	text-align: left;
	margin-top: 7px;
	margin-left: 63px;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 700;
}

.cjenik h3 {
	text-align: center;
}

.cjenik .table tr {
	border-bottom: 1px dotted rgba(86,86,86,0.3);
}

.cjenik .table th {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 26px;
	border: none !important;
	padding: 10px;
	text-align: center;
	white-space: nowrap;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border: none !important;
}

.cjenik .table td {
	font-size: 24px;
	padding: 10px;
	text-align: center;
}

.cjenik .table th:first-child, .cjenik .table td:first-child {
	padding-left: 30px;
	text-align: left;
}

.cjenik-2 .table th span:first-child {
	font-weight: 300;
	font-size: 12px;
	text-transform: none;
	display: block;
	margin-bottom: -32px;
	position: relative;
	left: -2px;
}

.cjenik-2 .table td {
	font-size: 18px;
}

.cjenik-2 .table td a {
	text-transform: uppercase;
}

.cjenik-contact {
	color: #97897e;
}

.cjenik-contact span {
	font-size: 18px;
}

.header .app {
	text-align: center;
	padding: 0;
	position: relative;
}

.header .app a {
	color: #fbfbfb;
}

.header .app .txt-holder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header .app h4 {
	margin-bottom: 0;
}

.header .app p {
	font-size: 12px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: -5px;
}

.header .app .overlay {
	height: 100px;
	background-color: rgba(86,86,86,0.4);
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
}

.header .app a:hover .overlay {
	background-color: rgba(86,86,86,0.8);
}

.header .app .overlay.active, .header .app a:hover .overlay.active {
	background-color: #97897e;
}

.header .app:nth-of-type(1) .img-holder {
	background: url(../images/accommodation/apartments-dalia/jasmine/apartment-jasmine-terrace.jpg) center center no-repeat;
	background-size: cover;
	min-height: 100px;
}

.header .app:nth-of-type(2) .img-holder {
	background: url(../images/accommodation/apartments-dalia/rosemary/apartment-rosemary-room.jpg) center center no-repeat;
	background-size: cover;
	min-height: 100px;
}

.header .app:nth-of-type(3) .img-holder {
	background: url(../images/accommodation/apartments-dalia/mint/apartment-mint-kitchen.jpg) center center no-repeat;
	background-size: cover;
	min-height: 100px;
}

.header .app:nth-of-type(4) .img-holder {
	background: url(../images/accommodation/apartments-dalia/olive/apartment-olive-living-room.jpg) center center no-repeat;
	background-size: cover;
	min-height: 100px;
}

.header .app:nth-of-type(5) .img-holder {
	background: url(../images/accommodation/apartments-dalia/oleander/apartment-oleander-terrace.jpg) center center no-repeat;
	background-size: cover;
	min-height: 100px;
}

.header .app:nth-of-type(6) .img-holder {
	background: url(../images/accommodation/apartments-dalia/lavander/apartment-lavander-room.jpg) center center no-repeat;
	background-size: cover;
	min-height: 100px;
}

.app-offer .app-jasmine {
	margin-top: 30px;
}

.app-offer .right .txt-holder {
	color: #fbfbfb;
	text-align: center;
	padding: 140px 20px 10px;
}

.app-offer .right .txt-holder h3:not(.app-offer .natukni h3) {
	margin-bottom: 40px;
}

.app-offer .right .txt-holder p {
	font-size: 12px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: -5px;
}

.app-offer .right .txt-holder p.price {
	color: #d7d4ce;
	font-size: 36px;
	font-weight: 300;
}

.app-offer .right .txt-holder p.price span {
	font-size: 24px;
	color: #d7d4ce;
}

.app-offer .right .txt-holder p.price-desc {
	margin-top: 10px;
	margin-bottom: 17px;
	color: #d7d4ce;
}

.app-offer .natukni.open li {
	border-right: 1px dotted rgba(215, 212, 206, 0.5);
	color: #d7d4ce;
}

.app-offer .natukni h3 {
	font-size: 24px;
}

.app-offer .natukni.open li {
	padding: 0 25px;
}

.app-offer .natukni.open li:first-child {
	padding-left: 0;
}

.app-offer .natukni.open li:last-child {
	border: none;
	padding-right: 0;
}

.app-offer .natukni h3 span {
	font-size: 18px;
}

.app-offer .right .txt-holder ul p {
	font-size: 10px;
	margin-bottom: 0;
}

.app-jasmine .left .img-holder {
	background: url(../images/accommodation/apartments-dalia/jasmine/apartment-jasmine-terrace.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

.app-jasmine .right .img-holder {
	background: url(../images/apartment-jasmine.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

.app-rosemary .left .img-holder {
	background: url(../images/accommodation/apartments-dalia/rosemary/apartment-rosemary-room.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

.app-rosemary .right .img-holder {
	background: url(../images/apartment-rosemary.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

.app-mint .left .img-holder {
	background: url(../images/accommodation/apartments-dalia/mint/apartment-mint-kitchen.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

.app-mint .right .img-holder {
	background: url(../images/apartment-mint.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

.app-olive .left .img-holder {
	background: url(../images/accommodation/apartments-dalia/olive/apartment-olive-living-room.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

.app-olive .right .img-holder {
	background: url(../images/apartment-olive.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

.app-oleander .left .img-holder {
	background: url(../images/accommodation/apartments-dalia/oleander/apartment-oleander-terrace.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

.app-oleander .right .img-holder {
	background: url(../images/apartment-oleander.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

.app-lavander .left .img-holder {
	background: url(../images/accommodation/apartments-dalia/lavander/apartment-lavander-room.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

.app-lavander .right .img-holder {
	background: url(../images/apartment-lavander.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

.under-title {
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	margin-top: 10px;
}

.rabac-harbor .img-holder {
	background: url(../images/destination/rabac-harbor.jpg) right center no-repeat;
	background-size: cover;
	min-height: 600px;
}

.rabac-gallery {
	margin-top: 60px;
}

.rabac-1 {
	margin-top: 30px;
}

.rabac-1 .img-holder {
	background: url(../images/destination/rabac-sailing-s.jpg) center center no-repeat;
	background-size: cover;
	min-height: 175px;
}

.rabac-2 .img-holder {
	background-image: url(../images/destination/rabac-promenade-s.jpg);
}

.rabac-icon {
	height: 175px;
	margin-top: 30px;
	text-align: center;
}

.rabac-icon .holder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.rabac-icon .holder h4 {
	margin: 5px 0 0;
}

.rabac-4 .img-holder {
	background-image: url(../images/destination/rabac-town-s.jpg);
}

.rabac-5 .img-holder {
	background-image: url(../images/destination/rabac-spectacular-s.jpg);
}

.rabac-6 .img-holder {
	background-image: url(../images/destination/rabac-sentonas-trail-s.jpg);
}

.rabac-bck {
	background-color: #d7d4ce;
	height: 480px;
	position: relative;
	top: -430px;
	left: 70px;
	z-index: -1;
	margin-bottom: -430px;
}

.sentona {
	padding-right: 45px;
	padding-left: 95px;
	margin-top: -45px;
}

.rabac-beach-1 .img-holder {
	background: url(../images/destination/rabac-beach-girandella-1.jpg) center center no-repeat;
	background-size: cover;
	min-height: 600px;
}

.beach-gallery .beach-1 .img-holder {
	background: url(../images/destination/rabac-beach-girandella-2-s.jpg) center center no-repeat;
	background-size: cover;
	min-height: 195px;
	border-left: 10px solid #fbfbfb;
}

.beach-gallery .beach-2 .img-holder {
	background: url(../images/destination/rabac-beach-girandella-3-s.jpg) center center no-repeat;
	background-size: cover;
	min-height: 195px;
	border-left: 10px solid #fbfbfb;
}

.beach-gallery .beach-3 {
	margin-left: -180px;
}

.beach-gallery .beach-3 .img-holder {
	background: url(../images/destination/rabac-beach-girandella-4-s.jpg) center center no-repeat;
	background-size: cover;
	min-height: 205px;
	border-top: 10px solid #fbfbfb;
	border-left: 10px solid #fbfbfb;
}

.beach-gallery .beach-4 .img-holder {
	background: url(../images/destination/rabac-beach-girandella-5-s.jpg) center center no-repeat;
	background-size: cover;
	min-height: 205px;
	border-top: 10px solid #fbfbfb;
	border-left: 10px solid #fbfbfb;
}

.cities .interest {
	text-align: center;
	padding: 1px 1px 0 0;
	position: relative;
}

.cities .interest:nth-of-type(4), .cities .interest:nth-of-type(7), .cities .interest:nth-of-type(11) {
	padding-right: 0;
}

.cities .interest a {
	color: #fbfbfb;
}

.cities .interest .txt-holder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cities .interest h2 {
	margin-bottom: 0;
}

.cities .interest p {
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 2px;
	width: 300px;
}

.cities .interest .overlay {
	height: 360px;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
}

.cities .interest a:hover .overlay {
	background-color: rgba(0,0,0,0.0);
}

.cities .interest .overlay.active, .cities .interest a:hover .overlay.active {
	background-color: #97897e;
}

.cities .interest.core .txt-holder {
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	padding: 30px 50px;
}

.cities .interest.core h2 {
	margin-bottom: 20px;
}

.cities .interest.core p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	text-transform: none;
	margin-top: 0px;
	width: auto;
}

.cities .interest.core p.under-title {
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -20px;
	margin-bottom: 25px;
	display: none;
}

.cities .interest.core .overlay {
	background-color: #fbfbfb;
}

.cities .interest .img-holder {
	background: url(../images/destination/labin-stari-grad-s.jpg) center center no-repeat;
	background-size: cover;
	min-height: 360px;
}

.cities .interest:nth-of-type(2) .img-holder {
	background-image: url(../images/destination/pula-amphitheater-s.jpg);
}

.cities .interest:nth-of-type(3) .img-holder {
	background-image: url(../images/motovun-istria.jpg);
}

.cities .interest:nth-of-type(4) .img-holder {
	background-image: url(../images/destination/kotli-s.jpg);
}

.cities .interest:nth-of-type(5) .img-holder {
	background-image: url(../images/destination/ucka-s.jpg);
}

.cities .interest:nth-of-type(7) .img-holder {
	background-image: url(../images/destination/labin-coal-s.jpg);
}

.cities .interest:nth-of-type(8) .img-holder {
	background-image: url(../images/destination/groznjan-istria.jpg);
}

.cities .interest:nth-of-type(9) .img-holder {
	background-image: url(../images/destination/opatija-s.jpg);
}

.cities .interest:nth-of-type(10) .img-holder {
	background-image: url(../images/destination/euphrasius-basilica.jpg);
}

.cities .interest:nth-of-type(11) .img-holder {
	background-image: url(../images/destination/hum-istria.jpg);
}

.cities-resp .interest {
	padding: 1px 0 0 1px;
}

.cities-resp .interest:nth-of-type(3), .cities-resp .interest:nth-of-type(6), .cities-resp .interest:nth-of-type(9) {
	padding-left: 0;
}

.cities-resp .interest:nth-of-type(2) .img-holder {
	background: url(../images/destination/labin-stari-grad-s.jpg) center center no-repeat;
	background-size: cover;
	min-height: 360px;
}

.cities-resp .interest:nth-of-type(3) .img-holder {
	background-image: url(../images/destination/pula-amphitheater-s.jpg);
}

.cities-resp .interest:nth-of-type(4) .img-holder {
	background-image: url(../images/motovun-istria.jpg);
}

.cities-resp .interest:nth-of-type(5) .img-holder {
	background-image: url(../images/destination/kotli-s.jpg);
}

.cities-resp .interest:nth-of-type(6) .img-holder {
	background-image: url(../images/destination/ucka-s.jpg);
}

.cities-resp .interest:nth-of-type(7) .img-holder {
	background-image: url(../images/destination/labin-coal-s.jpg);
}

.cities-resp .interest:nth-of-type(8) .img-holder {
	background-image: url(../images/destination/groznjan-istria.jpg);
}

.cities-resp .interest:nth-of-type(9) .img-holder {
	background-image: url(../images/destination/opatija-s.jpg);
}

.cities-resp .interest:nth-of-type(10) .img-holder {
	background-image: url(../images/destination/euphrasius-basilica.jpg);
}

.cities-resp .interest:nth-of-type(11) .img-holder {
	background-image: url(../images/destination/hum-istria.jpg);
}

.cities-resp .interest:nth-of-type(12) .img-holder {
	background-image: url(../images/destination/rovinj.jpg);
}

.cities-resp .interest:nth-of-type(13) .img-holder {
	background-image: url(../images/destination/brijuni-cube.jpg);
}


.play-me {
	margin-top: 30px;
}

.play-me:hover  {
	content: url(../images/icon-youtube-hover.svg);
}

.video-gallery .img-holder .play-me {
	margin-top: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-gallery a:hover .img-holder .play-me {
	content: url(../images/icon-youtube-hover.svg);
}

.restaurant-map {
	position: absolute;
	right: 0px;
	padding-left: 0;
	padding-right: 0;
}

#overlay {
	width: 100%;
	overflow: hidden;
	height: 600px;
}

.cover-kitchen {
	position: absolute;
	left: 0px;
	padding-left: 0;
	padding-right: 0;
	height: 400px;
	background-color: #d7d4ce;
	margin-top: -400px;
	z-index: -1;
}

.cover-kitchen.de {
	margin-top: -450px;
}

.prsut {
	padding-right: 0;
	padding-left: 0;
	margin-top: -255px;
}

.prsut .img-holder {
	background: url(../images/destination/prsut.jpg) center center no-repeat;
	background-size: cover;
	min-height: 200px;
	margin-bottom: 30px;
}

.prsut .txt-holder {
	padding-right: 30px;
	padding-left: 30px;
}

.vina .img-holder {
	background-image: url(../images/destination/vina.jpg);
	margin: 30px 0 0;
}

.ulje, .peka {
	margin-top: 0;
}

.ulje .img-holder {
	background-image: url(../images/destination/olive-oil.jpg);
}

.peka .img-holder {
	background-image: url(../images/destination/peka.jpg);
	margin: 30px 0 0;
}

section.video .holder {
	height: 401px;
	padding: 0 1px 1px 0;
}

section.video .holder:nth-child(even) {
	padding-right: 0;
}

.footerp0 footer {
	margin-top: 0;
}

.trekking {
	position: absolute;
	left: 0px;
	padding-left: 0;
}

.trekking .img-holder {
	background: url(../images/activities/trekking-rabac.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.biciklizam-desc {
	margin-top: 150px;
}

.biciklizam .img-holder {
	background: url(../images/activities/bike-istria.jpg) center center no-repeat;
	background-size: cover;
	min-height: 520px;
	margin-left: -25px;
	border-top: 10px solid #fbfbfb;
	border-left: 10px solid #fbfbfb;
}

.zischka {
	margin: -30px 0 0 35px;
}

.zischka-holder .img-holder {
	background-image: url(../images/activities/zischka-tennis-rabac.jpg);
}

.jama .img-holder {
	background: url(../images/activities/pazinska-jama.jpg) center bottom no-repeat;
	background-size: cover;
	min-height: 277px;
}

.zip .img-holder {
	background: url(../images/activities/zip-line-lr.jpg) left center no-repeat;
	background-size: cover;
	min-height: 277px;
}

.istralandia .img-holder {
	background: url(../images/activities/aquapark-istralandia.jpg) left center no-repeat;
	background-size: cover;
	min-height: 335px;
	margin-top: -52px;
}

.aquapark-cover div {
	height: 360px;
	background-color: #d7d4ce;
	position: absolute;
	top: 0px;
	z-index: 1;
}

.aquacolors a.more {
	position: relative;
	top: -6px;
}

.wellness {
	position: absolute;
	left: 0;
	top: 0;
}

.generalije span {
	font-size: 24px;
}

.how-to-find {
	background-color: #565656;
	color: #fbfbfb;
	margin: 60px 0 40px;
}

.how-to-find .txt-holder {
	padding: 40px 100px 50px 30px;
}

.how-to-find .txt-holder img {
	position: absolute;
	top: 40px;
	right: 40px;
}

.airport .img-holder {
	background: url(../images/airplane.jpg) left center no-repeat;
	background-size: cover;
	min-height:406px;
}



.tartufi-video .img-holder {
	background: url(../images/destination/video-istria-truffles-2.jpg) center center no-repeat;
	background-size: cover;
	min-height: 261px;
}

.anthony-video .img-holder {
	background-image: url(../images/destination/anthony-video.jpg);
	min-height: 240px;
}

.aquacolors-video .img-holder {
	background: url(../images/activities/video-istria-aquacolors.jpg) right center no-repeat;
	background-size: cover;
	min-height: 213px;
}

.parenzana-video .img-holder {
	background: url(../images/activities/video-cycling-istria-parenzana-2.jpg) right center no-repeat;
	background-size: cover;
	min-height: 270px;
}

.destination-video .img-holder {
	background: url(../images/destination/video-istria-rabac-drone.jpg) center center no-repeat;
	background-size: cover;
	min-height: 400px;
}

.destination-video.video-labin .img-holder {
	background-image: url(../images/destination/video-istria-labin-old-town.jpg);
}

.destination-video.video-skitaca .img-holder {
	background-image: url(../images/destination/video-istria-road-skitaca.jpg);
}

.destination-video.video-rovinj .img-holder {
	background-image: url(../images/destination/video-istria-rovinj.jpg);
}

.destination-video.video-motovun .img-holder {
	background-image: url(../images/destination/video-istria-motovun.jpg);
}

.destination-video.video-opatija .img-holder {
	background-image: url(../images/destination/video-opatija.jpg);
}

.destination-video.video-istria .img-holder {
	background-image: url(../images/destination/video-istria.jpg);
}

.destination-video.video-vela-draga .img-holder {
	background-image: url(../images/destination/video-istria-vela-draga.jpg);
}

.destination-video.video-sentona .img-holder {
	background-image: url(../images/destination/video-istria-rabac-sentona.jpg);
}

.destination-video.video-plominska-gora .img-holder {
	background-image: url(../images/destination/video-istria-plominska-gora.jpg);
}

.destination-video.video-labin-region .img-holder {
	background-image: url(../images/destination/video-istria-labin-region.jpg);
}

.destination-video.video-croatia .img-holder {
	background-image: url(../images/destination/video-croatia.jpg);
}

.destination-video.video-cycling-istria .img-holder {
	background-image: url(../images/activities/video-cycling-istria.jpg);
}

.destination-video.video-100-miles-of-istria .img-holder {
	background-image: url(../images/activities/video-100-miles-of-istria.jpg);
}

.destination-video.video-cycling-istria-parenzana .img-holder {
	background-image: url(../images/activities/video-cycling-istria-parenzana.jpg);
}

.destination-video.video-istria-rabac-surfing .img-holder {
	background-image: url(../images/activities/video-istria-rabac-surfing.jpg);
}

.destination-video.video-istria-rabac-diving .img-holder {
	background-image: url(../images/activities/video-istria-rabac-diving.jpg);
}

.destination-video.video-istria-cliff-jump .img-holder {
	background-image: url(../images/activities/video-istria-cliff-jump.jpg);
}

.destination-video.video-istria-4x4-istria .img-holder {
	background-image: url(../images/activities/video-istria-4x4-istria.jpg);
}

.destination-video.video-istria-cave-baredine .img-holder {
	background-image: url(../images/activities/video-istria-cave-baredine.jpg);
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.8);
}

.lg-sub-html p {
	font-size: 18px;
	text-align: left;
}

.th-lineheight {
	line-height: 15px;
	margin: 6px 0;
}

.search-title {
	margin-bottom: -30px;
}

.bg-booking-ap1 {
	z-index: 2;
}

.bg-booking-ap1 .img-holder {
	background: url(../images/accommodation/villa-dalia/villa-dalia-rabac-swimming-pool.jpg) center center no-repeat;
	background-size: cover;
	min-height: 300px;
}

.bg-booking-ap2 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/jasmine/apartment-jasmine-terrace.jpg);
}

.bg-booking-ap3 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/rosemary/apartment-rosemary-room.jpg);
}

.bg-booking-ap4 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/mint/apartment-mint-kitchen.jpg);
}

.bg-booking-ap5 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/olive/apartment-olive-living-room.jpg);
}

.bg-booking-ap6 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/oleander/apartment-oleander-terrace.jpg);
}

.bg-booking-ap7 .img-holder {
	background-image: url(../images/accommodation/apartments-dalia/lavander/apartment-lavander-room.jpg);
}

.result-holder .txt-holder {
	background-color: #d7d4ce;
	padding: 40px 30px 40px 60px;
	min-height: 300px;
	position: relative;
	top: 30px;
	left: -30px;
	z-index: 1;
}

.result-holder .txt-holder .natukni.open li {
	padding-right: 25px;
	padding-left: 25px;
}

.result-holder .txt-holder .natukni.open li:first-child {
	padding-left: 0;
}

.result-holder .txt-holder .natukni.open li:last-child {
	padding-right: 0;
}

.result-holder .price-block-holder {
	background-color: #a8a6a0;
	min-height: 300px;
	position: relative;
	top: 30px;
	left: -30px;
}

.result-holder .price-block-holder h3 {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	color: #fbfbfb;
	margin: 100px 0 11px;
}

.result-holder .price-block-holder p {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fbfbfb;
}







table.abCalendarTable, table.abCalendarTablePrice, .abWrapper, .abForm, .abCalendarMessage .abCalendarMessageInner {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.abWrapper, .abCalendarNote {
	font-size: 18px !important;
	margin: 20px 0 20px !important;
	text-align: center;
}

table.abCalendarLegend {
	width: auto !important;
}

.abBox13 {
	padding: 10px 5px !important;
	margin: 0 !important;
}

td.abCalendarMonth, td.abCalendarMonth a:link, td.abCalendarMonth a:visited, td.abCalendarMonth a:hover {
	text-transform: uppercase;
	border: 1px solid #a8a6a0 !important;
}

.abLoader {
	background-color: #535353 !important;
}

.abWrapper .abForm a, .abWrapper .abForm a {
	color: #97897e !important;
	text-decoration: underline !important;
}

.abWrapper .abValue {
	font-size: 18px !important;
	line-height: 24px !important;
}

.abWrapper .abTerms {
	position: relative !important;
	top: 3px !important;
}

.abBankWrap .abValue, .abParagraphInner .abValue {
	text-align: left;
	font-size: 14px !important;
}

.abLayout, .abLayout p {
	font-size: 18px !important;
	line-height: 26px !important;
	text-align: left !important;
}

.abWrapper .abLayout p {
	margin-bottom: 20px !important;
}

.abWrapper .abStartOver {
	color: #97897e !important;
}

td.abCalendarColor {
	border: 1px solid #a8a6a0;
}

.abCalendarLegend {
	margin-left: 5px;
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.abCalendarLabel {
	padding-right: 20px !important;
}

.abCalendarColorSelected {
	background-color: #97897e;
}

span.abCalendarLinkDateInner {
	font-weight: bold;
	font-size: 14px;
}

td.abCalendarColorPast {
	background-color: #97897e !important;
}

.abExtraName {
	text-align: left;
}

td.abCalendarMonth .abCalendarMonthInner .abCalendarLinkMonth {
	border: none !important;
}

body [id^=pjWrapper] {
	background: transparent !important;
}

td.abCalendarWeekDay, td.abCalendarWeekNum, td.abCalendarToday, td.abCalendarReserved, td.abCalendarPending, td.abCalendarPast, td.abCalendarEmpty, td.abCalendarDate, td.abCalendarPendingNightsStart, td.abCalendarPendingNightsEnd, td.abCalendarReservedNightsStart, td.abCalendarReservedNightsEnd, td.abCalendarNightsReservedReserved, td.abCalendarNightsReservedPending, td.abCalendarNightsPendingReserved, td.abCalendarNightsPendingPending {
	border: 1px solid #a8a6a0 !important;
}

.abWrapper .abMenuNav a i {
	font-size: 20px !important;
	color: #a8a6a0 !important;
}

.abWrapper .abReturnToCalendar {
	color: #272b2c !important;
}

.form.natukni h3, .form.natukni h4 {
	text-transform: uppercase;
}

.form.natukni h4 {
	font-size: 30px;
}

.devider {
	margin: 20px auto 40px;
	width: 100%;
	height: 1px;
	background-color: #97897e;
	opacity: 0.5;
}