
/*_________________________________________ quote  _________________________________________*/

blockquote
    {
    margin: 50px;
    background: transparent url('../images/img_quote_bg.gif') repeat-y top left;
    }

blockquote div.outer
    {
	margin: 0;
	padding: 1em;
	background: transparent url('../images/img_quote_bottom.gif') no-repeat bottom left;
	color: #666;
	zoom: 1; /* IE hack to set hasLayout = true  -  background images were disappearing on scroll over */
    }

blockquote div.inner
    {
	padding: 1.2em 0 0 1em;
	zoom: 1; /* IE hack to set hasLayout = true  -  background images were disappearing on scroll over */
	background: transparent url('../images/img_quotes_top.gif') no-repeat top left;
	}



.disabled {
  filter: blur(1px) grayscale(100%);
  opacity: 0.4
}

/*_________________________________________ end _________________________________________*/

/*------------------------------------------ website offline ----------------------------*/

.container {
        max-width: 600px;
        margin: 0 auto;
        background-color: #fff;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
.container h1 {
    font-size: 1.5em;
        color: #d9534f;
    }
/*------------------------------------------ end website offline ----------------------------*/
