/*-----------------------------------------------------------------------------------
	Apartments Mali Losinj - Heritage House Casa Rustica
	About: Heritage house Casa Rustica is located in close proximity of Mali Lošinj's centre and among the charming streets of this picturesque town. It is a perfect place for escaping hectic life and it is created for your complete vacation.
	Author: MVG
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}




.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:300;
}
.container{
	max-width:1140px;
}
.h1-style{
	font-family:"Lato";
	font-weight:300;
}
.h3-style{
	font-family:"Lato";
	font-weight:700;
}
.navbar-brand img{
	width:200px;
	height:133px;
}
.bloc-divider-b-fill{
	fill:#2A89C8;
}
.link-style{
	font-family:"Lato";
	font-weight:700;
}
.p-style{
	font-family:"Lato";
	font-weight:300;
}
.h2-style{
	font-family:"Lato";
	font-weight:300;
}
.h3-bloc-2-style{
	font-family:"Lato";
	font-weight:300;
	font-size:24px;
}
.h2-bloc-2-style{
	font-family:"Lato";
	font-weight:300;
	width:100%;
}
.h3-3-style{
	font-family:"Lato";
	font-weight:300;
	font-size:24px;
}
.p-bloc-2-style{
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	width:100%;
}
.p-bloc-3-style{
	font-family:"Lato";
	font-weight:300;
}
.h2-feature-title-style{
	font-family:"Lato";
	font-weight:300;
}
.h3-bloc-3-style{
	font-family:"Lato";
	font-weight:300;
	font-size:24px;
}
.blocsapp-special-menu blocsnav{
	background-color:rgba(0,0,0,0.85);
}
.label-style{
	width:35.68%;
	font-family:"Lato";
	font-weight:700;
}
.label-from-style{
	font-family:"Lato";
	font-weight:700;
}
.label-bloc-9-style{
	font-family:"Lato";
	font-weight:700;
}
.label-first-name-style{
	font-family:"Lato";
	font-weight:700;
}
.label-last-name-style{
	font-family:"Lato";
	font-weight:700;
}
.label-email-style{
	font-family:"Lato";
	font-weight:700;
}
.label-phone-style{
	font-family:"Lato";
	font-weight:700;
}
.label-city-style{
	font-family:"Lato";
	font-weight:700;
}
.label-country-style{
	font-family:"Lato";
	font-weight:700;
}
.label-street-style{
	font-family:"Lato";
	font-weight:700;
}
.label-post-code-style{
	font-family:"Lato";
	font-weight:700;
}
.label-11-style{
	font-family:"Lato";
	font-weight:700;
}
.label-12-style{
	font-family:"Lato";
	font-weight:700;
}
.label-13-style{
	font-family:"Lato";
	font-weight:700;
}
.label-notes-style{
	font-family:"Lato";
	font-weight:700;
}
.btn-style{
	font-weight:bold;
}
.btn-call-us-style{
	font-weight:bold;
	color:#FFFFFF!important;
	font-size:18px;
}
.btn-viber-style{
	font-weight:700;
	font-family:"Lato";
	text-transform:none;
	font-size:18px;
}
.btn-whatsapp-style{
	font-weight:bold;
	font-size:18px;
}
.btn-email-style{
	font-weight:bold;
	font-size:18px;
}
.h3- -wi-fi-style{
	font-size:14px;
	line-height:16px;
}
.h3-appmediteran-style{
	font-size:24px;
}
.h2-bloc-4-style{
	font-size:30px;
}
.h3-other-features-style{
	font-size:24px;
}
.h3-distance-style{
	font-size:24px;
}
.h3-outdoor-style{
	font-size:24px;
}
.h3-inside-area-style{
	font-size:24px;
}
.h3-features-style{
	font-size:24px;
}
.h3- features-style{
	font-size:22px;
}
.img-23-style{
	width:170px;
	height:43px;
}
.img-bloc-10-style{
	width:170px;
	height:43px;
}
.img-style{
	width:170px;
	height:43px;
}
.img-22-style{
	width:170px;
	height:43px;
}
.h2-irina-s--style{
	font-size:22px;
}
.h2-branimir-k--style{
	font-size:22px;
}
.h2-tina-l--style{
	font-size:22px;
}
.h2-damir-ž--style{
	font-size:22px;
}
.button-direction{
	font-size:20px;
	font-family:"Lato";
	font-weight:700;
}
.button-review{
	font-family:"Lato";
	font-weight:700;
	color:#FFFFFF!important;
	font-size:20px;
}
.row-style{
	width:100%;
}
.label-name-style{
	font-family:"Lato";
	font-weight:700;
}
.label-70-style{
	font-family:"Lato";
	font-weight:700;
}
.label-message-style{
	font-family:"Lato";
	font-weight:700;
}
.p-header-contact-style{
	font-family:"Lato";
	font-weight:300;
}
.p-36-style{
	font-family:"Lato";
	font-weight:300;
}
.p-37-style{
	font-family:"Lato";
	font-weight:300;
}
.img-english-22x-style{
	width:21px;
	height:21px;
}
.img-germany-22x-style{
	width:21px;
	height:21px;
}
.img-italy-22x-style{
	width:21px;
	height:21px;
}
.img-slovenia22x-style{
	height:21px;
	width:21px;
}
.img-croatia22z-style{
	width:21px;
	height:21px;
}
.zastave{
	padding:15px 15px 15px 15px;
}
.img-rentabike-style{
	width:666px;
	height:466px;
}
.h3-booking-titlle-style{
	font-size:40px;
}
.h3-photo-gallery-style{
	font-size:40px;
}
.h3-116-style{
	font-size:40px;
}
.h3-173-style{
	font-size:40px;
}
.h3-230-style{
	font-size:40px;
}
.startitle{
	font-size:28px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-meat-brown{
	background-color:rgba(240,176,50,0.76);
}
.bgc-meat-brown-2{
	background-color:rgba(240,176,50,0.44);
}
.bgc-urobilin{
	background-color:rgba(240,166,36,0.76);
}
.bgc-black{
	background-color:#000000;
}
.bgc-silver{
	background-color:rgba(192,192,192,0.18);
}
.bgc-silver-2{
	background-color:rgba(192,192,192,0.17);
}
.bgc-white{
	background-color:#FEFFFE;
}
.bgc-silver-3{
	background-color:rgba(192,192,192,0.74);
}
.bgc-silver-4{
	background-color:#C0C0C0;
}
.bgc-golden-brown{
	background-color:rgba(139,99,38,0.68);
}
.bgc-golden-brown-2{
	background-color:rgba(139,99,38,0.81);
}
.bgc-bright-cerulean{
	background-color:rgba(22,158,209,0.62);
}
.bgc-bright-cerulean-2{
	background-color:rgba(22,158,209,0.85);
}
.bgc-bright-cerulean-3{
	background-color:#169ED1;
}
.bgc-black-2{
	background-color:rgba(0,0,0,0.70);
}

/* Text colour styles */

.tc-white{
	color:#FEFFFE!important;
}
.tc-black{
	color:#000000!important;
}

/* Button colour styles */

.btn-meat-brown{
	background:rgba(240,176,50,0.76);
	color:rgba(0,0,0,.5)!important;
}
.btn-meat-brown:hover{
	background:#c08d28!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-amethyst{
	background:#8C5ACA;
	color:#FFFFFF!important;
}
.btn-amethyst:hover{
	background:#7048a2!important;
	color:#FFFFFF!important;
}
.btn-mantis{
	background:#6BC051;
	color:#FFFFFF!important;
}
.btn-mantis:hover{
	background:#569a41!important;
	color:#FFFFFF!important;
}
.btn-bright-cerulean{
	background:rgba(22,158,209,0.62);
	color:#FFFFFF!important;
}
.btn-bright-cerulean:hover{
	background:#127ea7!important;
	color:#FFFFFF!important;
}
.btn-bright-cerulean-2{
	background:#169ED1;
	color:#FFFFFF!important;
}
.btn-bright-cerulean-2:hover{
	background:#127ea7!important;
	color:#FFFFFF!important;
}
.btn-golden-brown{
	background:rgba(139,99,38,0.68);
	color:#FFFFFF!important;
}
.btn-golden-brown:hover{
	background:#6f4f1e!important;
	color:#FFFFFF!important;
}
.wire-btn-white{
	color:#FEFFFE!important;
	border-color:#FEFFFE!important;
}

/* Link colour styles */

.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}
.ltc-white{
	color:#FEFFFE!important;
}
.ltc-white:hover{
	color:#cbcccb!important;
}

/* Icon colour styles */

.icon-mantis{
	color:#6BC051!important;
	border-color:#6BC051!important;
}
.icon-white{
	color:#FEFFFE!important;
	border-color:#FEFFFE!important;
}

/* Bloc image backgrounds */

.bg-Casa-Rustica-Losinj-Gold-Luxury-Apartment-Mali-Losinj-Croatia-1200x840{
	background-image:url("img/Casa-Rustica-Losinj-Gold-Luxury-Apartment-Mali-Losinj-Croatia-1200x840.jpg");
}
.bg-Casa-Rustica-Losinj-Silver-Luxury-Apartment-Mali-Losinj-Croatia-1200x840{
	background-image:url("img/Casa-Rustica-Losinj-Silver-Luxury-Apartment-Mali-Losinj-Croatia-1200x840.jpg");
}
.bg-Casa-Rustica-Losinj-Bronza-Luxury-Apartment-Mali-Losinj-Croatia-1200x840{
	background-image:url("img/Casa-Rustica-Losinj-Bronza-Luxury-Apartment-Mali-Losinj-Croatia-1200x840.jpg");
}
.bg-Casa-Rustica-Losinj-Mediteran-Luxury-Apartment-Mali-Losinj-Croatia-1200x840{
	background-image:url("img/Casa-Rustica-Losinj-Mediteran-Luxury-Apartment-Mali-Losinj-Croatia-1200x840.jpg");
}
.bg-Casa-Rustica-Losinj-Apartments-Mali-Losinj-Croatia-Home3{
	background-image:url("img/Casa-Rustica-Losinj-Apartments-Mali-Losinj-Croatia-Home3.jpg");
}
.bg-Casa-Rustica-Losinj-Apartment-Gold-Mali-Losinj-Croatia-Header{
	background-image:url("img/Casa-Rustica-Losinj-Apartment-Gold-Mali-Losinj-Croatia-Header.jpg");
}
.bg-Casa-Rustica-Losinj-Apartment-Silver-Mali-Losinj-Croatia-Header{
	background-image:url("img/Casa-Rustica-Losinj-Apartment-Silver-Mali-Losinj-Croatia-Header.jpg");
}
.bg-Casa-Rustica-Losinj-Apartment-Bronze-Mali-Losinj-Croatia-Header{
	background-image:url("img/Casa-Rustica-Losinj-Apartment-Bronze-Mali-Losinj-Croatia-Header.jpg");
}
.bg-Casa-Rustica-Losinj-About-us-Mali-Losinj-Croatia-Header{
	background-image:url("img/Casa-Rustica-Losinj-About-us-Mali-Losinj-Croatia-Header.jpg");
}
.bg-Casa-Rustica-Losinj-Apartment-Mediterranean-Mali-Losinj-Croatia-Header{
	background-image:url("img/Casa-Rustica-Losinj-Apartment-Mediterranean-Mali-Losinj-Croatia-Header.jpg");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.faqwrapper .qline {
	  display: block;
	  position: relative;
	  cursor: pointer}.faqwrapper .faq-q {
	  display: inline;
	  position: relative;
	  padding-right: .35em;
	  font-size: 1.5em;
	  line-height: 120%;
	  color: #616161}  .faqwrapper .fa {
	  display: inline;
	  position: relative;
	  margin-left: .12em;
	  padding-bottom: .25em;
	  line-height: 60%;
	  color: #616161}  .faqwrapper .aline {
	  display: block;
	  position: relative;
	  padding-left: .75em}    .faqwrapper .faq-a {
	  position: relative;
	  font-size: 1em;
	  line-height: 100%;
	  color: #616161}  .faqwrapper .left {
	  text-align: left}  .faqwrapper .center {
	  text-align: center}  .faqwrapper .aline.center {
	  padding-left: 0em}    .faqwrapper .right {
	  text-align: right}  .faqwrapper .aline.right {
	  padding-right: 2.25em}    .faqwrapper .hide {
	  display: none}  .faqwrapper .reveal {
	  display: block}      .cocoen{
	box-sizing:border-box;
	cursor:pointer;
	line-height:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none}.cocoen *{
	box-sizing:inherit}.cocoen ::after,.cocoen ::before{
	box-sizing:inherit}.cocoen img,.cocoen picture>img{
	max-width:none}.cocoen>img,.cocoen>picture>img{
	display:block;
	width:100%}.cocoen>div:first-child,picture .cocoen > div{
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:50%}.cocoen-drag{
	background:#fff;
	bottom:0;
	cursor:ew-resize;
	left:50%;
	margin-left:-1px;
	position:absolute;
	top:0;
	width:2px}.cocoen-drag::before{
	content: "";
	height: 10%;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 50%;
	width: 14px;
	border-radius: 3px;
	background: white;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.rating,.rating-empty{
		position: relative;
		display:inline-block;
}
.rating-score{
		position: absolute;
		overflow: hidden;
		left: 0;
		top:0;
		z-index:1;
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.img-23-style{
		height:39px;
	}
	.img-bloc-10-style{
		height:39px;
	}
	.img-style{
		height:39px;
	}
	.img-english-22x-style{
		height:12px;
	}
	.img-germany-22x-style{
		height:12px;
	}
	.img-italy-22x-style{
		height:12px;
	}
	.img-croatia22z-style{
		height:12px;
	}
	.img-slovenia22x-style{
		height:12px;
	}
	.startitle{
		font-size:23px;
	}
	
}

@media (max-width: 767px){
	.callus{
		bottom:10px;
	}
	.viber{
		bottom:022px;
	}
	.img-23-style{
		height:27px;
	}
	.img-bloc-10-style{
		height:27px;
	}
	.img-style{
		height:27px;
	}
	.img-22-style{
		height:27px;
	}
	.img-croatia22z-style{
		height:14px;
	}
	.img-slovenia22x-style{
		height:14px;
	}
	.img-italy-22x-style{
		height:14px;
	}
	.img-germany-22x-style{
		height:14px;
	}
	.img-english-22x-style{
		height:14px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	.navbar-brand img{
		width:200px;
	}
	.button-direction{
		font-size:16px;
	}
	.img-22-style{
		height:30px;
	}
	.img-style{
		height:30px;
	}
	.img-bloc-10-style{
		height:30px;
	}
	.zastave{
		padding:15px 15px 15px 15px;
	}
	.img-english-22x-style{
		height:21px;
	}
	.img-germany-22x-style{
		height:21px;
	}
	.img-italy-22x-style{
		height:21px;
	}
	.img-croatia22z-style{
		height:21px;
	}
	.img-slovenia22x-style{
		height:21px;
	}
	.img-23-style{
		height:32px;
	}
	.h3-photo-gallery-style{
		font-size:30px;
	}
	
}

