.cookies.hide {
    display:none;
    right:50%;
}

.cookies.show {
    display:block;
    right:0;
}

.cookies {
	font-size:0.7rem;
    background-color: #3080FF; /* #e2d59f; */
    bottom: 0;
    clear: both;
    margin: 0px 0;
    max-width: 100%;
    padding: 1rem;
    position: fixed;
    width: 100%;
    z-index: 100000;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}

.cookies p {
    color: white;
	padding: 0.5rem 1rem 0.5rem 1rem;
    margin: 0px auto;
    text-align: left;
    font-weight: normal;
    width: 100%;
	max-width: 1100px;
}

.cookies a {
    color: white;
    font-weight:bold;
    text-decoration:underline;
}
.cookies a:hover {
    color:#e2d59f;
	text-decoration:none;
}

.cookies .cookieClose {
    display: block;
    background-color: white; /* #e2d59f; */
	border:2px solid white;
    font-size: 100%;
    color: #3080FF; /* #77682c; */
    margin: 0.25em auto 1em auto;
    padding: 0.25em 0.25em;
    min-width: 10%;
    width: 100%;
    max-width: 226px;
    text-align: center;
    clear: both;
    border-radius: 5px;
    font-weight: normal;
	font-family:'Roboto', Helvetica, sans-serif;
    text-decoration: none;   
}
.cookies .cookieClose:hover {
    color: #23438a;
    background-color: white;
}  


/* MOBILE <1080px */

/* =========================================================================
============================================================================
============================================================================
============================================================================
============================================================================
============================================================================
============================================================================
==========                                                      ============
==========   STYLE MOD FOR SCREEN WIDTH >=640 px AND <1080 px   ============
==========                                                      ============
============================================================================
============================================================================
============================================================================
============================================================================
============================================================================
==========================================================================*/

@media only screen and (max-width: 1200px ) {  /* ( min-width:640px ) and  */
     /*
     .cookies {
        bottom: unset;
        left: 0;
        max-width: 100%;
        position: fixed;
        right: unset;
        top: 0;
     }
    .cookies.hide {
        display:none;
        left:unset;
    }
    
    .cookies.show {
        display:block;
    }
    */
}


/* ============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===                                         ===
===   STYLE MOD FOR SCREEN WIDTH <=640 px   ===
===                                         ===
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================
===============================================*/
  
@media only screen and (max-width: 640px) {
      .cookies {
          max-width:100%;
          bottom: 0;
          box-shadow:unset;
          font-size:10pt;
          margin:0;
      }
}