* {
	margin: 0;
	padding: 0;
}
body {
	color: #606060;
}

#header.container {
	max-width: 100%;
}
#top {
	padding: .5rem 0;
	font-size: .875rem;
	border-bottom: 1px solid #ccc;
}
#top .contact ul, #top .social ul {
	list-style: none;
	text-align: end;
}
#top .languages ul {
	text-align: left;
}
#top .contact .item, #top .social .item {
	display: inline-block;
	margin-left: 1em;
}
#top .contact .item:first-of-type, #top .social .item:first-of-type {
	margin-left: 0;
	font-size: 0.9rem;
}
#top .social img {
	height: 0.9rem;
}
#top .social ul {
	text-align: right;
}

#slideshow .slide-image {
	max-height: 1200px;
	height: 1200px;
	object-fit: cover;
}
/*#main-menu {
	position: fixed;
	top: 4rem;
	z-index: 2;
	left: 50rem;
}*/
#main-menu .nav-link.active, #main-menu .nav-link:hover {
	color: #0e73a7;
}

#home-text {
	padding: 4rem 0;
	text-align: center;
}

#addresses {
	background: #E4EAF2;
	background: linear-gradient(90deg, rgba(228, 234, 242, 1) 0%, rgba(191, 210, 242, 1) 55%, rgba(203, 206, 212, 1) 100%);
	padding: 3rem 1rem;
}
.address-container {
	margin: 1rem 0;
}
.address-container .address-image a {
	display: block;
	width: 100%;
}
.address-container .address-image img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}
.address-container .address-details {
	padding: 1.5rem 2.2rem;
	background: #fff;
}
.address-container .address-details .address-title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #362e84;
	padding: .5rem;
	border-left: 3px #362e84 solid;
}
.address-container .address-details .address-description {
	margin-top: 1.1rem;
	text-align: left;
}
.address-container .address-details .address-button {
	background: #362e84;
	color: #fff;
	border: 1px solid #362e84;
	transition: .3s;
}
.address-container .address-details .address-button:hover {
	background: #fff;
	color: #362e84;
	border: 1px solid #362e84;
}

#footer {
	background: #fcfcfc;
}
#footer .left {
	padding-top: 3rem;
	padding-bottom: 1.5rem;
}
#footer .contact ul, #footer .social ul, .languages ul {
	list-style: none;
	display: inline-block;
}
#footer .contact .item, #footer .social .item, .languages li {
	display: inline-block;
	margin-left: 1em;
}
#footer .contact .item:first-of-type, #footer .social .item:first-of-type, .languages li:first-of-type {
	margin-left: 0;
	font-size: 0.9rem;
}
#footer .social img {
	height: 0.9rem;
}
#footer .social ul {
	text-align: right;
}

.company-name {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
}

#footer.left {
	text-align: center;
}

#map {
	/*border-top: #606060 10px solid;*/
	height: 100%;
}

#content {
	margin: 0 0 3rem 0;
}
#main-title-wrapper {
	background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#7db9e8 100%,#362e84 100%);
	padding: 7rem 0;
	margin-bottom: 1rem;
}
#main-title {
	color: #fff;
}
#content-wrapper {
	margin-top: 1rem;
}

#gallery-text, #videos-text, #pdfs-text, #articles-text, #products-text, #offers-text, #contact-text {
	margin: 1.5rem 0;
	text-align: center;
}
.gallery-image-container {
	margin: 1.5rem 0;
}
.gallery-image-link {
	display: block;
	position: relative;
}
.gallery-image {
	width: 100%;
	max-height: 400px;
	height: 400px;
	object-fit: cover;
	transition: transform 0.4s ease;
}
#gallery-images .gallery-image {
	border: 1px solid #cacaca;
	border-radius: .4rem;
	padding: .25rem;
}
.overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	color: #fff;
	opacity: 0;
	/*transform: translateY(100%);*/
	/*transition: all 0.3s ease;*/
	text-align: center;
	padding-top: 25%;
}

.gallery-image-link:hover .overlay {
  	transform: translateY(0);
  	opacity: 1;
}

.video-image-container {
	margin: 1.5rem 0;
}
.youtube-video {
	width: 100%;
	max-height: 500px;
	height: 500px;
}
.youtube-video iframe {
	width: 100%;
	height: 100%;
	border-top-left-radius: .8rem;
	border-top-right-radius: .8rem;
}
.video-details {
	padding: 1.5rem 2.2rem;
	background: #fafafa;
	border: 1px solid #cacaca;
	border-bottom-left-radius: .8rem;
	border-bottom-right-radius: .8rem;
}
.video-details .video-title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #362e84;
	padding: .5rem;
	border-left: 3px #362e84 solid;
}
.video-details .video-description {
	margin-top: 1.1rem;
	text-align: left;
}

.pdf-container {
	margin: 1.5rem 0;
}
.pdf-link {
	display: block;
	position: relative;
	color: inherit;
	text-decoration: none;
}
.pdf-link:hover .overlay {
  	transform: translateY(0);
  	opacity: 1;
  	padding-top: 45%;
}
.pdf-link:hover .overlay i {
	font-size: 3rem;
	color: #fff;
}
.pdf-image {
	width: 100%;
	max-height: 500px;
	height: 500px;
}
.pdf-image img {
	width: 100%;
	height: 100%;
	border-top-left-radius: .8rem;
	border-top-right-radius: .8rem;
}
.pdf-details {
	padding: 1.5rem 2.2rem;
	background: #fafafa;
	border: 1px solid #cacaca;
	border-bottom-left-radius: .8rem;
	border-bottom-right-radius: .8rem;
}
.pdf-details .pdf-title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #362e84;
	padding: .5rem;
	border-left: 3px #362e84 solid;
}
.pdf-details .pdf-description {
	margin-top: 1.1rem;
	text-align: left;
}

#service-icon img {
	width: 100%;
	max-height: 500px;
	height: 500px;
	object-fit: cover;
}
#services {
	margin: 1.5rem 0;
}
#services li {
	margin: 1rem 0;
}

.article-container {
	margin: 1.5rem 0;
}
.article-link {
	display: block;
	position: relative;
	color: inherit;
	text-decoration: none;
}
.article-link:hover .overlay {
  	transform: translateY(0);
  	opacity: 1;
  	padding-top: 45%;
}
.article-link:hover .overlay i {
	font-size: 3rem;
	color: #fff;
}
.article-image {
	width: 100%;
	max-height: 500px;
	height: 500px;
}
.article-image img {
	width: 100%;
	height: 100%;
	border-top-left-radius: .8rem;
	border-top-right-radius: .8rem;
}
.article-details {
	padding: 1.5rem 2.2rem;
	background: #fafafa;
	border: 1px solid #cacaca;
	border-bottom-left-radius: .8rem;
	border-bottom-right-radius: .8rem;
}
.article-details .article-title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #362e84;
	padding: .5rem;
	border-left: 3px #362e84 solid;
	max-height: 4rem;
	height: 4rem;
	overflow: hidden;
}
.article-details .article-description {
	margin-top: 1.1rem;
	text-align: left;
	max-height: 3.5rem;
	height: 3rem;
	overflow: hidden;
	margin-bottom: 2rem;
}

#paging div {
	margin: 3rem auto;
	text-align: center;
}
#paging .page {
	margin: 0 .35rem;
	padding: .5rem 1rem;
	border: 1px solid #cacaca;
	color: inherit;
	text-decoration: none;
	border-radius: .4rem;
}
#paging .page:hover {
	background: #362e84;
	color: #fff;
	border: 1px solid #362e84;
}
#paging .page.active-page {
	background: #362e84;
	color: #fff;
	border: 1px solid #362e84;
}

#article #main-image img {
	width: auto;
	display: block;
	margin: 0 auto;
}
#article #submission-date {
	text-align: right;
	font-weight: bold;
	margin: 1rem .25rem 1rem 0;
}
#article-content {
	margin: 1.5rem 0;
	text-align: left;
}
#article .gallery-image {
	border: 1px solid #cacaca;
	border-radius: .4rem;
	padding: .25rem;
}
#article .overlay {
	padding-top: 50%;
}
#tags, .tags {
	display: flex;
	gap: .5rem;
	align-items: baseline;
}
.tags {
	margin-top: 2rem;
}
#tags span {
	font-weight: bold;
}
#tags .tag, .tags .tag {
	padding: .25rem .5rem;
	background: #362e84;
	color: #fff;
	border: 1px solid #362e84;
	border-radius: .4rem;
}

.product-container {
	margin: 1.5rem 0;
}
.product-link {
	display: block;
	position: relative;
	color: inherit;
	text-decoration: none;
}
.product-link:hover .overlay {
  	transform: translateY(0);
  	opacity: 1;
  	padding-top: 45%;
}
.product-link:hover .overlay i {
	font-size: 3rem;
	color: #fff;
}
.product-image {
	width: 100%;
	max-height: 500px;
	height: 500px;
}
.product-image img {
	width: 100%;
	height: 100%;
	border-top-left-radius: .8rem;
	border-top-right-radius: .8rem;
}
.product-details {
	padding: 1.5rem 2.2rem;
	background: #fafafa;
	border: 1px solid #cacaca;
	border-bottom-left-radius: .8rem;
	border-bottom-right-radius: .8rem;
}
.product-details .product-title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #362e84;
	padding: .5rem;
	border-left: 3px #362e84 solid;
}
.product-details .product-price {
	margin-top: 1.1rem;
	text-align: left;
}
.product-details .product-price .current-price {
	font-weight: bold;
}
.product-details .product-price .old-price {
	text-decoration: line-through;
}

#product-name {
	margin-bottom: 2rem;
}
#product-price {
	margin-bottom: 1rem;
}
#product-price #current-price {
	font-size: 1.125rem;
	font-weight: bold;
}
#product-price .old-price {
	font-size: .9rem;
	text-decoration: line-through;
	margin-left: .75rem;
}
#product-description-wrapper {
	margin-top: 1rem;
}
#product-description-wrapper #product-description-title {
	font-size: .875rem;
	text-decoration: underline;
	font-weight: bold;
}
#product-description-wrapper #product-description {
	font-size: .9rem;
}
#product-main-image {
	width: 100%;
	height: auto;
}
#product-images .gallery-image {
	border: 1px solid #cacaca;
	border-radius: .4rem;
	padding: .25rem;
	max-height: 200px;
	height: 200px;
}
#tags-wrapper {
	margin-top: 1rem;
}
#tags-title {
	font-size: .875rem;
	text-decoration: underline;
	font-weight: bold;
}
#tags-wrapper .tags {
	margin-top: .25rem;
}
#social-share {
	margin-top: 1.25rem;
}
#declare-interest-section {
	margin: 1.5rem 0;
}
#declare-interest-section h2 {
	margin-bottom: 1rem;
	padding-left: 0;
}
#declare-interest-form {
	padding: 1rem;
	border: 1px solid #cacaca;
	background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#7db9e8 100%,#362e84 100%);
	border-radius: .4rem;
}
#declare-interest-form .row {
	margin: 1.75rem 0;
}
#declare-interest-form label {
	color: #fff;
	font-weight: bold;
	width: 100%;
}
#declare-interest-form input {
	display: block;
	width: 100%;
	margin-top: .35rem;
	padding: .4rem .5rem;
	border: 1px solid #362e84;
	border-radius: .4rem;
}
#declare-interest-btn {
	padding: .5rem .75rem;
	background: #fff;
	color: #362e84;
	border: 1px solid #362e84;
	border-radius: .4rem;
	transition: .3s;
}
#declare-interest-btn:hover {
	background: #362e84;
	border: 1px solid #362e84;
	color: #fff;
}
#form-success-message {
    font-size: 1.1rem;
    color: #238845;
    font-weight: bold;
    margin-bottom: .5rem;
}
#form-error-message {
    font-size: 1.1rem;
    color: #ba3c3d;
    font-weight: bold;
    margin-bottom: .5rem;
}

.offer-container {
	margin: 1.5rem 0;
	position: relative;
}
.offer-link {
	display: block;
	position: relative;
	color: inherit;
	text-decoration: none;
}
.offer-link:hover .overlay {
  	transform: translateY(0);
  	opacity: 1;
  	padding-top: 45%;
}
.offer-link:hover .overlay .overlay-discount {
	font-size: 3rem;
	color: #fff;
	margin-bottom: 1rem;
}
.offer-link:hover .overlay .overlay-dates {
	font-size: 1.5rem;
	color: #fff;
}
.offer-image {
	width: 100%;
	max-height: 500px;
	height: 500px;
}
.offer-image img {
	width: 100%;
	height: 100%;
	border-top-left-radius: .8rem;
	border-top-right-radius: .8rem;
}
.offer-details {
	padding: 1.5rem 2.2rem;
	background: #fafafa;
	border: 1px solid #cacaca;
	border-bottom-left-radius: .8rem;
	border-bottom-right-radius: .8rem;
}
.offer-details .offer-title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #362e84;
	padding: .5rem;
	border-left: 3px #362e84 solid;
}
.offer-details .offer-description {
	margin-top: 1.1rem;
	text-align: left;
	max-height: 4rem;
	height: 3rem;
	overflow: hidden;
	margin-bottom: 2rem;
}

#contact-main-page {
	margin-top: 1.75rem;
	margin-bottom: 2.5rem;
}
#contact-main-page>.row {
	margin-bottom: 1rem;
}
.address-wrapper {
	padding: 1.5rem 1rem;
	background: #fcfcfc;
}
.address-detail {
	margin: .4rem 0;
}
.address-detail .strong {
	color: #0e73a7;
	font-weight: bold;
}
.address-detail .website {
	color: #606060;
	font-weight: bold;
}
.map {
	height: 100%;
}

#cookie-notice {
	display: block;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.9);
	color: #ffffff;
	padding: 15px;
	text-align: center;
	z-index: 9999;
}
#cookie-notice p {
	display: inline-block;
	margin-right: 20px;
}
#cookies-agree {
	cursor: pointer;
	padding: 10px 15px;
	border: 1px solid;
	background: #ffffff;
}
#contact-form-section {
	margin: 4rem 0;
	background: #d5dcc7;
}
#contact-form-section>.container {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
#contact-form .row {
	margin: 1rem 0;
}
#contact-form label, #contact-form input, #contact-form textarea, #contact-form select {
	width: 100%;
}
#contact-form label span {
	font-size: .875rem;
}
#contact-form input, #contact-form select {
	padding: .5rem .3rem;
	border: 1px solid #d5dcc7;
	border-radius: .4rem;
}
#contact-form select {
	padding: .5rem;
	background: #fff;
}
#contact-form textarea {
	padding: .5rem .3rem;
	border: 1px solid #d5dcc7;
	border-radius: .4rem;
	resize: none;
	height: 20vh;
}
#contact-form-btn {
	padding: .5rem .75rem;
	border: 1px solid #d5dcc7;
	border-radius: .4rem;
	background: #fff;
	color: #606060;
	transition: .3s;
}
#contact-form-btn:hover {
	background: #606060;
	color: #fff;
}

#banners-wrapper {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.banner-container iframe {
	width: 100% !important;
	height: auto;
}

/* Search */
#search-container {
	padding: 1rem 0;
	font-size: .875rem;
	border-bottom: 1px solid #ccc;
}
#search-form label span {
	display: none;
}
#search {
	border: none;
	border-bottom: 1px solid #362e84;
	width: 500px;
	margin-right: .75rem;
	outline: 0;
	padding: .5rem 0;
}
#search:focus {
	border: none;
	border-bottom: 1px solid #362e84;
}
#search-btn {
	background-color: #362e84;
	border: 1px solid #362e84;
	color: #fff;
	padding: .5rem .8rem;
	border-radius: .4rem;
}
#search-btn:hover {
	background-color: #fff;
	color: #362e84;
}
.search-result-container {
	margin: 1.5rem 0;
}
.search-result-link {
	display: block;
	position: relative;
	color: inherit;
	text-decoration: none;
}
.search-result-link:hover .overlay {
  	transform: translateY(0);
  	opacity: 1;
  	padding-top: 45%;
}
.search-result-link:hover .overlay i {
	font-size: 3rem;
	color: #fff;
}
.search-result-image {
	width: 100%;
	max-height: 500px;
	height: 500px;
}
.search-result-image img {
	width: 100%;
	height: 100%;
	border-top-left-radius: .8rem;
	border-top-right-radius: .8rem;
}
.search-result-details {
	padding: 1.5rem 2.2rem;
	background: #fafafa;
	border: 1px solid #cacaca;
	border-bottom-left-radius: .8rem;
	border-bottom-right-radius: .8rem;
}
.search-result-details .search-result-title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #362e84;
	padding: .5rem;
	border-left: 3px #362e84 solid;
}
#no-results-text {
	margin: 2rem 0;
	font-size: 1.2rem;
	color: #362e84;
	font-weight: bold;
}