
* {
    box-sizing: border-box;
}

main {

    background: rgb(175, 225, 240);
    background: -moz-linear-gradient(top, rgb(175, 225, 240) 0%, rgb(233, 228, 227) 51%, rgb(233, 228, 227) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(175, 225, 240)), color-stop(51%, rgb(233, 228, 227)), color-stop(100%, rgb(233, 228, 227)));
    background: -webkit-linear-gradient(top, rgb(175, 225, 240) 0%, rgb(233, 228, 227) 51%, rgb(233, 228, 227) 100%);
    background: -o-linear-gradient(top, rgb(175, 225, 240) 0%, rgb(233, 228, 227) 51%, rgb(233, 228, 227) 100%);
    background: -ms-linear-gradient(top, rgb(175, 225, 240) 0%, rgb(233, 228, 227) 51%, rgb(233, 228, 227) 100%);
    background: linear-gradient(to bottom, rgb(175, 225, 240) 0%, rgb(233, 228, 227) 51%, rgb(233, 228, 227) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afe1f0', endColorstr='#e9e4e3', GradientType=0);
}


.mapFallBack {
    background: url('/assets/img/map/fairways-plan-ie.png');
    width: 100%;
    height: 100vh;
}

.fallback {
}


.st0 {
    fill: #C6C6C6;
}

.st1 {
    fill: #FFFFFF;
}

.st2 {
    fill: none;
    stroke: #9EAD1F;
    stroke-width: 9.2245;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 0, 5.5347;
}

.st3 {
    fill: none;
    stroke: #C2A782;
    stroke-width: 0.75;
    stroke-miterlimit: 10;
}

.st4 {
    fill: #AEC59D;
}

.st5 {
    fill: #C3DDB2;
}

.st6 {
    fill: #010202;
}

.st7 {
    fill: #85745A;
}

.st8 {
    fill: #998568;
}

.st9 {
    fill: #C3A883;
}

.st10 {
    fill: #00B1EB;
}

.st11 {
    fill: #008AB5;
}

.st12 {
    fill: #006D8F;
}

.st13 {
    fill: #0083AC;
}

.st14 {
    fill: #0097C8;
}

.st15 {
    fill: #008CB9;
}

.st16 {
    enable-background: new;
}

.st17 {
    clip-path: url(#SVGID_2_);
}

.st18 {
    fill: #343E4D;
}

.st19 {
    fill: #FFFFFF;
    stroke: #343E4D;
    stroke-width: 0.75;
    stroke-miterlimit: 10;
}

.st20 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.st21 {
    font-size: 5.9673px;
}

.st22 {
    font-family: 'Raleway', sans-serif;
}

.st23 {
    fill: #ffbf17;
}

.st24 {
    fill: #ffcf51;
}

.st25 {
    fill: #ffdc80;
}

.h2 {
    font-size: 1rem;
    font-weight: 800;
    position: relative;
    fill: #343f4d;
    padding-bottom: 10px;
}

.text_P {
    font-size: 0.5rem;
    fill: #343f4d;
}

#fairways-Map g {
    transition: .3s;
}


svg#fairways-Map {
    height: 94vh;
    min-height: 700px;
    width: 100%;
    cursor: -webkit-grab;
}


#fairways-Map .selectable:hover {
    cursor: pointer;
}


/* ------------------------------------
	M A R K E R S
--------------------------------------*/

#label-01,#label-02, #label-03, #label-04, #label-05, #label-06, #label-08, #label-09,
#label-beefeater, #label-premier, #label-station {
    opacity: 0;
}
#label-07 {
    opacity: 1;
} 


/* ------------------------------------
	A M E N I T I E S
--------------------------------------*/

#beefeater.active ~ #label-beefeater, #beefeater:hover ~ #label-beefeater {
    opacity: 1;
}

#beefeater:hover ~ #label-beefeater {
    opacity: 1;
}

#gasstation.active ~ #label-station, #gasstation:hover ~ #label-station {
    opacity: 1;
}

#gasstation:hover ~ #label-station {
    opacity: 1;
}

#premiere_inn.active ~ #label-premier, #premiere_inn:hover ~ #label-premier {
    opacity: 1;
}

#premiere_inn:hover ~ #label-premier {
    opacity: 1;
}

/* ------------------------------------
	F O R   R E N T
--------------------------------------*/


/*}
#building02.active ~ #label-02, #building02:hover ~ #label-02,#building02:hover ~ #label-02,
#building03.active ~ #label-03, #building03:hover ~ #label-03,#building03:hover ~ #label-03 {
#building09.active ~ #label-09, #building09:hover ~ #label-09,#building09:hover ~ #label-09 {
#building05.active ~ #label-05, #building05:hover ~ #label-05,#building05:hover ~ #label-05 {
#building04.active ~ #label-04, #building04:hover ~ #label-04,#building04:hover ~ #label-04 {

    opacity: 0;
}*/

#building07.active ~ #label-07, #building07:hover ~ #label-07,#building07:hover ~ #label-07,
}

/* ------------------------------------
	L E T
--------------------------------------*/

#building01:hover ~ #label-01,
#building02:hover ~ #label-02,
#building03:hover ~ #label-03,
#building04:hover ~ #label-04,
#building05:hover ~ #label-05,
#building06:hover ~ #label-06,
#building08:hover ~ #label-08,
#building09:hover ~ #label-09 {
    opacity: 1;
}

#building07:hover ~ #label-07,
{
    opacity: 0;
}

/* ------------------------------------
	O T H E R   L A Y E R S
--------------------------------------*/

g#roadLabels.active,
g#roadGrass.active,
g#carPark.active {
    stroke: none !important;
    pointer-events: none !important;
}

g#building01, g#building04,
g#building05, g#building06,
g#building08 {
    //pointer-events: none;
}


#svg-pan-zoom-controls, .svg-pan-zoom-controls {
    transform: translate(9%, 150px);
    position: absolute;
}

.svg-pan-zoom-control {
    cursor: pointer;
    fill: #343f4d !important;
    fill-opacity: 0.9 !important;
}

.svg-pan-zoom-control-background {
    fill-opacity: 1 !important;
}

.svg-pan-zoom-control-background {
    fill: #c5e2ec !important;
}


.infoTitle {
    position: absolute;
    left: 9%;
    padding: 0;
    top: 40px;
}

.infoTitle h1 {
    font-weight: 700;
    font-size: 2rem;
    display: inline-block;
    padding-right: 20px;
}

.infoTitle p {
    display: inline-block;
    font-weight: 700;
}

.infoBox {
    position: absolute;
    left: 9%;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    top: 90px;
    color: #2e3743;
}

.infoBox li {
    display: inline-block;
    padding-right: 5px;
    line-height: 12px;
}

.infoBox p {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0;
    line-height: 15px;
    margin-top: -13px;
    font-size: 15px;
}

.infoBox ul {
    margin-bottom: 0;
    height: 22px;
    -webkit-padding-start: 0;
    margin: 0;
    padding: 0;
}

span.colorBox {
    width: 22px;
    height: 22px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
}

span.colorBox.purple {
    background: #febf18;
}

span.colorBox.blue {
    background: #00B1EB;
}

span.colorBox.brown {
    background: #998568;
}

img.logoModal {
    max-width: 100px !important;
    margin-right: 3%;
    margin-top: 5%;
    width: 100%;
}

.beefLogo {
    max-width: 200px !important;
    margin-right: 3%;
    margin-top: 7%;
    width: 100%;
}

.premierelogo {
    width: 100%;
    max-width: 250px;
    display: block;
}

span.dotSpan {
    height: 10px;
    width: 10px;
    background: #808b98;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.closeInfo {
    position: absolute;
    top: 2%;
    right: 473px;
    background: #343f4d;
    height: 50px;
    width: 50px;
    display: flex;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: 1s;
}

.closeInfo span {
    position: relative;
    margin: auto;
    display: block;
    font-size: 30px;
    color: white;
    font-weight: 800;
    transform: scale(1, 0.8);
}

#infowindow {
    position: absolute;
    top: 0;
    right: 0;
    width: 33.3%;
    max-width: 500px;
    background: #343f4d;
    opacity: 0;
    transition: 1s;
    height: 100%;
    color: #fff;
    pointer-events: none;
}

#infowindow.show + .closeInfo {

    opacity: 1;

}


#infowindow.show {
    opacity: 1;
    pointer-events: all;
}

#infowindow h1 {
    padding: 1rem 0;
    font-weight: 700;
    font-size: 1.5vw;
    border-bottom: 2px solid #343f4d;
    margin: 0 5%;
}

#infowindow p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.03em;
    padding: 10px 5% 0;
    margin-top: 20px;
}

#infowindow img {
    width: 100%;
}

a.btn.fair-button.my-5.text-blueDark {
    display: block;
}


@media all and (max-width: 1520px) {
    .closeInfo {
        right: 31.3%;
    }
}

@media all and (max-width: 1024px) {

    .closeInfo {
        display: none
    }


    #svg-pan-zoom-controls, .svg-pan-zoom-controls {
        transform: translate(90px, 145px);
    }


    svg#fairways-Map {
        height: 50vh;
        min-height: 400px;
        width: 100%;
        cursor: -webkit-grab;
        padding-top: 2%;
        background: rgb(175, 225, 240);
        background: -moz-linear-gradient(top, rgb(175, 225, 240) 0%, rgb(233, 228, 227) 51%, rgb(233, 228, 227) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(175, 225, 240)), color-stop(51%, rgb(233, 228, 227)), color-stop(100%, rgb(233, 228, 227)));
        background: -webkit-linear-gradient(top, rgb(175, 225, 240) 0%, rgb(233, 228, 227) 51%, rgb(233, 228, 227) 100%);
        background: -o-linear-gradient(top, rgb(175, 225, 240) 0%, rgb(233, 228, 227) 51%, rgb(233, 228, 227) 100%);
        background: -ms-linear-gradient(top, rgb(175, 225, 240) 0%, rgb(233, 228, 227) 51%, rgb(233, 228, 227) 100%);
        background: linear-gradient(to bottom, rgb(175, 225, 240) 0%, rgb(233, 228, 227) 51%, rgb(233, 228, 227) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afe1f0', endColorstr='#e9e4e3', GradientType=0);
    }

    main {
        background: rgb(46, 55, 67);
    }

    #infowindow {
        width: 100%;
        position: relative;
        min-height: 29vh;
        max-width: -webkit-fill-available;
        margin-bottom: -30px;
        margin-top: -20px;
    }

    #infowindow img {
        width: 50%;
        float: left;
        padding-right: 3%;
        padding-top: 3%;
        padding-left: 3%;
    }

    #infowindow h1 {
        padding: 1rem 0;
        font-weight: 700;
        font-size: 18px;
        border-bottom: 2px solid #343f4d;
        margin: 0;
        width: 50%;
        float: right;
    }

    g#viewport-20190315130753046 {
        transform: matrix(1.145, 0, 0, 1.145, -29.45, 41.15);
    }


}

@media all and (max-width: 750px) {


    /* INFO TITLE*/
    .infoTitle h1 {
        font-weight: 700;
        font-size: 1.3rem;
        display: block;
        margin-bottom: 0;
    }

    .infoTitle {
        position: absolute;
        left: 2%;
        padding: 0;
        top: 38px;
    }

    .infoTitle p {
        display: inline-block;
        font-weight: 700;
        font-size: 12px;
    }

    .infoBox {
        position: absolute;
        left: 2%;
        background: rgba(255, 255, 255, 0.6);
        padding: 5px;
        top: 90px;
        color: #2e3743;
    }

    .infoBox p {
        display: inline-block;
        padding-left: 7px;
        margin-bottom: 0;
        line-height: 12px;
        margin-top: -13px;
        font-size: 12px;
    }

    #svg-pan-zoom-controls, .svg-pan-zoom-controls {
        transform: translate(84%, 40px);
    }

    span.colorBox {
        width: 10px;
        height: 10px;
        position: relative;
        display: inline-block;
        border-radius: 50%;
        margin-left: 10px;
    }

    .infoBox p {
        display: inline-block;
        padding-left: 5px;
        margin-bottom: 0;
        line-height: 12px;
        margin-top: -2px;
        font-size: 12px;
    }
}

@media all and (max-width: 576px) {

    #hero {
        display: none;
    }

}