/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */
 @font-face{font-family:'ubuntubold';src:url(../fonts/ubuntu-bold-webfont.eot);src:url(../fonts/ubuntu-bold-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/ubuntu-bold-webfont.woff) format("woff"),url(../fonts/ubuntu-bold-webfont.ttf) format("truetype"),url(../fonts/ubuntu-bold-webfont.svg#ubuntubold) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:'ubuntubold_italic';src:url(../fonts/ubuntu-bolditalic-webfont.eot);src:url(../fonts/ubuntu-bolditalic-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/ubuntu-bolditalic-webfont.woff) format("woff"),url(../fonts/ubuntu-bolditalic-webfont.ttf) format("truetype"),url(../fonts/ubuntu-bolditalic-webfont.svg#ubuntubold_italic) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:'ubuntuitalic';src:url(../fonts/ubuntu-italic-webfont.eot);src:url(../fonts/ubuntu-italic-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/ubuntu-italic-webfont.woff) format("woff"),url(../fonts/ubuntu-italic-webfont.ttf) format("truetype"),url(../fonts/ubuntu-italic-webfont.svg#ubuntuitalic) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:'ubuntulight';src:url(../fonts/ubuntu-light-webfont.eot);src:url(../fonts/ubuntu-light-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/ubuntu-light-webfont.woff) format("woff"),url(../fonts/ubuntu-light-webfont.ttf) format("truetype"),url(../fonts/ubuntu-light-webfont.svg#ubuntulight) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:'ubuntulight_italic';src:url(../fonts/ubuntu-lightitalic-webfont.eot);src:url(../fonts/ubuntu-lightitalic-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/ubuntu-lightitalic-webfont.woff) format("woff"),url(../fonts/ubuntu-lightitalic-webfont.ttf) format("truetype"),url(../fonts/ubuntu-lightitalic-webfont.svg#ubuntulight_italic) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:'ubuntumedium';src:url(../fonts/ubuntu-medium-webfont.eot);src:url(../fonts/ubuntu-medium-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/ubuntu-medium-webfont.woff) format("woff"),url(../fonts/ubuntu-medium-webfont.ttf) format("truetype"),url(../fonts/ubuntu-medium-webfont.svg#ubuntumedium) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:'ubuntumedium_italic';src:url(../fonts/ubuntu-mediumitalic-webfont.eot);src:url(../fonts/ubuntu-mediumitalic-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/ubuntu-mediumitalic-webfont.woff) format("woff"),url(../fonts/ubuntu-mediumitalic-webfont.ttf) format("truetype"),url(../fonts/ubuntu-mediumitalic-webfont.svg#ubuntumedium_italic) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:'ubunturegular';src:url(../fonts/ubuntu-regular-webfont.eot);src:url(../fonts/ubuntu-regular-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/ubuntu-regular-webfont.woff) format("woff"),url(../fonts/ubuntu-regular-webfont.ttf) format("truetype"),url(../fonts/ubuntu-regular-webfont.svg#ubunturegular) format("svg");font-weight:400;font-style:normal}

.cookie-message {
font-family: 'ubuntubold';
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 15px 85px 10px 30px;
background-color: #bebec0;
border-bottom: 1px solid #ccc;
box-shadow: 0px 0px 3px #ccc;
z-index: 9999;
color: #fff;
height: 80px;
}
.cookie-message p{float:left;width:100%; font-family: 'ubuntubold';

  font-size:14px; color: #212230
}
a.cookielink{color: #26539C;font-family: 'ubuntubold'; text-decoration:underline;}
.kookiediv a:hover{color:#26539C;}
.my-close-button  { float: right;
   
width: auto;

background: #26539C;

color: #fff;

font-size: 13px;

text-transform: uppercase;

font-family: 'ubuntubold', sans-serif;

border: 0;

padding: 0 10px;

height: 28px;

border: 1px solid #26539C;

transition: all 0.3s ease-out 0s;

line-height: 40px !important;

height: 40px;

text-align: center;}
.my-close-button:hover { background:#ECEEF0;cursor:pointer;color:#26539C;border: 1px solid #26539C; } 
	

.kookiediv{width:60%;margin:0 auto;}

.cookie-message p.cook{float:left;width:70%;margin-right:5%;}

@media (min-width:701px) and (max-width:980px) {

.cookie-message {padding: 15px 10px 10px 10px!important;}
.kookiediv { width: 100%!important;margin: 0 auto;}
.cookie-message p.cook {float: left; width: 63%; margin-right: 0!important; font-size: 13px;line-height: 17px;}

}


@media (min-width:0px) and (max-width:700px) {

.kookiediv {width: 95%;}
.cookie-message{height: 115px;padding: 15px 10px 10px 10px!important;}
.cookie-message p.cook {float: left;width: 100%;margin-right: 0!important;font-size: 13px;color: #212230;line-height: 17px;}
.my-close-button {
    float: right;
    width: auto;
    background: #26539C;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'ubuntubold', sans-serif;
    border: 0;
    padding: 0 7px;
    border: 1px solid #26539C;
    transition: all 0.3s ease-out 0s;
    line-height: 30px !important;
    height: 30px;
    text-align: center;
	position: relative;
    top: -5px;
}

}
















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
