.topGreen .top
{
    padding-top: 50px;
    padding-bottom: 50px;
}

#top-fixed-menu
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}


#top-fixed-menu.topGreen {
	background-color: #8BA882;
	min-height: 82px;
}

@media only screen and (max-width : 991.99px)
{
    #top-fixed-menu.topGreen .top {
            padding-top: 0px;
            padding-bottom: 0px;
    }
}

.faqText ul,
.faqText p
{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.faqText ul:last-child,
.faqText p:last-child
{
    margin-bottom: 0;
}

.faqText ul:first-child,
.faqText p:first-child
{
    margin-top: 0;
}


.jednotka-stav.jednotka-stav-volny
{
    color:  #009F4F;
}

.jednotka-stav.jednotka-stav-blokace
{
   color: #00AEEF;
}

.jednotka-stav.jednotka-stav-rezervace
{
    color: #F36B2E;
}

.jednotka-stav.jednotka-stav-prodano
{
    color: #D22329;
}

/* postelovani carouselu - zatim skryt overlay (lupu) a poresit kurzor */

.img-hover-box:hover .hover-overlay {
    display: none !important;
}

.img-hover-box {
    cursor: default !important;
}

.footerIco3
{
    background-position: 0px 7px;
}

.footerIco2
{
    background-position: 0px 2px;
}


.vis-no-pt + .content
{
    padding-top: 1rem !important;
}


.drag-scroll {
  cursor: grab;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  user-select: none;
}

.drag-scroll.active {
  cursor: grabbing;
}

/*
.container.drag-scroll img
{
    height: 512px;
    width: 3649px;
}
*/

@media only screen and (max-width : 991.99px)
{
    .container.drag-scroll
    {
     width: 100%;
     max-width: 100%;
    }

    .container.drag-scroll img#usemap-byty
    {
        height: 256px;
        width: 1825px;
    }

    .container.drag-scroll img#usemap-domy
    {
        height: 256px;
        width: 1078px;
    }

}

#tooltip
{
    position:absolute;
    display:none;
    background:#66885b;
    padding:5px 10px;
    border:none;
    font-weigh: 600;
    font-size: 15px;
    color: white;
    border-radius:40px;
    z-index:10000;
}

.myscroll
{
    position: absolute;
    width: 67px;
    height: 80px;
    background-color: transparent !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all 0.5s ease 0s;

    top: 50%;

    margin-top: -40px !important;

    margin: 5px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;

    border: none;
}

#scroll-left
{
    background-image: url(../pcs/pcs_layout/carousel-prev.png) !important;
    left: -5px;
}

#scroll-right
{
    background-image: url(../pcs/pcs_layout/carousel-next.png) !important;
    right: -5px;
}