@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
}

* {
	font-family: Arial, sans-serif;
}

a {
	color: #009df3;
}
a:hover {
	color: #007dc0;
}

body {
	padding-top: 70px; /*header*/
	min-width: 360px;
}

.navbar-brand {
	padding-top: 15px;
}

footer {
	height: 0;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 5;
	overflow: visible;
}

footer #top {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.6);
	margin-top: -35px;
	position: absolute;
	right: 5px;
	font-size: 23px;
}

#header-image {
	height: 150px;
	margin: -20px 0 20px 0;
	background: #000 url("../img/banner.jpg") no-repeat center center / cover;
}

.anura-tree-container > ul {
	padding-left: 0;
}
#anura-tree {
	font-size: 16px;
	line-height: 24px;
}
#anura-tree a:hover {
	text-decoration: none;
}
#anura-tree > .anura-tree-container a:before {
	content: "\e117";
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-size: 80%;
	padding-right: 7px;
}

#anura-tree > .anura-tree-container li.anura-active > a:before {
	content: "\e118";
}
#anura-basket-add-all {
	background: #009df3;
	color: white;
	padding: 1rem 2rem;
	display: inline-block;
	margin-top: 1rem;
	cursor: pointer;
	font-weight: bold;
}
#anura-basket-add-all:hover {
	background: #007dc0;
	text-decoration: none;
}
#anura-basket-add-all.anura-loading {
	background: grey;
}
#anura-basket-add-all.anura-error {
	background: red;
}
#anura-search-clear {
	margin-left: -2rem;
	cursor: pointer;
	user-select: none;
}
.anura-basket-overlay {
	display: none;
}

.anura-gallery-container.medium .anura-asset-container {
	height: 120px;
	overflow: visible;
}
.anura-gallery-container .anura-asset-name {
	height: 20%;
}
.anura-gallery-container .anura-asset-menu {
	visibility: visible !important;
	opacity: 1;
}
.anura-gallery-container .anura-asset-menu-holder {
	background: none;
}
.anura-asset-menu-button.anura-asset-menu-basket {
	background: yellow;
	-webkit-mask-image: url('../img/star.svg');
	mask-image: url('../img/star.svg');
	transition: all ease-in-out 0.3s;
	transform: rotate(0deg);
}
.added > .anura-asset-menu-button.anura-asset-menu-basket {
	background: yellow;
	-webkit-mask-image: url('../img/star-filled.svg');
	mask-image: url('../img/star-filled.svg');
	transform: rotate(144deg);
}
.anura-lightbox-overlay.anura-lightbox-theme-light .anura-lightbox-add-to-basket.added > svg {
	fill: #000;
	transition: all ease-in-out 0.3s;
	transform: rotate(144deg);
}
#anura-basket.anura-basket-full .counter {
	background: yellow;
	font-weight: bold;
	border-radius: 100%;
	color: black;
	padding: 0px;
	width: 2rem;
	height: 2rem;
	display: inline-block;
	text-align: center;
}
