﻿#wt-cookie-bar {
	position: fixed !important;
	position: absolute; /* for ie6 */
	width: 100%; /* for ie6 */
	max-width: 100%;
	top: inherit;
	right: 0;
	bottom: 0;
	left: 0;
	background: #333;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: white;
	text-align: center;
	padding: 8px 20px;
	border-top: 2px solid white;
	vertical-align: middle;
	z-index: 2147483647;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  	
  a {
    color: white;
    text-decoration: underline;
    display: inline;
    
    &.cookie-btn {
      color: white;
      display: inline-block;
      text-decoration: none;
      padding: 0 6px;
      margin: 0 0 0 8px;
      border: 2px solid white;
      vertical-align: middle;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 8px;
      line-height: 19px;
      background: transparent;
      text-decoration: none;
      
      &:hover {
        color: #333;
        background: white;
      }
    }
  }
}

body.wtcookie-mobile-767 #wt-cookie-bar,
body.wtcookie-mobile-400 #wt-cookie-bar {
	position: relative !important;
}



