/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 15 2019 | 11:44:52 */
* {
	padding: 0;
	margin: 0;
	outline: none;
	/* font-family: 'Open Sans', sans-serif; */
}

/* ==================================== HEADER ==================================== */
.header, .header-small {
	width: 100%;
	height: 180px;
	background-color: #fff;
	background-image: url('/website/theme/images/alara-logo.svg');
	background-position: center 5%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 250px;
}
.header-small {
	height: 95px;
	background-position: center 1.5%;
	background-size: 180px;
}
.navigator {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.navigator a {
	text-decoration: none;
	color: #baa075;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 0.5px;
	text-transform: none;
	transition: .2s;
}
.navigator a:hover {
	color: #a47343;
}
.navigator ul {
	text-align: center;
}
.navigator ul li {
	display: inline-block;
	padding: 1em .8em;
}
/* ====================================
 * HEADER DROPDOWN
 * ==================================== */
.dropdown-submenu {
	display: inline-block;
}
.dropdown-box-wrapper {
	position: absolute;
	z-index: 1;
}
.dropdown-box {
	position: relative;
	opacity: 0;
	display: none;
	min-width: 163px;
}
.dropdown-box a {
	display: block;
}
.dropdown-box a:hover {
	color: #a47343;
	word-wrap: normal;
}
.dropdown-head::after {
	content: "\f107";
	font-family: FontAwesome;
}
.dropdown-box li {
	width: 100%;
	text-align: left;
	transition: background-color 300ms;
	background: #eeeeee;
}
.dropdown-box li:hover {
	background: #dddddd;
}
.fadeInUp {
	display: block;
	opacity: 1;
	animation: fadeInUp .6s;
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 30%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
/* ==================================== MOBILE MENU ==================================== */
.cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(28, 28, 28, .9);
	z-index: 98;
	display: none;
	cursor: pointer;
}
.m-menu {
	position: fixed;
	top: 0;
	left: 100vw;
	z-index: 99;
	padding: 60px 30px;
	height: 100vh;
	background: #fff;
	overflow-y: auto;
	line-height: 24px;
	transition: left .5s;
	visibility: hidden;
}
.m-menu ul {
	margin: 0 auto;
	width: 210px;
	list-style-type: none;
}
.m-menu ul a, .m-menu ul li {
	color: #000;
	font-size: 11.5pt;
	text-decoration: none;
	font-family: "Lato", sans-serif;
	font-style: normal;
	line-height: 20px;
	font-weight: 700;
}
.m-menu ul li {
	border-top: 1px solid rgba(49, 49, 49, 0.06);
	padding: 11.2px 16px;
}
/* ====================================
 * MENU DROPDOWN
 * ==================================== */
.menu-submenu {
	cursor: pointer;
}
.menu-submenu-collapse::after, .menu-submenu-expand::after {
	font-family: FontAwesome;
	float: right;
}
.menu-submenu-collapse::after {
	content: "\f107";
}
.menu-submenu-expand::after {
	content: "\f106";
}
.menu-dropdown {
	display: none;
}
.menu-dropdown ul li {
	width: 180px;
	margin-left: 30px;
}
/* ====================================
 * MENU BUTTON
 * ==================================== */
.menu-button {
	position: absolute;
	top: 8px;
	left: calc(100vw - 92px);
	z-index: 97;
	padding: 1.6rem;
	background-color: #2f2f2f;
	cursor: pointer;
	display: none;
}
.menu-line {
	width: 20px;
	height: 2px;
	margin: 3px auto;
	background-color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 400px) {
	.menu-button {
		padding: .8rem;
		left: calc(100vw - 66px);
	}
}
/* ==================================== MENU SWITCH ==================================== */
@media screen and (min-width: 1px) and (max-width: 1000px) {
	.navigator {
		display: none;
	}
	.menu-button {
		display: block;
	}
}
/* ==================================== FOOTER ==================================== */
.footer {
	padding: 20px 0;
	background: #baa075;
	width: 85%;
	margin: 0 auto;
}
.footer-decoration {
	height: 0px;
	width: 90%;
	margin: 0 auto 1em auto;
	border-bottom: 4px dotted #fff;
}
.footer ul {
	display: inline-block;
	text-align: left;
	padding: 0 2em;
	margin: 0 0 45px 3%;
	list-style: none;
	font-size: 1em;
	vertical-align: top;
}
.footer ul li {
	margin-bottom: 5px;
}
.footer a {
	color: #fefefe;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color: #fff;
}
.footer-followus {
	display: inline-block;
	position: relative;
	top: -14px;
	color: #fff;
	font-weight: bold;
}
.assoc, .social-media {
	display: inline-block;
	float: right;
	margin: 0 5% 0 0;
}
.assoc a:hover, .social-media a:hover {
	text-decoration: none;
}
.assoc img:hover, .social-media img:hover {
	transform: scale(1.08);
}
.assoc img, .social-media img {
	width: 40px;
	margin: 0 .4em;
	transition: .3s;
}
.copyright {
	background: #baa075;
	text-align: center;
	font-size: 1em;
	padding: 1em 0;
	color: #fff;
	width: 85%;
	margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 600px) {
	.footer ul {
		display: block;
		font-size: 1em;
		min-width: 80%;
	}
	.assoc, .social-media {
		float: none;
		margin-left: 8.5%;
	}
	.footer ul {
		margin: 0 0 45px 1%;
	}
	.footer {
		width: 100%;
	}
	.copyright {
		width: 100%;
	}
}
/* ==================================== CONTENT ==================================== */
.content {
	width: 100%;
	margin: 50px 0;
}
.content-box {
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.page-header {
	display: block;
	width: 0 auto;
	text-align: center;
}
.page-header h2 {
	color: #a47343;
	text-transform: uppercase;
	font-size: 1.5em;
}
.page-button {
	width: 150px;
	margin: 0 auto;
}
.page-button a {
	text-decoration: none;
}
.page-button-wrapper {
	border: 2px solid #a47343;
	color: #a47343;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	padding: 3px;
	transition: all .2s;
}
.page-button-wrapper:hover {
	color: #fff;
	background: #a47343;
}
.page-button-small {
	width: 80%;
	margin: 1em auto;
}
.page-button-wrapper-small {
	font-size: 1vw;
}
@media screen and (min-width: 1px) and (max-width: 600px) {
	.page-button-wrapper-small {
		font-size: 3vw;
	}
}

.topic {
	max-width: 580px;
	width: 80%;
	margin: 5em auto;
}
.topic h1 {
	font-weight: 300;
	font-size: 2em;
	margin-bottom: 1em;
}
.topic p {
	color: #333333;
	font-size: 1em;
	margin: 1em;
}
.topic ul {
	color: #333333;
	font-size: 1em;
}
.topic ul li {
	margin: 1em;
}
.topic a, .a-link {
	color: #444fff;
	font-weight: bold;
	text-decoration: none;
}
.topic a:hover, .a-link:hover {
	text-decoration: underline;
}
.topic-line {
	width: 250px;
	height: 1px;
	margin: 2em auto;
	background: #333333;
}
#button {
	max-width: 100px;
	min-width: 100px;
	padding: 5px;
	cursor: pointer;
	background: rgba(0, 0, 80, .8);
	color: #eeeeee;
	border: none;
}
#button:hover {
	background: rgba(0, 0, 160, .8);
}
#button:disabled {
	background: rgba(50, 50, 50, .8);
	opacity: .2;
}
.global-message {
	text-align: center;
	width: 100%;
}
.error {
	font-size: .6em;
	color: red;
}
.link {
	width: 24px;
	transition: .2s;
}
.link:hover {
	transform: scale(1.1);
}
.youtube {
	width: 100%;
	height: 28vw;
}
.page-decoration {
	height: 0px;
	width: 100px;
	margin: 2em auto;
	border-bottom: 5px dotted #a47343;
}
/* ====================================
 *  HOMEPAGE
 * ==================================== */
.homepage-grid-navigation {
	width: 85%;
	margin: 0 auto;
}
.homepage-grid-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: .5vw;
}
.homepage-grid-item {
	width: 24.5%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .2s;
}
.homepage-grid-item:hover {
	background-color: rgba( 186 , 160 , 117 , .4 );
}
.homepage-grid-navigation img {
	width: 100%;
}
.homepage-grid-disabled {
	filter: grayscale( 100% );
}
.homepage-grid-logo {
	width: 48%;
}
.homepage-grid-textbox {
	text-transform: uppercase;
	text-align: center;
	font-size: 2vw;
	color: #a52264;
	font-weight: bold;
	line-height: 130%;
}
.homepage-grid-textbox a {
	text-decoration: none;
	color: #a52264;
}
.homepage-grid-textbox a:hover {
	text-decoration: underline;
}
.homepage-grid-rollover {
	position: absolute;
	width: 100%;
	padding: 100% 0;
	background-color: rgba( 255, 255, 255, .9 );
	z-index: 1;
	opacity: 0;
	transition: .2s;
}
.homepage-grid-rollover-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	line-height: 130%;
}
.homepage-grid-rollover:hover {
	opacity: 1;
}
.homepage-grid-rollover-text {
	color: #a47343;
}
@media screen and (min-width: 1px) and (max-width: 600px) {
	.homepage-grid-hidden {
		display: none;
	}
	.homepage-grid-logo {
		width: 100%;
	}
	.homepage-grid-item {
		width: 49.5%;
		background-color: #eee;
	}
	.homepage-grid-row {
		margin-bottom: 0;
		flex-basis: 1em;
	}
	.homepage-grid-textbox {
		font-size: 3.5vw;
	}
}



.about-us-section {
	max-width: 980px;
	margin: 5em auto;
	vertical-align: top;
	text-align: center;
}
.about-us-section-text {
	color: #333333;
	font-size: 2.3vw;
	text-align: left;
	width: 40%;
	display: inline-block;
}
.about-us-section img {
	width: 40%;
	display: inline-block;
}
.hp-product {
	display: flex;
	flex-direction: row;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
.hp-product a img {
	width: 80%;
	margin: 2.5%;
	transition: .2s;
}
.hp-product a img:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
@media screen and (min-width: 1px) and (max-width: 600px) {
	.about-us-section {
		flex-direction: column;
	}
	.about-us-section-text {
		width: 80%;
		font-size: 1.4em;
	}
	.about-us-section img {
		width: 100%;
	}
}
@media screen and (min-width: 1200px) and (max-width: 9999px) {
	.about-us-section-text {
		font-size: 1.4em;
	}
}
/* ====================================
 *  ARTICLE
 * ==================================== */
.image-block {
	max-width: 580px;
	margin: 0 auto;
	text-align: center;
}
.image-block img {
	width: 100%;
}
.text-block {
	max-width: 580px;
	margin: 0 auto;
	color: #333333;
}
.text-block h1 {
	margin: 1.1em 0;
}
.text-block p {
	margin: 1em 0;
}
.quote-box {
	margin: 2.5em auto;
	color: #000;
	width: 90%;
}
q {
	font-style: italic;
}
.author {
	font-size: .8em;
	font-style: normal;
	float: right;
	font-weight: bold;
}
.author::before {
	content: "â€“ ";
}
@media screen and (min-width: 1px) and (max-width: 600px) {
	.text-block {
		padding: 0 2em;
	}
	.image-block {
		max-width: 100%;
	}
}
/* ====================================
 *  PRODUCT RANGE
 * ==================================== */
.product-range-block {
	max-width: 780px;
	margin: 5em auto;
}
.product-range-block img {
	width: 34%;
	display: inline-block;
	margin: 0 1%;
}
.product-range-text-box {
	color: #333333;
	width: 54%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1%;
}
.product-range-text-box ul {
	list-style: none;
}
.product-range-text-box ul li::before {
	content: '- ';
}
.product-range-text-box p {
	margin: 1em 0;
}
@media screen and (min-width: 1px) and (max-width: 600px) {
	.product-range-block {
		width: 80%;
		margin: 0 auto;
	}
	.product-range-text-box {
		color: #333333;
		width: 100%;
		margin: 2em 0;
		text-align: left;
		display: block;
	}
	.product-range-block img {
		width: 68%;
		margin: 0 auto;
		display: block;
	}
}
/* ==================================== TABLES ==================================== */
.table-wrapper {
	width: 100%;
	overflow-x: auto;
}
.tables {
	margin: 0 auto;
	width: 1000px;
	padding: 0 2em;
}
.tables h1 {
	cursor: pointer;
	font-size: 14pt;
}
.tables tr {
	margin: 1em;
}
.tables td {
	padding: .5em;
}
/* ==================================== LOADING ==================================== */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #f1f1f1;
	z-index: 99;
}
#loading img {
	position: relative;
	top: 50%;
	left: 50%;
	width: 100px;
	margin: -50px 0 0 -50px;
	opacity: .2;
	animation: loading 1s infinite;
	animation-direction: alternate;
}
@keyframes loading {
	from {opacity: .2;}
	to {opacity: 1;}
}
/* ==================================== TOP BUTTON ==================================== */
#top-button {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 1em;
	border: none;
	outline: none;
	background-color: rgba(255, 255, 255, .3);
	cursor: pointer;
	border-radius: 100%;
	color: #000;
	width: 35px;
	height: 35px;
	text-align: center;
	transition: transform .2s;
}
#top-button:hover {
	transform: scale(1.5);
}
/* ==================================== LINK POPUP ==================================== */
.popup {
    position: absolute;
    width: 30px;
    height: 30px;
}

