/*------------------------------------------------------------------
[1. Body / body]
*/
body { 
    margin:0;
}

/*------------------------------------------------------------------
[2. Cookie Container / .Cookie]
*/
.Cookie,.Cookie * {
    box-sizing:border-box;
}
.Cookie {
    width:400px;
    font-size:14px;
    line-height:1.5;
    position: fixed;
    background:rgba(0,0,0,0.6);
    color:#FFF;
    padding:5px 50px 5px 20px;
    border-radius: 4px;
    font-family: 'Source Sans Pro', arial, helvetica,sans-serif;
    z-index:499;
}

/*------------------------------------------------------------------
[3. Buttons / .Cookie a]
*/
.Cookie a {
    line-height:1.5;
}

/*------------------------------------------------------------------
[3.1 Agree Button / .Cookie-button]
*/
.Cookie a.Cookie-button {
    text-decoration: none;
    background:#000;
    color:#FFF;
    font-size:90%;
    display: inline-block;
    padding:4px 10px 4px 10px;
    font-weight: bold;
    border-radius:2px;
}

/*------------------------------------------------------------------
[3.2 More Button / .Cookie-more-button]
*/
.Cookie-more-button {
    display:inline-block;
    text-decoration: underline 
}
.Cookie-more-button:hover {
    text-decoration: none;
}
/*------------------------------------------------------------------
[3.3 Close Button / .Cookie-close]
*/
.Cookie-close {
    transition: all 0.5s;
    position: absolute;
    top:20px;
    right:20px;
    width:32px;
    height:32px;
}
.Cookie-close:hover {
    transform: rotate(90deg);
}
.Cookie-close svg {
    max-width:100%;
    max-height: 100%;
}

/*------------------------------------------------------------------
[3.4 Oko Button / .Cookie-oko]
*/
.Cookie-oko {
    position: relative;
}
.Cookie-oko:hover {
    transform: rotate(360deg);
}

/*------------------------------------------------------------------
[4. Layouts]
*/
.Cookie-bc,.Cookie-tc {
    text-align: center;
    width:600px;
    margin-left:-300px;
    left:50%;
}
.Cookie-b,.Cookie-t {
    width:100%;
    text-align: center;
}

.Cookie-b a.Cookie-button,
.Cookie-t a.Cookie-button, 
.Cookie-bc a.Cookie-button, 
.Cookie-tc a.Cookie-button { 
    margin-left:15px;
}
.Cookie-responsive-bottom {
    bottom:0 !important;
    left:0 !important;
    right:0 !important;
    top:initial !important;
    margin-left: 0;
    border-radius: 0 !important;
}
.Cookie-responsive-top {
    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:initial !important;
    margin-left: 0;
    border-radius: 0 !important;
}



/*------------------------------------------------------------------
[5. Themes]
*/
/*------------------------------------------------------------------
[5.1 Grey Theme]
*/
.Cookie-grey {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.Cookie-grey .Cookie-close {
    top: 10px;
    right:10px;
    width:20px;
    height:20px;
}

/*------------------------------------------------------------------
[5.2 White Theme]
*/
.Cookie-white {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

/*------------------------------------------------------------------
[5.3 Red Theme]
*/
.Cookie-red {
    border:2px solid #CC3333;
    padding:15px;
}
.Cookie-red a.Cookie-button {
   margin-top:10px;
}

/*------------------------------------------------------------------
[5.4 Blue Theme]
*/
.Cookie-blue {
    padding:15px 50px;
}

/*------------------------------------------------------------------
[5.5 Purple Theme]
*/
.Cookie-purple {
    width:240px;
    padding:15px;
}
.Cookie-purple a.Cookie-button {
    display:block; 
    text-align: center;
    margin-top:14px;
}

/*------------------------------------------------------------------
[5.6 Whitered Theme]
*/
.Cookie-whitered {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    width:240px;
    padding:15px;
}

.Cookie-whitered:after {
    position:absolute;
    content:'';
    top:0; 
    right:10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 6px 6px;
    border-color: #FF565D #FF565D transparent #FF565D;
}

.Cookie-whitered img:first-child {
    float:left; 
    margin-right:10px;
}

.Cookie-whitered h1  {
    margin:0;
    font-weight: 400;
    margin-bottom:10px;
    font-size:20px;
}

.Cookie-whitered h1:after {
    clear:both;
    content:'';
    display:block;
}

.Cookie-whitered p  {
    margin:0;
}
.Cookie-whitered a.Cookie-button {
    display:block; 
    text-align: center;
    margin-top:14px;
    transition: 0.2s linear;
    background:#e0e0e0 !important;
}
.Cookie-whitered a.Cookie-button:hover {
    opacity:0.8;
    /*background:#EEE !important;*/
}


/*------------------------------------------------------------------
[5.7 Whitegreen Theme]
*/
.Cookie-whitegreen {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    width:240px;
    padding:15px;
}

.Cookie-whitegreen:after {
    position:absolute;
    content:'';
    top:0; 
    right:10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 6px 6px 6px;
    border-color: #39C19B #39C19B transparent #39C19B;
}

.Cookie-whitegreen img:first-child {
    float:left; 
    margin-right:10px;
}

.Cookie-whitegreen h1  {
    margin:0;
    font-weight: 400;
    margin-bottom:10px;
    font-size:20px;
}

.Cookie-whitegreen h1:after {
    clear:both;
    content:'';
    display:block;
}

.Cookie-whitegreen p  {
    margin:0;
}

.Cookie-whitegreen a.Cookie-button {
    display:block; 
    text-align: center;
    margin-top:14px;
    transition: 0.2s linear;
}
.Cookie-whitegreen a.Cookie-button:hover {
    opacity:0.9;
}



/*------------------------------------------------------------------
[5.8 Whitepurple Theme]
*/
.Cookie-whitepurple {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    width:240px;
    padding:15px;
}

.Cookie-whitepurple:after {
    position:absolute;
    content:'';
    top:0; 
    right:10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 6px 6px 6px;
    border-color: #7F6FFF #7F6FFF transparent #7F6FFF;
}

.Cookie-whitepurple img:first-child {
    float:left; 
    margin-right:10px;
}

.Cookie-whitepurple h1  {
    margin:0;
    font-weight: 400;
    margin-bottom:10px;
    font-size:20px;
}

.Cookie-whitepurple h1:after {
    clear:both;
    content:'';
    display:block;
}

.Cookie-whitepurple p  {
    margin:0;
}

.Cookie-whitepurple a.Cookie-button {
    display:block; 
    text-align: center;
    margin-top:14px;
    transition: 0.2s linear;
    border:2px solid #7F6FFF;
}
.Cookie-whitepurple a.Cookie-button:hover {
    opacity:0.9;
}

/*------------------------------------------------------------------
[5.9 Black2 Theme]
*/

.Cookie-black2 img {
    max-width: 26px; 
    margin-right:15px;
}


/*------------------------------------------------------------------
[6. Responsive]
*/

@media (max-width: 767px) {
    .Cookie {
        width:100%;
    }
}