.BlcPolPriv
{
    position: fixed;
    left: calc(50% - 450px);
    bottom: 0px;

    display: block;
    width: 900px;

    margin: 0px;
    padding: 0px;

    background-color: rgb(241, 242, 243);

    z-index: 1001;
    
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.BlcPolPriv .BlcPolPriv_Row
{
    margin: 0px;
    padding: 0px;

    display: table;
    width: 100%;
}
.BlcPolPriv .BlcPolPriv_Row .BlcPolPriv_Col
{
    margin: 0px;
    padding: 0px;
}
.BlcPolPriv .BlcPolPriv_Row .BlcPolPriv_Col1
{
    display: table-cell;
    width: calc(100% - 110px);

    padding: 15px;
}
.BlcPolPriv .BlcPolPriv_Row .BlcPolPriv_Col2
{
    display: table-cell;
    width: 110px;
}

.BlcPolPriv .BlcPolPriv_Text1
{
    color: rgb(102, 102, 102);
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 15px;
}
.BlcPolPriv .BlcPolPriv_Text1 a
{
    color: rgb(102, 102, 102);
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 15px;
    text-decoration: underline;
}

.BlcPolPriv .BlcPolPriv_Btn1
{
    background: rgba(0, 0, 0, 0.7);
    border: 0px;

    color: #FFF;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    text-transform: uppercase;

    padding: 18px;
    margin: 0px;

    text-align: center;

    display: block;

    width: 100%;
    height: auto;
    line-height: normal;
}

/* ------------- */

@media screen and (max-width: 920px) 
{
	
	/* ------------- */
        
    .BlcPolPriv
    {
        left: 0;
        width: 100%;
    }

    .BlcPolPriv .BlcPolPriv_Text1,
    .BlcPolPriv .BlcPolPriv_Text1 a
    {
        font-size: 12px;
    }
    .BlcPolPriv .BlcPolPriv_Btn1
    {
        font-size: 12px;
    }

    .BlcPolPriv .BlcPolPriv_Row .BlcPolPriv_Col1
    {
        width: calc(100% - 80px);

        padding: 10px;
    }
    .BlcPolPriv .BlcPolPriv_Row .BlcPolPriv_Col2
    {
        width: 80px;
    }
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
        
    .BlcPolPriv .BlcPolPriv_Row
    {
        display: block;
    }

    .BlcPolPriv .BlcPolPriv_Row .BlcPolPriv_Col1
    {
        display: block;
        width: 100%;
    }
    .BlcPolPriv .BlcPolPriv_Row .BlcPolPriv_Col2
    {
        display: block;
        width: 100%;
        text-align: center;
    }

    .BlcPolPriv .BlcPolPriv_Text1
    {
        text-align: center;
    }
    .BlcPolPriv .BlcPolPriv_Btn1
    {
        width: 130px;
        padding: 10px;
        display: inline-block;
    }
	
	/* ------------- */
  
}

/* ------------- */