﻿body {
display: flex;
min-height: 100vh;
flex-direction: column;
}

html, body {
	height: 100%;
}

main {
flex: 1 0 auto;
}

.sidenav-overlay { z-index: 1; }

.sidenav
{
	max-width: 100%;
}

.fixed-action-btn
{
	bottom: 45px; 
	right: 24px;
	display: none;
}


/*
	Sliders
*/
.slider.fullscreen {
	height: 85vh;
	max-height: 700px;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slider .slides li img {
    background-repeat: no-repeat;
}
	
.slider.mainlanding img{
	background-attachment: fixed;
}

.slider.fullscreen ul.indicators
 {   
	 max-width: 75vw;
	 margin: 0 auto;
 }
 
 /*Carousel*/
.carousel
{
	top: -60px;
}
 
.carousel .carousel-item>img {
    width: 230%;
    margin-left: -70%;
}
 
 
.block-aboutus-container
{
	position: relative;
}

.vilajelenslika
{
	position: absolute;
	height: 200px;
	top: -50%;
	right: 10%;	

	
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg); /* IE 9 */
	-webkit-transform: rotate(10deg); /* Safari */
	transform: rotate(10deg);
}

.vilajelenslika img
{
	height: 100%;
	width: auto;
	opacity: 0.8;
}

.mn-flag
{
	width: 40px;
    height: auto;
    position: relative;
    margin-left: 10px;
    top: 5px;
}

.material-zoom-icon-container
{
	position: relative;
}

i.material-zoom-icon
{
	cursor: zoom-in;
	position: absolute;
    top: 20px;
    right: -50%;
	font-size: 3rem;
}



.row
{
	margin-bottom: 0px;
}

i.material-icons-default-hidden
{
	color: transparent !important;
}

/*Sobe*/
.check-apartment-icon{
    top: 2px;
    position: relative;
}

/*
	Facebook frame
*/

.fb-frame
{
	max-width: 340px; 
	width: 100%;
	height: 60px;
}

.fb-frame-small{
	width: 77px; 
	height: 21px;
}

.fb-icon {
    height: 40px;
    width: auto;
}


/* Images */
.apartment-image-style
{
	width: auto;
	min-width: 50%;
	max-width: 100%;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}

.apartment-image-style img
{
	min-width: 300px;
	width: 100%;
	height: auto;
	min-height: 200px;
	display: block;
	margin: 0 auto;
	margin-left: 50%;
    transform: translateX(-50%);
	top: -50px;
}

.apartment-image-style-horizontal img
{
	top: -150px;
}

.apartment-image-style img.materialboxed.active {
    margin-left: unset;
	margin-top: unset;
    transform: inherit;
}



/* 
    FooterStyle
*/
.footerStyle {
    width: 100%;
    min-height: 60px;
}


.landingImage
{
    height: 550px;
}

.quoteButton
{
    width: 450px;
}

.logoPhrase
{
    font-size: 1rem !important;
    margin-left: 20px;
}

.logoImage
{
    height: 50px;
    width: auto;
    z-index:1; 
    position:absolute;
    margin: 0 auto;
    left: -75px;
    top: 8px;
}

.logoComponent 
{
    line-height: 1;
    height:100%;
}

.applyLogoBreak, .applyFooterBreak
{
    display: none;
}

.apartmentList ul
{
    padding-left: 10px;
	font-size: 11px;
}

.apartmentList ul li >i
{
	margin-right: 6px;
	font-weight: 900;
}



.galleryDiv
{
    padding-bottom: 5px;
}