/*
Copyright (C) Janez Polc s.p. - All Rights Reserved
Unauthorized copying of this file, via any medium is strictly prohibited
Proprietary and confidential
Written by Janez Polc <info@janezpolc.si>, February 2017.
*/

/*popup*/
#cookies_popup{

	position: fixed;
	height: auto;
	bottom: 22px;
	left: 22px;
	z-index: 506;
	width: auto;
	
transition: left .3s ease;
}

#cookies_popup #cookies_buttons{
	display: block;
}

#cookies_popup  .cookies_unit{
	display: block;
}

#cookies_popup  .cookies_button{
	padding: 11px 11px;
	display: inline-block;
	width: auto;
	cursor: pointer;
	font-weight: 400;
}

 #cookies_popup .cookies_button:hover{
}
	
#cookies_popup #cookies_accept{
	margin-right: 11px;
}

#cookies_popup #cookies_deny{
}	

#cookies_popup #cookies_text{
	margin-bottom:11px;
}

#cookies_popup #cookie_small_print{
	font-size: .8em;
	margin-top: 5px;
}

#cookies_popup #cookie_small_print a{
color: #0072CE;
text-decoration: underline;
}

#cookies_popup #cookie_small_print a:hover{
	color: #00579e;
}

#cookies_popup.notice_hide{
left: -500px !important;
transition: left .3s ease;
}

#cookies_popup .notice_appear{
left: 11px;
transition: left .3s ease;
}

/*vmes*/

#cookies_vmes{
	display: block;
	width: 100%;
	padding: 0px;
	text-align: center;
	background-color: #4695c6;
	color: #fff;
	box-sizing: border-box;
	font-family: roboto, arial, sans-serif;
	font-size: 14px;
	max-height: 0px;
	transition: max-height .2s ease, padding .2s ease;
	overflow: hidden;
}


#cookies_vmes #cookies_text{
	display: inline-block;
	margin-right: 23px;
}


#cookies_vmes #cookies_buttons{
		display: inline-block;
}
#cookies_vmes .cookies_button{
	display: inline-block;
	border: 0px;
	color: #fff;
	background-color: #0b305e;
	padding: 5px 12px;
	font-size: 14px;
	cursor: pointer;
	
	transition: background-color .2s ease;
	font-family: roboto, arial, sans-serif;
	
}

#cookies_vmes .cookies_button:hover{
	background-color: #15547a;
	transition: background-color .2s ease;
}

#cookies_vmes .cookies_button_ok{
	margin-right: 23px;
}

#cookies_vmes #cookies_more{
		margin-left: 23px;
		margin-left: 23px;
		display: inline-block;
}

#cookies_vmes.notice_appear{
	max-height: 40px !important;
	padding: 5px 0px !important;
	transition: max-height .2s ease, padding .2s ease;
}
#cookies_link{
	cursor: pointer;
}

/*stikalo*/

#piskotki_stikalce{
position:fixed;
width: 22px;
height: 22px;
cursor: pointer;
display: block;
z-index: 999;
bottom: 11px;
left: 11px;
background-image: url('../img/settings.png');
background-size: contain;
background-repeat: no-repeat;
font-size: 25px;
text-align: center;
padding-top: 4px;
opacity: .5;
transition: all .2s ease;
}

#piskotki_stikalce:hover{
opacity: 1;
transition: opacity .2s ease;
}

.pisakotki_ikonca{
display: block;
width: 22px;
height: 22px;
margin: 11px;
background: url('../img/nastavitve.png') no-repeat;
background-size: cover;
position:relative;
}

.skrito{
left: -500px !important;
transition: left .3s ease;
}

.prikazano{
left: 0%;
transition: left .3s ease;
}

.opozorilo{
	color: #004455;
	font-weight: bold;
}


@media (max-width: 750px) {
	
	#cookies_vmes {
	}
	#cookies_vmes #cookies_buttons {
    display: block;
	padding: 10px;
	}
	#cookies_vmes.notice_appear {
    max-height: 120px !important;
    padding: 23px 0px !important;
    transition: max-height .2s ease, padding .2s ease;
}
#cookies_vmes #cookies_more {
    margin-left: 0px;
    display: block;
}
}
