.DivBannerCookie
{
    position: fixed;
    z-index: 999999;
    background-color:#000;
    box-shadow: 0 0 40px #000;
    left:0;
    right:0;
    top:0;
    width:100%;
    height:auto;   
    display: none;
}

.DivBannerCookie P
{
    padding:15px 70px 15px 15px;
    margin:0;
    position:relative;
    color:#fff;
    font-size:13px;
    line-height:15px; 
}
.DivBannerCookie A
{
    color:#fff;
    text-decoration:underline;
}

.DivBannerCookie P IMG
{
    position:absolute;
    width:24px;
    height:24px;
    top:12px;
    right:12px;
    border:none;
}

.DivBannerCookie P IMG:hover
{
    opacity:0.8;
}

.SnapABug_Button {
    top:70% !important;
}




.DivContainer
{
  /*max-width: 1600px;*/
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  clear: both;
  position: relative;
}


.Section
{
    overflow: hidden;
    position: relative;
    background: #fff;
}

.Section H2
{
    font-size: 34px;
    line-height: 36px;
    font-weight: 400;
    padding:0 0 20px 0;
    margin:0;
}

.Section P
{
    padding:0 0 20px 0;
    margin:0;
}

.Section STRONG
{
    /* font-weight: 600; */
}

.Section STRONG.Extra
{
    font-weight: 700;
}

.Section a
{
    color:#222;
    text-decoration:underline;
    font-weight:300
}

.Section a:hover, .Section a:active, .Section a:focus
{
    color:#666;
}

.SectionSpaceAfter
{
    margin-bottom:80px;
}


.Bg00
{
    background-color:#000;
}

.Bg0
{
    background-color:#ddd;
}
/* 
.Bg1
{
    background-color:#FBBB00;
}

.Bg2
{
    background-color:#FFCC33;
}

.Bg3
{
    background-color:#FFD965;
}

.Bg4
{
    background-color:#FEE599;
} */




.Footer
{
    padding-top:80px;
    background-color:#666;
}

.Footer P
{
    font-size:12px;
    padding-bottom:10px;
    color:#fff;
    line-height:15px;
}
.Footer P A
{
    color:#fff;
    text-decoration:underline;
}


.Footer .PLogos
{
    line-height:51px;
    vertical-align:middle;
}

.Footer .PLogos IMG
{
    margin-right:30px;
}


.MobileOnly
{
    display:none;
}



@media (max-width: 768px)
{    

    .MobileOnly
    {
        display:block;
    }
    IMG.MobileOnly
    {
        display:inline-block;
    }
    .DesktopOnly
    {
        display:none !important;
    }

}
