
/*************   tole kodo kopiraj na vrhu - malenkost pod menijem *****************/




/***** cookie *****/
.CookieWrapper{display:none; position:fixed; background:rgba(0,0,0,0.80); color:#fff; z-index:9000; width:100%; font-size:12px; left:0px; bottom:0px; padding-bottom: 10px;}
.CookieWrapper.Allow{display:none;}
.CookieBox{margin:0px auto; width:90%; }

.CookieDescription{float:left; width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding:10px 10px 15px;}

.CookieTitle{float:left; width:100%; text-align:center; font-size:16px; text-transform:uppercase; margin-bottom:3px;}
.CookieTitle > i{margin-right:10px;}

.CookieText{float:left; width:100%; text-align:center; margin:2px 0px 10px;}
.CookieLink{float:left; width:100%; text-align:center; margin:4px 0px;} 
.CookieLink a{color:#ececec;} .CookieLink a:hover{color:#fff;}
.CookieSep{float:left; width:100%; margin:5px 0px; height:1px;}
.CookieButton{float:left; width:100%; text-align:center;}
.CookieButton a{background:#2c3077; color:#fff; padding:10px 22px; font-size:13px; text-decoration:none;}
.CookieButton a:hover{background:#fff; color:#2c3077;}
.CookieMoreLink a {color:#fff;}

table.CookieTable{float:left; width:100%; border-top:1px solid #807f7f; border-left:1px solid #807f7f; margin-bottom:15px;}
table.CookieTable th, table.CookieTable td{padding:4px 7px; border-bottom:1px solid #807f7f; border-right:1px solid #807f7f;}
table.CookieTable th{font-size:13px; font-wight:bold; background:#807f7f; color:#fff; text-align:left;}
table.CookieTable td{font-size:12px; word-break:break-all;}
/***** cookie *****/

@media #(min-width: 768px) {
.CookieWrapper {padding-bottom: 0;}
.CookieTitle{text-align:left;}
.CookieText{float:left;width:65%;text-align:left;margin:2px 0px;}
.CookieLink{float:left;width:65%;text-align:left;margin:4px 0px;} 
.CookieSep{display:none;}
.CookieButton{float:right!important;width:30%;text-align:right;border-left:1px solid #fff;margin-top:-44px;} 
}