/*GLOBAL*/


@font-face {

    font-family: miryad;

    src: url(../fonts/miryad.otf);

}



a {

    color: white;

    list-style: none;

}



.gray a{

	color:gray;

}



ul li {

    list-style: none;



}



hr {

    border-top: 3px solid #57bfe1;

}



.border-top-3 {

    border-top: 3px solid white;

}

.w-15 {

    width: 15%;

}



h1,h2,h3,h4,h5 {
    font-family: miryad;
}

ul.ul1 {
    padding-left: 0;
}

.fs-12 {
    font-size: 12px;
}

.btn-white {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 5px 10px;
    outline: none;
    transition: all .5s ease-in-out;
	font-size: 18px;
}

.btn-white:hover {

    background-color: white;

    border: 1px solid white;

    color: #57bfe1;

    transition: all .5s ease-in-out;

}



.banner {

    height: 35vh;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    background-attachment: fixed;

}



.right-0 {

    right: 0;

}



.info-img {

    width: 35px;

}



.info-text li{

    list-style: circle;

}


.done{display: none;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    top: 150px;
    width: 132px;
}

.error + .warning{display:block;}
.warning{display:none;position:absolute;color:red;font-size:13px;transition:ease-in-out all .3s;}

.social:hover{
    text-decoration: none;
}


.bg-blue:nth-child(odd) {
    background-color: #00a9e2;
}
.bg-blue:nth-child(even) {
    background-color: #6dc4df;
}

  
/*END GLOBAL*/

/*COLORS*/

.blue {

    color: #00a9e2;

}



.blue-light {

    color: #6dc4df ;

}



.blue-lighter {

    color: #caf2fe;

}



.gray {

	color: gray;

}

/*END COLORS*/



/*NAVIGATION*/



.navbar {

    padding: 0 30px;

}



.top-nav {

    z-index: 20;

    padding: 0;

}

.nav-item {

    text-align: center;

    margin-top: -30px;

}



.nav-link .fa {

    color: white;

}





.nav-link {

    padding-top: 25px;

    transition: all 1s ease-in-out;

}



.nav-link:hover {

    background-color: #57bfe1;

    color: white;

    transition: all .5s ease-in-out;

}



.active {

    background-color: #57bfe1;

    color: white !important;

    transition: all .5s ease-in-out;

}



.navbar-brand img {

    width: 100px;

    transition: all .3s ease-in-out;

}



.dropdown-toggle::after {

    margin-left: .255em;

    vertical-align: 0;

    border-top: 0.5em solid;

}



.dropdown-menu {

    position: absolute;

    top: 100%;

    left: 20px;

    border: 1px solid rgba(0, 0, 0, 0);

    border-radius: 0;

}



.dropdown2 {

    left: 0px;

}



.flags li {

    display: inline-block;

}



.flags img {

    width: 25px;

}



.navbar-toggler {

    border: 1px solid grey;

    border-radius: 0;

}



.navbar-brand img.shrink {

    width: 80px;

    -webkit-transition: all .5s ease-in-out;

    -moz-transition: all .5s ease-in-out;

    -o-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;

}



/*SLIDER*/

.owl-carousel{

    position: relative;

}

.owl-carousel .item{

    overflow: hidden;

    max-height: 75vh;



}

.owl-carousel .item img{

    width: 100%;

    height: auto;

}

.owl-carousel .item .item-caption{

    position: absolute;

    bottom: 10%;

    left: 5%;

    color: white;

    font-size: 36px;

    font-weight: bold;

}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{

    position: absolute;

    top: 45%;

    background: #337ab7;

}

.owl-carousel .owl-nav .owl-prev{

    left: 10px;

}

.owl-carousel .owl-nav .owl-next{

    right: 10px;

}

.owl-carousel .owl-dots{

    position: absolute;

    bottom: 10px;

}

.owl-theme .owl-dots .owl-dot span{

    background: #85acce;

}

.owl-theme .owl-dots .owl-dot:hover span {

    background: #4f89bb;

}

.owl-theme .owl-dots .owl-dot.active span{

    background: #337ab7;

}



.owl-theme .owl-nav {

    margin-top: 0px !important;

}



.owl-theme .owl-nav [class*='owl-'] {

    background: transparent;

}

/*PROMO SLIDER*/

h2{

    text-align:center;

    padding: 20px;

}



/*APARTMAN*/

.left-part p{

    font-size: 14px;

    text-align: justify;

    word-spacing: -1px;



}



.product-img {

    overflow: hidden;

    height: 450px;

    background-attachment: inherit;

}



.right-header img {

    background-color: #57bfe10a;

}



.unavailable {

    color: gray;

    font-size: 26px;

    cursor: no-drop;

    color: red;

    background: aliceblue;

    padding: 5px 10px;

}



.available {

    padding: 5px 15px;

    font-size: 25px;

    transition: all .5s ease-in-out;

}

.info-product  {

    border-radius: 0px;
    
    font-family: miryad;
}

.info-product a {
    color: gray;
}

.info-product .active {

    color: black !important;
    border: 2px solid #57bfe10a;
}

.right-table {
    right: 5px;
    top: -40px;
}

/*END APARTMAN*/

/* Slider */



.slick-slide {

    margin: 0px 20px;

}



.slick-slide img {

    width: 100%;

}



.slick-slider {

    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -webkit-touch-callout: none;

    -khtml-user-select: none;

    -ms-touch-action: pan-y;

    touch-action: pan-y;

    -webkit-tap-highlight-color: transparent;

}



.slick-list {

    position: relative;

    display: block;

    overflow: hidden;

    margin: 0;

    padding: 0;

}



.slick-list:focus {

    outline: none;

}

.slick-list.dragging

{

    cursor: pointer;

    cursor: hand;

}



.slick-slider .slick-track,

.slick-slider .slick-list

{

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



.slick-track

{

    position: relative;

    top: 0;

    left: 0;

    display: block;

}

.slick-track:before,

.slick-track:after

{

    display: table;

    content: '';

}

.slick-track:after

{

    clear: both;

}

.slick-loading .slick-track

{

    visibility: hidden;

}



.slick-slide

{

    display: none;

    float: left;

    height: 100%;

    min-height: 1px;

}

[dir='rtl'] .slick-slide

{

    float: right;

}

.slick-slide img

{

    display: block;

}

.slick-slide.slick-loading img

{

    display: none;

}

.slick-slide.dragging img

{

    pointer-events: none;

}

.slick-initialized .slick-slide

{

    display: block;

}

.slick-loading .slick-slide

{

    visibility: hidden;

}

.slick-vertical .slick-slide

{

    display: block;

    height: auto;

    border: 1px solid transparent;

}

.slick-arrow.slick-hidden {

    display: none;

}



/*END SLIDER*/



/*APARTMENTS*/

.item-overlay {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    height: 100%;

    width: 100%;

    opacity: 1;

    transition: 2s ease;

    background-color: #00000047;

    cursor: pointer;

}



.item-overlay:hover {

    opacity: 0;

}



.card-info {

    height: 365px;

    margin: auto;

}

.upit {

    color: #ffffff;

    background-color: transparent;

    background-clip: padding-box;

    border: 2px solid white;

    border-radius: 0;

}

/*END APARTMENTS*/



/*LOCATION*/

.location-img {

    overflow: hidden;

    width: 100%;

    max-height: 100%;



}



.footer-title {

    <!--border-left: 5px solid #57bfe1; -->

    padding-left: 5px;

}

/*BACKGROUNDS*/

.bg-gray {

    background-color: #5c6873;

}

.bg-light-blue {

    background-color: #57bfe1 ;

}

.bg-blue-trans {

    background-color: #57bfe1c7;

}

.bg-blue {

    background-color: #00a9e2;

}

.bg-lighter-blue {

    background-color: rgba(0,123,255,.5);

}



.warning {

    padding: 5px 10px;

    left:0;

}



.triangle-left {

    width: 30px;

    top: 20%;

    left: -40px;

    height: 60px;

    border-right: solid 40px rgb(87, 191, 225);

    border-bottom: solid 30px transparent;

    border-top: solid 30px transparent;

}



.triangle-right {

    width: 30px;

    right: -40px;

    z-index: 1;

    top: 45%;

    height: 60px;

    border-left: solid 40px rgb(87, 191, 225);

    border-bottom: solid 30px transparent;

    border-top: solid 30px transparent;

}



/*KONTAKT*/



/*END KONTAKT*/

/*RESPONSIVE*/



@media (max-width: 768px) {

    .nav-item {

        margin-top: 0px;

    }



    .nav-link {

        padding-top: 5px;

    }



    .h-100vh {

        width: 100%;

    }



    .triangle-left, .triangle-right {

        display: none;

    }



    .res-info {

        font-size: 12px;

    }



    .slick-slide {

        margin: 0 5px;

    }



    .carousel-caption {

        width: 70%;

    }



}



@media (max-width: 576px) {



    .carousel-caption h2 {

        font-size: 18px;

    }

}









