/* ---------------------------------------------- */
/* ---  IMPORT CSS FILES  ----------------------- */
/* ---------------------------------------------- */
@import "common.css";
@import "theme.css";
@import "demo.css";
@import "index.css";
@import "search-form.css";
@import "images-slider.css";

/* КУКИТА */

#cookies:hover {
	opacity: 1;
}

#cookiesWarningActive {
	position: fixed;
	bottom: 60px;
	left: 40px;
	width: 340px;
	line-height: 160%;
	padding: 15px 25px;
	color: #fff;
	text-align: left;
	background: #137343;
	border: 1px outset #999;
	border-radius: 9px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	opacity: 1;
	transition: opacity 0.25s;
	font-size: 11px;
}
#cookiesWarningActive a, #readMoreURL {
	color: white;
}
#cookiesWarningActive a {
	  text-decoration: underline;
}
#cookiesWarningActive strong {
	 font-style: normal;
	 font-weight: normal;
}
#cookies a.cookies-button {
	display: block;
	padding: 5px 15px;
	margin: 10px 0 5px;
	color: #000 !important;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #f1d600;
	border-radius: 4px;
	transition: background 0.25s;
}
#cookiesWarningActive .btnCuc {
	cursor: pointer;
	width: 40%;
	background-color: white;
	border: 1px solid black;
	padding: 5px;
	margin: 8px;
	color: #137343;
	font-weight: bold;
}
#cookiesWarningActive .btnCuc:hover {
	background-color: #137343;
	color: white;
	border: 1px solid white;
} 