a.general-link {position:absolute; top:0; right:0; bottom:0; left:0;}


.container-bishopstown {height: 100%; min-height: 100%;}

.zoomViewport,
.zoomContainer {height: 100%}

.container-bishopstown {padding:1em; background:#6c0534;}

.container-bishopstown h2 {
    font-size: 2.6em;
    letter-spacing: -0.1pc;
    line-height: 1em;
}
.container-bishopstown h4 {font-size: 1.28em;}
.container-bishopstown p,
.container-bishopstown a {font-size: 0.6em; color: #fff;}

/*.logo {
    background-color: #fff;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    height: 100px;
    width: 100px;
}*/

.service-panel {
	position:relative;
    width: 50%;
    height: 50%;
    padding: 35px;
    border-radius: 13px;
    border: 1px solid #4A001D;
    transition: all 0.2s ease-out;
}

.service-panel:hover {
    -webkit-box-shadow: inset 0px 0px 15px 5px rgba(255,255,255,0.7);
    -moz-box-shadow: inset 0px 0px 15px 5px rgba(255,255,255,0.7);
    box-shadow: inset 0px 0px 15px 5px rgba(255,255,255,0.7);
    transition: all 0.2s ease-out;
}

/* .service-panel a {
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 5px;
    color: #000;
    display: inline-block;
}
*/

.show {display: block !important;}

.service-first {
    float: left;
}

.service-first-style {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}


.service-second {
    float: left;
}

.service-second-style {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
}



.service-third {
    float: right;
}

.service-third-style {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}


.service-fourth {
    float: right;
}

.service-fourth-style {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.panel-content-outer {
    height: 90%;
}

.panel-content-inner {
/*     -ms-transform: translate(50%,50%); /* IE 9 */ */
/*     -webkit-transform: translate(50%,50%); /* Safari */ */
/*     transform: translate(50%,50%); */
/*     width: 50%; */
/*     height: 50%; */
}

/*.panel-content-inner h2 {margin: 15px 0 0;}*/
/*.panel-content-inner h4 {margin: 3px 0 0;}*/


.panel-content-inner h2 span {
    /*background-color: rgba(255,255,255,0.6);*/
    /*padding: 10px 0 0px;*/
    font-family: 'Expletus Sans', cursive !important;
    /*line-height: 51px;*/
    /*color: #560229;*/
    color: #fff;
    /*text-shadow: 0 0 60px #000;*/
}

.panel-content-inner h4 span {
    /*background-color: rgba(255,255,255,0.8);*/
    /*padding: 10px 0 6px;*/
    font-family: 'Expletus Sans', cursive !important;
    /*line-height: 31px;*/
    /*color: #6C0534;*/
    color: #fff;
    /*text-shadow: 0 0 60px #000;*/
}

.prod-description p {
    display:none; margin-top: 2px !important;
}

.prod-description p span {
    /*background-color: rgba(255,255,255,0.6);*/
    /*padding: 3px 0;*/
    /*line-height: 17px;*/
    /*text-shadow: 0 0 60px #000;*/
}

#accordion {display: none; padding-bottom:15px;}

#accordion h3 {
    border: none;
    border-radius: 0;
    padding: 15px;
    text-align: center;
    outline: 0;
    font-size: 25px;
    font-weight: 600;
}

#accordion h3 {color:#fff; padding:0;}

#accordion div {
    border: none;
    border-radius: 0;
    padding: 0 15px;
}

#accordion div+div {margin-top:10px;}

#accordion div p {
    margin-top: 0;
    font-size: 15px;
    background-color: rgba(0,0,0,0.6);
    padding: 20px 15px 15px;
    -webkit-box-shadow: 0px 0px 40px 25px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 40px 25px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 40px 25px rgba(0,0,0,0.6);
}

#accordion div {padding:10px; border-radius:10px;}

a.homepage-cta {
    padding: 12px;
    background: #02C4B0;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    transition: all 0.2s ease-out;
}

a.homepage-cta:hover {
    background-color: #00AF9D;
    transition: all 0.2s ease-out;
}

#accordion a.homepage-cta {
    font-size: 14px;
    margin: 0 auto 20px;
    display: block;
    width: 65%;
    text-align: center;
    color: #fff;
}

.container-bishopstown {
    height: 70vh;
    min-height: 540px;
}

@media screen and (max-width: 599px) {
    /*.logo {
        position: relative;
        background-color: #ddd;
    }*/
    .service-panel {display: none;}
    #accordion {display: block;}
    .container-bishopstown {
        min-height: auto;
        height: auto;
        padding-bottom: 2px;
    }
}