
body.custom-background {
    background: #ededed !important;
}
.site {
    background-color: #ededed !important;
	box-shadow: none !important;
}

.wrapper {
    background: #ededed !important;
    padding-top: 40px;
}

@media screen and (min-width: 740px ) 
{
    .site {
        max-width: 1100px !important;
		background-color: #ededed !important;
    }
}
#colophon {
    background-color: #ededed !important;
    margin: 0 auto !important;
}
#sample_signup
{
    display: block;
    width: 100%;
}
#teaser_signup
{ 
    display: block;
    position: absolute;
    width: 1100px;
    top: 205px;
    z-index: 2;
}
#main_image_overlay
{
    width: 100%
}

.teaser
{
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; 
    pointer-events: none;
    
    height: 700px;
    overflow: hidden;
}
