/*
    ColorBox Modified Style
*/

#colorbox{outline: 0;position: fixed;}
#colorbox :focus {outline: 0;}
#cboxTopLeft{width:0; height:0; background:none;}
#cboxTopRight{width:0; height:0; background:none;}
#cboxBottomLeft{width:0; height:0; background:none;}
#cboxBottomRight{width:0; height:0; background:none;}
#cboxMiddleLeft{width:0; background:none;}
#cboxMiddleRight{width:0; background:none;}
#cboxTopCenter{height:0; background:none;}
#cboxBottomCenter{height:0; background:none;}
#cboxContent{background: none;}
#cboxLoadedContent{margin:24px 24px 0 24px; margin-bottom:0; /*background: #fff;*/ -webkit-overflow-scrolling: touch;}
#cboxTitle{top:0; font-weight:bold; color:#fff; height: 20px;width: 84%; margin: 0 8%; overflow: hidden;}
/*#cboxLoadingGraphic{background:url(https://www.grieserinteriors.com/www/nwdynamicv20/images/loading.gif) center center no-repeat;}*/
/*#cboxOverlay{background:url(https://www.grieserinteriors.com/www/nwdynamicv20/images/overlay.png) 0 0 repeat;}*/
#cboxLoadingOverlay, #cboxLoadingGraphic{
    height: 100%;
}
#cboxLoadingOverlay{
    /*background: none;*/
}

/*
#cboxClose{
    visibility: visible !important;
    position: absolute;
    width: 32px;
    height: 32px;
    background: #419639;
    -moz-border-radius:    50%;
    -webkit-border-radius: 50%;
    border-radius:         50%;
    top: 10px;
    right: 10px;
    border: 2px solid #fff;}
    #cboxClose:after{
        content:"+";
        color:#fff;
        position: absolute;
        margin: 0 auto;
        width: 100%;
        font-size: 2em;
        line-height: 1em;
        left: -2px;
        top: -2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        text-indent: 0;
    }
    #cboxClose:hover{
        background: #295f24;
    }
*/