@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");


/*
A small library to ask the user for consent to store cookies in order to
comply with EU law.

Made by David Eggleston & James Dawson 2015 - frutbunn@gmail.com

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/

body{
  margin:0px;
  background:#fff;
}

.eu-cookies-policy a{
  color: #ffffff;
  font-size: 100%;
  z-index: 10;
}

.eu-cookies-policy {
  /* #222222 */
  opacity: 0;
  text-align: center;
  width:100%;
  position:fixed;
  top:0px;
  background:#222222;
  color: #fff;
  border:6px solid #222222;
  z-index: 10;
}

/*
.header {
  height:50px;
  background:#F0F0F0 !important;
  border:1px solid #CCC;
  width:960px;
  margin:0px auto;
}

.content {
  width:960px;
  background: #F0F0F0 !important;
  border: 1px solid #CCC;
    height: 2000px;
    margin: 70px auto;
}
*/

.eu-cookies-policy_btn {
  
  color: #ffffff;
  font-size: 100%;
  background: #787822;
  padding: 1px 20px 1px 20px;
  border-radius: 6px;
  text-decoration: none;
}

.eu-cookies-policy_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}