@charset "utf-8";

@font-face {
    font-family: 'Oswald';
    src: url('font/Oswald-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldBold';
    src: url('font/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext';
    src: url('font/AvenirNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextBold';
    src: url('font/AvenirNext-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #08117b;
}

a {
	color: #f2af34;
	text-decoration: none;
}
a:hover {
	color: #39f164;
}

@media only screen and (max-width: 767px) {

#espa {
    display: block;
    padding-top: 9px;
    padding-left: 18px;
}
#slajd {
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: #4488c9;
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    color: white;
}
#naslov {
	position: absolute;
	width: 100%;
	top:30px;
	text-align: center;
	z-index: 20;
}

#naslov1 {
	width: 100%;
	border-bottom: #fcbd3f solid 1px;
	font-family: 'AvenirNext', sans-serif;
    font-size: 3em;
    color: #fcbd3f;
}

#naslov2 {
	font-family: 'AvenirNext', sans-serif;
    font-size: 2em;
    color: #fcbd3f;
}

#lang {
	position: absolute;
	top: 81px;
	right: 30px;
	z-index: 30;
	display: none;
}
#lang-mob {
	position: relative;
	padding-right: 30px;
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 50px;
	background: white;
	z-index: 30;
	display: block;
}
#lang-mob img {
	float: right;
	display: inline;
	margin: 10px 0 5px 10px;
}
#content {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
}
.home {
	height: 100%;
	width: 100%;
	left: 0px;
	overflow: hidden;
}
.slide {
	height: 100%;
	width: 100%;
}

#slideicon {
	position: relative;
	width: 40px;
	float: right;
	margin-right: 50px;
	bottom: 80px;
	z-index: 10;
}
#apartmani {
	top: 0;
	left: 0;
	width: 100%;
	min-height: 320px;
	background: white;
}

#aptTekst {
	position: relative;
	display: block;
	padding: 20px 30px;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    color:  #2a3868;
    text-align: justify;
}

#aptImg {
	position: relative;
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: calc(100% - 70px);
	margin: 20px 30px;
	padding: 5px;
	border: gray solid 1px;
}

#lokacija {
	top: 0;
	left: 0;
	width: 100%;
	min-height: 600px;
	background-image: url(slike/kallisti0.jpg);
	-webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-color: white;
	overflow: visible;
}

#lokacijaTekst {
	position: relative;
	display: block;
	top: 20px;
	left: 30px;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
}

.adr-naslov {
	font-family: 'AvenirNext', sans-serif;
    font-size: 1.5em;
    text-align: left;
    color: white;
}

.adr-tekst {
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    text-align: justify;
    color: white;
}

#ulje {
	top: 0;
	left: 0;
	width: 100%;
	min-height: 320px;
	overflow: visible;
	background: white;
}

#uljeTekst {
	position: relative;
	padding: 20px 30px;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    color:  #2a3868;
    text-align: justify;
}

#uljeImg {
	position: relative;
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: calc(100% - 70px);
	margin: 20px 30px;
	padding: 5px;
	border: gray solid 1px;
}

#kontakti {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 345px;
    overflow: visible;
}

#mapa {
	position: relative;
	height: 345px;
	width: 100%;
	overflow: hidden;
}

#mapa iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#adresa {
	position: relative;
	padding: 20px 30px;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	text-align: left;
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    color: white;
}
}

@media only screen and (min-width: 768px) and (max-width: 983px) {

#espa {
    display: block;
    padding-top: 6px;
    padding-left: 18px;
}

#slajd {
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: #4488c9;
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    color: white;
}
#naslov {
	position: absolute;
	width: 100%;
	top:30px;
	text-align: center;
	z-index: 20;
}

#naslov1 {
	width: 100%;
	border-bottom: #fcbd3f solid 1px;
	font-family: 'AvenirNext', sans-serif;
    font-size: 3em;
    color: #fcbd3f;
}

#naslov2 {
	font-family: 'AvenirNext', sans-serif;
    font-size: 2em;
    color: #fcbd3f;
}

#lang {
	position: absolute;
	top: 81px;
	right: 30px;
	z-index: 30;
	display: block;
}
#lang-mob {
	position: relative;
	top: 10px;
	right: 30px;
	z-index: 30;
	display: none;
}
#content {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
}
.home {
	height: 100%;
	width: 100%;
	left: 0px;
	overflow: hidden;
}
.slide {
	height: 100%;
	width: 100%;
}

#slideicon {
	position: relative;
	width: 40px;
	float: right;
	margin-right: 50px;
	bottom: 80px;
	z-index: 10;
}
#apartmani {
	top: 0;
	left: 0;
	width: 100%;
	min-height: 320px;
	background: white;
}

#aptTekst {
	position: relative;
	display: block;
	padding: 20px 30px;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    color:  #2a3868;
    text-align: justify;
}

#aptImg {
	position: relative;
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: calc(100% - 70px);
	margin: 20px 30px;
	padding: 5px;
	border: gray solid 1px;
}

#lokacija {
	top: 0;
	left: 0;
	width: 100%;
	min-height: 600px;
	background-image: url(slike/kallisti0.jpg);
	-webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-color: white;
	overflow: visible;
}

#lokacijaTekst {
	position: relative;
	display: block;
	top: 20px;
	left: 30px;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
}

.adr-naslov {
	font-family: 'AvenirNext', sans-serif;
    font-size: 1.5em;
    text-align: left;
    color: white;
}

.adr-tekst {
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    text-align: justify;
    color: white;
}

#ulje {
	top: 0;
	left: 0;
	width: 100%;
	min-height: 320px;
	overflow: visible;
	background: white;
}

#uljeTekst {
	position: relative;
	padding: 20px 30px;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    color:  #2a3868;
    text-align: justify;
}

#uljeImg {
	position: relative;
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: calc(100% - 70px);
	margin: 20px 30px;
	padding: 5px;
	border: gray solid 1px;
}

#kontakti {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 345px;
    overflow: visible;
}

#mapa {
	position: relative;
	height: 345px;
	width: 100%;
	overflow: hidden;
}

#mapa iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#adresa {
	position: relative;
	padding: 20px 30px;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	text-align: left;
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    color: white;
}

}
@media only screen and (min-width: 984px) {

#espa {
    display: block;
    padding-top: 6px;
    padding-left: 20px;
}

#slajd {
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: #4488c9;
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    color: white;
}
#naslov {
	position: absolute;
	width: 100%;
	top:30px;
	text-align: center;
	z-index: 20;
}

#naslov1 {
	width: 100%;
	border-bottom: #fcbd3f solid 1px;
	font-family: 'AvenirNext', sans-serif;
    font-size: 3em;
    color: #fcbd3f;
}

#naslov2 {
	font-family: 'AvenirNext', sans-serif;
    font-size: 2em;
    color: #fcbd3f;
}

#lang {
	position: absolute;
	top: 81px;
	right: 30px;
	z-index: 30;
	display: block;
}
#lang-mob {
	position: relative;
	top: 10px;
	right: 30px;
	z-index: 30;
	display: none;
}

#content {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
}
.home {
	height: 100%;
	width: 100%;
	left: 0px;
	overflow: hidden;
}
.slide {
	height: 100%;
	width: 100%;
}

#slideicon {
	position: relative;
	right: 30px;
	bottom: 10px;
	width: 30px;
	z-index: 50;
}
#apartmani {
	top: 0;
	left: 0;
	width: 100%;
	min-height: 320px;
	background: white;
}

#aptTekst {
	position: relative;
	display: block;
	float: right;
	margin: 20px 30px 20px 20px;
	width: -webkit-calc(100% - 510px);
	width: -moz-calc(100% - 510px);
	width: calc(100% - 510px);
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    color:  #2a3868;
    text-align: justify;
}

#aptImg {
	position: relative;
	display: inline;
	height: 260px;
	top: 20px;
	left: 30px;
	padding: 5px;
	margin-bottom: 40px;
	border: gray solid 1px;
}

#lokacija {
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background-image: url(slike/kallisti0.jpg);
	-webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    background-repeat: no-repeat;
	background-color:white;
	background-attachment: fixed;
	background-position: center;
}

#lokacijaTekst {
	position: relative;
	display: block;
	float: left;
	top: 20px;
	left: 30px;
	width: 60%;
}

.adr-naslov {
	font-family: 'AvenirNext', sans-serif;
    font-size: 1.5em;
    text-align: left;
    color: white;
}

.adr-tekst {
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    text-align: justify;
    color: white;
}

#ulje {
	top: 0;
	left: 0;
	width: 100%;
	min-height: 320px;
	overflow: visible;
	background: white;
}

#uljeTekst {
	position: relative;
	top: 20px;
	left: 30px;
	width: 50%;
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    color:  #2a3868;
    text-align: justify;
}

#uljeImg {
	position: relative;
	display: inline;
	float: right;
	top: 20px;
	right: 30px;
	padding: 5px;
	border: gray solid 1px;
}

#kontakti {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 345px;
    overflow: visible;
}

#mapa {
	position: relative;
	height: 345px;
	width: 70%;
	float: left;
	overflow: hidden;
}

#mapa iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#adresa {
	position: relative;
	display: inline;
	float: right;
	width: 25%;
	top: 72px;
	right: 30px;
	text-align: right;
	font-family: 'AvenirNext', sans-serif;
    font-size: 1em;
    color: white;
}
.adr-naslov {
	font-family: 'AvenirNext', sans-serif;
    font-size: 1.5em;
    color: white;
}
}