#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(179, 117, 117);
	z-index: 999999;
	height: 100%;
}
.text {
	line-height: 55px;
}
.text p {
	font-size: 40px;
	color: #6e1515;
	animation: text 4s ease infinite alternate;
	text-shadow: -3px 4px 3px rgba(0, 0, 0, 0.34);
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
.glass img {
	width: 200px;
	height: 200px;
}
.glass {
	position: relative;
	will-change: transform;
}
.bottle {
	position: absolute;
	top: -16%;
	left: 58%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	will-change: transform;
	animation: pour 4s ease infinite alternate;
}
.scene {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 1px) {
.glass img {
	width: 150px;
	height: 100%;
}
.bottle {
	position: absolute;
	top: -205px;
	width: 59px;
	left: 100%;
}
.bottle img {
	width: 100%;
	height: 100%;
}
}
 @keyframes glass {
 0% {
 transform: rotate(20deg);
}
 100% {
 transform: rotate(-20deg);
}
}
@keyframes text {
 0% {
 border-bottom: 6px solid;
 width: 2%;
}
 100% {
 border-bottom: 6px solid;
 width: 100%;
}
}
@keyframes pour {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(-125deg);
}
}
.cnc-mobile .uk-button {
	font-size: 12px;
	padding: 5px 14px;
	line-height: 30px;
}
.cnc-mobile .uk-margin-right {
	margin: 0 !important;
}
.cnc-slideset li .uk-text-meta {
	color: #444 !important;
}
.uk-modal-full.uk-modal.uk-open .uk-modal-dialog {
	background: url('../images/bg-offcanvas.jpg') !important;
	background-size: cover;
}
.cnc-events .uk-article {
	text-align: center;
	box-shadow: 0px 0px 9px 2px #ccc;
	-webkit-box-shadow: 0px 0px 9px 2px #ccc;
	-moz-box-shadow: 0px 0px 9px 2px #ccc;
	padding: 10px 10px 30px 10px;
}
.cnc-events .uk-margin-large-bottom {
	margin-bottom: 25px !important;
}
.cnc-events .uk-margin-medium-bottom {
	margin-bottom: 0px !important;
}
.btn, .uk-button {
	padding: 0 15px !important;
	font-size: 10px !important;
	line-height: 30px !important;
}
.cnc-events .uk-article+.uk-article {
	margin-top: 40px;
}

.uk-offcanvas-push .uk-nav>li>a {
  padding: 10px 0;
}

.cnc-events, .uk-panel, h1 {
	margin-bottom: 10px !important;
}

/* forminator css */

.forminator-input:focus-visible, .forminator-textarea:focus-visible{
	outline: none !important;
}


/* header logo css*/
.tm-header .uk-logo-inverse, .tm-header .uk-logo{
	width: 200px !important;
}

/* dialog toggle css */
.uk-navbar-toggle-icon svg {
    display:none !important;
}
.uk-navbar-container .uk-navbar-toggle-icon::after {
    content:'';
    display: inline-block;
    width: 48px;  
    height: 48px;
    vertical-align: middle;
    background:url('../images/hamburger-icon.svg')no-repeat center;
    background-size: contain;
}
.uk-light.uk-navbar-container .uk-navbar-toggle-icon::after {
    content:'';
    display: inline-block;
    width: 48px;  
    height: 48px;
    vertical-align: middle;
    background:url('../images/light-hamburger.svg')no-repeat center;
    background-size: contain;
}