nav,
header,
footer {
	display: block;
}

body,
div,
input,
textarea,
button,
td,
h1,
h2,
h3,
h4 {
	font-family: 'Roboto', serif, 'Arial', Helvetica, Verdana;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	font-weight: 300;
}

body {
	margin: 0;
	background: url('/elements/images/canvas-1.png') repeat;
	/* background: #ffffff; */
}

#bkg-image {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.75;
}

p {
	margin: 0;
	margin-bottom: 24px;
}

/* Stuff */
h1 {
	margin: 0;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h1 span {
	font-size: 18px;
	color: #6f6f6f;
}


h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	margin: 20px 0;
	color: #000;
	border-bottom: 2px solid #00b4ff;
	width: fit-content;
	padding: 0;
	padding-right: 20px;
}

h2.center {
	padding: 0 20px;
	margin: 0 auto;
	margin-bottom: 20px;
}

h3 {
	font-size: 22px;
	line-height: 26px;
	color: #000;
	margin: 0;
	margin-bottom: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

/*
.clearfix:after, .columns:after {
	content: "";
	display: table;
	clear: both;
}

.clear {
	clear: both;
}


.last {
	margin-right: 0 !important;
}

.last-row {
	margin-bottom: 0 !important;
}
*/

a:link,
a:visited {
	color: #990404;
	text-decoration: none;
}

a:link:hover,
a:visited:hover {
	color: #000;
}

a img {
	border: 0;
}

a.button {
	background: #ffae00;
	display: inline-block;
	padding: 5px 15px;
	min-width: 150px;
	text-align: center;
	color: #000;
	border-radius: 6px;
}

a.button:hover {
	background: #ffbb28;
}

/*
a.button-link {
	display: inline-block;
	color: #e9faff;
	font-weight: 300;
	font-size: 16px;
	font-style: italic;
	background-image: linear-gradient(#64b6cc, #54a8c3);
	padding: 5px 10px;
	border-radius: 3px;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
*/

hr {
	clear: both;
	font-size: 1px;
	border: 0;
	border-top: 1px solid #e8e8e8;
	margin: 20px 0;
}

hr.less {
	margin: 10px 0;
}

hr.more {
	margin: 50px 0;
}

hr.clean {
	border: none;
}


img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.bold {
	font-weight: bold;
}

/* Containers */
.site {
	width: 60%;
	position: relative;
	/* max-width: 1300px; */
	margin: 0 auto;
	/* margin: 0 50px; */
}

#content {
	padding-top: 81px;
	/* min-height: 700px; */
	margin-bottom: 20px;
}

#works {
	display: flex;
	gap: 5%;
	flex-wrap: wrap;
	padding: 0 5%;
}

#works .work {
	width: 30%;
	margin-bottom: 5%;
}

#works .work img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

/* Headers */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	line-height: 80px;
	display: flex;
	border-bottom: 1px solid #ededed;
	background: #fff;
	z-index: 1000;
	padding: 0 30px;
}

#logo {
	width: 20%;
	text-align: left;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

#logo img {
	vertical-align: middle;
	height: 80%;
}

#social {
	width: 10%;
	text-align: right;
	line-height: 80px;
}

#social a {
	font-size: 24px;
	color: #000;
	margin-left: 15px;
}

#social a:hover {
	color: #990404;
}

#language {
	width: 10%;
	text-align: right;
	line-height: 20px;
	margin: 20px 0;
}

#language a {
	display: block;
	font-size: 14px;
	color: #b2b2b2;
	text-align: center;
}

#language a:hover {
	color: #000;
}

#language a.active {
	color: #000;
}


#main-menu {
	width: 80%;
	display: block;
	height: 80px;
	line-height: 80px;
	text-align: center;
	position: relative;
}

#main-menu nav a {
	position: relative;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	margin: 10px 0;
	padding: 0 15px;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}

#main-menu nav a:hover {
	color: #990404;
}

#main-menu-mobile {
	display: none;
}

#mobile-lang {
	display: none;
}

/* Columns */
.columns {
	display: flex;
	gap: 40px;
}

.columns.gappy {
	gap: 50px;
}

.columns.spread {
	gap: 75px;
}

.columns.tight {
	gap: 20px;
}

.col {
	flex-grow: 1;
}

.col-10-1 {
	width: 10%;
}

.col-10-9 {
	width: 90%;
}

.col-5-1 {
	width: 20%;
}

.col-5-2 {
	width: 40%;
}

.col-5-3 {
	width: 60%;
}

.col-5-4 {
	width: 80%;
}

.col-4-3 {
	width: 75%;
}

.col-4-1 {
	width: 25%;
}

.col-3-1 {
	width: 33%;
}

.col-3-2 {
	width: 66%;
}

.col-2 {
	width: 50%;
}

/* Boxes */


/* Home Sections */
#artist {
	margin: 50px;
	/* padding-top: 0; */
}
.homephoto {
    width: 100%;
    height: auto;
}

#home-slider {
	overflow: hidden;
	position: relative;
	margin: 50px;
}
#home-slider.anim {
	transition: 1s ease-in-out;
	/* transform: translateY(50%); */
	filter: saturate(1000%);
	opacity: 0;
}
#home-slider img {
	display: block;
}

/* Article */
.image img {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.info p {
	margin: 0;
	text-align: center;
}

.prev-next {
	margin-top: 10px;
}

.prev-next {
	display: flex;
}

.prev-next a {
	flex-grow: 1;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	font-size: 16px;
}

.prev-next a:nth-child(2) {
	text-align: right;
}

.article-links-share {
	border-top: 1px solid #dcf5ff;
	border-bottom: 1px solid #dcf5ff;
	padding: 20px 0;
	padding-top: 10px;
	margin: 20px 0;
	display: flex;
}

.article-links,
.article-share {
	flex-grow: 1;
}

.article-links p,
.article-share p {
	margin: 0px;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}

.article-share {
	text-align: right;
}

.article-links a,
.article-share a {
	display: inline-block;
	margin-right: 10px;
	background: #00b3fc;
	color: #fff;
	font-size: 14px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 5px 10px;
}

.article-share div {
	display: inline-block;
}

.article-share a {
	margin-right: 0;
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
}

.article-links-share a:hover {
	color: #fff;
}

a.as-x {
	background: #000;
}

a.as-fb {
	background: #4267B2;
}

.gallery {
	columns: 4;
	column-gap: 20px;
}

.gallery img {
	cursor: zoom-in;
	box-sizing: border-box;
	display: block;
	margin-bottom: 20px;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

.gallery-zoomed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 2000;
	text-align: center;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.gallery-zoomed-thumbnails {
	background: transparent;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 10%;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	z-index: 120;
}

.gallery-zoomed-thumbnails img {
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-bottom: 0;
}

.gallery-zoomed-thumbnails img:last-child {
	border-bottom: 2px solid #fff;
}

.gallery-zoomed-photo {
	z-index: 105;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.gallery-zoomed-photo img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}

.gallery-zoomed-close {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	font-size: 28px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	z-index: 150;
	cursor: pointer;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 16px;
}

.gallery-store-availability {
	display: none;
	position: absolute;
	z-index: 120;
	right: 5px;
	bottom: 5px;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	padding: 5px 10px;
	border-radius: 6px;
}

#gmap {
	height: 500px;
}

#gmap * {
	line-height: normal;
}

#gmap button {
	min-width: auto;
}

/* Articles in Category */
.articles {
	display: flex;
	gap: 5%;
	flex-wrap: wrap;
}

.article {
	width: 43.5%;
	/* flex-grow: 1; */
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition-duration: 0.2s;
	margin-bottom: 5%;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 20px;
	padding: 20px;
}

.article-box {
	background: #fff;
	font-size: 14px;
	text-align: center;
}

.article.full {
	width: 100%;
	margin-bottom: 0;
}

.article img {
	display: block;
	width: 100%;
	height: auto;
}

.article a {
	color: #000;
	text-align: center;
	display: block;
	padding: 10px 0;
}

.article:hover {
	background-color: #fff;
	transform: scale(1.05);
}

.article .a-photo {
	padding: 0;
}

/* bad fff1f1 */
/* good ecffec */

/* Icons */
.fa-check,
.fa-check-circle {
	color: #4dc600;
}

.fa-times {
	color: #dd4d00;
}

.fa-ban {
	color: #dd4d00;
}

.fa-info-circle {
	color: #ffae00;
}

/* Article */
.date {
	text-align: right;
	font-style: italic;
	font-size: 14px;
}

/* Tables */
table {
	width: 100%;
	border-collapse: collapse;
}

thead td {
	background: #fafafa;
}

td {
	padding: 5px 10px;
	border: 1px solid #f2f2f2;

}

/* Pagination */


/* Tags */


/* Footer */
#footer {
	background: #fff;
	min-height: 150px;
	margin-top: 50px;
	padding: 30px;
	color: #000;
}

#footer div {
	color: #000;
}

#footer .footer-text {
	font-size: 16px;
	line-height: 20px;
}

#footer nav a {
	display: block;
	margin: 0;
	color: #000;
	font-size: 16px;
}

#footer nav a:hover {
	color: #00b4ff;
}

nav#foot-social {
	margin-top: 10px;
	margin-bottom: 30px;
}

nav#foot-social a {
	display: inline-block;
	font-size: 32px;
	margin-left: 5px;
}

.copyright {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
}

.foot-logo {
	height: 150px;
	width: auto;
}

/* Forms */
.set {
	display: flex;
	column-gap: 30px;
	margin-bottom: 20px;
}

.set label {
	width: 200px;
	text-align: right;
}

.set .options-set {
	flex-basis: 0;
	flex-grow: 1;
}

input,
textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #cecece;
	border-radius: 6px;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.75);
	font-size: 16px;
}

textarea {
	height: 200px;
}

select {
	box-sizing: border-box;
	border: 1px solid #cecece;
	border-radius: 6px;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.03);
	font-size: 16px;
}

input[type="search"] {
	background: #fff url('/elements/images/search-icon.png') right 10px center no-repeat;
	border: 2px solid #b50000;
	width: 300px;
	border-radius: 6px;
	padding: 5px 10px;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.25);
	font-size: 18px;
}

input[type="submit"],
button {
	border: 0;
	background: #ffae00;
	display: inline-block;
	padding: 5px 15px;
	min-width: 150px;
	text-align: center;
	color: #000;
	border-radius: 6px;
	width: auto;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}

input[type="submit"]:hover,
button:hover {
	background: #ffbb28;
}

#contact {
	text-align: center;
}

.note {
	display: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	border-radius: 12px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin-top: 20px;
}